index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cachefiles
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctls
Luis Chamberlain
1
-10
/
+1
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-5
/
+5
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
2
-8
/
+8
2022-12-07
fscache,cachefiles: add prepare_ondemand_read() callback
Jingbo Xu
1
-27
/
+50
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-17
cachefiles: add tracepoints for on-demand read mode
Jeffle Xu
1
-0
/
+7
2022-05-17
cachefiles: enable on-demand read mode
Jeffle Xu
1
-5
/
+12
2022-05-17
cachefiles: implement on-demand read
Jeffle Xu
3
-2
/
+99
2022-05-17
cachefiles: notify the user daemon when withdrawing cookie
Jeffle Xu
3
-0
/
+45
2022-05-17
cachefiles: unbind cachefiles gracefully in on-demand mode
Jeffle Xu
3
-3
/
+22
2022-05-17
cachefiles: notify the user daemon when looking up cookie
Jeffle Xu
6
-15
/
+524
2022-05-17
cachefiles: extract write routine
Jeffle Xu
2
-26
/
+45
2022-04-09
cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr
Dave Wysochanski
1
-1
/
+1
2022-04-09
cachefiles: unmark inode in use in error path
Jeffle Xu
1
-9
/
+24
2022-04-01
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
2022-03-11
cachefiles: Fix volume coherency attribute
David Howells
1
-3
/
+20
2022-03-09
fs: remove kiocb.ki_hint
Christoph Hellwig
1
-2
/
+0
2022-03-03
cachefiles: Fix incorrect length to fallocate()
David Howells
1
-1
/
+1
2022-02-01
netfs, cachefiles: Add a method to query presence of data in the cache
David Howells
1
-0
/
+59
2022-01-22
cachefiles: Check that the backing filesystem supports tmpfiles
David Howells
1
-0
/
+2
2022-01-22
cachefiles: Explain checks in a comment
David Howells
1
-1
/
+7
2022-01-22
cachefiles: Trace active-mark failure
David Howells
1
-1
/
+3
2022-01-22
cachefiles: Make some tracepoint adjustments
David Howells
1
-3
/
+5
2022-01-22
cachefiles: set default tag name if it's unspecified
Jeffle Xu
1
-0
/
+11
2022-01-22
cachefiles: Calculate the blockshift in terms of bytes, not pages
David Howells
3
-7
/
+4
2022-01-13
Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-3050
/
+2172
2022-01-07
fscache, cachefiles: Display stat of culling events
David Howells
1
-0
/
+1
2022-01-07
fscache, cachefiles: Display stats of no-space events
David Howells
5
-10
/
+34
2022-01-07
cachefiles: Allow cachefiles to actually function
David Howells
1
-3
/
+1
2022-01-07
fscache, cachefiles: Store the volume coherency data
David Howells
3
-2
/
+103
2022-01-07
cachefiles: Implement the I/O routines
David Howells
1
-0
/
+514
2022-01-07
cachefiles: Implement cookie resize for truncate
David Howells
1
-0
/
+78
2022-01-07
cachefiles: Implement begin and end I/O operation
David Howells
4
-0
/
+77
2022-01-07
cachefiles: Implement backing file wrangling
David Howells
5
-1
/
+619
2022-01-07
cachefiles: Implement culling daemon commands
David Howells
3
-2
/
+320
2022-01-07
cachefiles: Mark a backing file in use with an inode flag
David Howells
2
-0
/
+37
2022-01-07
cachefiles: Implement metadata/coherency data storage in xattrs
David Howells
3
-1
/
+204
2022-01-07
cachefiles: Implement key to filename encoding
David Howells
3
-0
/
+144
2022-01-07
cachefiles: Implement object lifecycle funcs
David Howells
3
-2
/
+135
2022-01-07
cachefiles: Implement volume support
David Howells
6
-2
/
+171
2022-01-07
cachefiles: Implement cache registration and withdrawal
David Howells
5
-3
/
+240
2022-01-07
cachefiles: Implement a function to get/create a directory in the cache
David Howells
2
-0
/
+150
[next]