index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
vfs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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-30
1
-26
/
+3
*
NFSD: set attributes when creating symlinks
NeilBrown
2022-07-30
1
-7
/
+18
*
NFSD: introduce struct nfsd_attrs
NeilBrown
2022-07-30
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-07-01
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
*
NFSD: Refactor nfsd_create_setattr()
Chuck Lever
2022-05-20
1
-37
/
+42
*
NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()
Chuck Lever
2022-05-20
1
-4
/
+1
*
NFSD: Clean up nfsd_splice_actor()
Chuck Lever
2022-05-19
1
-8
/
+2
*
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-23
1
-0
/
+1
|
\
|
*
fs: Move many prototypes to pagemap.h
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+1
*
|
NFSD: Remove CONFIG_NFSD_V3
Chuck Lever
2022-03-11
1
-9
/
+0
|
/
*
NFSD: COMMIT operations must not return NFS?ERR_INVAL
Chuck Lever
2022-02-09
1
-17
/
+36
*
NFSD: Fix ia_size underflow
Chuck Lever
2022-02-09
1
-0
/
+4
*
NFSD: Move fill_pre_wcc() and fill_post_wcc()
Chuck Lever
2022-01-08
1
-4
/
+4
*
NFSD: Trace boot verifier resets
Chuck Lever
2022-01-08
1
-3
/
+10
*
NFSD: Rename boot verifier functions
Chuck Lever
2022-01-08
1
-8
/
+8
*
nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()
Trond Myklebust
2022-01-08
1
-2
/
+16
*
NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)
Chuck Lever
2022-01-08
1
-6
/
+5
*
NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)
Chuck Lever
2022-01-08
1
-7
/
+4
*
NFSD: Clean up nfsd_vfs_write()
Chuck Lever
2022-01-08
1
-16
/
+5
*
nfsd: Replace use of rwsem with errseq_t
Trond Myklebust
2022-01-08
1
-25
/
+15
*
NFSD: Fix verifier returned in stable WRITEs
Chuck Lever
2022-01-08
1
-0
/
+4
*
nfsd: Retry once in nfsd_open on an -EOPENSTALE return
Jeff Layton
2022-01-08
1
-1
/
+9
*
nfsd4: remove obselete comment
J. Bruce Fields
2021-11-01
1
-3
/
+0
*
nfsd: update create verifier comment
J. Bruce Fields
2021-10-15
1
-1
/
+2
*
NFSD: move filehandle format declarations out of "uapi".
NeilBrown
2021-10-02
1
-0
/
+1
*
Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2021-08-31
1
-16
/
+5
|
\
|
*
NFSD: remove vanity comments
NeilBrown
2021-08-17
1
-1
/
+0
|
*
NFSD: Batch release pages during splice read
Chuck Lever
2021-08-17
1
-7
/
+2
|
*
NFSD: Clean up splice actor
Chuck Lever
2021-08-17
1
-8
/
+3
*
|
fs: remove mandatory file locking support
Jeff Layton
2021-08-23
1
-22
/
+1
|
/
*
nfsd: Reduce contention for the nfsd_file nf_rwsem
Trond Myklebust
2021-07-07
1
-2
/
+16
*
nfsd: move some commit_metadata()s outside the inode lock
J. Bruce Fields
2021-05-25
1
-2
/
+3
*
nfsd: Prevent truncation of an unlinked inode from blocking access to its dir...
Yu Hsiang Huang
2021-05-25
1
-0
/
+5
*
NFSD: Add a tracepoint to record directory entry encoding
Chuck Lever
2021-03-22
1
-3
/
+6
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-19
/
+31
|
\
|
*
namei: prepare for idmapped mounts
Christian Brauner
2021-01-24
1
-8
/
+11
|
*
namei: introduce struct renamedata
Christian Brauner
2021-01-24
1
-1
/
+7
|
*
xattr: handle idmapped mounts
Tycho Andersen
2021-01-24
1
-6
/
+8
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-2
/
+3
[prev]
[next]