summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to spread clear_cold_data()Chao Yu2018-10-233-2/+11
* Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim2018-10-231-4/+0Star
* f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim2018-10-233-9/+44
* f2fs: fix to account IO correctly for cgroup writebackChao Yu2018-10-231-0/+4
* f2fs: fix to account IO correctlyChao Yu2018-10-231-2/+2
* f2fs: remove request_list check in is_idle()Jens Axboe2018-10-171-7/+0Star
* f2fs: allow to mount, if quota is failedJaegeuk Kim2018-10-161-6/+1Star
* 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/+1Star
* f2fs: remove unused sbi->trigger_ssr_thresholdChao Yu2018-10-161-1/+0Star
* 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-031-1/+4
* f2fs: allow out-place-update for direct IO in LFS modeChao Yu2018-10-013-14/+78
* f2fs: refactor ->page_mkwrite() flowChao Yu2018-10-013-24/+24
* Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu2018-10-015-35/+32Star
* f2fs: support superblock checksumJunling Zheng2018-10-013-0/+37
* f2fs: add to account skip count of background GCChao Yu2018-10-013-3/+22
* f2fs: add to account meta IOChao Yu2018-10-013-0/+29
* f2fs: keep lazytime on remountJaegeuk Kim2018-10-011-0/+1
* f2fs: fix missing up_readJaegeuk Kim2018-09-291-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-261-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-205-13/+40
* f2fs: split IO error injection according to RWChao Yu2018-09-123-4/+12
* f2fs: add SPDX license identifiersChao Yu2018-09-1227-107/+27Star
* f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...Chengguang Xu2018-09-121-8/+11
* f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong2018-09-121-23/+37
* f2fs: avoid sleeping under spin_lockZhikang Zhang2018-09-122-22/+36
* f2fs: plug readahead IO in readdir()Chao Yu2018-09-121-6/+16
* f2fs: fix to do sanity check with current segment numberChao Yu2018-09-121-1/+33
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2018-09-121-1/+5
* f2fs: fix memory leak of write_io in fill_super()Chao Yu2018-09-121-1/+1
* f2fs: cache NULL when both default_acl and acl are NULLChengguang Xu2018-09-111-0/+4
* f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu2018-09-114-5/+15
* f2fs: report error if quota off error during umountYunlei He2018-09-111-3/+16