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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
netfs: Pass more information on how to deal with a hole in the cache
David Howells
1
-4
/
+4
2022-01-07
fscache: Provide read/write stat counters for the cache
David Howells
1
-0
/
+9
2022-01-07
fscache: Count data storage objects in a cache
David Howells
1
-0
/
+2
2022-01-07
fscache: Provide a means to begin an operation
David Howells
3
-0
/
+163
2022-01-07
fscache: Implement cookie invalidation
David Howells
3
-1
/
+94
2022-01-07
fscache: Implement cookie user counting and resource pinning
David Howells
3
-1
/
+234
2022-01-07
fscache: Implement simple cookie state machine
David Howells
1
-42
/
+271
2022-01-07
fscache: Add a function for a cache backend to note an I/O error
David Howells
1
-0
/
+20
2022-01-07
fscache: Provide and use cache methods to lookup/create/free a volume
David Howells
1
-3
/
+86
2022-01-07
fscache: Implement functions add/remove a cache
David Howells
1
-0
/
+70
2022-01-07
fscache: Implement cookie-level access helpers
David Howells
3
-0
/
+102
2022-01-07
fscache: Implement volume-level access helpers
David Howells
3
-0
/
+88
2022-01-07
fscache: Implement cache-level access helpers
David Howells
3
-0
/
+66
2022-01-07
fscache: Implement cookie registration
David Howells
6
-1
/
+564
2022-01-07
fscache: Implement volume registration
David Howells
5
-1
/
+372
2022-01-07
fscache: Implement cache registration
David Howells
4
-0
/
+312
2022-01-07
fscache: Implement a hash function
David Howells
2
-0
/
+42
2022-01-07
fscache: Introduce new driver
David Howells
7
-0
/
+364
2022-01-07
netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
David Howells
1
-1
/
+1
2022-01-07
fscache: Remove the contents of the fscache driver, pending rewrite
David Howells
17
-5886
/
+10
2022-01-07
cachefiles: Delete the cachefiles driver pending rewrite
David Howells
15
-5085
/
+0
2022-01-07
fscache, cachefiles: Disable configuration
David Howells
6
-5
/
+8
2021-12-07
netfs: fix parameter of cleanup()
Jeffle Xu
1
-3
/
+3
2021-12-07
netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock
David Howells
1
-10
/
+5
2021-12-05
Merge tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+0
2021-12-05
Merge tag '5.16-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-42
/
+22
2021-12-04
Merge tag 'io_uring-5.16-2021-12-03' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+7
2021-12-04
Merge tag 'gfs2-v5.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-67
/
+52
2021-12-03
cifs: avoid use of dstaddr as key for fscache client cookie
Shyam Prasad N
1
-37
/
+1
2021-12-03
cifs: add server conn_id to fscache client cookie
Shyam Prasad N
2
-0
/
+14
2021-12-03
cifs: wait for tcon resource_id before getting fscache super
Shyam Prasad N
3
-7
/
+8
2021-12-03
cifs: fix missed refcounting of ipc tcon
Paulo Alcantara
1
-0
/
+1
2021-12-03
fget: check that the fd still exists after getting a ref to it
Linus Torvalds
1
-0
/
+4
2021-12-03
io-wq: don't retry task_work creation failure on fatal conditions
Jens Axboe
1
-0
/
+7
2021-12-02
gfs2: gfs2_create_inode rework
Andreas Gruenbacher
1
-6
/
+10
2021-12-02
gfs2: gfs2_inode_lookup rework
Andreas Gruenbacher
1
-51
/
+33
2021-12-02
gfs2: gfs2_inode_lookup cleanup
Andreas Gruenbacher
1
-7
/
+2
2021-12-02
gfs2: Fix remote demote of weak glock holders
Andreas Gruenbacher
1
-3
/
+7
2021-12-02
xfs: remove incorrect ASSERT in xfs_rename
Eric Sandeen
1
-1
/
+0
2021-11-29
netfs: Adjust docs after foliation
David Howells
1
-2
/
+2
2021-11-28
Merge tag '5.16-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
1
-13
/
+17
2021-11-28
fs: ntfs: Limit NTFS_RW to page sizes smaller than 64k
Guenter Roeck
1
-0
/
+1
2021-11-27
Merge tag 'xfs-5.16-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-34
/
+8
2021-11-27
Merge tag 'iomap-5.16-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-10
/
+16
2021-11-27
Merge tag 'io_uring-5.16-2021-11-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-23
/
+50
2021-11-27
Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-3
/
+10
2021-11-27
Merge tag 'erofs-for-5.16-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+6
2021-11-27
io_uring: Fix undefined-behaviour in io_issue_sqe
Ye Bin
1
-0
/
+3
2021-11-27
io_uring: fix soft lockup when call __io_remove_buffers
Ye Bin
1
-3
/
+2
2021-11-26
Merge tag 'fuse-fixes-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+5
[next]