index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
nfsd: make a copy of struct iattr before calling notify_change
Jeff Layton
2023-06-09
1
-1
/
+9
*
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
*
|
NFSD: Refactor nfsd_setattr()
Chuck Lever
2022-09-26
1
-40
/
+57
*
|
NFSD: drop fname and flen args from nfsd_create_locked()
NeilBrown
2022-09-26
1
-3
/
+2
*
|
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2022-09-13
1
-4
/
+8
|
\
\
|
*
|
nfsd_splice_actor(): handle compound pages
Al Viro
2022-09-12
1
-4
/
+8
|
|
/
*
/
NFSD: fix regression with setting ACLs.
NeilBrown
2022-09-08
1
-10
/
+9
|
/
*
NFSD: discard fh_locked flag and fh_lock/fh_unlock
NeilBrown
2022-08-04
1
-16
/
+1
*
NFSD: use (un)lock_inode instead of fh_(un)lock for file operations
NeilBrown
2022-08-04
1
-14
/
+20
*
NFSD: use explicit lock/unlock for directory ops
NeilBrown
2022-08-04
1
-11
/
+19
*
NFSD: reduce locking in nfsd_lookup()
NeilBrown
2022-08-04
1
-20
/
+14
*
NFSD: only call fh_unlock() once in nfsd_link()
NeilBrown
2022-08-04
1
-9
/
+10
*
NFSD: always drop directory lock in nfsd_unlink()
NeilBrown
2022-08-04
1
-2
/
+5
*
NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.
NeilBrown
2022-08-04
1
-17
/
+21
*
NFSD: add posix ACLs to struct nfsd_attrs
NeilBrown
2022-08-04
1
-0
/
+9
*
NFSD: add security label to struct nfsd_attrs
NeilBrown
2022-07-29
1
-26
/
+3
*
NFSD: set attributes when creating symlinks
NeilBrown
2022-07-29
1
-7
/
+18
*
NFSD: introduce struct nfsd_attrs
NeilBrown
2022-07-29
1
-10
/
+14
*
Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-07-02
1
-1
/
+2
|
\
|
*
NFSD: restore EINVAL error translation in nfsd_commit()
Alexey Khoroshilov
2022-06-27
1
-1
/
+2
*
|
vfs: fix copy_file_range() regression in cross-fs copies
Amir Goldstein
2022-06-30
1
-1
/
+7
|
/
*
NFSD: Clean up nfsd_open_verified()
Chuck Lever
2022-05-20
1
-3
/
+12
*
NFSD: Remove do_nfsd_create()
Chuck Lever
2022-05-20
1
-150
/
+0
[next]