summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-2/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-2/+0
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-143-20/+7
|\ \
| * | fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-111-1/+0
| * | fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-112-19/+4
| * | fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-131-2/+3
| * | fscrypt: Enable partial page encryptionDavid Gstir2016-11-131-0/+2
| |/
* | Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2016-12-1420-475/+1018
|\ \
| * | f2fs: fix a missing size change in f2fs_setattrYunlei He2016-12-121-2/+5
| * | f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim2016-12-073-11/+29
| * | f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim2016-12-071-1/+4
| * | f2fs: detect wrong layoutJaegeuk Kim2016-12-072-0/+13
| * | f2fs: call sync_fs when f2fs is idleJaegeuk Kim2016-12-051-1/+4
| * | Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim2016-12-053-12/+7
| * | f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu2016-11-291-0/+11
| * | f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim2016-11-293-20/+31
| * | f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2016-11-282-11/+23
| * | f2fs: fix 32-bit buildArnd Bergmann2016-11-251-1/+2
| * | f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange2016-11-251-0/+1
| * | f2fs: fix incorrect free inode count in ->statfsChao Yu2016-11-251-1/+2
| * | f2fs: drop duplicate header timer.hGeliang Tang2016-11-251-1/+0
| * | f2fs: fix wrong AUTO_RECOVER conditionJaegeuk Kim2016-11-251-1/+2
| * | f2fs: do not recover i_size if it's validJaegeuk Kim2016-11-251-1/+1
| * | f2fs: fix fdatasyncChao Yu2016-11-252-2/+11
| * | f2fs: fix to account total free nid correctlyChao Yu2016-11-252-6/+30
| * | f2fs: fix an infinite loop when flush nodes in cpYunlei He2016-11-251-0/+1
| * | f2fs: don't wait writeback for datas during checkpointChao Yu2016-11-257-18/+40
| * | f2fs: fix wrong written_valid_blocks countingJaegeuk Kim2016-11-251-2/+4
| * | f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim2016-11-254-5/+8
| * | f2fs: fix redundant block allocationJaegeuk Kim2016-11-251-6/+12
| * | f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim2016-11-253-30/+33
| * | f2fs: support multiple devicesJaegeuk Kim2016-11-254-73/+268
| * | f2fs: allow dio read for LFS modeJaegeuk Kim2016-11-251-1/+1
| * | f2fs: revert segment allocation for direct IOJaegeuk Kim2016-11-253-33/+10
| * | f2fs: return directly if block has been removed from the victimYunlei He2016-11-231-4/+12
| * | Revert "f2fs: do not recover from previous remained wrong dnodes"Chao Yu2016-11-231-30/+1
| * | f2fs: remove checkpoint in f2fs_freezeJaegeuk Kim2016-11-231-4/+9
| * | f2fs: assign segments correctly for direct_ioJaegeuk Kim2016-11-231-2/+6
| * | f2fs: fix wrong i_atime recoveryChao Yu2016-11-231-2/+2
| * | f2fs: record inode updating status correctlyChao Yu2016-11-231-4/+9
| * | f2fs: Trace reset zone eventsDamien Le Moal2016-11-231-0/+1
| * | f2fs: Reset sequential zones on zoned block devicesDamien Le Moal2016-11-231-8/+55
| * | f2fs: Cache zoned block devices zone typeDamien Le Moal2016-11-232-0/+90
| * | f2fs: Do not allow adaptive mode for host-managed zoned block devicesDamien Le Moal2016-11-231-0/+7
| * | f2fs: Always enable discard for zoned blocks devicesDamien Le Moal2016-11-232-7/+12
| * | f2fs: Suppress discard warning message for zoned block devicesDamien Le Moal2016-11-231-1/+1
| * | f2fs: Check zoned block feature for host-managed zoned block devicesDamien Le Moal2016-11-231-0/+20
| * | f2fs: Use generic zoned block device terminologyDamien Le Moal2016-11-233-5/+5
| * | f2fs: Add missing break in switch-caseDamien Le Moal2016-11-231-0/+1
| * | f2fs: avoid infinite loop in the EIO case on recover_orphan_inodesJaegeuk Kim2016-11-231-0/+7
OpenPOWER on IntegriCloud