summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton2024-04-101-5/+2
* NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)2024-04-031-1/+1
* nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown2024-02-231-6/+5
* nfsd: fix RELEASE_LOCKOWNERNeilBrown2024-01-311-11/+15
* nfsd: drop the nfsd_put helperJeff Layton2024-01-152-21/+17
* nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown2024-01-013-3/+9
* cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-203-13/+1
* NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever2023-12-033-24/+54
* NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever2023-12-031-1/+3
* NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever2023-11-281-15/+8
* nfsd: fix file memleak on client_opens_releaseMahmoud Adam2023-11-281-1/+1
* nfsd: Handle EOPENSTALE correctly in the filecacheTrond Myklebust2023-11-203-25/+34
* nfsd: lock_rename() needs both directories to live on the same fsAl Viro2023-10-171-6/+6
* Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-09-301-2/+2
|\
| * NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not setChuck Lever2023-09-281-2/+2
* | 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
|\|