Age | Commit message (Expand) | Author |
2021-10-27 | fsnotify: Protect fsnotify_handle_inode_event from no-inode events | Gabriel Krisman Bertazi |
2021-10-01 | nfsd: Fix a warning for nfsd_file_close_inode | Trond Myklebust |
2021-03-06 | nfsd: Don't keep looking up unhashed files in the nfsd file cache | Trond Myklebust |
2020-12-17 | Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-12-03 | fsnotify: generalize handle_inode_event() | Amir Goldstein |
2020-11-30 | nfsd: Fix error return code in nfsd_file_cache_init() | Huang Guobin |
2020-09-25 | nfsd: Cache R, RW, and W opens separately | J. Bruce Fields |
2020-07-27 | fsnotify: create method handle_inode_event() in fsnotify_operations | Amir Goldstein |
2020-07-27 | fsnotify: pass dir argument to handle_event() callback | Amir Goldstein |
2020-07-15 | nfsd: use fsnotify_data_inode() to get the unlinked inode | Amir Goldstein |
2020-03-16 | fs: nfsd: fileache.c: Use built-in RCU list checking | Madhuparna Bhowmik |
2020-02-07 | nfsd: make nfsd_filecache_wq variable static | Chen Zhou |
2020-02-06 | nfsd: convert file cache to use over/underflow safe refcount | Trond Myklebust |
2020-01-22 | nfsd: Fix stable writes | Trond Myklebust |
2020-01-22 | nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create() | Trond Myklebust |
2020-01-22 | nfsd: Reduce the number of calls to nfsd_file_gc() | Trond Myklebust |
2020-01-22 | nfsd: Schedule the laundrette regularly irrespective of file errors | Trond Myklebust |
2020-01-22 | nfsd: Remove unused constant NFSD_FILE_LRU_RESCAN | Trond Myklebust |
2020-01-22 | nfsd: Containerise filecache laundrette | Trond Myklebust |
2020-01-22 | nfsd: cleanup nfsd_file_lru_dispose() | Trond Myklebust |
2020-01-22 | nfsd: fix filecache lookup | Trond Myklebust |
2019-11-08 | nfsd: Drop LIST_HEAD where the variable it declares is never used. | Mao Wenan |
2019-09-10 | nfsd: Don't garbage collect files that might contain write errors | Trond Myklebust |
2019-09-10 | nfsd: nfsd_file cache entries should be per net namespace | Trond Myklebust |
2019-08-20 | nfsd: remove duplicated include from filecache.c | YueHaibing |
2019-08-19 | nfsd: add a new struct file caching facility to nfsd | Jeff Layton |