aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2018-10-02f2fs: clear PageError on the read pathJaegeuk Kim1-1/+4
2018-09-30f2fs: allow out-place-update for direct IO in LFS modeChao Yu3-14/+78
2018-09-30f2fs: refactor ->page_mkwrite() flowChao Yu3-24/+24
2018-09-30Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu5-35/+32
2018-09-30f2fs: support superblock checksumJunling Zheng3-0/+37
2018-09-30f2fs: add to account skip count of background GCChao Yu3-3/+22
2018-09-30f2fs: add to account meta IOChao Yu3-0/+29
2018-09-30f2fs: keep lazytime on remountJaegeuk Kim1-0/+1
2018-09-28f2fs: fix missing up_readJaegeuk Kim1-1/+3
2018-09-28f2fs: return correct errno in f2fs_gcJaegeuk Kim1-1/+1
2018-09-28f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim6-14/+47
2018-09-26f2fs: mark inode dirty explicitly in recover_inode()Chao Yu1-0/+2
2018-09-26f2fs: fix to recover inode's crtime during PORChao Yu1-0/+7
2018-09-26f2fs: fix to recover inode's i_gc_failures during PORChao Yu1-0/+2
2018-09-26f2fs: fix to recover inode's i_flags during PORChao Yu1-0/+1
2018-09-26f2fs: fix to recover inode's project id during PORChao Yu1-0/+13
2018-09-26f2fs: update i_size after DIO completionJaegeuk Kim2-8/+8
2018-09-26f2fs: report ENOENT correctly in f2fs_renameJaegeuk Kim1-2/+4
2018-09-25f2fs: fix remount problem of option io_bitsChengguang Xu1-1/+2
2018-09-20f2fs: fix to recover inode's uid/gid during PORChao Yu1-0/+2
2018-09-20f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim1-2/+3
2018-09-19f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala5-13/+40
2018-09-12f2fs: split IO error injection according to RWChao Yu3-4/+12
2018-09-12f2fs: add SPDX license identifiersChao Yu27-107/+27
2018-09-12f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...Chengguang Xu1-8/+11
2018-09-11f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong1-23/+37
2018-09-11f2fs: avoid sleeping under spin_lockZhikang Zhang2-22/+36
2018-09-11f2fs: plug readahead IO in readdir()Chao Yu1-6/+16
2018-09-11f2fs: fix to do sanity check with current segment numberChao Yu1-1/+33
2018-09-11f2fs: fix memory leak of percpu counter in fill_super()Chao Yu1-1/+5
2018-09-11f2fs: fix memory leak of write_io in fill_super()Chao Yu1-1/+1
2018-09-11f2fs: cache NULL when both default_acl and acl are NULLChengguang Xu1-0/+4
2018-09-11f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu4-5/+15
2018-09-11f2fs: report error if quota off error during umountYunlei He1-3/+16
2018-09-07f2fs: submit bio after shutdownJaegeuk Kim1-0/+2
2018-09-05f2fs: avoid wrong decrypted data from diskJaegeuk Kim4-12/+17
2018-09-05Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu3-7/+7
2018-09-05f2fs: fix unnecessary periodic wakeup of discard thread when dev is busySahitya Tummala1-1/+7
2018-09-05f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu5-55/+46
2018-09-05f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu1-0/+3
2018-08-22Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds18-527/+1645
2018-08-20f2fs: readahead encrypted block during GCChao Yu3-22/+134
2018-08-20f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim6-67/+91
2018-08-20f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim5-0/+27
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadJens Axboe1-0/+5
2018-08-14f2fs: fix to skip verifying block address for non-regular inodeChao Yu1-6/+8
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann10-46/+32
2018-08-13f2fs: support fault_type mount optionChao Yu3-10/+33
2018-08-13f2fs: fix to return success when trimming meta areaChao Yu1-2/+2
2018-08-13f2fs: fix use-after-free of dicard command entryChao Yu1-34/+45