summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-285-10/+8
|\
| * f2fs: Convert to XArrayMatthew Wilcox2018-10-215-9/+7
| * pagevec: Use xa_mark_tMatthew Wilcox2018-10-211-1/+1
* | f2fs: fix to keep project quota consistentChao Yu2018-10-223-11/+39
* | f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-229-48/+293
* | f2fs: cleanup dirty pages if recover failedSheng Yong2018-10-222-12/+35
* | f2fs: fix data corruption issue with hardware encryptionSahitya Tummala2018-10-223-0/+22
* | f2fs: fix to recover inode->i_flags of inode block during PORChao Yu2018-10-221-0/+1
* | f2fs: spread f2fs_set_inode_flags()Chao Yu2018-10-223-4/+5
* | f2fs: fix to spread clear_cold_data()Chao Yu2018-10-223-2/+11
* | Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim2018-10-221-4/+0
* | f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim2018-10-223-9/+44
* | f2fs: fix to account IO correctly for cgroup writebackChao Yu2018-10-221-0/+4
* | f2fs: fix to account IO correctlyChao Yu2018-10-221-2/+2
* | f2fs: remove request_list check in is_idle()Jens Axboe2018-10-161-7/+0
* | f2fs: allow to mount, if quota is failedJaegeuk Kim2018-10-161-6/+1
* | f2fs: update REQ_TIME in f2fs_cross_rename()Sahitya Tummala2018-10-161-0/+4
* | f2fs: do not update REQ_TIME in case of error conditionsSahitya Tummala2018-10-162-2/+2
* | f2fs: remove unneeded disable_nat_bits()Chao Yu2018-10-161-3/+1
* | f2fs: remove unused sbi->trigger_ssr_thresholdChao Yu2018-10-161-1/+0
* | f2fs: shrink sbi->sb_lock coverage in set_file_temperature()Chao Yu2018-10-161-7/+10
* | f2fs: use rb_*_cached friendsChao Yu2018-10-163-48/+69
* | f2fs: fix to recover cold bit of inode block during PORChao Yu2018-10-162-1/+7
* | f2fs: submit cached bio to avoid endless PageWritebackChao Yu2018-10-163-25/+61
* | f2fs: checkpoint disablingDaniel Rosenberg2018-10-1611-14/+318
* | f2fs: clear PageError on the read pathJaegeuk Kim2018-10-021-1/+4
* | f2fs: allow out-place-update for direct IO in LFS modeChao Yu2018-09-303-14/+78
* | f2fs: refactor ->page_mkwrite() flowChao Yu2018-09-303-24/+24
* | Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu2018-09-305-35/+32
* | f2fs: support superblock checksumJunling Zheng2018-09-303-0/+37
* | f2fs: add to account skip count of background GCChao Yu2018-09-303-3/+22
* | f2fs: add to account meta IOChao Yu2018-09-303-0/+29
* | f2fs: keep lazytime on remountJaegeuk Kim2018-09-301-0/+1
* | f2fs: fix missing up_readJaegeuk Kim2018-09-281-1/+3
* | f2fs: return correct errno in f2fs_gcJaegeuk Kim2018-09-281-1/+1
* | f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim2018-09-286-14/+47
* | f2fs: mark inode dirty explicitly in recover_inode()Chao Yu2018-09-261-0/+2
* | f2fs: fix to recover inode's crtime during PORChao Yu2018-09-261-0/+7
* | f2fs: fix to recover inode's i_gc_failures during PORChao Yu2018-09-261-0/+2
* | f2fs: fix to recover inode's i_flags during PORChao Yu2018-09-261-0/+1
* | f2fs: fix to recover inode's project id during PORChao Yu2018-09-261-0/+13
* | f2fs: update i_size after DIO completionJaegeuk Kim2018-09-262-8/+8
* | f2fs: report ENOENT correctly in f2fs_renameJaegeuk Kim2018-09-261-2/+4
* | f2fs: fix remount problem of option io_bitsChengguang Xu2018-09-251-1/+2
* | f2fs: fix to recover inode's uid/gid during PORChao Yu2018-09-201-0/+2
* | f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim2018-09-201-2/+3
* | f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala2018-09-195-13/+40
* | f2fs: split IO error injection according to RWChao Yu2018-09-123-4/+12
* | f2fs: add SPDX license identifiersChao Yu2018-09-1227-107/+27
* | f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...Chengguang Xu2018-09-121-8/+11