summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: check PageWriteback flag for ordered caseChao Yu2018-12-261-1/+1
* f2fs: clean up structure extent_nodeChao Yu2018-12-261-10/+2
* f2fs: fix sbi->extent_list corruption issueSahitya Tummala2018-12-261-1/+10
* f2fs: correct wrong spelling, issing_*Jaegeuk Kim2018-12-261-5/+5
* f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim2018-12-261-2/+8
* f2fs: remove redundant comment of unused wio_mutexYunlong Song2018-12-261-1/+0
* f2fs: add an ioctl() to explicitly trigger fsck laterJaegeuk Kim2018-12-141-0/+1
* f2fs: avoid frequent costly fsck triggersJaegeuk Kim2018-11-281-1/+5
* f2fs: make "f2fs_fault_name[]" const char *Alexey Dobriyan2018-11-261-1/+1
* f2fs: avoid build warn of fall_throughJaegeuk Kim2018-11-261-0/+1
* f2fs: fix out-place-update DIO writeChao Yu2018-11-261-0/+1
* f2fs: fix to be aware discard/preflush/dio command in is_idle()Chao Yu2018-11-261-1/+5
* f2fs: add to account direct IOChao Yu2018-11-261-0/+10
* f2fs: support subsectional garbage collectionChao Yu2018-11-261-0/+3
* f2fs: introduce __is_large_section() for cleanupChao Yu2018-11-261-0/+2
* f2fs: clean up f2fs_sb_has_##feature_nameChao Yu2018-11-261-11/+12
* f2fs: remove codes of unused wio_mutexYunlong Song2018-11-261-1/+0
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+1
|\
| * f2fs: Convert to XArrayMatthew Wilcox2018-10-211-1/+1
* | 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