aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski3-0/+3
2022-08-28smb3: fix temporary data corruption in insert rangeDavid Howells1-8/+16
2022-08-28smb3: fix temporary data corruption in collapse rangeSteve French1-10/+16
2022-08-28smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells2-12/+10
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-32/+34
2022-08-28squashfs: don't call kmalloc in decompressorsPhillip Lougher4-21/+22
2022-08-28ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2-5/+6
2022-08-28writeback: avoid use-after-free after removing deviceKhazhismel Kumykov1-6/+6
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds11-70/+79
2022-08-28Merge tag '6.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-67/+70
2022-08-26gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher1-5/+7
2022-08-25gfs2: Clear flags when withdraw prevents xmoteBob Peterson1-2/+20
2022-08-25gfs2: Dequeue waiters when withdrawnBob Peterson3-0/+20
2022-08-25gfs2: Prevent double iput for journal on errorBob Peterson1-0/+1
2022-08-25gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodesBob Peterson2-5/+13
2022-08-24cifs: Add helper function to check smb1+ serverZhang Xiaoxu4-9/+13
2022-08-24cifs: Use help macro to get the mid header sizeZhang Xiaoxu2-6/+4
2022-08-24cifs: Use help macro to get the header preamble sizeZhang Xiaoxu4-22/+22
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed1-0/+2
2022-08-24cifs: skip extra NULL byte in filenamesPaulo Alcantara1-10/+6
2022-08-23Merge tag 'fs.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds1-6/+8
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-3/+8
2022-08-23btrfs: add info when mount fails due to stale replace targetAnand Jain1-1/+1
2022-08-23btrfs: replace: drop assert for suspended replaceAnand Jain1-2/+1
2022-08-23btrfs: fix silent failure when deleting root referenceFilipe Manana1-2/+3
2022-08-23btrfs: fix space cache corruption and potential double allocationsOmar Sandoval4-60/+22
2022-08-23fs: dlm: const void resource name parameterAlexander Aring2-11/+14
2022-08-23fs: dlm: LSFL_CB_DELAY only for kernel lockspacesAlexander Aring1-6/+7
2022-08-23fs: dlm: remove DLM_LSFL_FS from uapiAlexander Aring5-9/+42
2022-08-23fs: dlm: trace user space callbacksAlexander Aring2-5/+26
2022-08-23fs: dlm: change ls_clear_proc_locks to spinlockAlexander Aring4-8/+8
2022-08-23fs: dlm: remove dlm_del_ast prototypeAlexander Aring1-1/+0
2022-08-23fs: dlm: handle rcom in else if branchAlexander Aring1-1/+4
2022-08-23fs: dlm: allow lockspaces have zero lvblenAlexander Aring1-1/+1
2022-08-23fs: dlm: fix invalid derefence of sb_lvbptrAlexander Aring1-1/+1
2022-08-23fs: dlm: handle -EINVAL as log_error()Alexander Aring1-2/+30
2022-08-23fs: dlm: use __func__ for function nameAlexander Aring1-2/+2
2022-08-23fs: dlm: handle -EBUSY first in unlock validationAlexander Aring1-22/+22
2022-08-23fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring1-9/+9
2022-08-23fs: dlm: fix race between test_bit() and queue_work()Alexander Aring1-2/+4
2022-08-23fs: dlm: fix race in lowcommsAlexander Aring1-0/+4
2022-08-23smb3: missing inode locks in punch holeDavid Howells1-6/+6
2022-08-23smb3: missing inode locks in zero rangeDavid Howells1-25/+30
2022-08-22fscrypt: remove fscrypt_set_test_dummy_encryption()Eric Biggers1-13/+0
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-14/+22
2022-08-22Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds4-19/+30
2022-08-22Merge tag 'filelock-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-0/+1
2022-08-22btrfs: don't allow large NOWAIT direct readsJosef Bacik1-0/+14
2022-08-22btrfs: don't merge pages into bio if their page offset is not contiguousQu Wenruo1-4/+29
2022-08-22btrfs: update generation of hole file extent item when merging holesFilipe Manana1-0/+2