summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-151-24/+53
|\
| * f2fs: fix to add refcount once page is tagged PG_privateChao Yu2019-03-121-0/+21
| * f2fs: give random value to i_generationJaegeuk Kim2019-03-121-2/+0
| * f2fs: fix wrong #endifJaegeuk Kim2019-03-121-2/+2
| * f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2019-03-051-1/+0
| * f2fs: fix potential data inconsistence of checkpointChao Yu2019-03-051-2/+1
| * f2fs: avoid null pointer exception in dcc_infoJaegeuk Kim2019-02-151-3/+10
| * f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim2019-02-151-0/+2
| * f2fs: run discard jobs when put_superJaegeuk Kim2019-02-041-1/+4
| * f2fs: fix to set sbi dirty correctlyChao Yu2019-01-221-7/+6
| * f2fs: add brackets for macrosSheng Yong2019-01-221-5/+5
| * f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-081-2/+2
| * f2fs: export FS_NOCOW_FL flag to userJaegeuk Kim2019-01-081-1/+2
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-091-10/+4
|\ \
| * | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-4/+3
| * | f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-231-6/+1
| |/
* | f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-2/+2
|/
* 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
OpenPOWER on IntegriCloud