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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-31
nfsd: fix double fget() bug in __write_ports_addfd()
Dan Carpenter
3
-28
/
+10
2023-05-23
nfsd: make a copy of struct iattr before calling notify_change
Jeff Layton
1
-1
/
+9
2023-05-15
NFSD: Remove open coding of string copy
Azeem Shaikh
1
-3
/
+3
2023-05-14
SUNRPC: Fix trace_svc_register() call site
Chuck Lever
1
-1
/
+1
2023-05-14
SUNRPC: always free ctxt when freeing deferred request
NeilBrown
6
-29
/
+41
2023-05-14
SUNRPC: double free xprt_ctxt while still in use
NeilBrown
1
-1
/
+2
2023-05-05
SUNRPC: Fix error handling in svc_setup_socket()
Chuck Lever
1
-12
/
+4
2023-05-03
SUNRPC: Fix encoding of accepted but unsuccessful RPC replies
Chuck Lever
1
-6
/
+11
2023-05-02
lockd: define nlm_port_min,max with CONFIG_SYSCTL
Tom Rix
1
-1
/
+1
2023-05-02
nfsd: define exports_proc_ops with CONFIG_PROC_FS
Tom Rix
1
-12
/
+13
2023-05-02
SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IV
Ard Biesheuvel
1
-0
/
+10
2023-04-27
NFSD: Handle new xprtsec= export option
Chuck Lever
3
-3
/
+62
2023-04-27
SUNRPC: Support TLS handshake in the server-side TCP socket code
Chuck Lever
6
-8
/
+132
2023-04-27
NFSD: Clean up xattr memory allocation flags
Chuck Lever
1
-5
/
+2
2023-04-27
NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loop
Dai Ngo
1
-2
/
+0
2023-04-27
SUNRPC: Clear rq_xid when receiving a new RPC Call
Chuck Lever
1
-0
/
+2
2023-04-27
SUNRPC: Recognize control messages in server-side TCP socket code
Chuck Lever
2
-2
/
+48
2023-04-27
SUNRPC: Be even lazier about releasing pages
Chuck Lever
2
-3
/
+3
2023-04-26
SUNRPC: Convert svc_xprt_release() to the release_pages() API
Chuck Lever
1
-6
/
+5
2023-04-26
SUNRPC: Relocate svc_free_res_pages()
Chuck Lever
3
-12
/
+21
2023-04-26
nfsd: simplify the delayed disposal list code
Jeff Layton
1
-42
/
+22
2023-04-26
SUNRPC: Ignore return value of ->xpo_sendto
Chuck Lever
4
-20
/
+18
2023-04-26
SUNRPC: Ensure server-side sockets have a sock->file
Chuck Lever
1
-7
/
+18
2023-04-26
NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()
Chuck Lever
4
-3
/
+45
2023-04-26
sunrpc: simplify two-level sysctl registration for svcrdma_parm_table
Luis Chamberlain
1
-19
/
+2
2023-04-26
SUNRPC: return proper error from get_expiry()
NeilBrown
5
-30
/
+30
2023-04-26
lockd: add some client-side tracepoints
Jeff Layton
5
-2
/
+131
2023-04-26
nfs: move nfs_fhandle_hash to common include file
Jeff Layton
2
-15
/
+20
2023-04-26
lockd: server should unlock lock if client rejects the grant
Jeff Layton
1
-4
/
+17
2023-04-26
lockd: fix races in client GRANTED_MSG wait logic
Jeff Layton
3
-34
/
+44
2023-04-26
lockd: move struct nlm_wait to lockd.h
Jeff Layton
2
-13
/
+10
2023-04-26
lockd: remove 2 unused helper functions
Jeff Layton
1
-10
/
+0
2023-04-26
lockd: purge resources held on behalf of nlm clients when shutting down
Jeff Layton
1
-0
/
+1
2023-04-26
NFSD: Convert filecache to rhltable
Chuck Lever
2
-187
/
+133
2023-04-26
nfsd: allow reaping files still under writeback
Jeff Layton
3
-4
/
+18
2023-04-26
nfsd: update comment over __nfsd_file_cache_purge
Jeff Layton
1
-1
/
+2
2023-04-26
nfsd: don't take/put an extra reference when putting a file
Jeff Layton
1
-3
/
+1
2023-04-26
nfsd: add some comments to nfsd_file_do_acquire
Jeff Layton
1
-0
/
+5
2023-04-26
nfsd: don't kill nfsd_files because of lease break error
Jeff Layton
1
-14
/
+15
2023-04-26
nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparator
Jeff Layton
1
-1
/
+1
2023-04-26
nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries
Jeff Layton
1
-0
/
+4
2023-04-26
nfsd: don't open-code clear_and_wake_up_bit
Jeff Layton
1
-3
/
+1
2023-04-26
net: phy: hide the PHYLIB_LEDS knob
Paolo Abeni
1
-3
/
+1
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
44
-188
/
+295
2023-04-25
net: phy: marvell-88x2222: remove unnecessary (void*) conversions
wuych
1
-2
/
+2
2023-04-25
tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
Kuniyuki Iwashima
1
-0
/
+3
2023-04-25
net: amd: Fix link leak when verifying config failed
Gencen Gan
1
-1
/
+1
2023-04-24
net: phy: marvell: Fix inconsistent indenting in led_blink_set
Christian Marangi
1
-4
/
+4
2023-04-24
lan966x: Don't use xdp_frame when action is XDP_TX
Horatiu Vultur
3
-23
/
+28
2023-04-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-44
/
+87
[next]