summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-09-152-4/+5
|\
| * NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown2023-09-121-2/+3
| * nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton2023-09-091-2/+2
* | Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-08-3120-256/+517
|\|
| * NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever2023-08-293-14/+29
| * SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-291-1/+1
| * SUNRPC: change svc_recv() to return void.NeilBrown2023-08-291-11/+2
| * SUNRPC: call svc_process() from svc_recv().NeilBrown2023-08-291-2/+1
| * nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown2023-08-292-34/+25
| * nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown2023-08-291-23/+0
| * nfsd: don't allow nfsd threads to be signalled.NeilBrown2023-08-292-15/+2
| * nfsd: inherit required unset default acls from effective setJeff Layton2023-08-291-5/+29
| * nfsd: set missing after_change as before_change + 1Jeff Layton2023-08-291-1/+1
| * nfsd: remove unsafe BUG_ON from set_change_infoJeff Layton2023-08-292-11/+32
| * nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton2023-08-295-37/+65
| * nfsd: add a MODULE_DESCRIPTIONJeff Layton2023-08-291-0/+1
| * NFSD: Rename struct svc_cacherepChuck Lever2023-08-294-28/+28
| * NFSD: Remove svc_rqst::rq_cacherepChuck Lever2023-08-293-11/+16
| * NFSD: Refactor the duplicate reply cache shrinkerChuck Lever2023-08-291-43/+39
| * NFSD: Replace nfsd_prune_bucket()Chuck Lever2023-08-292-15/+85
| * NFSD: Rename nfsd_reply_cache_alloc()Chuck Lever2023-08-291-3/+3
| * NFSD: Refactor nfsd_reply_cache_free_locked()Chuck Lever2023-08-291-7/+20
| * NFSD: Enable write delegation supportDai Ngo2023-08-292-20/+78
| * NFSD: Report zero space limit for write delegationsChuck Lever2023-08-291-3/+6
| * NFSD: handle GETATTR conflict with write delegationDai Ngo2023-08-295-0/+82
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-282-2/+2
|\ \ | |/ |/|
| * nfsd: convert to ctime accessor functionsJeff Layton2023-07-242-2/+2
* | Merge tag 'nfsd-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-08-242-1/+2
|\ \
| * | NFSD: Fix a thinko introduced by recent trace point changesChuck Lever2023-08-241-0/+1
| * | nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington2023-08-041-1/+1
* | | Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-08-031-3/+6
|\| |
| * | nfsd: Fix reading via spliceDavid Howells2023-07-301-3/+6
* | | Merge tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-07-251-2/+0
|\| | | |/ |/|
| * nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust2023-07-181-2/+0
* | Merge tag 'nfsd-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-06-301-5/+5
|\|
| * nfsd: Fix creation time serialization orderTavian Barnes2023-06-271-5/+5
* | Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-291-2/+5
|\ \
| * | exportfs: check for error return value from exportfs_encode_*()Amir Goldstein2023-05-251-1/+3
| * | exportfs: change connectable argument to bit flagsAmir Goldstein2023-05-221-2/+3
* | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-1/+1
|\ \ \ | |_|/ |/| |
| * | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+1
* | | nfsd: remove redundant assignments to variable lenColin Ian King2023-06-211-7/+5
* | | NFSD: Distinguish per-net namespace initializationChuck Lever2023-06-182-4/+24
* | | nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton2023-06-183-12/+25
* | | NFSD: Add an nfsd4_encode_nfstime4() helperChuck Lever2023-06-171-20/+26
* | | NFSD: add encoding of op_recall flag for write delegationDai Ngo2023-06-121-1/+1
* | | nfsd: don't provide pre/post-op attrs if fh_getattr failsJeff Layton2023-06-111-19/+7
* | | NFSD: Remove nfsd_readv()Chuck Lever2023-06-112-20/+0
* | | NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever2023-06-112-6/+17
* | | NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever2023-06-114-36/+68