aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2017-07-27f2fs: sanity check checkpoint segno and blkoffJin Qian
2017-05-03f2fs: Make flush bios explicitely syncJan Kara
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu
2017-05-02f2fs: sanity check segment countJin Qian
2017-04-10f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim
2017-04-10f2fs: introduce f2fs_wait_discard_biosChao Yu
2017-04-05f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim
2017-04-05f2fs: write small sized IO to hot logJaegeuk Kim
2017-03-29f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim
2017-03-25f2fs: allow write page cache when writting cpYunlei He
2017-03-21f2fs: add fault injection on f2fs_truncateJaegeuk Kim
2017-03-21f2fs: build stat_info before orphan inode recoveryJaegeuk Kim
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-02-27f2fs: add f2fs_drop_inode tracepointHou Pengyang
2017-02-27f2fs: Fix zoned block device supportMasato Suzuki
2017-02-27f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu
2017-02-27f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu
2017-02-23f2fs: enable inline_xattr by defaultChao Yu
2017-02-23f2fs: introduce noinline_xattr mount optionChao Yu
2017-02-23f2fs: super: constify fscrypt_operations structureBhumika Goyal
2017-02-23f2fs: show checkpoint version at mount timeJaegeuk Kim
2017-02-22f2fs: show the fault injection mount optionKaixu Xia
2017-02-22f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers
2017-01-29f2fs: relax async discard commands moreJaegeuk Kim
2017-01-29f2fs: get io size bit from mount optionJaegeuk Kim
2017-01-29f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2016-12-07f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim
2016-12-07f2fs: detect wrong layoutJaegeuk Kim
2016-12-05Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim
2016-11-25f2fs: fix incorrect free inode count in ->statfsChao Yu
2016-11-25f2fs: support multiple devicesJaegeuk Kim
2016-11-23f2fs: remove checkpoint in f2fs_freezeJaegeuk Kim
2016-11-23f2fs: Cache zoned block devices zone typeDamien Le Moal
2016-11-23f2fs: Do not allow adaptive mode for host-managed zoned block devicesDamien Le Moal
2016-11-23f2fs: Always enable discard for zoned blocks devicesDamien Le Moal
2016-11-23f2fs: Suppress discard warning message for zoned block devicesDamien Le Moal
2016-11-23f2fs: Check zoned block feature for host-managed zoned block devicesDamien Le Moal
2016-11-23f2fs: Use generic zoned block device terminologyDamien Le Moal
2016-11-23f2fs: Add missing break in switch-caseDamien Le Moal
2016-11-23f2fs: avoid infinite loop in the EIO case on recover_orphan_inodesJaegeuk Kim
2016-11-23f2fs: remove percpu_count due to performance regressionJaegeuk Kim
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim
2016-11-23f2fs: fix to release discard entries during checkpointChao Yu
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-09-30f2fs: support checkpoint error injectionChao Yu