summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-10-2414-454/+1259
|\
| * ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2018-10-122-26/+50
| * ext4: cache NULL when both default_acl and acl are NULLChengguang Xu2018-10-061-0/+4
| * jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-10-051-2/+2
| * ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong2018-10-031-1/+3
| * ext4: fix setattr project check in fssetxattr ioctlWang Shilong2018-10-031-23/+37
| * ext4: convert fault handler to use vm_fault_t typeSouptick Joarder2018-10-022-16/+17
| * ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-10-021-1/+1
| * ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o2018-10-021-6/+27
| * ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi2018-10-021-1/+1
| * ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-10-021-2/+6
| * ext4: fix reserved cluster accounting at page invalidation timeEric Whitney2018-10-013-19/+95
| * ext4: adjust reserved cluster count when removing extentsEric Whitney2018-10-014-114/+198
| * ext4: reduce reserved cluster count by number of allocated clustersEric Whitney2018-10-013-160/+207
| * ext4: fix reserved cluster accounting at delayed write timeEric Whitney2018-10-015-18/+206
| * ext4: add new pending reservation mechanismEric Whitney2018-10-014-0/+249
| * ext4: generalize extents status tree search functionsEric Whitney2018-10-015-72/+163
* | Merge tag 'f2fs-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-2427-561/+1566
|\ \
| * | 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