summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2025-09-21nfsd: Eliminate an allocation in nfs4_make_rec_clidname()Eric Biggers
2025-09-21nfsd: Replace open-coded conversion of bytes to hexEric Biggers
2025-09-21nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegationJeff Layton
2025-09-21nfsd: fix timestamp updates in CB_GETATTRJeff Layton
2025-09-21nfsd: fix SETATTR updates for delegated timestampsJeff Layton
2025-09-21nfsd: track original timestamps in nfs4_delegationJeff Layton
2025-09-21nfsd: use ATTR_CTIME_SET for delegated ctime updatesJeff Layton
2025-09-21nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()Jeff Layton
2025-09-21nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime updateJeff Layton
2025-09-21NFSD: Fix last write offset handling in layoutcommitSergey Bashirov
2025-09-21NFSD: Implement large extent array support in pNFSSergey Bashirov
2025-09-21NFSD: Minor cleanup in layoutcommit decodingSergey Bashirov
2025-09-21NFSD: Minor cleanup in layoutcommit processingSergey Bashirov
2025-09-21NFSD: Rework encoding and decoding of nfsd4_deviceidSergey Bashirov
2025-09-21nfsd: discard nfsd_file_get_local()NeilBrown
2025-09-21NFSD: Move the fh_getattr() helperChuck Lever
2025-09-21NFSD: Relocate the fh_want_write() and fh_drop_write() helpersChuck Lever
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-17nfsd_get_inode(): lift setting ->i_{,f}op to callers.Al Viro
2025-09-17nfsdfs_create_files(): switch to simple_start_creating()Al Viro
2025-09-17_nfsd_symlink(): switch to simple_start_creating()Al Viro
2025-09-17nfsd_mkdir(): switch to simple_start_creating()Al Viro
2025-09-17nfsctl: symlink has no business bumping link count of parent directoryAl Viro
2025-09-15check_export(): constify path argumentAl Viro
2025-09-15rqst_exp_get_by_name(): constify path argumentAl Viro
2025-08-11Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-08-05nfsd: avoid ref leak in nfsd_open_local_fh()NeilBrown
2025-08-05nfsd: don't set the ctime on delegated atime updatesJeff Layton
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-14nfsd: Drop dprintk in blocklayout xdr functionsSergey Bashirov
2025-07-14NFSD: Simplify struct knfsd_fhChuck Lever
2025-07-14NFSD: Access a knfsd_fh's fsid by pointerChuck Lever
2025-07-14Revert "NFSD: Force all NFSv4.2 COPY requests to be synchronous"Chuck Lever
2025-07-14NFSD: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-07-14NFSD: Use vfs_iocb_iter_write()Chuck Lever
2025-07-14NFSD: Use vfs_iocb_iter_read()Chuck Lever
2025-07-14NFSD: Clean up kdoc for nfsd_open_local_fh()Chuck Lever
2025-07-14NFSD: Clean up kdoc for nfsd_file_put_local()Chuck Lever
2025-07-14NFSD: Remove definition for trace_nfsd_ctl_maxconnChuck Lever
2025-07-14NFSD: Remove definition for trace_nfsd_file_gc_recentChuck Lever
2025-07-14NFSD: Remove definitions for unused trace_nfsd_file_lru trace pointsChuck Lever
2025-07-14NFSD: Remove definition for trace_nfsd_file_unhash_and_queueChuck Lever
2025-07-14nfsd: Use correct error code when decoding extentsSergey Bashirov
2025-07-14NFSD: Remove the cap on number of operations per NFSv4 COMPOUNDChuck Lever
2025-07-14NFSD: Make nfsd_genl_rqstp::rq_ops array best-effortChuck Lever
2025-07-14NFSD: Rename a function parameterChuck Lever
2025-07-14NFSD: detect mismatch of file handle and delegation stateid in OPEN opDai Ngo
2025-07-14nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm()Jeff Layton