summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fs: dlm: fix typo in tlv prefixAlexander Aring2021-07-191-1/+1
| * | | fs: dlm: use READ_ONCE for config varAlexander Aring2021-07-191-1/+1
| * | | fs: dlm: use sk->sk_socket instead of con->sockAlexander Aring2021-07-191-2/+1
* | | | d_path: make 'prepend()' fill up the buffer exactly on overflowLinus Torvalds2021-09-021-30/+63
* | | | mm: don't allow oversized kvmalloc() callsLinus Torvalds2021-09-021-0/+4
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-0227-731/+1443
|\ \ \ \
| * | | | ext4: make the updating inode data procedure atomicZhang Yi2021-08-311-16/+28
| * | | | ext4: remove an unnecessary if statement in __ext4_get_inode_loc()Zhang Yi2021-08-311-84/+78
| * | | | ext4: move inode eio simulation behind io completeionZhang Yi2021-08-311-3/+1
| * | | | ext4: Improve scalability of ext4 orphan file handlingJan Kara2021-08-312-27/+53
| * | | | ext4: Orphan file documentationJan Kara2021-08-315-6/+89
| * | | | ext4: Speedup ext4 orphan inode handlingJan Kara2021-08-314-52/+394
| * | | | ext4: Move orphan inode handling into a separate fileJan Kara2021-08-315-363/+375
| * | | | ext4: Support for checksumming from journal triggersJan Kara2021-08-3116-128/+259
| * | | | ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o2021-08-311-0/+6
| * | | | jbd2: add sparse annotations for add_transaction_credits()Theodore Ts'o2021-08-311-1/+18
| * | | | ext4: fix sparse warningsTheodore Ts'o2021-08-312-6/+25
| * | | | ext4: Make sure quota files are not grabbed accidentallyJan Kara2021-08-311-2/+6
| * | | | ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara2021-08-311-0/+8
| * | | | ext4: if zeroout fails fall back to splitting the extent nodeTheodore Ts'o2021-08-311-2/+3
| * | | | ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang2021-08-311-18/+9
| * | | | ext4: flush background discard kwork when retry allocationWang Jianchao2021-08-313-3/+13
| * | | | ext4: get discard out of jbd2 commit kthread contexWang Jianchao2021-08-312-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-0249-102/+424
|\ \ \ \ \
| * | | | | ovl: enable RCU'd ->get_acl()Miklos Szeredi2021-08-184-5/+23
| * | | | | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-1839-40/+91
| * | | | | 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-172-6/+3
| * | | | | 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-174-6/+24
* | | | | | Merge tag 'erofs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-0210-217/+517
|\ \ \ \ \ \
| * | | | | | 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-202-4/+59
| * | | | | | erofs: add fiemap support with iomapGao Xiang2021-08-185-1/+59
| * | | | | | erofs: add support for the full decompressed lengthGao Xiang2021-08-182-8/+92