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
2020-11-18
xfs: fix the minrecs logic when dealing with inode root child blocks
Darrick J. Wong
1
-18
/
+27
2020-11-18
gfs2: Fix regression in freeze_go_sync
Bob Peterson
1
-1
/
+12
2020-11-18
io_uring: order refnode recycling
Pavel Begunkov
1
-10
/
+23
2020-11-18
io_uring: get an active ref_node from files_data
Pavel Begunkov
1
-3
/
+1
2020-11-18
io_uring: don't double complete failed reissue request
Jens Axboe
1
-1
/
+0
2020-11-16
smb3: Handle error case during offload read path
Rohith Surabattula
1
-1
/
+19
2020-11-16
smb3: Avoid Mid pending list corruption
Rohith Surabattula
1
-9
/
+46
2020-11-16
smb3: Call cifs reconnect from demultiplex thread
Rohith Surabattula
1
-5
/
+8
2020-11-16
cifs: fix a memleak with modefromsid
Namjae Jeon
1
-0
/
+1
2020-11-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2020-11-14
afs: Fix afs_write_end() when called with copied == 0 [ver #3]
David Howells
1
-1
/
+4
2020-11-14
ocfs2: initialize ip_next_orphan
Wengang Wang
1
-0
/
+1
2020-11-14
io_uring: handle -EOPNOTSUPP on path resolution
Jens Axboe
1
-1
/
+18
2020-11-14
Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-52
/
+2
2020-11-14
Merge tag 'xfs-5.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-15
/
+15
2020-11-14
proc: don't allow async path resolution of /proc/self components
Jens Axboe
1
-0
/
+7
2020-11-14
Merge tag 'io_uring-5.10-2020-11-13' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-11-14
btrfs: tree-checker: add missing return after error in root_item
Daniel Xu
1
-0
/
+1
2020-11-14
btrfs: qgroup: don't commit transaction when we already hold the handle
Qu Wenruo
1
-1
/
+19
2020-11-14
btrfs: fix missing delalloc new bit for new delalloc ranges
Filipe Manana
3
-61
/
+66
2020-11-13
Merge tag 'ext4_for_linus_bugfixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-14
/
+3
2020-11-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-1
/
+1
2020-11-13
Merge tag 'gfs2-v5.10-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-12
/
+10
2020-11-13
Merge tag 'nfs-for-5.10-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
4
-12
/
+15
2020-11-12
gfs2: Fix case in which ail writes are done to jdata holes
Bob Peterson
2
-1
/
+3
2020-11-12
Revert "gfs2: Ignore journal log writes for jdata holes"
Bob Peterson
1
-6
/
+2
2020-11-12
NFS: Remove unnecessary inode lock in nfs_fsync_dir()
Trond Myklebust
1
-5
/
+1
2020-11-12
NFS: Remove unnecessary inode locking in nfs_llseek_dir()
Trond Myklebust
1
-5
/
+4
2020-11-12
NFS: Fix listxattr receive buffer size
Chuck Lever
1
-2
/
+2
2020-11-12
NFSv4.2: fix failure to unregister shrinker
J. Bruce Fields
1
-0
/
+2
2020-11-12
gfs2: fix possible reference leak in gfs2_check_blk_type
Zhang Qilong
1
-5
/
+5
2020-11-12
fscrypt: fix inline encryption not used on new files
Eric Biggers
1
-1
/
+1
2020-11-11
Revert "ext4: fix superblock checksum calculation race"
Theodore Ts'o
1
-11
/
+0
2020-11-11
ext4: handle dax mount option collision
Harshad Shirwadkar
1
-3
/
+3
2020-11-11
io_uring: round-up cq size before comparing with rounded sq size
Jens Axboe
1
-1
/
+1
2020-11-11
xfs: fix a missing unlock on error in xfs_fs_map_blocks
Christoph Hellwig
1
-1
/
+1
2020-11-11
vfs: move __sb_{start,end}_write* to fs.h
Darrick J. Wong
1
-30
/
+0
2020-11-11
vfs: separate __sb_start_write into blocking and non-blocking helpers
Darrick J. Wong
3
-9
/
+14
2020-11-11
vfs: remove lockdep bogosity in __sb_start_write
Darrick J. Wong
1
-29
/
+4
2020-11-11
xfs: fix brainos in the refcount scrubber's rmap fragment processor
Darrick J. Wong
1
-5
/
+3
2020-11-11
xfs: fix rmap key and record comparison functions
Darrick J. Wong
1
-8
/
+8
2020-11-11
xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextents
Darrick J. Wong
1
-0
/
+2
2020-11-11
xfs: fix flags argument to rmap lookup when converting shared file rmaps
Darrick J. Wong
1
-1
/
+1
2020-11-10
Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-39
/
+48
2020-11-10
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-3
/
+1
2020-11-09
Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-6
/
+4
2020-11-09
Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
18
-255
/
+305
2020-11-09
Merge tag 'erofs-for-5.10-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+16
2020-11-09
fanotify: fix logic of reporting name info with watched parent
Amir Goldstein
1
-5
/
+7
2020-11-08
Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
7
-32
/
+37
[prev]
[next]