summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-08-101-2/+1
|\
| * nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd socketsJeff Layton2024-07-221-2/+1
* | Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-07-1712-52/+164
|\|
| * nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argumentJeff Layton2024-07-121-1/+1
| * nfsd: new netlink ops to get/set server pool_modeJeff Layton2024-07-083-0/+76
| * nfsd: allow passing in array of thread counts via netlinkJeff Layton2024-07-082-13/+31
| * nfsd: make nfsd_svc take an array of thread countsJeff Layton2024-07-083-24/+45
| * NFSD: Support write delegations in LAYOUTGETChuck Lever2024-07-081-2/+3
| * NFSD: Fix nfsdcld warningChuck Lever2024-07-082-3/+3
| * NFSD: remove unused structs 'nfsd3_voidargs'Dr. David Alan Gilbert2024-07-082-4/+0
| * NFSD: harden svcxdr_dupstr() and svcxdr_tmpalloc() against integer overflowsDan Carpenter2024-07-081-6/+6
* | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-07-151-1/+1
|\ \ | |/ |/|
| * fhandle: relax open_by_handle_at() permission checksChristian Brauner2024-05-281-1/+1
* | Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-282-1/+2
|\ \
| * | nfsd: initialise nfsd_info.mutex early.NeilBrown2024-06-252-1/+2
* | | Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-223-42/+11
|\| | | |/ |/|
| * NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi2024-06-173-42/+11
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-20/+20
* | Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-201-2/+2
|\ \ | |/ |/|
| * fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein2024-04-041-2/+2
* | NFSD: Force all NFSv4.2 COPY requests to be synchronousChuck Lever2024-05-091-0/+7
* | NFS/knfsd: Remove the invalid NFS error 'NFSERR_OPNOTSUPP'Trond Myklebust2024-05-061-1/+0
* | knfsd: LOOKUP can return an illegal error valueTrond Myklebust2024-05-061-2/+2
* | nfsd: set security label during create operationsStephen Smalley2024-05-062-1/+9
* | NFSD: Add COPY status code to OFFLOAD_STATUS responseChuck Lever2024-05-063-4/+17
* | NFSD: Record status of async copy operation in struct nfsd4_copyChuck Lever2024-05-062-11/+11
* | NFSD: add listener-{set,get} netlink commandLorenzo Bianconi2024-05-063-0/+245
* | NFSD: add write_version to netlink commandLorenzo Bianconi2024-05-065-2/+181
* | NFSD: convert write_threads to netlink commandLorenzo Bianconi2024-05-063-0/+165
* | NFSD: allow callers to pass in scope string to nfsd_svcJeff Layton2024-05-063-4/+4
* | NFSD: move nfsd_mutex handling into nfsd_svc callersJeff Layton2024-05-062-2/+4
* | nfsd: don't create nfsv4recoverydir in nfsdfs when not used.NeilBrown2024-05-061-2/+2
* | nfsd: optimise recalculate_deny_mode() for a common caseNeilBrown2024-05-061-1/+6
* | nfsd: add tracepoint in mark_client_expired_lockedJeff Layton2024-05-062-1/+29
* | nfsd: new tracepoint for check_slot_seqidChuck Lever2024-05-062-7/+77
* | nfsd: drop extraneous newline from nfsd tracepointsJeff Layton2024-05-061-3/+3
* | fs: nfsd: use group allocation/free of per-cpu counters APIKefeng Wang2024-05-064-55/+13
* | nfsd: trivial GET_DIR_DELEGATION supportJeff Layton2024-05-063-2/+134
* | NFSD: Move callback_wq into struct nfs4_clientChuck Lever2024-05-063-31/+18
* | nfsd: drop st_mutex before calling move_to_close_lru()NeilBrown2024-05-061-4/+7
* | nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()NeilBrown2024-05-062-8/+32
* | nfsd: move nfsd4_cstate_assign_replay() earlier in open handling.NeilBrown2024-05-061-6/+3
* | nfsd: perform all find_openstateowner_str calls in the one place.NeilBrown2024-05-061-53/+40
* | Merge tag 'nfsd-6.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-291-1/+1
|\ \
| * | NFSD: Fix nfsd4_encode_fattr4() crasherChuck Lever2024-04-251-1/+1
* | | Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-252-22/+6
|\| |
| * | Revert "NFSD: Convert the callback workqueue to use delayed_work"Chuck Lever2024-04-232-4/+4
| * | Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"Chuck Lever2024-04-231-18/+2
* | | Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-151-24/+23
|\| |
| * | NFSD: fix endianness issue in nfsd4_encode_fattr4Vasily Gorbik2024-04-111-24/+23