aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-03f2fs: Make flush bios explicitely syncJan Kara1-1/+1
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu1-0/+7
2017-05-02f2fs: sanity check segment countJin Qian1-0/+7
2017-04-10f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim1-2/+2
2017-04-10f2fs: introduce f2fs_wait_discard_biosChao Yu1-1/+1
2017-04-05f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim1-0/+2
2017-04-05f2fs: write small sized IO to hot logJaegeuk Kim1-0/+2
2017-03-29f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim1-1/+9
2017-03-25f2fs: allow write page cache when writting cpYunlei He1-0/+1
2017-03-21f2fs: add fault injection on f2fs_truncateJaegeuk Kim1-0/+1
2017-03-21f2fs: build stat_info before orphan inode recoveryJaegeuk Kim1-5/+5
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-28/+110
2017-02-27f2fs: add f2fs_drop_inode tracepointHou Pengyang1-2/+5
2017-02-27f2fs: Fix zoned block device supportMasato Suzuki1-23/+44
2017-02-27f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu1-1/+1
2017-02-27f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu1-1/+1
2017-02-23f2fs: enable inline_xattr by defaultChao Yu1-0/+1
2017-02-23f2fs: introduce noinline_xattr mount optionChao Yu1-0/+11
2017-02-23f2fs: super: constify fscrypt_operations structureBhumika Goyal1-2/+2
2017-02-23f2fs: show checkpoint version at mount timeJaegeuk Kim1-0/+2
2017-02-22f2fs: show the fault injection mount optionKaixu Xia1-0/+5
2017-02-22f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim1-1/+4
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-15/+3
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers1-2/+2
2017-01-29f2fs: relax async discard commands moreJaegeuk Kim1-0/+3
2017-01-29f2fs: get io size bit from mount optionJaegeuk Kim1-0/+22
2017-01-29f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim1-1/+12
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal1-3/+3
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers1-13/+1
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-40/+241
2016-12-07f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim1-2/+3
2016-12-07f2fs: detect wrong layoutJaegeuk Kim1-0/+11
2016-12-05Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim1-6/+1
2016-11-25f2fs: fix incorrect free inode count in ->statfsChao Yu1-1/+2
2016-11-25f2fs: support multiple devicesJaegeuk Kim1-29/+109
2016-11-23f2fs: remove checkpoint in f2fs_freezeJaegeuk Kim1-4/+9
2016-11-23f2fs: Cache zoned block devices zone typeDamien Le Moal1-0/+72
2016-11-23f2fs: Do not allow adaptive mode for host-managed zoned block devicesDamien Le Moal1-0/+7
2016-11-23f2fs: Always enable discard for zoned blocks devicesDamien Le Moal1-0/+5
2016-11-23f2fs: Suppress discard warning message for zoned block devicesDamien Le Moal1-1/+1
2016-11-23f2fs: Check zoned block feature for host-managed zoned block devicesDamien Le Moal1-0/+20
2016-11-23f2fs: Use generic zoned block device terminologyDamien Le Moal1-1/+1
2016-11-23f2fs: Add missing break in switch-caseDamien Le Moal1-0/+1
2016-11-23f2fs: avoid infinite loop in the EIO case on recover_orphan_inodesJaegeuk Kim1-0/+7
2016-11-23f2fs: remove percpu_count due to performance regressionJaegeuk Kim1-11/+5
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim1-13/+16
2016-11-23f2fs: fix to release discard entries during checkpointChao Yu1-1/+0
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-09-30f2fs: support checkpoint error injectionChao Yu1-0/+1
2016-09-30f2fs: fix to recover old fault injection config in ->remount_fsChao Yu1-0/+6