Age | Commit message (Expand) | Author | Files | Lines |
2024-09-20 | NFSD: remove redundant assignment operation | Li Lingfeng | 1 | -1/+0 |
2024-09-20 | NFSD: Fix NFSv4's PUTPUBFH operation | Chuck Lever | 1 | -9/+1 |
2024-09-20 | nfsd: Add quotes to client info 'callback address' | Mark Grimes | 1 | -1/+1 |
2024-09-20 | nfsd: move error choice for incorrect object types to version-specific code. | NeilBrown | 6 | -19/+56 |
2024-09-20 | nfsd: be more systematic about selecting error codes for internal use. | NeilBrown | 1 | -5/+19 |
2024-09-20 | nfsd: Move error code mapping to per-version proc code. | NeilBrown | 5 | -18/+78 |
2024-09-20 | nfsd: move V4ROOT version check to nfsd_set_fh_dentry() | NeilBrown | 1 | -11/+7 |
2024-09-20 | nfsd: further centralize protocol version checks. | NeilBrown | 3 | -6/+9 |
2024-09-20 | nfsd: use nfsd_v4client() in nfsd_breaker_owns_lease() | NeilBrown | 3 | -9/+8 |
2024-09-20 | nfsd: Pass 'cred' instead of 'rqstp' to some functions. | NeilBrown | 8 | -28/+34 |
2024-09-20 | nfsd: Don't pass all of rqst into rqst_exp_find() | NeilBrown | 4 | -12/+35 |
2024-09-20 | nfsd: don't assume copy notify when preprocessing the stateid | Sagi Grimberg | 2 | -6/+4 |
2024-09-20 | sunrpc: allow svc threads to fail initialisation cleanly | NeilBrown | 1 | -6/+3 |
2024-09-20 | sunrpc: change sp_nrthreads from atomic_t to unsigned int. | NeilBrown | 2 | -2/+2 |
2024-09-20 | nfsd: don't allocate the versions array. | NeilBrown | 5 | -94/+35 |
2024-09-01 | nfsd: move nfsd_pool_stats_open into nfsctl.c | NeilBrown | 3 | -9/+7 |
2024-09-01 | nfsd: don't EXPORT_SYMBOL nfsd4_ssc_init_umount_work() | NeilBrown | 1 | -1/+0 |
2024-09-01 | nfsd: use system_unbound_wq for nfsd_file_gc_worker() | Youzhong Yang | 1 | -1/+1 |
2024-09-01 | nfsd: count nfsd_file allocations | Jeff Layton | 1 | -2/+7 |
2024-09-01 | nfsd: fix refcount leak when file is unhashed after being found | Jeff Layton | 1 | -0/+1 |
2024-09-01 | nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire | Jeff Layton | 1 | -2/+0 |
2024-09-01 | nfsd: add list_head nf_gc to struct nfsd_file | Youzhong Yang | 2 | -8/+11 |
2024-09-01 | Merge tag 'nfsd-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -2/+9 |
2024-08-30 | nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease | NeilBrown | 1 | -2/+9 |
2024-08-29 | Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 3 | -21/+38 |
2024-08-26 | fs/nfsd: fix update of inode attrs in CB_GETATTR | Jeff Layton | 3 | -7/+15 |
2024-08-26 | nfsd: fix potential UAF in nfsd4_cb_getattr_release | Jeff Layton | 1 | -1/+1 |
2024-08-26 | nfsd: hold reference to delegation when updating it for cb_getattr | Jeff Layton | 1 | -3/+7 |
2024-08-23 | nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_open | Olga Kornievskaia | 1 | -9/+12 |
2024-08-22 | nfsd: ensure that nfsd4_fattr_args.context is zeroed out | Jeff Layton | 1 | -1/+3 |
2024-08-10 | Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -2/+1 |
2024-07-22 | nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets | Jeff Layton | 1 | -2/+1 |
2024-07-17 | Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 12 | -52/+164 |
2024-07-15 | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -1/+1 |
2024-07-12 | nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argument | Jeff Layton | 1 | -1/+1 |
2024-07-08 | nfsd: new netlink ops to get/set server pool_mode | Jeff Layton | 3 | -0/+76 |
2024-07-08 | nfsd: allow passing in array of thread counts via netlink | Jeff Layton | 2 | -13/+31 |
2024-07-08 | nfsd: make nfsd_svc take an array of thread counts | Jeff Layton | 3 | -24/+45 |
2024-07-08 | NFSD: Support write delegations in LAYOUTGET | Chuck Lever | 1 | -2/+3 |
2024-07-08 | NFSD: Fix nfsdcld warning | Chuck Lever | 2 | -3/+3 |
2024-07-08 | NFSD: remove unused structs 'nfsd3_voidargs' | Dr. David Alan Gilbert | 2 | -4/+0 |
2024-07-08 | NFSD: harden svcxdr_dupstr() and svcxdr_tmpalloc() against integer overflows | Dan Carpenter | 1 | -6/+6 |
2024-06-28 | Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 2 | -1/+2 |
2024-06-25 | nfsd: initialise nfsd_info.mutex early. | NeilBrown | 2 | -1/+2 |
2024-06-22 | Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 3 | -42/+11 |
2024-06-17 | NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit() | Lorenzo Bianconi | 3 | -42/+11 |
2024-05-28 | fhandle: relax open_by_handle_at() permission checks | Christian Brauner | 1 | -1/+1 |
2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -20/+20 |
2024-05-20 | Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2024-05-09 | NFSD: Force all NFSv4.2 COPY requests to be synchronous | Chuck Lever | 1 | -0/+7 |