index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
filecache.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-07-29
NFSD: Record number of flush calls
Chuck Lever
1
-2
/
+11
2022-07-29
NFSD: Report the number of items evicted by the LRU walk
Chuck Lever
1
-3
/
+10
2022-07-29
NFSD: Refactor nfsd_file_lru_scan()
Chuck Lever
1
-18
/
+7
2022-07-29
NFSD: Refactor nfsd_file_gc()
Chuck Lever
1
-1
/
+5
2022-07-29
NFSD: Add nfsd_file_lru_dispose_list() helper
Chuck Lever
1
-7
/
+22
2022-07-29
NFSD: Report average age of filecache items
Chuck Lever
1
-1
/
+10
2022-07-29
NFSD: Report count of freed filecache items
Chuck Lever
1
-1
/
+6
2022-07-29
NFSD: Report count of calls to nfsd_file_acquire()
Chuck Lever
1
-2
/
+9
2022-07-29
NFSD: Report filecache LRU size
Chuck Lever
1
-1
/
+3
2022-07-29
nfsd: eliminate the NFSD_FILE_BREAK_* flags
Jeff Layton
1
-21
/
+1
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+1
2022-06-10
Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-4
/
+5
2022-06-02
NFSD: Fix potential use-after-free in nfsd_file_put()
Chuck Lever
1
-4
/
+5
2022-05-26
Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-7
/
+47
2022-05-26
NFSD: nfsd_file_put() can sleep
Chuck Lever
1
-0
/
+2
2022-05-23
NFSD: Trace filecache opens
Chuck Lever
1
-2
/
+3
2022-05-23
NFSD: Instantiate a struct file when creating a regular NFSv4 file
Chuck Lever
1
-7
/
+44
2022-05-20
NFSD: Clean up nfsd_open_verified()
Chuck Lever
1
-2
/
+2
2022-04-25
nfsd: use fsnotify group lock helpers
Amir Goldstein
1
-6
/
+7
2022-04-25
fsnotify: pass flags argument to fsnotify_alloc_group()
Amir Goldstein
1
-1
/
+2
2022-04-12
Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-10
/
+15
2022-03-31
nfsd: Clean up nfsd_file_put()
Trond Myklebust
1
-10
/
+3
2022-03-31
nfsd: Fix a write performance regression
Trond Myklebust
1
-3
/
+15
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-0
/
+1
2022-03-21
fs: Move many prototypes to pagemap.h
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-02-28
nfsd: more robust allocation failure handling in nfsd_file_cache_init
Amir Goldstein
1
-3
/
+3
2022-01-08
NFSD: Rename boot verifier functions
Chuck Lever
1
-1
/
+1
2022-01-08
nfsd: Replace use of rwsem with errseq_t
Trond Myklebust
1
-1
/
+0
2021-12-13
NFSD: simplify per-net file cache management
NeilBrown
1
-61
/
+15
2021-10-27
fsnotify: Protect fsnotify_handle_inode_event from no-inode events
Gabriel Krisman Bertazi
1
-0
/
+3
2021-10-01
nfsd: Fix a warning for nfsd_file_close_inode
Trond Myklebust
1
-1
/
+1
2021-03-06
nfsd: Don't keep looking up unhashed files in the nfsd file cache
Trond Myklebust
1
-0
/
+2
2020-12-17
Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2020-12-03
fsnotify: generalize handle_inode_event()
Amir Goldstein
1
-1
/
+1
2020-11-30
nfsd: Fix error return code in nfsd_file_cache_init()
Huang Guobin
1
-0
/
+1
2020-09-25
nfsd: Cache R, RW, and W opens separately
J. Bruce Fields
1
-1
/
+1
2020-07-27
fsnotify: create method handle_inode_event() in fsnotify_operations
Amir Goldstein
1
-8
/
+4
[prev]
[next]