summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-091-0/+22
|\
| * debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-051-0/+22
* | Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-09-096-54/+60
|\ \
| * | btrfs: fix the max chunk size and stripe length calculationQu Wenruo2022-09-062-1/+4
| * | btrfs: zoned: fix mounting with conventional zonesJohannes Thumshirn2022-09-051-41/+40
| * | btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki2022-09-051-3/+12
| * | btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota2022-09-054-9/+4
* | | Merge tag 'trace-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2022-09-091-8/+23
|\ \ \
| * | | tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris2022-09-081-8/+23
* | | | Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-085-12/+5
|\ \ \ \
| * \ \ \ Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2022-09-025-12/+5
| |\ \ \ \
| | * | | | afs: Use the operation issue time instead of the reply time for callbacksDavid Howells2022-09-015-12/+5
* | | | | | afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells2022-09-061-0/+1
* | | | | | Merge tag 'erofs-for-6.0-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-09-063-39/+14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | erofs: fix pcluster use-after-free on UP platformsGao Xiang2022-09-051-29/+0
| * | | | | erofs: avoid the potentially wrong m_plen for big pclusterYue Hu2022-09-051-8/+8
| * | | | | erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke2022-09-051-2/+6
* | | | | | Merge tag '6.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-09-023-32/+55
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya2022-08-301-5/+7
| * | | | | smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French2022-08-302-4/+13
| * | | | | smb3: fix temporary data corruption in insert rangeDavid Howells2022-08-281-8/+16
| * | | | | smb3: fix temporary data corruption in collapse rangeSteve French2022-08-281-10/+16
| * | | | | smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells2022-08-282-12/+10
* | | | | | cachefiles: make on-demand request distribution fairerXin Yin2022-08-312-3/+10
* | | | | | cachefiles: fix error return code in cachefiles_ondemand_copen()Sun Ke2022-08-311-3/+7
|/ / / / /
* | | | | Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-287-32/+34
|\ \ \ \ \
| * | | | | squashfs: don't call kmalloc in decompressorsPhillip Lougher2022-08-284-21/+22
| * | | | | ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2022-08-282-5/+6
| * | | | | writeback: avoid use-after-free after removing deviceKhazhismel Kumykov2022-08-281-6/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-2811-70/+79
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | btrfs: add info when mount fails due to stale replace targetAnand Jain2022-08-231-1/+1
| * | | | btrfs: replace: drop assert for suspended replaceAnand Jain2022-08-231-2/+1
| * | | | btrfs: fix silent failure when deleting root referenceFilipe Manana2022-08-231-2/+3
| * | | | btrfs: fix space cache corruption and potential double allocationsOmar Sandoval2022-08-234-60/+22
| * | | | btrfs: don't allow large NOWAIT direct readsJosef Bacik2022-08-221-0/+14
| * | | | btrfs: don't merge pages into bio if their page offset is not contiguousQu Wenruo2022-08-221-4/+29
| * | | | btrfs: update generation of hole file extent item when merging holesFilipe Manana2022-08-221-0/+2
| * | | | btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu2022-08-221-1/+4
| * | | | btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues2022-08-221-0/+3
* | | | | Merge tag '6.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-08-286-67/+70
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | cifs: Add helper function to check smb1+ serverZhang Xiaoxu2022-08-244-9/+13
| * | | | cifs: Use help macro to get the mid header sizeZhang Xiaoxu2022-08-242-6/+4
| * | | | cifs: Use help macro to get the header preamble sizeZhang Xiaoxu2022-08-244-22/+22
| * | | | cifs: skip extra NULL byte in filenamesPaulo Alcantara2022-08-241-10/+6
| * | | | smb3: missing inode locks in punch holeDavid Howells2022-08-231-6/+6
| * | | | smb3: missing inode locks in zero rangeDavid Howells2022-08-231-25/+30
| | |_|/ | |/| |
* | | | Merge tag 'fs.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-231-6/+8
|\ \ \ \
| * | | | fs: __file_remove_privs(): restore call to inode_has_no_xattr()Stefan Roesch2022-08-181-6/+8
| | |_|/ | |/| |
* | | | Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-232-3/+8
|\ \ \ \
| * | | | mm/uffd: reset write protection when unregister with wp-modePeter Xu2022-08-201-0/+4