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
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+2
2023-02-23
Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
15
-420
/
+612
2023-02-23
Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2
-8
/
+7
2023-02-21
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-10
/
+6
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-27
/
+27
2023-02-20
Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
2
-11
/
+12
2023-02-20
Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
4
-0
/
+4
2023-02-20
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
1
-2
/
+4
2023-02-20
SUNRPC: Refactor RPC server dispatch method
Chuck Lever
1
-2
/
+2
2023-02-20
SUNRPC: Push svcxdr_init_encode() into svc_process_common()
Chuck Lever
1
-2
/
+0
2023-02-20
SUNRPC: Push svcxdr_init_decode() into svc_process_common()
Chuck Lever
1
-1
/
+0
2023-02-20
NFS: nfs_encode_fh: Remove S_AUTOMOUNT check
Richard Weinberger
1
-1
/
+1
2023-02-17
Revert "NFSv4.2: Change the default KConfig value for READ_PLUS"
Anna Schumaker
1
-4
/
+4
2023-02-15
fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.c
Fabio M. De Francesco
1
-14
/
+14
2023-02-15
pNFS/filelayout: treat GETDEVICEINFO errors as layout failure
Olga Kornievskaia
2
-1
/
+3
2023-02-15
nfs42: do not fail with EIO if ssc returns NFS4ERR_OFFLOAD_DENIED
Tigran Mkrtchyan
1
-1
/
+2
2023-02-15
NFS: fix disabling of swap
NeilBrown
1
-1
/
+3
2023-02-14
nfs4trace: fix state manager flag printing
Benjamin Coddington
1
-20
/
+22
2023-02-14
NFS: Remove unnecessary check in nfs_read_folio()
Trond Myklebust
1
-7
/
+1
2023-02-14
NFS: Improve tracing of nfs_wb_folio()
Trond Myklebust
2
-4
/
+5
2023-02-14
NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()
Trond Myklebust
2
-8
/
+42
2023-02-14
NFS: fix up nfs_release_folio() to try to release the page
Trond Myklebust
1
-2
/
+7
2023-02-14
NFS: Clean up O_DIRECT request allocation
Trond Myklebust
2
-14
/
+13
2023-02-14
NFS: Fix up nfs_vm_page_mkwrite() for folios
Trond Myklebust
1
-11
/
+10
2023-02-14
NFS: Convert nfs_write_begin/end to use folios
Trond Myklebust
1
-34
/
+41
2023-02-14
NFS: Remove unused function nfs_wb_page()
Trond Myklebust
1
-5
/
+0
2023-02-14
NFS: Convert buffered writes to use folios
Trond Myklebust
5
-198
/
+207
2023-02-14
NFS: Convert the function nfs_wb_page() to use folios
Trond Myklebust
1
-19
/
+16
2023-02-14
NFS: Convert buffered reads to use folios
Trond Myklebust
4
-50
/
+96
2023-02-14
NFS: Add a helper nfs_wb_folio()
Trond Myklebust
2
-1
/
+14
2023-02-14
NFS: Convert the remaining pagelist helper functions to support folios
Trond Myklebust
1
-22
/
+50
2023-02-14
NFS: Add a helper to convert a struct nfs_page into an inode
Trond Myklebust
2
-5
/
+4
2023-02-14
NFS: Fix nfs_coalesce_size() to work with folios
Trond Myklebust
1
-9
/
+19
2023-02-14
NFS: Support folios in nfs_generic_pgio()
Trond Myklebust
2
-15
/
+60
2023-02-14
NFS: Add basic functionality for tracking folios in struct nfs_page
Trond Myklebust
1
-2
/
+3
2023-02-14
NFS: Fix for xfstests generic/208
Trond Myklebust
1
-0
/
+3
2023-02-03
nfs: use bvec_set_page to initialize bvecs
Christoph Hellwig
1
-10
/
+6
2023-02-03
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2023-01-26
nfsd: remove fetch_iversion export operation
Jeff Layton
1
-7
/
+0
2023-01-26
nfs: report the inode version in getattr if requested
Jeff Layton
1
-4
/
+12
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-5
/
+5
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2
-5
/
+5
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2
-3
/
+3
[next]