aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07btrfs: add missing path cache update during fiemapFilipe Manana1-0/+13
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-3/+7
2022-10-07Merge tag 'fs-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds7-30/+86
2022-10-07Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-10/+0
2022-10-07Merge tag '6.1-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds24-139/+253
2022-10-06Merge tag 'iomap-6.1-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-1/+3
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds24-796/+979
2022-10-06Merge tag 'affs-for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+1
2022-10-06Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds65-5191/+7149
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds19-55/+55
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-10/+7
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds19-159/+147
2022-10-06Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-6/+5
2022-10-06Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2022-10-06NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedTrond Myklebust3-5/+97
2022-10-05cifs: remove initialization valueMuhammad Usama Anjum1-1/+1
2022-10-05cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva2-4/+5
2022-10-05smb3: do not log confusing message when server returns no network interfacesSteve French3-7/+20
2022-10-05f2fs: allow direct read for zoned deviceJaegeuk Kim1-1/+6
2022-10-05NFSv4.2: Add a tracepoint for listxattrAnna Schumaker2-0/+3
2022-10-05NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattrAnna Schumaker2-0/+49
2022-10-05NFSv4.2: Move TRACE_DEFINE_ENUM(NFS4_CONTENT_*) under CONFIG_NFS_V4_2Anna Schumaker1-1/+1
2022-10-05NFSv4.2: Add special handling for LISTXATTR receiving NFS4ERR_NOXATTRAnna Schumaker1-0/+8
2022-10-05nfs: remove nfs_wait_atomic_killable() and nfs_write_prepare() declarationGaosheng Cui1-2/+0
2022-10-05NFSv4: remove nfs4_renewd_prepare_shutdown() declarationGaosheng Cui1-1/+0
2022-10-05fs/nfs/pnfs_nfs.c: fix spelling typo and syntax error in commentJiangshan Yi1-2/+2
2022-10-05nfsd: rework hashtable handling in nfsd_do_file_acquireJeff Layton1-30/+22
2022-10-05nfsd: fix nfsd_file_unhash_and_disposeJeff Layton1-29/+7
2022-10-05smb3: define missing create contextsSteve French1-1/+5
2022-10-05cifs: store a pointer to a fid in the cfid structure instead of the structRonnie Sahlberg2-9/+58
2022-10-05cifs: improve handlecachingRonnie Sahlberg1-4/+5
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg4-29/+37
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French15-38/+46
2022-10-05Fix formatting of client smbdirect RDMA loggingTom Talpey1-7/+7
2022-10-05Handle variable number of SGEs in client smbdirect send.Tom Talpey1-108/+77
2022-10-05Reduce client smbdirect max receive segment sizeTom Talpey1-1/+1
2022-10-05Decrease the number of SMB3 smbdirect client SGEsTom Talpey2-19/+21
2022-10-05cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu1-2/+2
2022-10-05ksmbd: validate share name from share config responseAtte Heikkilä6-9/+29
2022-10-05ksmbd: call ib_drain_qp when disconnectedNamjae Jeon1-0/+2
2022-10-05ksmbd: make utf-8 file name comparison work in __caseless_lookup()Atte Heikkilä3-3/+20
2022-10-05ksmbd: Fix user namespace mappingMickaël Salaün1-2/+4
2022-10-05ksmbd: hide socket error message when ipv6 config is disableNamjae Jeon1-1/+2
2022-10-05ksmbd: reduce server smbdirect max send/receive segment sizesTom Talpey1-2/+2
2022-10-05ksmbd: decrease the number of SMB3 smbdirect server SGEsTom Talpey1-1/+1
2022-10-05ksmbd: Fix wrong return value and message length check in smb2_ioctl()Zhang Xiaoxu1-4/+9
2022-10-05ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blobNamjae Jeon3-1/+5
2022-10-05ksmbd: fix encryption failure issue for session logoff responseNamjae Jeon3-9/+13
2022-10-05ksmbd: fix endless loop when encryption for response failsNamjae Jeon1-3/+1
2022-10-05ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO responseNamjae Jeon1-6/+20