summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-20Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-09NFSD: Force all NFSv4.2 COPY requests to be synchronousChuck Lever
2024-05-06NFS/knfsd: Remove the invalid NFS error 'NFSERR_OPNOTSUPP'Trond Myklebust
2024-05-06knfsd: LOOKUP can return an illegal error valueTrond Myklebust
2024-05-06nfsd: set security label during create operationsStephen Smalley
2024-05-06NFSD: Add COPY status code to OFFLOAD_STATUS responseChuck Lever
2024-05-06NFSD: Record status of async copy operation in struct nfsd4_copyChuck Lever
2024-05-06NFSD: add listener-{set,get} netlink commandLorenzo Bianconi
2024-05-06NFSD: add write_version to netlink commandLorenzo Bianconi
2024-05-06NFSD: convert write_threads to netlink commandLorenzo Bianconi
2024-05-06NFSD: allow callers to pass in scope string to nfsd_svcJeff Layton
2024-05-06NFSD: move nfsd_mutex handling into nfsd_svc callersJeff Layton
2024-05-06nfsd: don't create nfsv4recoverydir in nfsdfs when not used.NeilBrown
2024-05-06nfsd: optimise recalculate_deny_mode() for a common caseNeilBrown
2024-05-06nfsd: add tracepoint in mark_client_expired_lockedJeff Layton
2024-05-06nfsd: new tracepoint for check_slot_seqidChuck Lever
2024-05-06nfsd: drop extraneous newline from nfsd tracepointsJeff Layton
2024-05-06fs: nfsd: use group allocation/free of per-cpu counters APIKefeng Wang
2024-05-06nfsd: trivial GET_DIR_DELEGATION supportJeff Layton
2024-05-06NFSD: Move callback_wq into struct nfs4_clientChuck Lever
2024-05-06nfsd: drop st_mutex before calling move_to_close_lru()NeilBrown
2024-05-06nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()NeilBrown
2024-05-06nfsd: move nfsd4_cstate_assign_replay() earlier in open handling.NeilBrown
2024-05-06nfsd: perform all find_openstateowner_str calls in the one place.NeilBrown
2024-04-29Merge tag 'nfsd-6.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-25NFSD: Fix nfsd4_encode_fattr4() crasherChuck Lever
2024-04-25Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-23Revert "NFSD: Convert the callback workqueue to use delayed_work"Chuck Lever
2024-04-23Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"Chuck Lever
2024-04-15Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-11NFSD: fix endianness issue in nfsd4_encode_fattr4Vasily Gorbik
2024-04-06Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-05nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein
2024-03-28Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-03-27NFSD: CREATE_SESSION must never cache NFS4ERR_DELAY repliesChuck Lever
2024-03-22nfsd: Fix error cleanup path in nfsd_rename()Jan Kara
2024-03-18tracing: Remove __assign_str_len()Steven Rostedt (Google)
2024-03-18NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-09NFSD: Clean up nfsd4_encode_replay()Chuck Lever
2024-03-05NFSD: send OP_CB_RECALL_ANY to clients when number of delegations reaches its...Dai Ngo
2024-03-05NFSD: Document nfsd_setattr() fill-attributes behaviorChuck Lever
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust
2024-03-01nfsd: Fix a regression in nfsd_setattr()Trond Myklebust
2024-03-01NFSD: OP_CB_RECALL_ANY should recall both read and write delegationsDai Ngo
2024-03-01NFSD: handle GETATTR conflict with write delegationDai Ngo