index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-09
Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
7
-47
/
+74
2022-02-09
NFSD: Deprecate NFS_OFFSET_MAX
Chuck Lever
2
-2
/
+2
2022-02-09
NFSD: Fix offset type in I/O trace points
Chuck Lever
1
-7
/
+7
2022-02-09
NFSD: COMMIT operations must not return NFS?ERR_INVAL
Chuck Lever
3
-25
/
+38
2022-02-09
NFSD: Clamp WRITE offsets
Chuck Lever
2
-2
/
+8
2022-02-09
NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes
Chuck Lever
1
-1
/
+1
2022-02-09
NFSD: Fix ia_size underflow
Chuck Lever
1
-0
/
+4
2022-02-09
NFSD: Fix the behavior of READ near OFFSET_MAX
Chuck Lever
3
-10
/
+14
2022-02-02
Merge tag 'nfsd-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+3
2022-01-28
nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.
Dai Ngo
1
-1
/
+3
2022-01-24
fsnotify: fix fsnotify hooks in pseudo filesystems
Amir Goldstein
1
-2
/
+3
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-01-16
Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
21
-400
/
+493
2022-01-11
Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-01-08
nfsd: fix crash on COPY_NOTIFY with special stateid
J. Bruce Fields
1
-1
/
+5
2022-01-08
NFSD: Move fill_pre_wcc() and fill_post_wcc()
Chuck Lever
5
-75
/
+96
2022-01-08
Revert "nfsd: skip some unnecessary stats in the v4 case"
Chuck Lever
1
-27
/
+17
2022-01-08
NFSD: Trace boot verifier resets
Chuck Lever
2
-3
/
+38
2022-01-08
NFSD: Rename boot verifier functions
Chuck Lever
5
-20
/
+20
2022-01-08
NFSD: Clean up the nfsd_net::nfssvc_boot field
Chuck Lever
3
-17
/
+45
2022-01-08
NFSD: Write verifier might go backwards
Chuck Lever
1
-1
/
+1
2022-01-08
nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()
Trond Myklebust
4
-4
/
+69
2022-01-08
NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)
Chuck Lever
1
-6
/
+5
2022-01-08
NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)
Chuck Lever
1
-7
/
+4
2022-01-08
NFSD: Clean up nfsd_vfs_write()
Chuck Lever
1
-16
/
+5
2022-01-08
nfsd: Replace use of rwsem with errseq_t
Trond Myklebust
4
-34
/
+24
2022-01-08
NFSD: Fix verifier returned in stable WRITEs
Chuck Lever
1
-0
/
+4
2022-01-08
nfsd: Retry once in nfsd_open on an -EOPENSTALE return
Jeff Layton
2
-1
/
+10
2022-01-08
nfsd: Add errno mapping for EREMOTEIO
Jeff Layton
1
-0
/
+1
2022-01-08
nfsd: map EBADF
Peng Tao
1
-0
/
+1
2022-01-08
NFSD: Fix zero-length NFSv3 WRITEs
Chuck Lever
2
-10
/
+1
2022-01-08
nfsd4: add refcount for nfsd4_blocked_lock
Vasily Averin
2
-3
/
+23
2022-01-08
nfs: block notification on fs with its own ->lock
J. Bruce Fields
1
-6
/
+12
2022-01-08
NFSD: De-duplicate nfsd4_decode_bitmap4()
Chuck Lever
1
-14
/
+3
2022-01-08
nfsd: improve stateid access bitmask documentation
J. Bruce Fields
2
-4
/
+14
2022-01-08
NFSD: Combine XDR error tracepoints
Chuck Lever
1
-21
/
+7
2021-12-18
NFSD: Fix READDIR buffer overflow
Chuck Lever
2
-11
/
+8
2021-12-13
NFSD: simplify per-net file cache management
NeilBrown
2
-61
/
+17
2021-12-13
NFSD: Fix inconsistent indenting
Jiapeng Chong
1
-2
/
+2
2021-12-13
NFSD: Remove be32_to_cpu() from DRC hash function
Chuck Lever
1
-1
/
+1
2021-12-13
NFSD: simplify locking for network notifier.
NeilBrown
3
-23
/
+20
2021-12-13
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
NeilBrown
1
-6
/
+5
2021-12-13
NFSD: Make it possible to use svc_set_num_threads_sync
NeilBrown
2
-24
/
+20
2021-12-13
NFSD: narrow nfsd_mutex protection in nfsd thread
NeilBrown
1
-6
/
+2
2021-12-13
SUNRPC: use sv_lock to protect updates to sv_nrthreads.
NeilBrown
1
-3
/
+2
2021-12-13
nfsd: make nfsd_stats.th_cnt atomic_t
NeilBrown
3
-7
/
+5
2021-12-13
SUNRPC: stop using ->sv_nrthreads as a refcount
NeilBrown
3
-28
/
+43
2021-12-13
SUNRPC/NFSD: clean up get/put functions.
NeilBrown
3
-17
/
+19
2021-12-13
NFSD: handle errors better in write_ports_addfd()
NeilBrown
1
-1
/
+1
2021-12-13
NFSD: Fix sparse warning
Chuck Lever
1
-1
/
+1
[next]