summaryrefslogtreecommitdiff
path: root/fs/nfsd/filecache.c
AgeCommit message (Expand)Author
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-06-02NFSD: Fix potential use-after-free in nfsd_file_put()Chuck Lever
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-05-26NFSD: nfsd_file_put() can sleepChuck Lever
2022-05-23NFSD: Trace filecache opensChuck Lever
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever
2022-05-20NFSD: Clean up nfsd_open_verified()Chuck Lever
2022-04-25nfsd: use fsnotify group lock helpersAmir Goldstein
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein
2022-04-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-03-31nfsd: Clean up nfsd_file_put()Trond Myklebust
2022-03-31nfsd: Fix a write performance regressionTrond Myklebust
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)
2022-02-28nfsd: more robust allocation failure handling in nfsd_file_cache_initAmir Goldstein
2022-01-08NFSD: Rename boot verifier functionsChuck Lever
2022-01-08nfsd: Replace use of rwsem with errseq_tTrond Myklebust
2021-12-13NFSD: simplify per-net file cache managementNeilBrown
2021-10-27fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi
2021-10-01nfsd: Fix a warning for nfsd_file_close_inodeTrond Myklebust
2021-03-06nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein
2020-11-30nfsd: Fix error return code in nfsd_file_cache_init()Huang Guobin
2020-09-25nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein
2020-07-15nfsd: use fsnotify_data_inode() to get the unlinked inodeAmir Goldstein
2020-03-16fs: nfsd: fileache.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-07nfsd: make nfsd_filecache_wq variable staticChen Zhou
2020-02-06nfsd: convert file cache to use over/underflow safe refcountTrond Myklebust
2020-01-22nfsd: Fix stable writesTrond Myklebust
2020-01-22nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Trond Myklebust
2020-01-22nfsd: Reduce the number of calls to nfsd_file_gc()Trond Myklebust
2020-01-22nfsd: Schedule the laundrette regularly irrespective of file errorsTrond Myklebust
2020-01-22nfsd: Remove unused constant NFSD_FILE_LRU_RESCANTrond Myklebust
2020-01-22nfsd: Containerise filecache laundretteTrond Myklebust
2020-01-22nfsd: cleanup nfsd_file_lru_dispose()Trond Myklebust
2020-01-22nfsd: fix filecache lookupTrond Myklebust
2019-11-08nfsd: Drop LIST_HEAD where the variable it declares is never used.Mao Wenan
2019-09-10nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust
2019-08-20nfsd: remove duplicated include from filecache.cYueHaibing
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton