index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
filecache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
NFSD: Clean up kdoc for nfsd_file_put_local()
Chuck Lever
1
-1
/
+1
2025-05-29
nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer
NeilBrown
1
-3
/
+8
2025-05-29
nfs_localio: always hold nfsd net ref with nfsd_file ref
NeilBrown
1
-0
/
+21
2025-03-10
nfsd: filecache: drop the list_lru lock during lock gc scans
NeilBrown
1
-3
/
+24
2025-03-10
nfsd: filecache: don't repeatedly add/remove files on the lru list
NeilBrown
1
-30
/
+17
2025-03-10
nfsd: filecache: introduce NFSD_FILE_RECENT
NeilBrown
1
-2
/
+20
2025-03-10
nfsd: filecache: use list_lru_walk_node() in nfsd_file_gc()
NeilBrown
1
-3
/
+8
2025-03-10
nfsd: filecache: use nfsd_file_dispose_list() in nfsd_file_close_inode_sync()
NeilBrown
1
-6
/
+1
2025-03-10
NFSD: Re-organize nfsd_file_gc_worker()
Chuck Lever
1
-2
/
+2
2025-03-10
nfsd: filecache: remove race handling.
NeilBrown
1
-16
/
+2
2025-02-11
Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+10
2025-02-02
nfsd: validate the nfsd_serv pointer before calling svc_wake_up
Jeff Layton
1
-1
/
+10
2025-01-29
Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-6
/
+14
2025-01-15
nfs_common: track all open nfsd_files per LOCALIO nfs_client
Mike Snitzer
1
-0
/
+9
2025-01-15
nfsd: nfsd_file_acquire_local no longer returns GC'd nfsd_file
Mike Snitzer
1
-5
/
+4
2025-01-15
nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_
Mike Snitzer
1
-1
/
+1
2024-12-02
tree-wide: s/revert_creds_light()/revert_creds()/g
Christian Brauner
1
-1
/
+1
2024-12-02
tree-wide: s/revert_creds()/put_cred(revert_creds_light())/g
Christian Brauner
1
-1
/
+1
2024-11-26
Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-10
/
+9
2024-11-19
nfs_common: must not hold RCU while calling nfsd_file_put_local
Mike Snitzer
1
-7
/
+7
2024-11-19
nfsd: make use of warning provided by refcount_t
NeilBrown
1
-1
/
+1
2024-11-12
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
1
-4
/
+1
2024-11-11
NFSD: Remove unused function parameter
Chuck Lever
1
-2
/
+1
2024-10-12
Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-1
/
+1
2024-10-10
Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+3
2024-10-03
nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()
Mike Snitzer
1
-1
/
+1
2024-10-02
inotify: Fix possible deadlock in fsnotify_destroy_mark
Lizhi Xu
1
-1
/
+1
2024-09-23
nfsd: add LOCALIO support
Weston Andros Adamson
1
-1
/
+1
2024-09-23
nfs_common: prepare for the NFS client to use nfsd_file for LOCALIO
Mike Snitzer
1
-0
/
+28
2024-09-23
nfsd: add nfsd_file_acquire_local()
NeilBrown
1
-7
/
+64
2024-09-23
NFSD: Mark filecache "down" if init fails
Chuck Lever
1
-1
/
+3
2024-09-21
nfsd: remove unused parameter of nfsd_file_mark_find_or_create
Li Lingfeng
1
-2
/
+2
2024-09-01
nfsd: use system_unbound_wq for nfsd_file_gc_worker()
Youzhong Yang
1
-1
/
+1
2024-09-01
nfsd: count nfsd_file allocations
Jeff Layton
1
-2
/
+7
2024-09-01
nfsd: fix refcount leak when file is unhashed after being found
Jeff Layton
1
-0
/
+1
2024-09-01
nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
Jeff Layton
1
-2
/
+0
2024-09-01
nfsd: add list_head nf_gc to struct nfsd_file
Youzhong Yang
1
-8
/
+10
2024-07-12
nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argument
Jeff Layton
1
-1
/
+1
2024-04-04
fsnotify: create a wrapper fsnotify_find_inode_mark()
Amir Goldstein
1
-2
/
+2
2024-03-13
Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-42
/
+34
2024-03-01
nfsd: Simplify the allocation of slab caches in nfsd_file_cache_init
Kunwu Chan
1
-4
/
+2
2024-03-01
nfsd: use __fput_sync() to avoid delayed closing of files.
NeilBrown
1
-2
/
+1
2024-03-01
nfsd: Don't leave work of closing files to a work queue
NeilBrown
1
-36
/
+31
2024-02-05
nfsd: adapt to breakup of struct file_lock
Jeff Layton
1
-2
/
+2
2024-01-10
Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-1
/
+1
2024-01-08
NFSD: Make the file_delayed_close workqueue UNBOUND
Chuck Lever
1
-1
/
+1
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
1
-2
/
+2
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-10
/
+13
2023-10-16
nfsd: Handle EOPENSTALE correctly in the filecache
Trond Myklebust
1
-8
/
+19
2023-10-04
nfsd: dynamically allocate the nfsd-filecache shrinker
Qi Zheng
1
-10
/
+13
[next]