aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/filecache.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-1/+1
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 1-4/+5
2022-06-02NFSD: Fix potential use-after-free in nfsd_file_put()Gravatar Chuck Lever 1-4/+5
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-7/+47
2022-05-26NFSD: nfsd_file_put() can sleepGravatar Chuck Lever 1-0/+2
2022-05-23NFSD: Trace filecache opensGravatar Chuck Lever 1-2/+3
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileGravatar Chuck Lever 1-7/+44
2022-05-20NFSD: Clean up nfsd_open_verified()Gravatar Chuck Lever 1-2/+2
2022-04-25nfsd: use fsnotify group lock helpersGravatar Amir Goldstein 1-6/+7
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Gravatar Amir Goldstein 1-1/+2
2022-04-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 1-10/+15
2022-03-31nfsd: Clean up nfsd_file_put()Gravatar Trond Myklebust 1-10/+3
2022-03-31nfsd: Fix a write performance regressionGravatar Trond Myklebust 1-3/+15
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+1
2022-03-21fs: Move many prototypes to pagemap.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-02-28nfsd: more robust allocation failure handling in nfsd_file_cache_initGravatar Amir Goldstein 1-3/+3
2022-01-08NFSD: Rename boot verifier functionsGravatar Chuck Lever 1-1/+1
2022-01-08nfsd: Replace use of rwsem with errseq_tGravatar Trond Myklebust 1-1/+0
2021-12-13NFSD: simplify per-net file cache managementGravatar NeilBrown 1-61/+15
2021-10-27fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGravatar Gabriel Krisman Bertazi 1-0/+3
2021-10-01nfsd: Fix a warning for nfsd_file_close_inodeGravatar Trond Myklebust 1-1/+1
2021-03-06nfsd: Don't keep looking up unhashed files in the nfsd file cacheGravatar Trond Myklebust 1-0/+2
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2020-12-03fsnotify: generalize handle_inode_event()Gravatar Amir Goldstein 1-1/+1
2020-11-30nfsd: Fix error return code in nfsd_file_cache_init()Gravatar Huang Guobin 1-0/+1
2020-09-25nfsd: Cache R, RW, and W opens separatelyGravatar J. Bruce Fields 1-1/+1
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsGravatar Amir Goldstein 1-8/+4
2020-07-27fsnotify: pass dir argument to handle_event() callbackGravatar Amir Goldstein 1-3/+3
2020-07-15nfsd: use fsnotify_data_inode() to get the unlinked inodeGravatar Amir Goldstein 1-1/+3
2020-03-16fs: nfsd: fileache.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-1/+1
2020-02-07nfsd: make nfsd_filecache_wq variable staticGravatar Chen Zhou 1-1/+1
2020-02-06nfsd: convert file cache to use over/underflow safe refcountGravatar Trond Myklebust 1-12/+11
2020-01-22nfsd: Fix stable writesGravatar Trond Myklebust 1-0/+1
2020-01-22nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Gravatar Trond Myklebust 1-2/+6
2020-01-22nfsd: Reduce the number of calls to nfsd_file_gc()Gravatar Trond Myklebust 1-7/+12
2020-01-22nfsd: Schedule the laundrette regularly irrespective of file errorsGravatar Trond Myklebust 1-9/+1
2020-01-22nfsd: Remove unused constant NFSD_FILE_LRU_RESCANGravatar Trond Myklebust 1-4/+1
2020-01-22nfsd: Containerise filecache laundretteGravatar Trond Myklebust 1-40/+198
2020-01-22nfsd: cleanup nfsd_file_lru_dispose()Gravatar Trond Myklebust 1-7/+6
2020-01-22nfsd: fix filecache lookupGravatar Trond Myklebust 1-0/+6
2019-11-08nfsd: Drop LIST_HEAD where the variable it declares is never used.Gravatar Mao Wenan 1-2/+0
2019-09-10nfsd: Don't garbage collect files that might contain write errorsGravatar Trond Myklebust 1-1/+42
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceGravatar Trond Myklebust 1-12/+21
2019-08-20nfsd: remove duplicated include from filecache.cGravatar YueHaibing 1-1/+0
2019-08-19nfsd: add a new struct file caching facility to nfsdGravatar Jeff Layton 1-0/+885