index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
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-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-18
/
+0
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
3
-18
/
+0
2021-05-05
Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
4
-174
/
+253
2021-04-27
Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2021-04-26
NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.
Dai Ngo
1
-1
/
+1
2021-04-20
nfsd: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-0
/
+2
2021-04-19
nfsd: grant read delegations to clients holding writes
J. Bruce Fields
1
-14
/
+68
2021-04-19
nfsd: reshuffle some code
J. Bruce Fields
1
-117
/
+118
2021-04-19
nfsd: track filehandle aliasing in nfs4_files
J. Bruce Fields
2
-9
/
+30
2021-04-19
nfsd: hash nfs4_files by inode number
J. Bruce Fields
2
-16
/
+12
2021-04-16
nfsd: ensure new clients break delegations
J. Bruce Fields
1
-5
/
+19
2021-04-15
nfsd: removed unused argument in nfsd_startup_generic()
Vasily Averin
1
-4
/
+4
2021-04-15
nfsd: remove unused function
Jiapeng Chong
1
-9
/
+0
2021-04-06
NFSD: Use DEFINE_SPINLOCK() for spinlock
Guobin Huang
1
-2
/
+1
2021-04-01
NFSv4.2: fix copy stateid copying for the async copy
Olga Kornievskaia
1
-2
/
+2
2021-03-22
nfsd: report client confirmation status in "info" file
NeilBrown
4
-11
/
+30
2021-03-22
nfsd: don't ignore high bits of copy count
J. Bruce Fields
1
-1
/
+1
2021-03-22
nfsd: COPY with length 0 should copy to end of file
J. Bruce Fields
1
-0
/
+3
2021-03-22
nfsd: Fix typo "accesible"
Ricardo Ribalda
1
-3
/
+3
2021-03-22
nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmounted
Trond Myklebust
5
-25
/
+41
2021-03-22
nfsd: Log client tracking type log message as info instead of warning
Paul Menzel
1
-4
/
+4
2021-03-22
nfsd: helper for laundromat expiry calculations
J. Bruce Fields
1
-22
/
+27
2021-03-22
NFSD: Clean up NFSDDBG_FACILITY macro
Chuck Lever
2
-5
/
+0
2021-03-22
NFSD: Add a tracepoint to record directory entry encoding
Chuck Lever
2
-3
/
+30
2021-03-22
NFSD: Clean up after updating NFSv3 ACL encoders
Chuck Lever
2
-88
/
+0
2021-03-22
NFSD: Update the NFSv3 SETACL result encoder to use struct xdr_stream
Chuck Lever
1
-3
/
+3
2021-03-22
NFSD: Update the NFSv3 GETACL result encoder to use struct xdr_stream
Chuck Lever
3
-16
/
+43
2021-03-22
NFSD: Clean up after updating NFSv2 ACL encoders
Chuck Lever
2
-65
/
+0
2021-03-22
NFSD: Update the NFSv2 ACL ACCESS result encoder to use struct xdr_stream
Chuck Lever
1
-7
/
+12
2021-03-22
NFSD: Update the NFSv2 ACL GETATTR result encoder to use struct xdr_stream
Chuck Lever
1
-22
/
+2
2021-03-22
NFSD: Update the NFSv2 SETACL result encoder to use struct xdr_stream
Chuck Lever
1
-2
/
+2
2021-03-22
NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_stream
Chuck Lever
3
-28
/
+41
2021-03-22
NFSD: Remove unused NFSv2 directory entry encoders
Chuck Lever
3
-57
/
+6
2021-03-22
NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_stream
Chuck Lever
3
-11
/
+103
2021-03-22
NFSD: Update the NFSv2 READDIR result encoder to use struct xdr_stream
Chuck Lever
2
-9
/
+14
2021-03-22
NFSD: Count bytes instead of pages in the NFSv2 READDIR encoder
Chuck Lever
2
-5
/
+2
2021-03-22
NFSD: Add a helper that encodes NFSv3 directory offset cookies
Chuck Lever
3
-4
/
+18
2021-03-22
NFSD: Update the NFSv2 STATFS result encoder to use struct xdr_stream
Chuck Lever
1
-9
/
+16
2021-03-22
NFSD: Update the NFSv2 READ result encoder to use struct xdr_stream
Chuck Lever
3
-17
/
+17
2021-03-22
NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_stream
Chuck Lever
3
-16
/
+16
2021-03-22
NFSD: Update the NFSv2 diropres encoder to use struct xdr_stream
Chuck Lever
1
-13
/
+25
2021-03-22
NFSD: Update the NFSv2 attrstat encoder to use struct xdr_stream
Chuck Lever
3
-12
/
+86
2021-03-22
NFSD: Update the NFSv2 stat encoder to use struct xdr_stream
Chuck Lever
3
-9
/
+22
2021-03-22
NFSD: Reduce svc_rqst::rq_pages churn during READDIR operations
Chuck Lever
1
-0
/
+6
2021-03-22
NFSD: Remove unused NFSv3 directory entry encoders
Chuck Lever
2
-201
/
+0
2021-03-22
NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_stream
Chuck Lever
3
-30
/
+185
2021-03-22
NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_stream
Chuck Lever
3
-20
/
+38
2021-03-22
NFSD: Count bytes instead of pages in the NFSv3 READDIR encoder
Chuck Lever
2
-29
/
+3
2021-03-22
NFSD: Add a helper that encodes NFSv3 directory offset cookies
Chuck Lever
3
-35
/
+27
[next]