summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-07-101-341/+364
|\
| * f2fs: support plain user/group quotaChao Yu2017-07-081-0/+280
| * Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu2017-07-071-1/+0
| * f2fs: stop gc/discard thread in prior during umountChao Yu2017-07-071-3/+4
| * f2fs: introduce reserved_blocks in sysfsChao Yu2017-07-071-1/+3
| * f2fs: report # of free inodes more preciselyJaegeuk Kim2017-07-071-3/+11
| * f2fs: set CP_TRIMMED_FLAG correctlyChao Yu2017-07-041-1/+1
| * f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu2017-07-041-332/+0
| * f2fs: clean up sysfs codesChao Yu2017-07-041-47/+74
| * f2fs: fix wrong error number of fill_superChao Yu2017-07-041-1/+4
| * f2fs: fix to show injection rate in ->show_optionsChao Yu2017-07-041-1/+2
| * f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET2017-07-041-1/+3
| * f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun2017-07-041-0/+1
| * f2fs: introduce io_list for serialize data/node IOsChao Yu2017-05-231-0/+2
| * f2fs: split wio_mutexChao Yu2017-05-231-3/+4
| * f2fs: split bio cacheJaegeuk Kim2017-05-231-3/+18
| * f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim2017-05-231-4/+1
| * f2fs: sanity check checkpoint segno and blkoffJin Qian2017-05-161-0/+16
* | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
|/
* f2fs: Make flush bios explicitely syncJan Kara2017-05-031-1/+1
* f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-031-0/+7
* f2fs: sanity check segment countJin Qian2017-05-021-0/+7
* f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim2017-04-101-2/+2
* f2fs: introduce f2fs_wait_discard_biosChao Yu2017-04-101-1/+1
* f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim2017-04-051-0/+2
* f2fs: write small sized IO to hot logJaegeuk Kim2017-04-051-0/+2
* f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim2017-03-291-1/+9
* f2fs: allow write page cache when writting cpYunlei He2017-03-251-0/+1
* f2fs: add fault injection on f2fs_truncateJaegeuk Kim2017-03-211-0/+1
* f2fs: build stat_info before orphan inode recoveryJaegeuk Kim2017-03-211-5/+5
* Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-011-28/+110
|\
| * f2fs: add f2fs_drop_inode tracepointHou Pengyang2017-02-271-2/+5
| * f2fs: Fix zoned block device supportMasato Suzuki2017-02-271-23/+44
| * f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu2017-02-271-1/+1
| * f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu2017-02-271-1/+1
| * f2fs: enable inline_xattr by defaultChao Yu2017-02-231-0/+1
| * f2fs: introduce noinline_xattr mount optionChao Yu2017-02-231-0/+11
| * f2fs: super: constify fscrypt_operations structureBhumika Goyal2017-02-231-2/+2
| * f2fs: show checkpoint version at mount timeJaegeuk Kim2017-02-231-0/+2
| * f2fs: show the fault injection mount optionKaixu Xia2017-02-221-0/+5
| * f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim2017-02-221-1/+4
| * f2fs: relax async discard commands moreJaegeuk Kim2017-01-291-0/+3
| * f2fs: get io size bit from mount optionJaegeuk Kim2017-01-291-0/+22
| * f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-01-291-1/+12
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-201-15/+3
|\ \ | |/ |/|
| * fscrypt: constify struct fscrypt_operationsEric Biggers2017-02-081-2/+2
| * fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-081-13/+1
* | block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal2017-01-121-3/+3
|/
* Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2016-12-141-40/+241
|\
| * f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim2016-12-071-2/+3