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-09-26
NFSD: add shrinker to reap courtesy clients on low memory condition
Dai Ngo
4
-12
/
+96
2022-09-26
NFSD: keep track of the number of courtesy clients in the system
Dai Ngo
2
-1
/
+18
2022-09-26
NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data
Anna Schumaker
1
-1
/
+1
2022-09-26
NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAY
Chuck Lever
1
-1
/
+10
2022-09-26
NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAY
Chuck Lever
1
-1
/
+9
2022-09-26
NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAY
Chuck Lever
1
-1
/
+8
2022-09-26
NFSD: Refactor nfsd_setattr()
Chuck Lever
1
-40
/
+57
2022-09-26
NFSD: Add a mechanism to wait for a DELEGRETURN
Chuck Lever
3
-0
/
+60
2022-09-26
NFSD: Add tracepoints to report NFSv4 callback completions
Chuck Lever
4
-1
/
+48
2022-09-26
NFSD: Trace NFSv4 COMPOUND tags
Chuck Lever
2
-8
/
+15
2022-09-26
NFSD: Replace dprintk() call site in fh_verify()
Chuck Lever
2
-10
/
+46
2022-09-26
nfsd: remove nfsd4_prepare_cb_recall() declaration
Gaosheng Cui
1
-1
/
+0
2022-09-26
nfsd: clean up mounted_on_fileid handling
Jeff Layton
1
-7
/
+9
2022-09-26
NFSD: Fix handling of oversized NFSv4 COMPOUND requests
Chuck Lever
3
-16
/
+18
2022-09-26
NFSD: drop fname and flen args from nfsd_create_locked()
NeilBrown
3
-8
/
+6
2022-09-26
NFSD: Protect against send buffer overflow in NFSv3 READ
Chuck Lever
1
-2
/
+2
2022-09-26
NFSD: Protect against send buffer overflow in NFSv2 READ
Chuck Lever
1
-0
/
+1
2022-09-26
NFSD: Protect against send buffer overflow in NFSv3 READDIR
Chuck Lever
1
-3
/
+4
2022-09-26
NFSD: Protect against send buffer overflow in NFSv2 READDIR
Chuck Lever
1
-3
/
+2
2022-09-26
NFSD: Increase NFSD_MAX_OPS_PER_COMPOUND
Chuck Lever
2
-4
/
+5
2022-09-26
nfsd: Propagate some error code returned by memdup_user()
Christophe JAILLET
1
-3
/
+3
2022-09-26
nfsd: Avoid some useless tests
Christophe JAILLET
1
-3
/
+3
2022-09-26
nfsd: Fix a memory leak in an error handling path
Christophe JAILLET
1
-1
/
+3
2022-09-26
NFSD: remove redundant variable status
Jinpeng Cui
1
-12
/
+4
2022-09-26
NFSD enforce filehandle check for source file in COPY
Olga Kornievskaia
1
-1
/
+7
2022-09-26
lockd: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-26
NFSD: move from strlcpy with unused retval to strscpy
Wolfram Sang
3
-6
/
+6
2022-09-26
ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_gro...
Jan Kara
1
-2
/
+1
2022-09-26
erofs: introduce partial-referenced pclusters
Gao Xiang
7
-2
/
+23
2022-09-26
erofs: support on-disk compressed fragments data
Yue Hu
6
-17
/
+152
2022-09-26
fs: dlm: fix possible use after free if tracing
Alexander Aring
1
-7
/
+8
2022-09-25
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-181
/
+154
2022-09-25
Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-0
/
+3
2022-09-25
Merge branch 'for-6.0/dax' into libnvdimm-fixes
Dan Williams
588
-28298
/
+18925
2022-09-23
erofs: support interlaced uncompressed data for compressed files
Yue Hu
4
-23
/
+41
2022-09-23
erofs: clean up .read_folio() and .readahead() in fscache mode
Jingbo Xu
1
-130
/
+83
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
20
-144
/
+261
2022-09-22
ext4: limit the number of retries after discarding preallocations blocks
Theodore Ts'o
1
-1
/
+3
2022-09-22
ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
Luís Henriques
1
-0
/
+4
2022-09-22
fscrypt: work on block_devices instead of request_queues
Christoph Hellwig
2
-52
/
+53
2022-09-22
fscrypt: stop holding extra request_queue references
Eric Biggers
5
-60
/
+64
2022-09-22
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
6
-308
/
+350
2022-09-22
ext4: use buckets for cr 1 block scan instead of rbtree
Jan Kara
3
-149
/
+111
2022-09-22
ext4: use locality group preallocation for small closed files
Jan Kara
1
-12
/
+15
2022-09-22
ext4: make directory inode spreading reflect flexbg size
Jan Kara
1
-1
/
+1
2022-09-22
ext4: avoid unnecessary spreading of allocations among groups
Jan Kara
1
-11
/
+13
2022-09-22
ext4: make mballoc try target group first even with mb_optimize_scan
Jan Kara
1
-7
/
+7
2022-09-21
Merge tag 'exfat-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+1
2022-09-21
xattr: always us is_posix_acl_xattr() helper
Christian Brauner
1
-5
/
+2
2022-09-20
Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-8
/
+74
[prev]
[next]