summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin2022-09-081-7/+0
* proc: remove initialization assignmentLi zeming2022-09-081-1/+1
* 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
| * | | | mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu2022-08-201-3/+4
| |/ / /
* | | | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-226-14/+22
|\ \ \ \
| * | | | NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia2022-08-191-0/+6
| * | | | NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENTNeilBrown2022-08-191-1/+2
| * | | | NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mdsTrond Myklebust2022-08-131-1/+0
| * | | | NFS: Fix another fsync() issue after a server rebootTrond Myklebust2022-08-133-11/+11
| * | | | NFS: Fix missing unlock in nfs_unlink()Sun Ke2022-08-131-1/+3
* | | | | Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-224-19/+30
|\ \ \ \ \
| * | | | | ntfs: fix acl handlingChristian Brauner2022-08-221-9/+7
| * | | | | fs: require CAP_SYS_ADMIN in target namespace for idmapped mountsSeth Forshee2022-08-171-0/+7
| * | | | | acl: handle idmapped mounts for idmapped filesystemsChristian Brauner2022-08-172-10/+16
| | |/ / / | |/| | |
* | | | | Merge tag 'filelock-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-221-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | locks: Fix dropped call to ->fl_release_private()David Howells2022-08-171-0/+1
| |/ / /
* | | | Merge tag '6.0-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-08-2113-52/+44
|\ \ \ \
| * | | | cifs: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-193-3/+3