| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 2024-08-10 | 1 | -2/+1 |
|\ |
|
| * | nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets | Jeff Layton | 2024-07-22 | 1 | -2/+1 |
* | | Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2024-07-17 | 12 | -52/+164 |
|\| |
|
| * | nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argument | Jeff Layton | 2024-07-12 | 1 | -1/+1 |
| * | nfsd: new netlink ops to get/set server pool_mode | Jeff Layton | 2024-07-08 | 3 | -0/+76 |
| * | nfsd: allow passing in array of thread counts via netlink | Jeff Layton | 2024-07-08 | 2 | -13/+31 |
| * | nfsd: make nfsd_svc take an array of thread counts | Jeff Layton | 2024-07-08 | 3 | -24/+45 |
| * | NFSD: Support write delegations in LAYOUTGET | Chuck Lever | 2024-07-08 | 1 | -2/+3 |
| * | NFSD: Fix nfsdcld warning | Chuck Lever | 2024-07-08 | 2 | -3/+3 |
| * | NFSD: remove unused structs 'nfsd3_voidargs' | Dr. David Alan Gilbert | 2024-07-08 | 2 | -4/+0 |
| * | NFSD: harden svcxdr_dupstr() and svcxdr_tmpalloc() against integer overflows | Dan Carpenter | 2024-07-08 | 1 | -6/+6 |
* | | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2024-07-15 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fhandle: relax open_by_handle_at() permission checks | Christian Brauner | 2024-05-28 | 1 | -1/+1 |
* | | Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 2024-06-28 | 2 | -1/+2 |
|\ \ |
|
| * | | nfsd: initialise nfsd_info.mutex early. | NeilBrown | 2024-06-25 | 2 | -1/+2 |
* | | | Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 2024-06-22 | 3 | -42/+11 |
|\| |
| |/
|/| |
|
| * | NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit() | Lorenzo Bianconi | 2024-06-17 | 3 | -42/+11 |
* | | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 2024-05-23 | 1 | -20/+20 |
* | | Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2024-05-20 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | fsnotify: create a wrapper fsnotify_find_inode_mark() | Amir Goldstein | 2024-04-04 | 1 | -2/+2 |
* | | NFSD: Force all NFSv4.2 COPY requests to be synchronous | Chuck Lever | 2024-05-09 | 1 | -0/+7 |
* | | NFS/knfsd: Remove the invalid NFS error 'NFSERR_OPNOTSUPP' | Trond Myklebust | 2024-05-06 | 1 | -1/+0 |
* | | knfsd: LOOKUP can return an illegal error value | Trond Myklebust | 2024-05-06 | 1 | -2/+2 |
* | | nfsd: set security label during create operations | Stephen Smalley | 2024-05-06 | 2 | -1/+9 |
* | | NFSD: Add COPY status code to OFFLOAD_STATUS response | Chuck Lever | 2024-05-06 | 3 | -4/+17 |
* | | NFSD: Record status of async copy operation in struct nfsd4_copy | Chuck Lever | 2024-05-06 | 2 | -11/+11 |
* | | NFSD: add listener-{set,get} netlink command | Lorenzo Bianconi | 2024-05-06 | 3 | -0/+245 |
* | | NFSD: add write_version to netlink command | Lorenzo Bianconi | 2024-05-06 | 5 | -2/+181 |
* | | NFSD: convert write_threads to netlink command | Lorenzo Bianconi | 2024-05-06 | 3 | -0/+165 |
* | | NFSD: allow callers to pass in scope string to nfsd_svc | Jeff Layton | 2024-05-06 | 3 | -4/+4 |
* | | NFSD: move nfsd_mutex handling into nfsd_svc callers | Jeff Layton | 2024-05-06 | 2 | -2/+4 |
* | | nfsd: don't create nfsv4recoverydir in nfsdfs when not used. | NeilBrown | 2024-05-06 | 1 | -2/+2 |
* | | nfsd: optimise recalculate_deny_mode() for a common case | NeilBrown | 2024-05-06 | 1 | -1/+6 |
* | | nfsd: add tracepoint in mark_client_expired_locked | Jeff Layton | 2024-05-06 | 2 | -1/+29 |
* | | nfsd: new tracepoint for check_slot_seqid | Chuck Lever | 2024-05-06 | 2 | -7/+77 |
* | | nfsd: drop extraneous newline from nfsd tracepoints | Jeff Layton | 2024-05-06 | 1 | -3/+3 |
* | | fs: nfsd: use group allocation/free of per-cpu counters API | Kefeng Wang | 2024-05-06 | 4 | -55/+13 |
* | | nfsd: trivial GET_DIR_DELEGATION support | Jeff Layton | 2024-05-06 | 3 | -2/+134 |
* | | NFSD: Move callback_wq into struct nfs4_client | Chuck Lever | 2024-05-06 | 3 | -31/+18 |
* | | nfsd: drop st_mutex before calling move_to_close_lru() | NeilBrown | 2024-05-06 | 1 | -4/+7 |
* | | nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru() | NeilBrown | 2024-05-06 | 2 | -8/+32 |
* | | nfsd: move nfsd4_cstate_assign_replay() earlier in open handling. | NeilBrown | 2024-05-06 | 1 | -6/+3 |
* | | nfsd: perform all find_openstateowner_str calls in the one place. | NeilBrown | 2024-05-06 | 1 | -53/+40 |
* | | Merge tag 'nfsd-6.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 2024-04-29 | 1 | -1/+1 |
|\ \ |
|
| * | | NFSD: Fix nfsd4_encode_fattr4() crasher | Chuck Lever | 2024-04-26 | 1 | -1/+1 |
* | | | Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 2024-04-25 | 2 | -22/+6 |
|\| | |
|
| * | | Revert "NFSD: Convert the callback workqueue to use delayed_work" | Chuck Lever | 2024-04-24 | 2 | -4/+4 |
| * | | Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down" | Chuck Lever | 2024-04-24 | 1 | -18/+2 |
* | | | Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 2024-04-15 | 1 | -24/+23 |
|\| | |
|
| * | | NFSD: fix endianness issue in nfsd4_encode_fattr4 | Vasily Gorbik | 2024-04-11 | 1 | -24/+23 |