aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-341/+364
2017-07-08f2fs: support plain user/group quotaChao Yu1-0/+280
2017-07-07Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu1-1/+0
2017-07-07f2fs: stop gc/discard thread in prior during umountChao Yu1-3/+4
2017-07-07f2fs: introduce reserved_blocks in sysfsChao Yu1-1/+3
2017-07-07f2fs: report # of free inodes more preciselyJaegeuk Kim1-3/+11
2017-07-04f2fs: set CP_TRIMMED_FLAG correctlyChao Yu1-1/+1
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu1-332/+0
2017-07-04f2fs: clean up sysfs codesChao Yu1-47/+74
2017-07-04f2fs: fix wrong error number of fill_superChao Yu1-1/+4
2017-07-04f2fs: fix to show injection rate in ->show_optionsChao Yu1-1/+2
2017-07-04f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET1-1/+3
2017-07-04f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun1-0/+1
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-05-23f2fs: introduce io_list for serialize data/node IOsChao Yu1-0/+2
2017-05-23f2fs: split wio_mutexChao Yu1-3/+4
2017-05-23f2fs: split bio cacheJaegeuk Kim1-3/+18
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim1-4/+1
2017-05-16f2fs: sanity check checkpoint segno and blkoffJin Qian1-0/+16
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