aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-0222-725/+1354
|\
| * ext4: make the updating inode data procedure atomicZhang Yi2021-08-301-16/+28
| * ext4: remove an unnecessary if statement in __ext4_get_inode_loc()Zhang Yi2021-08-301-84/+78
| * ext4: move inode eio simulation behind io completeionZhang Yi2021-08-301-3/+1
| * ext4: Improve scalability of ext4 orphan file handlingJan Kara2021-08-302-27/+53
| * ext4: Speedup ext4 orphan inode handlingJan Kara2021-08-304-52/+394
| * ext4: Move orphan inode handling into a separate fileJan Kara2021-08-305-363/+375
| * ext4: Support for checksumming from journal triggersJan Kara2021-08-3016-128/+259
| * ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o2021-08-301-0/+6
| * jbd2: add sparse annotations for add_transaction_credits()Theodore Ts'o2021-08-301-1/+18
| * ext4: fix sparse warningsTheodore Ts'o2021-08-302-6/+25
| * ext4: Make sure quota files are not grabbed accidentallyJan Kara2021-08-301-2/+6
| * ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara2021-08-301-0/+8
| * ext4: if zeroout fails fall back to splitting the extent nodeTheodore Ts'o2021-08-301-2/+3
| * ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang2021-08-301-18/+9
| * ext4: flush background discard kwork when retry allocationWang Jianchao2021-08-303-3/+13
| * ext4: get discard out of jbd2 commit kthread contexWang Jianchao2021-08-302-25/+78
| * ext4: remove the repeated comment of ext4_trim_all_freeWang Jianchao2021-08-121-6/+1
| * ext4: add new helper interface ext4_try_to_trim_range()Wang Jianchao2021-08-121-45/+57
| * ext4: remove the 'group' parameter of ext4_trim_extentWang Jianchao2021-08-121-5/+4
| * jbd2: clean up two gcc -Wall warnings in recovery.cTheodore Ts'o2021-08-101-3/+3
| * jbd2: fix clang warning in recovery.cTheodore Ts'o2021-08-101-1/+0
| * jbd2: fix portability problems caused by unaligned accessesTheodore Ts'o2021-08-101-11/+11
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-0243-98/+406
|\ \
| * | ovl: enable RCU'd ->get_acl()Miklos Szeredi2021-08-182-4/+16
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-1836-37/+88
| * | ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying2021-08-171-2/+4
| * | ovl: use kvalloc in xattr copy-upMiklos Szeredi2021-08-171-4/+5
| * | ovl: update ctime when changing fileattrChengguang Xu2021-08-171-0/+3
| * | ovl: skip checking lower file's i_writecount on truncateChengguang Xu2021-08-171-6/+0
| * | ovl: relax lookup error on mismatch origin ftypeAmir Goldstein2021-08-171-1/+1
| * | ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov2021-08-171-1/+3
| * | ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov2021-08-172-3/+13
| * | ovl: disable decoding null uuid with redirect_dirVyacheslav Yurkov2021-08-171-1/+1
| * | ovl: consistent behavior for immutable/append-only inodesAmir Goldstein2021-08-174-7/+158
| * | ovl: copy up sync/noatime fileattr flagsAmir Goldstein2021-08-173-21/+89
| * | ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein2021-08-175-15/+16
| * | fs: add generic helper for filling statx attribute flagsAmir Goldstein2021-08-172-6/+19
* | | Merge tag 'erofs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-029-215/+500
|\ \ \
| * | | erofs: fix double free of 'copied'Gao Xiang2021-08-251-0/+1
| * | | erofs: support reading chunk-based uncompressed filesGao Xiang2021-08-203-11/+102
| * | | erofs: introduce chunk-based file on-disk formatGao Xiang2021-08-201-2/+45
| * | | erofs: add fiemap support with iomapGao Xiang2021-08-195-1/+59
| * | | erofs: add support for the full decompressed lengthGao Xiang2021-08-192-8/+92
| * | | erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu2021-08-113-5/+3
| * | | erofs: directly use wrapper erofs_page_is_managed() when shrinkingYue Hu2021-08-111-2/+1
| * | | erofs: convert all uncompressed cases to iomapGao Xiang2021-08-101-239/+51
| * | | Merge tag 'iomap-5.15-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-lin...Gao Xiang2021-08-102-87/+92
| |\ \ \
| * | | | erofs: dax support for non-tailpacking regular fileGao Xiang2021-08-104-4/+104
| * | | | erofs: iomap support for non-tailpacking DIOHuang Jianan2021-08-104-1/+100