index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cachefiles
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
cachefiles: Fix NULL pointer dereference in object->file
Zizhi Wo
2
-10
/
+34
2025-01-23
cachefiles: Parse the "secctx" immediately
Max Kellermann
3
-11
/
+12
2024-12-14
cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()
Zizhi Wo
1
-1
/
+3
2024-10-17
cachefiles: fix dentry leak in cachefiles_open_file()
Baokun Li
1
-4
/
+3
2024-07-25
cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
Baokun Li
2
-2
/
+34
2024-07-25
cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
Baokun Li
1
-0
/
+10
2024-07-25
cachefiles: make on-demand read killable
Baokun Li
1
-12
/
+28
2024-07-25
cachefiles: Set object to close if ondemand_id < 0 in copen
Zizhi Wo
1
-1
/
+6
2024-07-25
cachefiles: add consistency check for copen/cread
Baokun Li
1
-7
/
+20
2024-07-18
cachefiles: add missing lock protection when polling
Jingbo Xu
1
-2
/
+2
2024-07-18
cachefiles: cyclic allocation of msg_id to avoid reuse
Baokun Li
2
-4
/
+17
2024-07-18
cachefiles: wait for ondemand_object_worker to finish when dropping object
Hou Tao
1
-0
/
+3
2024-07-18
cachefiles: cancel all requests for the object that is being dropped
Baokun Li
1
-0
/
+19
2024-07-18
cachefiles: stop sending new request when dropping object
Baokun Li
2
-2
/
+10
2024-07-18
cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
Jia Zhu
2
-2
/
+24
2024-07-18
cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
Baokun Li
1
-1
/
+4
2024-06-21
cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
David Howells
1
-0
/
+3
2024-06-21
cachefiles: flush all requests after setting CACHEFILES_DEAD
Baokun Li
2
-1
/
+4
2024-06-21
cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
Baokun Li
1
-20
/
+33
2024-06-21
cachefiles: never get a new anonymous fd if ondemand_id is valid
Baokun Li
1
-6
/
+28
2024-06-21
cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()
Baokun Li
1
-29
/
+16
2024-06-21
cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
Baokun Li
1
-0
/
+3
2024-06-21
cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
Baokun Li
2
-4
/
+20
2024-06-21
cachefiles: add restore command to recover inflight ondemand read requests
Jia Zhu
3
-0
/
+27
2024-06-21
cachefiles: add spin_lock for cachefiles_ondemand_info
Baokun Li
2
-1
/
+35
2024-06-21
cachefiles: resend an open request if the read request's object is closed
Jia Zhu
2
-29
/
+72
2024-06-21
cachefiles: extract ondemand info field from cachefiles_object
Jia Zhu
3
-11
/
+56
2024-06-21
cachefiles: introduce object ondemand state
Jia Zhu
2
-12
/
+30
2024-06-21
cachefiles: remove requests from xarray during flushing requests
Baokun Li
1
-0
/
+1
2024-03-01
cachefiles: fix memory leak in cachefiles_add_cache()
Baokun Li
2
-0
/
+3
2024-01-10
mm, netfs, fscache: stop read optimisation when folio removed from pagecache
David Howells
1
-0
/
+2
2022-09-24
cachefiles: use vfs_tmpfile_open() helper
Miklos Szeredi
1
-20
/
+12
2022-09-24
cachefiles: only pass inode to *mark_inode_inuse() helpers
Miklos Szeredi
1
-33
/
+26
2022-09-24
cachefiles: tmpfile error handling cleanup
Miklos Szeredi
1
-29
/
+26
2022-08-31
cachefiles: make on-demand request distribution fairer
Xin Yin
2
-3
/
+10
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: enable on-demand read mode
Jeffle Xu
1
-5
/
+12
2022-05-18
cachefiles: implement on-demand read
Jeffle Xu
3
-2
/
+99
2022-05-18
cachefiles: notify the user daemon when withdrawing cookie
Jeffle Xu
3
-0
/
+45
2022-05-18
cachefiles: unbind cachefiles gracefully in on-demand mode
Jeffle Xu
3
-3
/
+22
2022-05-18
cachefiles: notify the user daemon when looking up cookie
Jeffle Xu
6
-15
/
+524
2022-05-18
cachefiles: extract write routine
Jeffle Xu
2
-26
/
+45
2022-04-08
cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr
Dave Wysochanski
1
-1
/
+1
2022-04-08
cachefiles: unmark inode in use in error path
Jeffle Xu
1
-9
/
+24
2022-03-31
Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+5
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2022-03-18
netfs: Finish off rename of netfs_read_request to netfs_io_request
David Howells
1
-2
/
+2
2022-03-18
netfs: Rename netfs_read_*request to netfs_io_*request
David Howells
1
-3
/
+3
[next]