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