summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to keep project quota consistentChao Yu2018-10-221-0/+1
* f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-221-8/+41
* f2fs: fix data corruption issue with hardware encryptionSahitya Tummala2018-10-221-0/+2
* f2fs: spread f2fs_set_inode_flags()Chao Yu2018-10-221-1/+1
* f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim2018-10-221-6/+16
* f2fs: remove request_list check in is_idle()Jens Axboe2018-10-161-7/+0
* f2fs: remove unused sbi->trigger_ssr_thresholdChao Yu2018-10-161-1/+0
* f2fs: use rb_*_cached friendsChao Yu2018-10-161-8/+9
* f2fs: submit cached bio to avoid endless PageWritebackChao Yu2018-10-161-1/+1
* f2fs: checkpoint disablingDaniel Rosenberg2018-10-161-1/+17
* f2fs: allow out-place-update for direct IO in LFS modeChao Yu2018-09-301-4/+41
* f2fs: refactor ->page_mkwrite() flowChao Yu2018-09-301-0/+1
* Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu2018-09-301-2/+2
* f2fs: support superblock checksumJunling Zheng2018-09-301-0/+2
* f2fs: add to account skip count of background GCChao Yu2018-09-301-0/+7
* f2fs: add to account meta IOChao Yu2018-09-301-0/+15
* f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim2018-09-281-1/+1
* f2fs: update i_size after DIO completionJaegeuk Kim2018-09-261-0/+1
* f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala2018-09-191-3/+27
* f2fs: split IO error injection according to RWChao Yu2018-09-121-1/+2
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* f2fs: avoid sleeping under spin_lockZhikang Zhang2018-09-111-3/+4
* f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu2018-09-111-0/+1
* f2fs: avoid wrong decrypted data from diskJaegeuk Kim2018-09-051-1/+1
* Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu2018-09-051-3/+3
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2018-09-051-3/+12
* 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-201-0/+1
| * f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-201-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-101-2/+20
| * f2fs: use true and false for boolean valuesGustavo A. R. Silva2018-08-101-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/+0
| * 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-281-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/+6
| * 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
|/
OpenPOWER on IntegriCloud