summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2023-02-20cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu
2023-02-20cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu
2023-02-20cifs: return a single-use cfid if we did not get a leaseRonnie Sahlberg
2023-02-20cifs: Check the lease context if we actually got a leaseRonnie Sahlberg
2023-02-20cifs: Replace remaining 1-element arraysKees Cook
2023-02-20cifs: Convert struct fealist away from 1-element arrayKees Cook
2023-02-20cifs: fix mount on old smb serversPaulo Alcantara
2023-02-20cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke
2023-02-20cifs: remove unneeded 2bytes of padding from smb2 tree connectNamjae Jeon
2023-02-20cifs: Use a folio in cifs_page_mkwrite()Matthew Wilcox (Oracle)
2023-02-20cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke
2023-02-20cifs: don't try to use rdma offload on encrypted connectionsStefan Metzmacher
2023-02-20cifs: split out smb3_use_rdma_offload() helperStefan Metzmacher
2023-02-20cifs: introduce cifs_io_parms in smb2_async_writev()Stefan Metzmacher
2023-02-20cifs: get rid of unneeded conditional in cifs_get_num_sgs()Paulo Alcantara
2023-02-20cifs: prevent data race in smb2_reconnect()Paulo Alcantara
2023-02-20cifs: fix indentation in make menuconfig optionsSteve French
2023-02-20cifs: update Kconfig descriptionSteve French
2023-02-20cifs: Get rid of unneeded conditional in the smb2_get_aead_req()Andy Shevchenko
2023-02-20cifs: print last update time for interface listShyam Prasad N
2023-02-20cifs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2023-02-20cifs: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-02-20NFSD: Clean up nfsd_symlink()Chuck Lever
2023-02-20NFSD: copy the whole verifier in nfsd_copy_write_verifierChuck Lever
2023-02-20nfsd: don't fsync nfsd_files on last closeJeff Layton
2023-02-20nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton
2023-02-20NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo
2023-02-20nfsd: fix race to check ls_layoutsBenjamin Coddington
2023-02-20nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton
2023-02-20nfsd: remove fs/nfsd/fault_inject.cJeff Layton
2023-02-20NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo
2023-02-20nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton
2023-02-20nfsd: zero out pointers after putting nfsd_files on COPY setup errorJeff Layton
2023-02-20nfsd: eliminate __nfs4_get_fdJeff Layton
2023-02-20nfsd: add some kerneldoc comments for stateid preprocessing functionsJeff Layton
2023-02-20nfsd: eliminate find_deleg_file_lockedJeff Layton
2023-02-20nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUSJeff Layton
2023-02-20NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlinkChuck Lever
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever
2023-02-20nfsd: move reply cache initialization into nfsd startupJeff Layton
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever
2023-02-20nfsd: fix potential race in nfs4_find_fileJeff Layton
2023-02-20nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton
2023-02-20NFSD: enhance inter-server copy cleanupDai Ngo
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever
2023-02-20NFS: nfs_encode_fh: Remove S_AUTOMOUNT checkRichard Weinberger