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
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-31
NFS: Allow very small rsize & wsize again
Anna Schumaker
1
-4
/
+2
2022-10-27
NFS: Avoid memcpy() run-time warning for struct sockaddr overflows
Kees Cook
1
-7
/
+7
2022-10-05
nfs: remove nfs_wait_atomic_killable() and nfs_write_prepare() declaration
Gaosheng Cui
1
-2
/
+0
2022-09-13
Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+25
2022-09-08
NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
Anna Schumaker
1
-0
/
+25
2022-08-11
Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+51
2022-08-02
nfs: Convert to migrate_folio
Matthew Wilcox (Oracle)
1
-2
/
+4
2022-07-23
nfs: add new nfs_direct_req tracepoint events
Jeff Layton
1
-0
/
+33
2022-07-12
NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE
Anna Schumaker
1
-0
/
+18
2022-05-17
NFS: Memory allocation failures are not server fatal errors
Trond Myklebust
1
-0
/
+1
2022-03-30
NFSv4: fix open failure with O_ACCMODE flag
ChenXiaoSong
1
-0
/
+10
2022-03-22
NFS: nfsiod should not block forever in mempool_alloc()
Trond Myklebust
1
-0
/
+7
2022-03-02
NFS: Improve heuristic for readdirplus
Trond Myklebust
1
-2
/
+2
2022-02-26
NFS: Clean up NFSv4.2 xattrs
Trond Myklebust
1
-0
/
+14
2022-01-06
NFS: Add a helper to remove case-insensitive aliases
Trond Myklebust
1
-0
/
+1
2021-11-05
NFS: Create a new nfs_alloc_fattr_with_label() function
Anna Schumaker
1
-9
/
+0
2021-10-21
NFS: Unexport nfs_probe_fsinfo()
Anna Schumaker
1
-1
/
+0
2021-10-21
NFS: Move nfs_probe_destination() into the generic client
Anna Schumaker
1
-0
/
+1
2021-10-21
NFS: Create an nfs4_server_set_init_caps() function
Anna Schumaker
1
-0
/
+1
2021-08-27
NFSv4 introduce max_connect mount options
Olga Kornievskaia
1
-0
/
+2
2021-05-07
Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2021-04-27
Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2021-04-05
nfs: hornor timeo and retrans option when mounting NFSv3
Eryu Guan
1
-1
/
+1
2021-03-22
nfs: account for selinux security context when deciding to share superblock
Olga Kornievskaia
1
-0
/
+1
2021-03-09
NFS: Clean up function nfs_mark_dir_for_revalidate()
Trond Myklebust
1
-1
/
+2
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-5
/
+9
2021-01-11
NFS: nfs_igrab_and_active must first reference the superblock
Trond Myklebust
1
-5
/
+7
2021-01-10
NFS: Adjust fs_context error logging
Scott Mayhew
1
-3
/
+23
2020-12-02
NFS: Support larger readdir buffers
Trond Myklebust
1
-6
/
+0
2020-06-02
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
1
-3
/
+7
2020-04-01
NFS: Remove the redundant function nfs_pgio_has_mirroring()
Trond Myklebust
1
-6
/
+0
2020-03-27
NFS: Remove bucket array from struct pnfs_ds_commit_info
Trond Myklebust
1
-3
/
+0
2020-03-27
pNFS: Add infrastructure for cleaning up per-layout commit structures
Trond Myklebust
1
-1
/
+3
2020-03-27
NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers()
Trond Myklebust
1
-3
/
+16
2020-03-27
NFS: Fix O_DIRECT commit verifier handling
Trond Myklebust
1
-0
/
+8
2020-03-16
NFS: Add a helper nfs_client_for_each_server()
Trond Myklebust
1
-1
/
+3
2020-01-25
NFS: Add softreval behaviour to nfs_lookup_revalidate()
Trond Myklebust
1
-0
/
+9
2020-01-15
nfs: use timespec64 in nfs_fattr
Arnd Bergmann
1
-2
/
+2
2020-01-15
NFS: Attach supplementary error information to fs_context.
Scott Mayhew
1
-0
/
+4
2020-01-15
NFS: Additional refactoring for fs_context conversion
Scott Mayhew
1
-37
/
+16
2020-01-15
NFS: Add fs_context support.
David Howells
1
-41
/
+33
2020-01-15
NFS: Do some tidying of the parsing code
David Howells
1
-5
/
+11
2020-01-15
NFS: Add a small buffer in nfs_fs_context to avoid string dup
David Howells
1
-0
/
+2
2020-01-15
NFS: Split nfs_parse_mount_options()
David Howells
1
-0
/
+3
2020-01-15
NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
David Howells
1
-7
/
+7
2020-01-15
NFS: Move mount parameterisation bits into their own file
David Howells
1
-0
/
+30
2020-01-15
nfs: get rid of ->set_security()
Al Viro
1
-3
/
+0
2020-01-15
nfs: get rid of mount_info ->fill_super()
Al Viro
1
-3
/
+1
2020-01-15
nfs: don't pass nfs_subversion to ->create_server()
Al Viro
1
-5
/
+2
2020-01-15
nfs: unexport nfs_fs_mount_common()
Al Viro
1
-3
/
+0
[next]