summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong2018-09-111-23/+37
* f2fs: avoid sleeping under spin_lockZhikang Zhang2018-09-112-22/+36
* f2fs: plug readahead IO in readdir()Chao Yu2018-09-111-6/+16
* f2fs: fix to do sanity check with current segment numberChao Yu2018-09-111-1/+33
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2018-09-111-1/+5
* f2fs: fix memory leak of write_io in fill_super()Chao Yu2018-09-111-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
* f2fs: submit bio after shutdownJaegeuk Kim2018-09-071-0/+2
* f2fs: avoid wrong decrypted data from diskJaegeuk Kim2018-09-054-12/+17
* Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu2018-09-053-7/+7
* f2fs: fix unnecessary periodic wakeup of discard thread when dev is busySahitya Tummala2018-09-051-1/+7
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2018-09-055-55/+46
* f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu2018-09-051-0/+3
* nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-0439-390/+39
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-021-1/+0
|\
| * notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
* | Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-294-83/+37
|\ \ | |/ |/|
| * udf: Fix mounting of Win7 created UDF filesystemsJan Kara2018-08-241-12/+19
| * udf: Remove dead code from udf_find_fileset()Jan Kara2018-08-241-61/+1