summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2024-07-17Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-12nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argumentJeff Layton
2024-07-08nfsd: new netlink ops to get/set server pool_modeJeff Layton
2024-07-08nfsd: allow passing in array of thread counts via netlinkJeff Layton
2024-07-08nfsd: make nfsd_svc take an array of thread countsJeff Layton
2024-07-08NFSD: Support write delegations in LAYOUTGETChuck Lever
2024-07-08NFSD: Fix nfsdcld warningChuck Lever
2024-07-08NFSD: remove unused structs 'nfsd3_voidargs'Dr. David Alan Gilbert
2024-07-08NFSD: harden svcxdr_dupstr() and svcxdr_tmpalloc() against integer overflowsDan Carpenter
2024-06-28Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown
2024-06-22Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-06-17NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi
2024-05-28fhandle: relax open_by_handle_at() permission checksChristian Brauner
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