summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * f2fs: detect wrong layoutJaegeuk Kim2016-12-071-0/+11
| * Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim2016-12-051-6/+1
| * f2fs: fix incorrect free inode count in ->statfsChao Yu2016-11-251-1/+2
| * f2fs: support multiple devicesJaegeuk Kim2016-11-251-29/+109
| * f2fs: remove checkpoint in f2fs_freezeJaegeuk Kim2016-11-231-4/+9
| * f2fs: Cache zoned block devices zone typeDamien Le Moal2016-11-231-0/+72
| * 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-231-0/+5
| * 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-231-1/+1
| * 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
| * f2fs: remove percpu_count due to performance regressionJaegeuk Kim2016-11-231-11/+5
| * f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2016-11-231-13/+16
| * f2fs: fix to release discard entries during checkpointChao Yu2016-11-231-1/+0
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
|/
* f2fs: support checkpoint error injectionChao Yu2016-09-301-0/+1
* f2fs: fix to recover old fault injection config in ->remount_fsChao Yu2016-09-301-0/+6
* f2fs: do fault injection initialization in default_optionsChao Yu2016-09-301-4/+4
* f2fs: support configuring fault injection per superblockChao Yu2016-09-301-42/+15
* f2fs: adjust display format of segment bitChao Yu2016-09-301-1/+1
* f2fs: remove dirty inode pages in error pathJaegeuk Kim2016-09-301-0/+1
* f2fs: handle errors during recover_orphan_inodesJaegeuk Kim2016-09-301-0/+1
* f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu2016-09-301-2/+3
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2016-09-301-1/+4
* f2fs: support IO error injectionChao Yu2016-09-221-0/+1
* f2fs: enable inline_dentry by default and add noinline_dentry optionChao Yu2016-08-291-0/+8
* Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim2016-08-191-5/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-1/+0
|\
| * drop redundant ->owner initializationsAl Viro2016-05-291-1/+0
* | f2fs: fix to avoid data update racing between GC and DIOChao Yu2016-07-151-0/+2
* | f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-081-17/+26
* | f2fs: fix incorrect f_bfree calculation in ->statfsChao Yu2016-07-081-1/+1
OpenPOWER on IntegriCloud