aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/filecache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-21/+0
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+34
2025-09-30NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN supportMike Snitzer1-0/+34
2025-09-21nfsd: discard nfsd_file_get_local()NeilBrown1-21/+0
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-07-14NFSD: Clean up kdoc for nfsd_file_put_local()Chuck Lever1-1/+1
2025-05-28nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointerNeilBrown1-3/+8
2025-05-28nfs_localio: always hold nfsd net ref with nfsd_file refNeilBrown1-0/+21
2025-03-10nfsd: filecache: drop the list_lru lock during lock gc scansNeilBrown1-3/+24
2025-03-10nfsd: filecache: don't repeatedly add/remove files on the lru listNeilBrown1-30/+17
2025-03-10nfsd: filecache: introduce NFSD_FILE_RECENTNeilBrown1-2/+20
2025-03-10nfsd: filecache: use list_lru_walk_node() in nfsd_file_gc()NeilBrown1-3/+8
2025-03-10nfsd: filecache: use nfsd_file_dispose_list() in nfsd_file_close_inode_sync()NeilBrown1-6/+1
2025-03-10NFSD: Re-organize nfsd_file_gc_worker()Chuck Lever1-2/+2
2025-03-10nfsd: filecache: remove race handling.NeilBrown1-16/+2
2025-02-10Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+10
2025-02-02nfsd: validate the nfsd_serv pointer before calling svc_wake_upJeff Layton1-1/+10
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-6/+14
2025-01-14nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer1-0/+9
2025-01-14nfsd: nfsd_file_acquire_local no longer returns GC'd nfsd_fileMike Snitzer1-5/+4
2025-01-14nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer1-1/+1
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner1-1/+1
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-10/+9
2024-11-18nfs_common: must not hold RCU while calling nfsd_file_put_localMike Snitzer1-7/+7
2024-11-18nfsd: make use of warning provided by refcount_tNeilBrown1-1/+1
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song1-4/+1
2024-11-11NFSD: Remove unused function parameterChuck Lever1-2/+1
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+1
2024-10-10Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+3
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer1-1/+1
2024-10-02inotify: Fix possible deadlock in fsnotify_destroy_markLizhi Xu1-1/+1
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson1-1/+1
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer1-0/+28
2024-09-23nfsd: add nfsd_file_acquire_local()NeilBrown1-7/+64
2024-09-23NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-09-20nfsd: remove unused parameter of nfsd_file_mark_find_or_createLi Lingfeng1-2/+2
2024-09-01nfsd: use system_unbound_wq for nfsd_file_gc_worker()Youzhong Yang1-1/+1
2024-09-01nfsd: count nfsd_file allocationsJeff Layton1-2/+7
2024-09-01nfsd: fix refcount leak when file is unhashed after being foundJeff Layton1-0/+1
2024-09-01nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquireJeff Layton1-2/+0
2024-09-01nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang1-8/+10
2024-07-12nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argumentJeff Layton1-1/+1
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein1-2/+2
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-42/+34
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd_file_cache_initKunwu Chan1-4/+2
2024-03-01nfsd: use __fput_sync() to avoid delayed closing of files.NeilBrown1-2/+1
2024-03-01nfsd: Don't leave work of closing files to a work queueNeilBrown1-36/+31
2024-02-05nfsd: adapt to breakup of struct file_lockJeff Layton1-2/+2
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1