index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
filecache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfsd: fix use-after-free in nfsd_file_do_acquire tracepoint
Jeff Layton
2022-11-05
1
-0
/
+1
*
nfsd: fix net-namespace logic in __nfsd_file_cache_purge
Jeff Layton
2022-11-01
1
-3
/
+2
*
nfsd: rework hashtable handling in nfsd_do_file_acquire
Jeff Layton
2022-10-05
1
-30
/
+22
*
nfsd: fix nfsd_file_unhash_and_dispose
Jeff Layton
2022-10-05
1
-29
/
+7
*
nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops
ChenXiaoSong
2022-09-26
1
-6
/
+1
*
Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-08-09
1
-291
/
+458
|
\
|
*
NFSD: Ensure nf_inode is never dereferenced
Chuck Lever
2022-07-29
1
-3
/
+2
|
*
NFSD: NFSv4 CLOSE should release an nfsd_file immediately
Chuck Lever
2022-07-29
1
-0
/
+18
|
*
NFSD: Move nfsd_file_trace_alloc() tracepoint
Chuck Lever
2022-07-29
1
-1
/
+1
|
*
NFSD: Separate tracepoints for acquire and create
Chuck Lever
2022-07-29
1
-4
/
+5
|
*
NFSD: Clean up unused code after rhashtable conversion
Chuck Lever
2022-07-29
1
-32
/
+1
|
*
NFSD: Convert the filecache to use rhashtable
Chuck Lever
2022-07-29
1
-148
/
+117
|
*
NFSD: Set up an rhashtable for the filecache
Chuck Lever
2022-07-29
1
-21
/
+139
|
*
NFSD: Replace the "init once" mechanism
Chuck Lever
2022-07-29
1
-16
/
+26
|
*
NFSD: Remove nfsd_file::nf_hashval
Chuck Lever
2022-07-29
1
-4
/
+2
|
*
NFSD: nfsd_file_hash_remove can compute hashval
Chuck Lever
2022-07-29
1
-5
/
+14
|
*
NFSD: Refactor __nfsd_file_close_inode()
Chuck Lever
2022-07-29
1
-19
/
+21
|
*
NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
Chuck Lever
2022-07-29
1
-2
/
+6
|
*
NFSD: Remove lockdep assertion from unhash_and_release_locked()
Chuck Lever
2022-07-29
1
-2
/
+0
|
*
NFSD: No longer record nf_hashval in the trace log
Chuck Lever
2022-07-29
1
-7
/
+8
|
*
NFSD: Never call nfsd_file_gc() in foreground paths
Chuck Lever
2022-07-29
1
-9
/
+1
|
*
NFSD: Fix the filecache LRU shrinker
Chuck Lever
2022-07-29
1
-2
/
+3
|
*
NFSD: Leave open files out of the filecache LRU
Chuck Lever
2022-07-29
1
-5
/
+19
|
*
NFSD: Trace filecache LRU activity
Chuck Lever
2022-07-29
1
-13
/
+31
|
*
NFSD: WARN when freeing an item still linked via nf_lru
Chuck Lever
2022-07-29
1
-2
/
+10
|
*
NFSD: Zero counters when the filecache is re-initialized
Chuck Lever
2022-07-29
1
-0
/
+11
|
*
NFSD: Record number of flush calls
Chuck Lever
2022-07-29
1
-2
/
+11
|
*
NFSD: Report the number of items evicted by the LRU walk
Chuck Lever
2022-07-29
1
-3
/
+10
|
*
NFSD: Refactor nfsd_file_lru_scan()
Chuck Lever
2022-07-29
1
-18
/
+7
|
*
NFSD: Refactor nfsd_file_gc()
Chuck Lever
2022-07-29
1
-1
/
+5
|
*
NFSD: Add nfsd_file_lru_dispose_list() helper
Chuck Lever
2022-07-29
1
-7
/
+22
|
*
NFSD: Report average age of filecache items
Chuck Lever
2022-07-29
1
-1
/
+10
|
*
NFSD: Report count of freed filecache items
Chuck Lever
2022-07-29
1
-1
/
+6
|
*
NFSD: Report count of calls to nfsd_file_acquire()
Chuck Lever
2022-07-29
1
-2
/
+9
|
*
NFSD: Report filecache LRU size
Chuck Lever
2022-07-29
1
-1
/
+3
|
*
nfsd: eliminate the NFSD_FILE_BREAK_* flags
Jeff Layton
2022-07-29
1
-21
/
+1
*
|
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-07-03
1
-1
/
+1
|
/
*
Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-06-10
1
-4
/
+5
|
\
|
*
NFSD: Fix potential use-after-free in nfsd_file_put()
Chuck Lever
2022-06-02
1
-4
/
+5
*
|
Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-05-26
1
-7
/
+47
|
\
|
|
*
NFSD: nfsd_file_put() can sleep
Chuck Lever
2022-05-26
1
-0
/
+2
|
*
NFSD: Trace filecache opens
Chuck Lever
2022-05-23
1
-2
/
+3
|
*
NFSD: Instantiate a struct file when creating a regular NFSv4 file
Chuck Lever
2022-05-23
1
-7
/
+44
|
*
NFSD: Clean up nfsd_open_verified()
Chuck Lever
2022-05-20
1
-2
/
+2
*
|
nfsd: use fsnotify group lock helpers
Amir Goldstein
2022-04-25
1
-6
/
+7
*
|
fsnotify: pass flags argument to fsnotify_alloc_group()
Amir Goldstein
2022-04-25
1
-1
/
+2
|
/
*
Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-04-12
1
-10
/
+15
|
\
|
*
nfsd: Clean up nfsd_file_put()
Trond Myklebust
2022-03-31
1
-10
/
+3
|
*
nfsd: Fix a write performance regression
Trond Myklebust
2022-03-31
1
-3
/
+15
*
|
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-0
/
+1
|
\
\
|
|
/
|
/
|
[next]