index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
filecache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-27
NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loop
Dai Ngo
1
-2
/
+0
2023-04-26
nfsd: simplify the delayed disposal list code
Jeff Layton
1
-42
/
+22
2023-04-26
NFSD: Convert filecache to rhltable
Chuck Lever
1
-183
/
+128
2023-04-26
nfsd: allow reaping files still under writeback
Jeff Layton
1
-1
/
+11
2023-04-26
nfsd: update comment over __nfsd_file_cache_purge
Jeff Layton
1
-1
/
+2
2023-04-26
nfsd: don't take/put an extra reference when putting a file
Jeff Layton
1
-3
/
+1
2023-04-26
nfsd: add some comments to nfsd_file_do_acquire
Jeff Layton
1
-0
/
+5
2023-04-26
nfsd: don't kill nfsd_files because of lease break error
Jeff Layton
1
-14
/
+15
2023-04-26
nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparator
Jeff Layton
1
-1
/
+1
2023-04-26
nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries
Jeff Layton
1
-0
/
+4
2023-04-26
nfsd: don't open-code clear_and_wake_up_bit
Jeff Layton
1
-3
/
+1
2023-02-20
nfsd: don't fsync nfsd_files on last close
Jeff Layton
1
-32
/
+12
2023-02-20
nfsd: allow nfsd_file_get to sanely handle a NULL pointer
Jeff Layton
1
-3
/
+2
2023-01-23
nfsd: don't free files unconditionally in __nfsd_file_cache_purge
Jeff Layton
1
-25
/
+36
2023-01-06
nfsd: fix handling of cached open files in nfsd4_open codepath
Jeff Layton
1
-18
/
+22
2022-12-11
nfsd: rework refcounting in filecache
Jeff Layton
1
-148
/
+170
2022-12-10
NFSD: Add an nfsd_file_fsync tracepoint
Chuck Lever
1
-1
/
+4
2022-12-10
nfsd: fix up the filecache laundrette scheduling
Jeff Layton
1
-7
/
+5
2022-11-28
nfsd: reorganize filecache.c
Jeff Layton
1
-55
/
+56
2022-11-28
nfsd: remove the pages_flushed statistic from filecache
Jeff Layton
1
-6
/
+1
2022-11-28
NFSD: Fix licensing header in filecache.c
Chuck Lever
1
-1
/
+2
2022-11-28
NFSD: Flesh out a documenting comment for filecache.c
Chuck Lever
1
-0
/
+24
2022-11-28
NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
Chuck Lever
1
-8
/
+55
2022-11-28
NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"
Chuck Lever
1
-18
/
+0
2022-11-05
nfsd: fix use-after-free in nfsd_file_do_acquire tracepoint
Jeff Layton
1
-0
/
+1
2022-11-01
nfsd: fix net-namespace logic in __nfsd_file_cache_purge
Jeff Layton
1
-3
/
+2
2022-10-05
nfsd: rework hashtable handling in nfsd_do_file_acquire
Jeff Layton
1
-30
/
+22
2022-10-05
nfsd: fix nfsd_file_unhash_and_dispose
Jeff Layton
1
-29
/
+7
2022-09-26
nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops
ChenXiaoSong
1
-6
/
+1
2022-08-09
Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-291
/
+458
2022-07-29
NFSD: Ensure nf_inode is never dereferenced
Chuck Lever
1
-3
/
+2
2022-07-29
NFSD: NFSv4 CLOSE should release an nfsd_file immediately
Chuck Lever
1
-0
/
+18
2022-07-29
NFSD: Move nfsd_file_trace_alloc() tracepoint
Chuck Lever
1
-1
/
+1
2022-07-29
NFSD: Separate tracepoints for acquire and create
Chuck Lever
1
-4
/
+5
2022-07-29
NFSD: Clean up unused code after rhashtable conversion
Chuck Lever
1
-32
/
+1
2022-07-29
NFSD: Convert the filecache to use rhashtable
Chuck Lever
1
-148
/
+117
2022-07-29
NFSD: Set up an rhashtable for the filecache
Chuck Lever
1
-21
/
+139
2022-07-29
NFSD: Replace the "init once" mechanism
Chuck Lever
1
-16
/
+26
2022-07-29
NFSD: Remove nfsd_file::nf_hashval
Chuck Lever
1
-4
/
+2
2022-07-29
NFSD: nfsd_file_hash_remove can compute hashval
Chuck Lever
1
-5
/
+14
2022-07-29
NFSD: Refactor __nfsd_file_close_inode()
Chuck Lever
1
-19
/
+21
2022-07-29
NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
Chuck Lever
1
-2
/
+6
2022-07-29
NFSD: Remove lockdep assertion from unhash_and_release_locked()
Chuck Lever
1
-2
/
+0
2022-07-29
NFSD: No longer record nf_hashval in the trace log
Chuck Lever
1
-7
/
+8
2022-07-29
NFSD: Never call nfsd_file_gc() in foreground paths
Chuck Lever
1
-9
/
+1
2022-07-29
NFSD: Fix the filecache LRU shrinker
Chuck Lever
1
-2
/
+3
2022-07-29
NFSD: Leave open files out of the filecache LRU
Chuck Lever
1
-5
/
+19
2022-07-29
NFSD: Trace filecache LRU activity
Chuck Lever
1
-13
/
+31
2022-07-29
NFSD: WARN when freeing an item still linked via nf_lru
Chuck Lever
1
-2
/
+10
2022-07-29
NFSD: Zero counters when the filecache is re-initialized
Chuck Lever
1
-0
/
+11
[next]