summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/filecache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-171-1/+1
|\
| * fsnotify: generalize handle_inode_event()Amir Goldstein2020-12-031-1/+1
* | nfsd: Fix error return code in nfsd_file_cache_init()Huang Guobin2020-11-301-0/+1
|/
* nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields2020-09-251-1/+1
* fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein2020-07-271-8/+4
* fsnotify: pass dir argument to handle_event() callbackAmir Goldstein2020-07-271-3/+3
* nfsd: use fsnotify_data_inode() to get the unlinked inodeAmir Goldstein2020-07-151-1/+3
* fs: nfsd: fileache.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-03-161-1/+1
* nfsd: make nfsd_filecache_wq variable staticChen Zhou2020-02-071-1/+1
* nfsd: convert file cache to use over/underflow safe refcountTrond Myklebust2020-02-061-12/+11
* nfsd: Fix stable writesTrond Myklebust2020-01-221-0/+1
* nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Trond Myklebust2020-01-221-2/+6
* nfsd: Reduce the number of calls to nfsd_file_gc()Trond Myklebust2020-01-221-7/+12
* nfsd: Schedule the laundrette regularly irrespective of file errorsTrond Myklebust2020-01-221-9/+1
* nfsd: Remove unused constant NFSD_FILE_LRU_RESCANTrond Myklebust2020-01-221-4/+1
* nfsd: Containerise filecache laundretteTrond Myklebust2020-01-221-40/+198
* nfsd: cleanup nfsd_file_lru_dispose()Trond Myklebust2020-01-221-7/+6
* nfsd: fix filecache lookupTrond Myklebust2020-01-221-0/+6
* nfsd: Drop LIST_HEAD where the variable it declares is never used.Mao Wenan2019-11-081-2/+0
* nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust2019-09-101-1/+42
* nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust2019-09-101-12/+21
* nfsd: remove duplicated include from filecache.cYueHaibing2019-08-201-1/+0
* nfsd: add a new struct file caching facility to nfsdJeff Layton2019-08-191-0/+885