index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cachefiles
Age
Commit message (
Expand
)
Author
2024-07-25
cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
Baokun Li
2024-07-25
cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
Baokun Li
2024-07-25
cachefiles: make on-demand read killable
Baokun Li
2024-07-25
cachefiles: Set object to close if ondemand_id < 0 in copen
Zizhi Wo
2024-07-25
cachefiles: add consistency check for copen/cread
Baokun Li
2024-07-18
cachefiles: add missing lock protection when polling
Jingbo Xu
2024-07-18
cachefiles: cyclic allocation of msg_id to avoid reuse
Baokun Li
2024-07-18
cachefiles: wait for ondemand_object_worker to finish when dropping object
Hou Tao
2024-07-18
cachefiles: cancel all requests for the object that is being dropped
Baokun Li
2024-07-18
cachefiles: stop sending new request when dropping object
Baokun Li
2024-07-18
cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
Jia Zhu
2024-07-18
cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
Baokun Li
2024-06-21
cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
David Howells
2024-06-21
cachefiles: flush all requests after setting CACHEFILES_DEAD
Baokun Li
2024-06-21
cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
Baokun Li
2024-06-21
cachefiles: never get a new anonymous fd if ondemand_id is valid
Baokun Li
2024-06-21
cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()
Baokun Li
2024-06-21
cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
Baokun Li
2024-06-21
cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
Baokun Li
2024-06-21
cachefiles: add restore command to recover inflight ondemand read requests
Jia Zhu
2024-06-21
cachefiles: add spin_lock for cachefiles_ondemand_info
Baokun Li
2024-06-21
cachefiles: resend an open request if the read request's object is closed
Jia Zhu
2024-06-21
cachefiles: extract ondemand info field from cachefiles_object
Jia Zhu
2024-06-21
cachefiles: introduce object ondemand state
Jia Zhu
2024-06-21
cachefiles: remove requests from xarray during flushing requests
Baokun Li
2024-03-01
cachefiles: fix memory leak in cachefiles_add_cache()
Baokun Li
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-21
cachefiles: use kiocb_{start,end}_write() helpers
Amir Goldstein
2023-08-18
mm, netfs, fscache: stop read optimisation when folio removed from pagecache
David Howells
2023-06-26
Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-06-19
fs: use a helper for opening kernel internal files
Amir Goldstein
2023-06-19
fs: rename {vfs,kernel}_tmpfile_open()
Amir Goldstein
2023-06-05
cachefiles: Allow the cache to be non-root
David Howells
2023-04-13
fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctls
Luis Chamberlain
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
2022-12-07
fscache,cachefiles: add prepare_ondemand_read() callback
Jingbo Xu
2022-09-24
cachefiles: use vfs_tmpfile_open() helper
Miklos Szeredi
2022-09-24
cachefiles: only pass inode to *mark_inode_inuse() helpers
Miklos Szeredi
2022-09-24
cachefiles: tmpfile error handling cleanup
Miklos Szeredi
2022-08-31
cachefiles: make on-demand request distribution fairer
Xin Yin
2022-08-31
cachefiles: fix error return code in cachefiles_ondemand_copen()
Sun Ke
2022-07-05
cachefiles: narrow the scope of flushed requests when releasing fd
Jia Zhu
2022-05-18
cachefiles: add tracepoints for on-demand read mode
Jeffle Xu
2022-05-18
cachefiles: enable on-demand read mode
Jeffle Xu
2022-05-18
cachefiles: implement on-demand read
Jeffle Xu
2022-05-18
cachefiles: notify the user daemon when withdrawing cookie
Jeffle Xu
2022-05-18
cachefiles: unbind cachefiles gracefully in on-demand mode
Jeffle Xu
2022-05-18
cachefiles: notify the user daemon when looking up cookie
Jeffle Xu
2022-05-18
cachefiles: extract write routine
Jeffle Xu
[next]