aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Merge tag 'nfsd-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-6/+5
2024-02-05nfsd: don't take fi_lock in nfsd_break_deleg_cb()Gravatar NeilBrown 1-6/+5
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-11/+15
2024-01-24nfsd: fix RELEASE_LOCKOWNERGravatar NeilBrown 1-11/+15
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-4/+0
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-56/+14
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-0/+4
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 16-173/+172
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 1-3/+4
2024-01-07nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()Gravatar NeilBrown 3-7/+12
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putGravatar NeilBrown 3-40/+6
2024-01-07svc: don't hold reference for poolstats, only mutex.Gravatar NeilBrown 3-24/+6
2024-01-07NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hGravatar ChenXiaoSong 1-25/+1
2024-01-07nfsd: remove unnecessary NULL checkGravatar Dan Carpenter 1-1/+1
2024-01-07NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Gravatar Chuck Lever 3-7/+14
2024-01-07NFSD: Replace RQ_SPLICE_OK in nfsd_read()Gravatar Chuck Lever 2-1/+26
2024-01-07NFSD: Document lack of f_pos_lock in nfsd_readdir()Gravatar Chuck Lever 1-3/+17
2024-01-07NFSD: Remove nfsd_drc_gc() tracepointGravatar Chuck Lever 2-27/+1
2024-01-07NFSD: Make the file_delayed_close workqueue UNBOUNDGravatar Chuck Lever 1-1/+1
2024-01-07NFSD: use read_seqbegin() rather than read_seqbegin_or_lock()Gravatar Oleg Nesterov 1-4/+3
2024-01-07nfsd: new Kconfig option for legacy client trackingGravatar Jeff Layton 3-34/+85
2024-01-05Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 2-21/+17
2024-01-04nfsd: drop the nfsd_put helperGravatar Jeff Layton 2-21/+17
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 8-255/+27
2023-12-20nfsd: kill stale comment about simple_fill_super() requirementsGravatar Al Viro 1-4/+0
2023-12-18NFSD: Revert 738401a9bd1ac34ccd5723d69640a4adbb1a4bc0Gravatar Chuck Lever 3-128/+1
2023-12-18NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500dGravatar Chuck Lever 3-118/+14
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSGravatar Jens Axboe 3-13/+1
2023-12-15nfsd: hold nfsd_mutex across entire netlink operationGravatar NeilBrown 1-6/+3
2023-12-15nfsd: call nfsd_last_thread() before final nfsd_put()Gravatar NeilBrown 3-3/+9
2023-12-12list_lru: allow explicit memcg and NUMA node selectionGravatar Nhat Pham 1-2/+2
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorGravatar Al Viro 1-0/+4
2023-11-24fs: move file_start_write() into vfs_iter_write()Gravatar Amir Goldstein 1-2/+0
2023-11-24splice: move permission hook out of splice_direct_to_actor()Gravatar Amir Goldstein 1-1/+4
2023-11-18switch nfsd_client_rmdir() to use of simple_recursive_removal()Gravatar Al Viro 1-56/+14
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 4-41/+66
2023-11-17NFSD: Fix checksum mismatches in the duplicate reply cacheGravatar Chuck Lever 3-24/+54
2023-11-17NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Gravatar Chuck Lever 1-1/+3
2023-11-17NFSD: Update nfsd_cache_append() to use xdr_streamGravatar Chuck Lever 1-15/+8
2023-11-17nfsd: fix file memleak on client_opens_releaseGravatar Mahmoud Adam 1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-2/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-35/+42
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 30-1330/+2388
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 5-9/+10
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesGravatar Amir Goldstein 1-2/+1
2023-10-18nfsd: convert to new timestamp accessorsGravatar Jeff Layton 5-9/+10
2023-10-17nfsd: lock_rename() needs both directories to live on the same fsGravatar Al Viro 1-6/+6
2023-10-16NFSD: clean up alloc_init_deleg()Gravatar Sicong Huang 1-2/+4
2023-10-16NFSD: Fix frame size warning in svc_export_parse()Gravatar Chuck Lever 3-17/+31