index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
1
-0
/
+2
2020-09-24
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
1
-1
/
+0
2020-09-24
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
7
-13
/
+9
2020-09-24
fs: remove the unused SB_I_MULTIROOT flag
Christoph Hellwig
1
-2
/
+2
2020-09-24
NFSv4: make cache consistency bitmask dynamic
Olga Kornievskaia
1
-3
/
+42
2020-09-24
nfs: fix spellint typo in pnfs.c
Wang Qing
1
-1
/
+1
2020-09-24
fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME
Eric Biggers
2
-5
/
+4
2020-09-24
fscrypt: don't call no-key names "ciphertext names"
Eric Biggers
3
-12
/
+12
2020-09-24
Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-12
/
+15
2020-09-23
block: mark blkdev_get static
Christoph Hellwig
1
-2
/
+1
2020-09-23
PM: rewrite is_hibernate_resume_dev to not require an inode
Christoph Hellwig
1
-1
/
+1
2020-09-23
ocfs2: cleanup o2hb_region_dev_store
Christoph Hellwig
1
-18
/
+10
2020-09-23
block: move the NEED_PART_SCAN flag to struct gendisk
Christoph Hellwig
1
-4
/
+3
2020-09-23
xfs: clean up calculation of LR header blocks
Gao Xiang
2
-35
/
+18
2020-09-23
xfs: avoid LR buffer overrun due to crafted h_len
Gao Xiang
1
-20
/
+19
2020-09-23
xfs: don't release log intent items when recovery fails
Darrick J. Wong
4
-31
/
+5
2020-09-23
xfs: attach inode to dquot in xfs_bui_item_recover
Darrick J. Wong
1
-0
/
+5
2020-09-23
xfs: log new intent items created as part of finishing recovered intent items
Darrick J. Wong
4
-4
/
+32
2020-09-23
xfs: check dabtree node hash values when loading child blocks
Darrick J. Wong
1
-0
/
+14
2020-09-23
xfs: don't free rt blocks when we're doing a REMAP bunmapi call
Darrick J. Wong
1
-7
/
+12
2020-09-23
xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files
Chandan Babu R
1
-0
/
+1
2020-09-23
fs: remove compat_sys_mount
Christoph Hellwig
4
-63
/
+2
2020-09-23
fs,nfs: lift compat nfs4 mount data handling into the nfs code
Christoph Hellwig
2
-75
/
+62
2020-09-23
nfs: simplify nfs4_parse_monolithic
Christoph Hellwig
1
-72
/
+63
2020-09-23
fs: omfs: use kmemdup() rather than kmalloc+memcpy
Alex Dewar
1
-2
/
+1
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
19
-58
/
+175
2020-09-23
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-14
/
+13
2020-09-23
Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-11
/
+38
2020-09-22
btrfs: fix put of uninitialized kobject after seed device delete
Anand Jain
1
-6
/
+10
2020-09-22
fscrypt: use sha256() instead of open coding
Eric Biggers
1
-16
/
+7
2020-09-22
fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'
Eric Biggers
3
-16
/
+8
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
9
-113
/
+119
2020-09-22
fscrypt: move fscrypt_prepare_symlink() out-of-line
Eric Biggers
1
-4
/
+35
2020-09-22
fscrypt: make "#define fscrypt_policy" user-only
Eric Biggers
1
-1
/
+0
2020-09-22
fscrypt: stop pretending that key setup is nofs-safe
Eric Biggers
3
-10
/
+7
2020-09-22
fscrypt: require that fscrypt_encrypt_symlink() already has key
Eric Biggers
1
-3
/
+7
2020-09-22
fscrypt: remove fscrypt_inherit_context()
Eric Biggers
1
-37
/
+0
2020-09-22
fscrypt: adjust logging for in-creation inodes
Eric Biggers
2
-3
/
+10
2020-09-22
ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
1
-22
/
+16
2020-09-22
f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
3
-25
/
+7
2020-09-22
ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
1
-20
/
+17
2020-09-22
ext4: factor out ext4_xattr_credits_for_new_inode()
Eric Biggers
1
-39
/
+51
2020-09-22
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
3
-54
/
+206
2020-09-22
reiserfs: Initialize inode keys properly
Jan Kara
1
-5
/
+1
2020-09-22
udf: Fix memory leak when mounting
Jan Kara
1
-8
/
+13
2020-09-22
udf: Remove redundant initialization of variable ret
Jing Xiangfeng
1
-1
/
+1
2020-09-21
xfs: Set xfs_buf type flag when growing summary/bitmap files
Chandan Babu R
1
-0
/
+8
2020-09-21
xfs: drop extra transaction roll from inode extent truncate
Brian Foster
1
-8
/
+1
2020-09-21
pNFS/flexfiles: Be consistent about mirror index types
Trond Myklebust
1
-17
/
+17
2020-09-21
iomap: Change calling convention for zeroing
Matthew Wilcox (Oracle)
2
-25
/
+21
[prev]
[next]