aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: don't allow encrypted operations without keysJaegeuk Kim2017-04-131-0/+12
* f2fs: add tmpfile and rename2 to avoid code conflictJaegeuk Kim2017-04-131-0/+252
* f2fs: show the max number of atomic operationsJaegeuk Kim2017-04-134-2/+31
* f2fs: get io size bit from mount optionJaegeuk Kim2017-04-132-0/+24
* f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-04-136-6/+85
* f2fs: add submit_bio tracepointJaegeuk Kim2017-04-132-19/+38
* f2fs: reassign new segment for mode=lfsJaegeuk Kim2017-04-131-3/+0
* f2fs: fix a missing discard prefree segmentsYunlei He2017-04-131-1/+9
* f2fs: use rb_entry_safeGeliang Tang2017-04-132-11/+11
* f2fs: add a case of no need to read a page in write beginYunlei He2017-04-131-1/+6
* f2fs: fix a problem of using memory after freeYunlei He2017-04-131-2/+3
* f2fs: remove unneeded conditionDan Carpenter2017-04-131-3/+3
* f2fs: don't cache nat entry if out of memoryChao Yu2017-04-131-7/+20
* f2fs: remove unused values in recover_fsync_dataYunlei He2017-04-131-4/+0
* f2fs: add migrate_page to avoid patch conflictsJaegeuk Kim2017-04-135-0/+99
* Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim2017-04-133-12/+7
* f2fs: support async discard based on v4.9Jaegeuk Kim2017-04-133-13/+189
* f2fs: resolve op and op_flags confilctsJaegeuk Kim2017-04-139-53/+98
* f2fs: use file pointer for fscrypt_notsupp_process_policyJaegeuk Kim2017-04-131-1/+1
* staging: android: ion: Remove ret variable in ion_handle_put_nolockJohanna Abrahamsson2017-04-131-5/+1
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2017-04-132-0/+6
* UPSTREAM: seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn2017-04-131-11/+11
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2017-04-131-0/+6
* defconfig: Disable 5ghz in p2p negotiationsMister Oyster2017-04-131-0/+1
* gl_p2p_kal: don't dereference 5ghz channels when disabledDiogo Ferreira2017-04-131-0/+2
* mediatek: wlan: Add an option to disable 5ghz channels for P2PDiogo Ferreira2017-04-132-0/+11
* wifi: fix include for meizu kernelMister Oyster2017-04-131-1/+2
* mediatek: Update wifi & gps driverfire8552017-04-13948-478541/+128253
* defconfig: build f2fsMister Oyster2017-04-131-0/+5
* f2fs: fix a missing size change in f2fs_setattrYunlei He2017-04-131-2/+5
* f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim2017-04-133-11/+29
* f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim2017-04-131-1/+4
* f2fs: detect wrong layoutJaegeuk Kim2017-04-132-0/+13
* f2fs: call sync_fs when f2fs is idleJaegeuk Kim2017-04-131-1/+4
* f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu2017-04-131-0/+11
* f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim2017-04-133-20/+31
* f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2017-04-132-11/+23
* f2fs: fix 32-bit buildArnd Bergmann2017-04-131-1/+2
* f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange2017-04-131-0/+1
* f2fs: fix incorrect free inode count in ->statfsChao Yu2017-04-131-1/+2
* f2fs: drop duplicate header timer.hGeliang Tang2017-04-131-1/+0
* f2fs: fix wrong AUTO_RECOVER conditionJaegeuk Kim2017-04-131-1/+2
* f2fs: do not recover i_size if it's validJaegeuk Kim2017-04-131-1/+1
* f2fs: fix fdatasyncChao Yu2017-04-132-2/+11
* f2fs: fix to account total free nid correctlyChao Yu2017-04-132-6/+30
* f2fs: fix an infinite loop when flush nodes in cpYunlei He2017-04-131-0/+1
* f2fs: don't wait writeback for datas during checkpointChao Yu2017-04-137-18/+40
* f2fs: fix wrong written_valid_blocks countingJaegeuk Kim2017-04-131-2/+4
* f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim2017-04-134-5/+8
* f2fs: fix redundant block allocationJaegeuk Kim2017-04-131-6/+12