summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher8-25/+247
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2022-10-07smb3: fix oops in calculating shash_setkeySteve French1-2/+2
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya7-166/+98
2022-10-07smb3: rename encryption/decryption TFMsEnzo Matsumiya4-16/+15
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya7-29/+52
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-133/+179
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu4-12/+12
2022-10-07f2fs: account swapfile inodesChao Yu3-1/+14
2022-10-07Merge tag 'mtd/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-3/+3
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds3-5/+24
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/...Linus Torvalds7-30/+86
2022-10-07Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/t...Linus Torvalds24-796/+979
2022-10-06Merge tag 'affs-for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-10-06Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus 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/...Linus 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...Linus 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