index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
filecache.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-07-27
fsnotify: pass dir argument to handle_event() callback
Amir Goldstein
1
-3
/
+3
2020-07-15
nfsd: use fsnotify_data_inode() to get the unlinked inode
Amir Goldstein
1
-1
/
+3
2020-03-16
fs: nfsd: fileache.c: Use built-in RCU list checking
Madhuparna Bhowmik
1
-1
/
+1
2020-02-07
nfsd: make nfsd_filecache_wq variable static
Chen Zhou
1
-1
/
+1
2020-02-06
nfsd: convert file cache to use over/underflow safe refcount
Trond Myklebust
1
-12
/
+11
2020-01-22
nfsd: Fix stable writes
Trond Myklebust
1
-0
/
+1
2020-01-22
nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()
Trond Myklebust
1
-2
/
+6
2020-01-22
nfsd: Reduce the number of calls to nfsd_file_gc()
Trond Myklebust
1
-7
/
+12
2020-01-22
nfsd: Schedule the laundrette regularly irrespective of file errors
Trond Myklebust
1
-9
/
+1
2020-01-22
nfsd: Remove unused constant NFSD_FILE_LRU_RESCAN
Trond Myklebust
1
-4
/
+1
2020-01-22
nfsd: Containerise filecache laundrette
Trond Myklebust
1
-40
/
+198
2020-01-22
nfsd: cleanup nfsd_file_lru_dispose()
Trond Myklebust
1
-7
/
+6
2020-01-22
nfsd: fix filecache lookup
Trond Myklebust
1
-0
/
+6
2019-11-08
nfsd: Drop LIST_HEAD where the variable it declares is never used.
Mao Wenan
1
-2
/
+0
2019-09-10
nfsd: Don't garbage collect files that might contain write errors
Trond Myklebust
1
-1
/
+42
2019-09-10
nfsd: nfsd_file cache entries should be per net namespace
Trond Myklebust
1
-12
/
+21
2019-08-20
nfsd: remove duplicated include from filecache.c
YueHaibing
1
-1
/
+0
2019-08-19
nfsd: add a new struct file caching facility to nfsd
Jeff Layton
1
-0
/
+885