index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
filecache.c
Age
Commit message (
Expand
)
Author
2022-08-17
nfsd: eliminate the NFSD_FILE_BREAK_* flags
Jeff Layton
2022-06-22
nfsd: Replace use of rwsem with errseq_t
Trond Myklebust
2022-04-08
nfsd: more robust allocation failure handling in nfsd_file_cache_init
Amir Goldstein
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