summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to use inline space only if inline_xattr is enableChao Yu2019-06-151-1/+3
* f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-06-151-2/+10
* f2fs: Fix use of number of devicesDamien Le Moal2019-05-311-1/+12
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2019-04-201-3/+12
* f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2019-04-051-1/+0Star
* f2fs: fix sbi->extent_list corruption issueSahitya Tummala2019-02-121-1/+10
* f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu2018-11-131-0/+1
* f2fs: avoid sleeping under spin_lockZhikang Zhang2018-11-131-3/+4
* Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-221-59/+132
|\
| * f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim2018-08-211-0/+1
| * f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-211-0/+2
| * f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-141-25/+25
| * f2fs: support fault_type mount optionChao Yu2018-08-131-2/+5
| * f2fs: support discard submission error injectionChao Yu2018-08-131-0/+1
| * f2fs: split discard command in prior to block layerChao Yu2018-08-131-10/+13
| * f2fs: refresh recent accessed nat entry in lru listChao Yu2018-08-131-0/+1
| * f2fs: fix to avoid broken of dnode block listChao Yu2018-08-111-2/+20
| * f2fs: use true and false for boolean valuesGustavo A. R. Silva2018-08-111-2/+2
| * f2fs: fix to active page in lru list for read pathChao Yu2018-08-011-1/+6
| * f2fs: restrict setting up inode.i_adviseChao Yu2018-08-011-0/+2
| * f2fs: kill EXT_TREE_VEC_SIZEChao Yu2018-08-011-3/+0Star
| * f2fs: fix to propagate error from __get_meta_page()Chao Yu2018-08-011-2/+6
| * f2fs: Keep alloc_valid_block_count in syncDaniel Rosenberg2018-08-011-2/+4
| * f2fs: issue small discard by LBA orderChao Yu2018-08-011-0/+2
| * f2fs: fix to do sanity check with block address in main areaChao Yu2018-08-011-0/+3
| * f2fs: avoid the global name 'fault_name'Gao Xiang2018-07-291-2/+2
| * f2fs: disable f2fs_check_rb_tree_consistenceChao Yu2018-07-271-0/+1
| * f2fs: introduce and spread verify_blkaddrChao Yu2018-07-271-4/+29
| * f2fs: use timespec64 for inode timestampsArnd Bergmann2018-07-271-10/+6Star
| * f2fs: fix to propagate return value of scan_nat_page()Chao Yu2018-07-271-1/+1
| * f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim2018-07-271-0/+7
* | block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-181-1/+1
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-3/+7
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-3/+7
* | f2fs: let sync node IO interrupt async oneChao Yu2018-06-041-1/+1
* | f2fs: clean up symbol namespaceChao Yu2018-05-311-148/+157
* | f2fs: make set_de_type() staticChao Yu2018-05-311-1/+0Star
* | f2fs: make __f2fs_write_data_pages() staticChao Yu2018-05-311-3/+0Star
* | f2fs: fix to let caller retry allocating block addressChao Yu2018-05-311-1/+2
* | f2fs: clean up with clear_radix_tree_dirty_tagChao Yu2018-05-311-0/+1
* | f2fs: let discard thread wait a little longer if dev is busyYunlei He2018-05-311-0/+2
* | f2fs: avoid stucking GC due to atomic writeChao Yu2018-05-311-6/+15
* | f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim2018-05-311-0/+8
* | f2fs: keep migration IO order in LFS modeChao Yu2018-05-311-0/+2
* | f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-311-1/+8
* | Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc"Chao Yu2018-05-311-3/+0Star
* | f2fs: rename dio_rwsem to i_gc_rwsemChao Yu2018-05-311-1/+3
* | f2fs: give message and set need_fsck given broken node idJaegeuk Kim2018-05-311-12/+1Star
* | f2fs: introduce private inode status mappingChao Yu2018-05-311-3/+54
* | f2fs: don't split checkpoint in fstrimChao Yu2018-05-301-5/+0Star