summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ext4: cache NULL when both default_acl and acl are NULLChengguang Xu2018-10-071-0/+4
| * | docs: promote the ext4 data structures book to top levelDarrick J. Wong2018-10-0625-21/+10
| * | docs: move ext4 administrative docs to admin-guide/Darrick J. Wong2018-10-064-2/+4
| * | jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-10-061-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
| * | docs: make ext4 readme tables readableDarrick J. Wong2018-10-031-430/+391
| * | docs: fix ext4 documentation table formatting problemsDarrick J. Wong2018-10-0310-59/+60
| * | docs: generate a separate ext4 pdf file from the documentationDarrick J. Wong2018-10-031-0/+2
| * | ext4: convert fault handler to use vm_fault_t typeSouptick Joarder2018-10-033-17/+18
| * | ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-10-031-1/+1
| * | ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o2018-10-031-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-015-134/+238
| * | 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-016-18/+241
| * | ext4: add new pending reservation mechanismEric Whitney2018-10-014-0/+249
| * | ext4: generalize extents status tree search functionsEric Whitney2018-10-016-74/+165
* | | Merge tag 'f2fs-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-2430-568/+1594
|\ \ \
| * | | f2fs: fix to keep project quota consistentChao Yu2018-10-233-11/+39
| * | | f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-2310-48/+294
| * | | f2fs: cleanup dirty pages if recover failedSheng Yong2018-10-232-12/+35
| * | | f2fs: fix data corruption issue with hardware encryptionSahitya Tummala2018-10-233-0/+22
| * | | f2fs: fix to recover inode->i_flags of inode block during PORChao Yu2018-10-231-0/+1
| * | | f2fs: spread f2fs_set_inode_flags()Chao Yu2018-10-233-4/+5
| * | | 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/+0
| * | | 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/+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-1613-14/+324
| * | | 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/+32
| * | | f2fs: support superblock checksumJunling Zheng2018-10-014-1/+39
| * | | 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