index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cachefiles
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-27
cachefiles: fix dentry leak in cachefiles_open_file()
Baokun Li
1
-4
/
+3
2024-09-12
cachefiles, netfs: Fix write to partial block at EOF
David Howells
1
-0
/
+14
2024-09-05
netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
David Howells
1
-2
/
+3
2024-09-05
cachefiles: Fix non-taking of sb_writers around set/removexattr
David Howells
1
-8
/
+26
2024-07-24
cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT
David Howells
1
-1
/
+1
2024-07-05
Merge patch series "cachefiles: random bugfixes"
Christian Brauner
6
-11
/
+99
2024-07-03
cachefiles: add missing lock protection when polling
Jingbo Xu
1
-2
/
+2
2024-07-03
cachefiles: cyclic allocation of msg_id to avoid reuse
Baokun Li
2
-4
/
+17
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
2
-2
/
+10
2024-07-03
cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
Baokun Li
1
-1
/
+4
2024-07-03
cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
Baokun Li
2
-2
/
+34
2024-07-03
cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
Baokun Li
1
-0
/
+10
2024-06-03
cachefiles: remove unneeded include of <linux/fdtable.h>
Gao Xiang
1
-1
/
+0
2024-05-29
Merge patch series "cachefiles: some bugfixes and cleanups for ondemand reque...
Christian Brauner
3
-56
/
+169
2024-05-29
cachefiles: make on-demand read killable
Baokun Li
1
-12
/
+28
2024-05-29
cachefiles: flush all requests after setting CACHEFILES_DEAD
Baokun Li
2
-1
/
+4
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
2
-1
/
+35
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
2
-4
/
+20
2024-05-29
cachefiles: remove requests from xarray during flushing requests
Baokun Li
1
-0
/
+1
2024-05-21
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+1
2024-05-01
netfs, cachefiles: Implement helpers for new write code
David Howells
1
-0
/
+74
2024-05-01
netfs: Switch to using unsigned long long rather than loff_t
David Howells
1
-1
/
+1
2024-04-15
kernel_file_open(): get rid of inode argument
Al Viro
1
-2
/
+1
2024-02-20
cachefiles: fix memory leak in cachefiles_add_cache()
Baokun Li
2
-0
/
+3
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
4
-16
/
+24
2024-01-11
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+2
2024-01-10
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+0
2024-01-09
cachefiles: Fix signed/unsigned mixup
David Howells
1
-3
/
+3
2024-01-08
Merge tag 'vfs-6.8.cachefiles' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-46
/
+201
2024-01-05
netfs: Fix interaction between write-streaming and cachefiles culling
David Howells
1
-6
/
+6
2024-01-03
cachefiles: Fix __cachefiles_prepare_write()
David Howells
1
-11
/
+17
2023-12-28
cachefiles: Remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2023-12-28
netfs, cachefiles: Pass upper bound length to allow expansion
David Howells
3
-6
/
+8
2023-12-24
netfs, fscache: Combine fscache with netfs
David Howells
1
-1
/
+1
2023-11-25
cachefiles: add restore command to recover inflight ondemand read requests
Jia Zhu
3
-0
/
+27
2023-11-25
cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
Jia Zhu
2
-2
/
+24
2023-11-25
cachefiles: resend an open request if the read request's object is closed
Jia Zhu
2
-29
/
+72
2023-11-25
cachefiles: extract ondemand info field from cachefiles_object
Jia Zhu
3
-11
/
+56
2023-11-25
cachefiles: introduce object ondemand state
Jia Zhu
2
-12
/
+30
2023-11-25
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
1
-0
/
+2
2023-11-24
fs: move kiocb_start_write() into vfs_iocb_iter_write()
Amir Goldstein
1
-3
/
+2
[next]