| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-10 | cachefiles: Fix the incorrect return value in __cachefiles_write() | Zizhi Wo | 1 | -3/+1 |
| 2025-02-21 | make use of anon_inode_getfile_fmode() | Al Viro | 1 | -4/+3 |
| 2024-11-11 | cachefiles: Fix NULL pointer dereference in object->file | Zizhi Wo | 1 | -6/+24 |
| 2024-11-11 | cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter() | Zizhi Wo | 1 | -1/+3 |
| 2024-11-11 | cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write... | Zizhi Wo | 1 | -2/+2 |
| 2024-07-05 | Merge patch series "cachefiles: random bugfixes" | Christian Brauner | 1 | -6/+46 |
| 2024-07-03 | cachefiles: cyclic allocation of msg_id to avoid reuse | Baokun Li | 1 | -4/+16 |
| 2024-07-03 | cachefiles: wait for ondemand_object_worker to finish when dropping object | Hou Tao | 1 | -0/+3 |
| 2024-07-03 | cachefiles: cancel all requests for the object that is being dropped | Baokun Li | 1 | -0/+19 |
| 2024-07-03 | cachefiles: stop sending new request when dropping object | Baokun Li | 1 | -2/+8 |
| 2024-06-03 | cachefiles: remove unneeded include of <linux/fdtable.h> | Gao Xiang | 1 | -1/+0 |
| 2024-05-29 | cachefiles: make on-demand read killable | Baokun Li | 1 | -12/+28 |
| 2024-05-29 | cachefiles: Set object to close if ondemand_id < 0 in copen | Zizhi Wo | 1 | -1/+6 |
| 2024-05-29 | cachefiles: defer exposing anon_fd until after copy_to_user() succeeds | Baokun Li | 1 | -20/+33 |
| 2024-05-29 | cachefiles: never get a new anonymous fd if ondemand_id is valid | Baokun Li | 1 | -6/+28 |
| 2024-05-29 | cachefiles: add spin_lock for cachefiles_ondemand_info | Baokun Li | 1 | -1/+34 |
| 2024-05-29 | cachefiles: add consistency check for copen/cread | Baokun Li | 1 | -7/+20 |
| 2024-05-29 | cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read() | Baokun Li | 1 | -29/+16 |
| 2024-05-29 | cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read() | Baokun Li | 1 | -0/+3 |
| 2024-05-29 | cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd() | Baokun Li | 1 | -4/+19 |
| 2024-01-22 | cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode | David Howells | 1 | -0/+3 |
| 2024-01-19 | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
| 2023-12-28 | netfs, cachefiles: Pass upper bound length to allow expansion | David Howells | 1 | -1/+1 |
| 2023-11-25 | cachefiles: add restore command to recover inflight ondemand read requests | Jia Zhu | 1 | -0/+23 |
| 2023-11-25 | cachefiles: resend an open request if the read request's object is closed | Jia Zhu | 1 | -29/+69 |
| 2023-11-25 | cachefiles: extract ondemand info field from cachefiles_object | Jia Zhu | 1 | -6/+28 |
| 2023-11-25 | cachefiles: introduce object ondemand state | Jia Zhu | 1 | -12/+9 |
| 2022-08-31 | cachefiles: make on-demand request distribution fairer | Xin Yin | 1 | -3/+9 |
| 2022-08-31 | cachefiles: fix error return code in cachefiles_ondemand_copen() | Sun Ke | 1 | -3/+7 |
| 2022-07-05 | cachefiles: narrow the scope of flushed requests when releasing fd | Jia Zhu | 1 | -1/+2 |
| 2022-05-18 | cachefiles: add tracepoints for on-demand read mode | Jeffle Xu | 1 | -0/+7 |
| 2022-05-18 | cachefiles: implement on-demand read | Jeffle Xu | 1 | -0/+77 |
| 2022-05-18 | cachefiles: notify the user daemon when withdrawing cookie | Jeffle Xu | 1 | -0/+38 |
| 2022-05-18 | cachefiles: unbind cachefiles gracefully in on-demand mode | Jeffle Xu | 1 | -0/+3 |
| 2022-05-18 | cachefiles: notify the user daemon when looking up cookie | Jeffle Xu | 1 | -0/+378 |