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-08-31
Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-34
/
+33
2021-08-26
nfsd: fix crash on LOCKT on reexported NFSv3
J. Bruce Fields
1
-2
/
+3
2021-08-26
nfs: don't allow reexport reclaims
J. Bruce Fields
2
-0
/
+4
2021-08-26
nfs: don't atempt blocking locks on nfs reexports
J. Bruce Fields
1
-2
/
+6
2021-08-23
Keep read and write fds with each nlm_file
J. Bruce Fields
1
-2
/
+6
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
2
-36
/
+1
2021-08-17
nfsd4: Fix forced-expiry locking
J. Bruce Fields
1
-2
/
+2
2021-08-17
NFSD: remove vanity comments
NeilBrown
1
-1
/
+0
2021-08-17
NFSD: Use new __string_len C macros for nfsd_clid_class
Chuck Lever
1
-3
/
+2
2021-08-17
NFSD: Use new __string_len C macros for the nfs_dirent tracepoint
Chuck Lever
1
-7
/
+5
2021-08-17
NFSD: Batch release pages during splice read
Chuck Lever
1
-7
/
+2
2021-08-17
NFSD: Clean up splice actor
Chuck Lever
1
-8
/
+3
2021-07-09
Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-07-07
Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
11
-132
/
+546
2021-07-06
nfsd: fix NULL dereference in nfs3svc_encode_getaclres
J. Bruce Fields
1
-1
/
+2
2021-07-06
NFSD: Prevent a possible oops in the nfs_dirent() tracepoint
Chuck Lever
1
-1
/
+0
2021-07-06
nfsd: remove redundant assignment to pointer 'this'
Colin Ian King
1
-1
/
+1
2021-07-06
nfsd: Reduce contention for the nfsd_file nf_rwsem
Trond Myklebust
1
-2
/
+16
2021-07-06
nfsd: rpc_peeraddr2str needs rcu lock
J. Bruce Fields
1
-0
/
+2
2021-07-06
NFSD: Fix error return code in nfsd4_interssc_connect()
Wei Yongjun
1
-0
/
+1
2021-07-06
nfsd: fix kernel test robot warning in SSC code
Dai Ngo
2
-3
/
+3
2021-07-06
nfsd4: Expose the callback address and state of each NFS4 client
Dave Wysochanski
1
-0
/
+17
2021-07-06
nfsd: move fsnotify on client creation outside spinlock
J. Bruce Fields
1
-5
/
+6
2021-07-01
nfsd: avoid non-flexible API in seq_quote_mem()
Andy Shevchenko
1
-1
/
+1
2021-06-30
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
1
-1
/
+1
2021-05-25
NFSD: delay unmount source's export after inter-server copy completed.
Dai Ngo
5
-4
/
+215
2021-05-25
NFSD add vfs_fsync after async copy is done
Olga Kornievskaia
2
-1
/
+14
2021-05-25
nfsd: move some commit_metadata()s outside the inode lock
J. Bruce Fields
1
-2
/
+3
2021-05-25
nfsd: Prevent truncation of an unlinked inode from blocking access to its dir...
Yu Hsiang Huang
1
-0
/
+5
2021-05-18
NFSD: Update nfsd_cb_args tracepoint
Chuck Lever
1
-3
/
+3
2021-05-18
NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepoints
Chuck Lever
2
-53
/
+0
2021-05-18
NFSD: Add an nfsd_cb_probe tracepoint
Chuck Lever
2
-0
/
+2
2021-05-18
NFSD: Replace the nfsd_deleg_break tracepoint
Chuck Lever
2
-2
/
+32
2021-05-18
NFSD: Add an nfsd_cb_offload tracepoint
Chuck Lever
2
-0
/
+38
2021-05-18
NFSD: Add an nfsd_cb_lm_notify tracepoint
Chuck Lever
2
-1
/
+29
2021-05-18
NFSD: Enhance the nfsd_cb_setup tracepoint
Chuck Lever
2
-2
/
+28
2021-05-18
NFSD: Remove spurious cb_setup_err tracepoint
Chuck Lever
1
-3
/
+1
2021-05-18
NFSD: Adjust cb_shutdown tracepoint
Chuck Lever
1
-1
/
+3
2021-05-18
NFSD: Add cb_lost tracepoint
Chuck Lever
2
-0
/
+3
2021-05-18
NFSD: Drop TRACE_DEFINE_ENUM for NFSD4_CB_<state> macros
Chuck Lever
1
-5
/
+0
2021-05-18
NFSD: Capture every CB state transition
Chuck Lever
1
-13
/
+15
2021-05-18
NFSD: Constify @fh argument of knfsd_fh_hash()
Chuck Lever
1
-5
/
+2
2021-05-18
NFSD: Add tracepoints for EXCHANGEID edge cases
Chuck Lever
2
-3
/
+10
2021-05-18
NFSD: Add tracepoints for SETCLIENTID edge cases
Chuck Lever
2
-11
/
+45
2021-05-18
NFSD: Add a couple more nfsd_clid_expired call sites
Chuck Lever
2
-4
/
+8
2021-05-18
NFSD: Add nfsd_clid_destroyed tracepoint
Chuck Lever
2
-0
/
+2
2021-05-18
NFSD: Add nfsd_clid_reclaim_complete tracepoint
Chuck Lever
2
-0
/
+2
2021-05-18
NFSD: Add nfsd_clid_confirmed tracepoint
Chuck Lever
2
-5
/
+6
2021-05-18
NFSD: Remove trace_nfsd_clid_inuse_err
Chuck Lever
1
-24
/
+0
2021-05-18
NFSD: Add nfsd_clid_verf_mismatch tracepoint
Chuck Lever
2
-3
/
+40
[next]