summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2025-08-11Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-3/+12
2025-08-05nfsd: avoid ref leak in nfsd_open_local_fh()NeilBrown1-2/+3
2025-08-05nfsd: don't set the ctime on delegated atime updatesJeff Layton1-1/+9
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-22/+14
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+2
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-33/+16
2025-07-14nfsd: Drop dprintk in blocklayout xdr functionsSergey Bashirov1-33/+7
2025-07-14NFSD: Simplify struct knfsd_fhChuck Lever1-9/+6
2025-07-14NFSD: Access a knfsd_fh's fsid by pointerChuck Lever3-11/+20
2025-07-14Revert "NFSD: Force all NFSv4.2 COPY requests to be synchronous"Chuck Lever1-7/+0
2025-07-14NFSD: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-1/+1
2025-07-14NFSD: Use vfs_iocb_iter_write()Chuck Lever1-5/+5
2025-07-14NFSD: Use vfs_iocb_iter_read()Chuck Lever1-2/+5
2025-07-14NFSD: Clean up kdoc for nfsd_open_local_fh()Chuck Lever1-1/+1
2025-07-14NFSD: Clean up kdoc for nfsd_file_put_local()Chuck Lever1-1/+1
2025-07-14NFSD: Remove definition for trace_nfsd_ctl_maxconnChuck Lever1-19/+0
2025-07-14NFSD: Remove definition for trace_nfsd_file_gc_recentChuck Lever1-1/+0
2025-07-14NFSD: Remove definitions for unused trace_nfsd_file_lru trace pointsChuck Lever1-2/+0
2025-07-14NFSD: Remove definition for trace_nfsd_file_unhash_and_queueChuck Lever1-1/+0
2025-07-14nfsd: Use correct error code when decoding extentsSergey Bashirov4-27/+73
2025-07-14NFSD: Remove the cap on number of operations per NFSv4 COMPOUNDChuck Lever5-20/+3
2025-07-14NFSD: Make nfsd_genl_rqstp::rq_ops array best-effortChuck Lever2-2/+3
2025-07-14NFSD: Rename a function parameterChuck Lever1-14/+14
2025-07-14NFSD: detect mismatch of file handle and delegation stateid in OPEN opDai Ngo1-0/+14
2025-07-14nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm()Jeff Layton1-5/+15
2025-07-14nfsd: Change the type of ek_fsidtype from int to u8 and use kstrtou8Su Hui3-8/+6
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig2-2/+2
2025-07-14NFSD: release read access of nfs4_file when a write delegation is returnedDai Ngo2-1/+9
2025-07-14NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACCESS_WRITEDai Ngo1-28/+47
2025-07-03rpc_mkpipe_dentry(): saner calling conventionsAl Viro1-23/+14
2025-07-03rpc_unlink(): saner calling conventionsAl Viro1-10/+2
2025-07-03netlink: introduce type-checking attribute iteration for nlmsgCarolina Jubran1-22/+14
2025-06-21Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-3/+3
2025-06-19nfsd: use threads array as-is in netlink interfaceJeff Layton1-3/+2
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-5/+2
2025-06-13NFSD: Avoid corruption of a referring call listChuck Lever1-0/+1
2025-06-04Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-22/+83
2025-05-29nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointerNeilBrown2-4/+9
2025-05-29nfs_localio: simplify interface to nfsd for getting nfsd_fileNeilBrown1-18/+47
2025-05-29nfs_localio: always hold nfsd net ref with nfsd_file refNeilBrown3-2/+29
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds21-260/+703
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-20/+31
2025-05-15NFSD: Add a "default" block sizeChuck Lever2-3/+8
2025-05-15NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macroChuck Lever3-6/+4
2025-05-15NFSD: Remove NFSD_BUFSIZEChuck Lever4-16/+3
2025-05-15NFSD: Use rqstp->rq_bvec in nfsd_iter_write()Chuck Lever1-2/+3
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever5-33/+51
2025-05-15NFSD: Use rqstp->rq_bvec in nfsd_iter_read()Chuck Lever1-7/+7
2025-05-12nfsd: remove legacy dprintks from GETATTR and STATFS codepathsJeff Layton2-10/+0
2025-05-12nfsd: remove legacy READDIR dprintksJeff Layton2-9/+0