summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-11/+15
2024-01-24nfsd: fix RELEASE_LOCKOWNERNeilBrown1-11/+15
2024-01-12Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2024-01-12Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-56/+14
2024-01-12Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+4
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds16-173/+172
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+4
2024-01-08nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown3-7/+12
2024-01-08SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown3-40/+6
2024-01-08svc: don't hold reference for poolstats, only mutex.NeilBrown3-24/+6
2024-01-08NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong1-25/+1
2024-01-08nfsd: remove unnecessary NULL checkDan Carpenter1-1/+1
2024-01-08NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever3-7/+14
2024-01-08NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever2-1/+26
2024-01-08NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever1-3/+17
2024-01-08NFSD: Remove nfsd_drc_gc() tracepointChuck Lever2-27/+1
2024-01-08NFSD: Make the file_delayed_close workqueue UNBOUNDChuck Lever1-1/+1
2024-01-08NFSD: use read_seqbegin() rather than read_seqbegin_or_lock()Oleg Nesterov1-4/+3
2024-01-08nfsd: new Kconfig option for legacy client trackingJeff Layton3-34/+85
2024-01-06Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-21/+17
2024-01-05nfsd: drop the nfsd_put helperJeff Layton2-21/+17
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds8-255/+27
2023-12-20nfsd: kill stale comment about simple_fill_super() requirementsAl Viro1-4/+0
2023-12-18NFSD: Revert 738401a9bd1ac34ccd5723d69640a4adbb1a4bc0Chuck Lever3-128/+1
2023-12-18NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500dChuck Lever3-118/+14
2023-12-16cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe3-13/+1
2023-12-15nfsd: hold nfsd_mutex across entire netlink operationNeilBrown1-6/+3
2023-12-15nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown3-3/+9
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-2/+2
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+4
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein1-2/+0
2023-11-24splice: move permission hook out of splice_direct_to_actor()Amir Goldstein1-1/+4
2023-11-19switch nfsd_client_rmdir() to use of simple_recursive_removal()Al Viro1-56/+14
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds4-41/+66
2023-11-17NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever3-24/+54
2023-11-17NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever1-1/+3
2023-11-17NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever1-15/+8
2023-11-17nfsd: fix file memleak on client_opens_releaseMahmoud Adam1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+1
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-35/+42
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds30-1330/+2388
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds5-9/+10
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein1-2/+1
2023-10-18nfsd: convert to new timestamp accessorsJeff Layton5-9/+10
2023-10-17nfsd: lock_rename() needs both directories to live on the same fsAl Viro1-6/+6
2023-10-16NFSD: clean up alloc_init_deleg()Sicong Huang1-2/+4
2023-10-16NFSD: Fix frame size warning in svc_export_parse()Chuck Lever3-17/+31
2023-10-16NFSD: Rewrite synopsis of nfsd_percpu_counters_init()Chuck Lever2-4/+4
2023-10-16nfsd: Clean up errors in nfs3proc.cKaiLong Wang1-2/+3