index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cachefiles
Commit message (
Expand
)
Author
Age
Files
Lines
*
cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
David Howells
2024-01-22
1
-0
/
+3
*
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-19
4
-16
/
+24
|
\
|
*
cachefiles: Fix signed/unsigned mixup
David Howells
2024-01-09
1
-3
/
+3
|
*
netfs: Fix interaction between write-streaming and cachefiles culling
David Howells
2024-01-05
1
-6
/
+6
|
*
cachefiles: Fix __cachefiles_prepare_write()
David Howells
2024-01-03
1
-11
/
+17
|
*
netfs, cachefiles: Pass upper bound length to allow expansion
David Howells
2023-12-28
3
-6
/
+8
|
*
netfs, fscache: Combine fscache with netfs
David Howells
2023-12-24
1
-1
/
+1
*
|
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2024-01-11
1
-0
/
+2
|
\
\
|
*
|
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
2023-11-25
1
-0
/
+2
|
|
/
*
|
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2024-01-10
1
-1
/
+0
|
\
\
|
*
|
cachefiles: Remove the now superfluous sentinel element from ctl_table array
Joel Granados
2023-12-28
1
-1
/
+0
|
|
/
*
|
Merge tag 'vfs-6.8.cachefiles' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-01-08
4
-46
/
+201
|
\
\
|
*
|
cachefiles: add restore command to recover inflight ondemand read requests
Jia Zhu
2023-11-25
3
-0
/
+27
|
*
|
cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
Jia Zhu
2023-11-25
2
-2
/
+24
|
*
|
cachefiles: resend an open request if the read request's object is closed
Jia Zhu
2023-11-25
2
-29
/
+72
|
*
|
cachefiles: extract ondemand info field from cachefiles_object
Jia Zhu
2023-11-25
3
-11
/
+56
|
*
|
cachefiles: introduce object ondemand state
Jia Zhu
2023-11-25
2
-12
/
+30
|
|
/
*
/
fs: move kiocb_start_write() into vfs_iocb_iter_write()
Amir Goldstein
2023-11-24
1
-3
/
+2
|
/
*
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
1
-0
/
+2
|
\
|
*
mm, netfs, fscache: stop read optimisation when folio removed from pagecache
David Howells
2023-08-18
1
-0
/
+2
*
|
cachefiles: use kiocb_{start,end}_write() helpers
Amir Goldstein
2023-08-21
1
-13
/
+3
|
/
*
Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-06-26
1
-6
/
+6
|
\
|
*
fs: use a helper for opening kernel internal files
Amir Goldstein
2023-06-19
1
-2
/
+2
|
*
fs: rename {vfs,kernel}_tmpfile_open()
Amir Goldstein
2023-06-19
1
-3
/
+3
*
|
cachefiles: Allow the cache to be non-root
David Howells
2023-06-05
1
-1
/
+2
|
/
*
fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctls
Luis Chamberlain
2023-04-13
1
-10
/
+1
*
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-5
/
+5
*
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
2023-01-18
2
-8
/
+8
*
fscache,cachefiles: add prepare_ondemand_read() callback
Jingbo Xu
2022-12-07
1
-27
/
+50
*
cachefiles: use vfs_tmpfile_open() helper
Miklos Szeredi
2022-09-24
1
-20
/
+12
*
cachefiles: only pass inode to *mark_inode_inuse() helpers
Miklos Szeredi
2022-09-24
1
-33
/
+26
*
cachefiles: tmpfile error handling cleanup
Miklos Szeredi
2022-09-24
1
-29
/
+26
*
cachefiles: make on-demand request distribution fairer
Xin Yin
2022-08-31
2
-3
/
+10
*
cachefiles: fix error return code in cachefiles_ondemand_copen()
Sun Ke
2022-08-31
1
-3
/
+7
*
cachefiles: narrow the scope of flushed requests when releasing fd
Jia Zhu
2022-07-05
1
-1
/
+2
*
cachefiles: add tracepoints for on-demand read mode
Jeffle Xu
2022-05-18
1
-0
/
+7
*
cachefiles: enable on-demand read mode
Jeffle Xu
2022-05-18
1
-5
/
+12
*
cachefiles: implement on-demand read
Jeffle Xu
2022-05-18
3
-2
/
+99
*
cachefiles: notify the user daemon when withdrawing cookie
Jeffle Xu
2022-05-18
3
-0
/
+45
*
cachefiles: unbind cachefiles gracefully in on-demand mode
Jeffle Xu
2022-05-18
3
-3
/
+22
*
cachefiles: notify the user daemon when looking up cookie
Jeffle Xu
2022-05-18
6
-15
/
+524
*
cachefiles: extract write routine
Jeffle Xu
2022-05-18
2
-26
/
+45
*
cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr
Dave Wysochanski
2022-04-08
1
-1
/
+1
*
cachefiles: unmark inode in use in error path
Jeffle Xu
2022-04-08
1
-9
/
+24
*
Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-03-31
1
-5
/
+5
|
\
|
*
netfs: Finish off rename of netfs_read_request to netfs_io_request
David Howells
2022-03-18
1
-2
/
+2
|
*
netfs: Rename netfs_read_*request to netfs_io_*request
David Howells
2022-03-18
1
-3
/
+3
*
|
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-26
1
-2
/
+0
|
\
\
|
*
|
fs: remove kiocb.ki_hint
Christoph Hellwig
2022-03-08
1
-2
/
+0
*
|
|
cachefiles: Fix volume coherency attribute
David Howells
2022-03-11
1
-3
/
+20
|
/
/
[next]