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
/
nfsd
/
vfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-25
/
+36
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2023-10-18
nfsd: convert to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-10-17
nfsd: lock_rename() needs both directories to live on the same fs
Al Viro
1
-6
/
+6
2023-10-16
nfsd: Don't reset the write verifier on a commit EAGAIN
Trond Myklebust
1
-10
/
+23
2023-10-16
nfsd: Handle EOPENSTALE correctly in the filecache
Trond Myklebust
1
-15
/
+13
2023-09-01
Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-17
/
+35
2023-08-30
nfsd: handle failure to collect pre/post-op attrs more sanely
Jeff Layton
1
-17
/
+35
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2023-08-03
Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+6
2023-07-31
nfsd: Fix reading via splice
David Howells
1
-3
/
+6
2023-07-24
nfsd: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-06-29
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-1
/
+1
2023-06-11
NFSD: Remove nfsd_readv()
Chuck Lever
1
-15
/
+0
2023-06-11
NFSD: Hoist rq_vec preparation into nfsd_read() [step two]
Chuck Lever
1
-1
/
+12
2023-06-11
NFSD: Hoist rq_vec preparation into nfsd_read()
Chuck Lever
1
-8
/
+60
2023-06-05
nfsd: use vfs setgid helper
Christian Brauner
1
-1
/
+3
2023-05-23
nfsd: make a copy of struct iattr before calling notify_change
Jeff Layton
1
-1
/
+9
2023-04-28
NFSD: Clean up xattr memory allocation flags
Chuck Lever
1
-5
/
+2
2023-04-26
NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()
Chuck Lever
1
-1
/
+5
2023-03-22
Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+8
2023-03-18
nfsd: don't replace page in rq_pages if it's a continuation of last page
Jeff Layton
1
-1
/
+8
2023-03-10
Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-0
/
+2
2023-03-07
NFSD: Protect against filesystem freezing
Chuck Lever
1
-0
/
+2
2023-02-23
Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-2
/
+6
2023-02-20
fs: namei: Allow follow_down() to uncover auto mounts
Richard Weinberger
1
-1
/
+5
2023-02-20
NFSD: Teach nfsd_mountpoint() auto mounts
Richard Weinberger
1
-1
/
+1
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-7
/
+7
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
1
-11
/
+12
2022-12-13
Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-14
/
+69
2022-12-13
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2022-12-13
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2022-11-28
NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
Chuck Lever
1
-2
/
+2
2022-11-28
NFSD: Pass the target nfsd_file to nfsd_commit()
Chuck Lever
1
-11
/
+4
2022-11-28
nfsd: move nfserrno() to vfs.c
Jeff Layton
1
-0
/
+63
2022-11-28
NFSD: Remove redundant assignment to variable host_err
Colin Ian King
1
-1
/
+0
2022-11-27
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2022-11-26
Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+4
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-11-25
vfs: fix copy_file_range() averts filesystem freeze protection
Amir Goldstein
1
-2
/
+2
2022-11-23
NFSD: Fix reads with a non-zero offset that don't end on a page boundary
Chuck Lever
1
-3
/
+4
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
1
-2
/
+2
2022-10-07
Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+3
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: drop fname and flen args from nfsd_create_locked()
NeilBrown
1
-3
/
+2
[next]