index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
NFSD: Remove unused @reason argument
Chuck Lever
1
-9
/
+9
2024-03-01
NFSD: Add callback operation lifetime trace points
Chuck Lever
2
-0
/
+50
2024-03-01
NFSD: Rename nfsd_cb_state trace point
Chuck Lever
2
-2
/
+5
2024-03-01
NFSD: Replace dprintks in nfsd4_cb_sequence_done()
Chuck Lever
2
-5
/
+86
2024-03-01
NFSD: Add nfsd_seq4_status trace event
Chuck Lever
2
-0
/
+36
2024-03-01
NFSD: Retransmit callbacks after client reconnects
Chuck Lever
1
-2
/
+11
2024-03-01
NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down
Chuck Lever
1
-9
/
+23
2024-03-01
NFSD: Convert the callback workqueue to use delayed_work
Chuck Lever
2
-4
/
+4
2024-03-01
NFSD: Reset cb_seq_status after NFS4ERR_DELAY
Chuck Lever
1
-0
/
+1
2024-03-01
nfsd: make svc_stat per-network namespace instead of global
Josef Bacik
5
-9
/
+11
2024-03-01
nfsd: remove nfsd_stats, make th_cnt a global counter
Josef Bacik
4
-10
/
+5
2024-03-01
nfsd: make all of the nfsd stats per-network namespace
Josef Bacik
10
-96
/
+69
2024-03-01
nfsd: expose /proc/net/sunrpc/nfsd in net namespaces
Josef Bacik
3
-20
/
+15
2024-03-01
nfsd: rename NFSD_NET_* to NFSD_STATS_*
Josef Bacik
3
-7
/
+7
2024-03-01
sunrpc: remove ->pg_stats from svc_program
Josef Bacik
1
-1
/
+0
2024-03-01
sunrpc: pass in the sv_stats struct through svc_create_pooled
Josef Bacik
1
-1
/
+2
2024-03-01
nfsd: stop setting ->pg_stats for unused stats
Josef Bacik
1
-5
/
+0
2024-03-01
NFSD: fix LISTXATTRS returning more bytes than maxcount
Jorge Mora
1
-2
/
+3
2024-03-01
NFSD: fix LISTXATTRS returning a short list with eof=TRUE
Jorge Mora
1
-1
/
+2
2024-03-01
NFSD: change LISTXATTRS cookie encoding to big-endian
Jorge Mora
1
-1
/
+3
2024-03-01
NFSD: fix nfsd4_listxattr_validate_cookie
Jorge Mora
1
-6
/
+1
2024-03-01
nfsd: use __fput_sync() to avoid delayed closing of files.
NeilBrown
3
-7
/
+40
2024-03-01
nfsd: Don't leave work of closing files to a work queue
NeilBrown
3
-36
/
+34
2024-02-15
ima: Move to LSM infrastructure
Roberto Sassu
1
-7
/
+0
2024-02-15
security: Introduce file_post_open hook
Roberto Sassu
1
-0
/
+6
2024-02-07
Merge tag 'nfsd-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-6
/
+5
2024-02-05
nfsd: don't take fi_lock in nfsd_break_deleg_cb()
NeilBrown
1
-6
/
+5
2024-02-05
filelock: don't do security checks on nfsd setlease calls
Jeff Layton
2
-7
/
+6
2024-02-05
filelock: split leases out of struct file_lock
Jeff Layton
2
-22
/
+22
2024-02-05
nfsd: adapt to breakup of struct file_lock
Jeff Layton
5
-45
/
+46
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-0
/
+1
2024-02-05
nfsd: convert to using new filelock helpers
Jeff Layton
1
-16
/
+16
2024-01-25
Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-11
/
+15
2024-01-24
nfsd: fix RELEASE_LOCKOWNER
NeilBrown
1
-11
/
+15
2024-01-11
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-4
/
+0
2024-01-11
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-56
/
+14
2024-01-11
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+4
2024-01-10
Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
16
-173
/
+172
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2024-01-08
Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+4
2024-01-07
nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()
NeilBrown
3
-7
/
+12
2024-01-07
SUNRPC: discard sv_refcnt, and svc_get/svc_put
NeilBrown
3
-40
/
+6
2024-01-07
svc: don't hold reference for poolstats, only mutex.
NeilBrown
3
-24
/
+6
2024-01-07
NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.h
ChenXiaoSong
1
-25
/
+1
2024-01-07
nfsd: remove unnecessary NULL check
Dan Carpenter
1
-1
/
+1
2024-01-07
NFSD: Modify NFSv4 to use nfsd_read_splice_ok()
Chuck Lever
3
-7
/
+14
2024-01-07
NFSD: Replace RQ_SPLICE_OK in nfsd_read()
Chuck Lever
2
-1
/
+26
2024-01-07
NFSD: Document lack of f_pos_lock in nfsd_readdir()
Chuck Lever
1
-3
/
+17
2024-01-07
NFSD: Remove nfsd_drc_gc() tracepoint
Chuck Lever
2
-27
/
+1
2024-01-07
NFSD: Make the file_delayed_close workqueue UNBOUND
Chuck Lever
1
-1
/
+1
[prev]
[next]