index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-21
NFSD: remove redundant assignment operation
Li Lingfeng
1
-1
/
+0
2024-09-21
.mailmap: Add an entry for my work email address
Chuck Lever
1
-0
/
+3
2024-09-21
NFSD: Fix NFSv4's PUTPUBFH operation
Chuck Lever
1
-9
/
+1
2024-09-21
nfsd: Add quotes to client info 'callback address'
Mark Grimes
1
-1
/
+1
2024-09-21
svcrdma: Handle device removal outside of the CM event handler
Chuck Lever
3
-1
/
+40
2024-09-21
nfsd: move error choice for incorrect object types to version-specific code.
NeilBrown
6
-19
/
+56
2024-09-21
nfsd: be more systematic about selecting error codes for internal use.
NeilBrown
2
-12
/
+29
2024-09-21
nfsd: Move error code mapping to per-version proc code.
NeilBrown
5
-18
/
+78
2024-09-21
nfsd: move V4ROOT version check to nfsd_set_fh_dentry()
NeilBrown
1
-11
/
+7
2024-09-21
nfsd: further centralize protocol version checks.
NeilBrown
3
-6
/
+9
2024-09-21
nfsd: use nfsd_v4client() in nfsd_breaker_owns_lease()
NeilBrown
3
-9
/
+8
2024-09-21
nfsd: Pass 'cred' instead of 'rqstp' to some functions.
NeilBrown
8
-28
/
+34
2024-09-21
nfsd: Don't pass all of rqst into rqst_exp_find()
NeilBrown
4
-12
/
+35
2024-09-21
nfsd: don't assume copy notify when preprocessing the stateid
Sagi Grimberg
2
-6
/
+4
2024-09-21
sunrpc: allow svc threads to fail initialisation cleanly
NeilBrown
5
-6
/
+48
2024-09-21
sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()
NeilBrown
1
-18
/
+7
2024-09-21
sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.
NeilBrown
1
-6
/
+0
2024-09-21
sunrpc: change sp_nrthreads from atomic_t to unsigned int.
NeilBrown
4
-24
/
+15
2024-09-21
sunrpc: document locking rules for svc_exit_thread()
NeilBrown
1
-0
/
+14
2024-09-21
nfsd: don't allocate the versions array.
NeilBrown
5
-94
/
+35
2024-09-01
nfsd: move nfsd_pool_stats_open into nfsctl.c
NeilBrown
3
-9
/
+7
2024-09-01
SUNRPC: make various functions static, or not exported.
NeilBrown
8
-46
/
+29
2024-09-01
lockd: discard nlmsvc_timeout
NeilBrown
3
-8
/
+3
2024-09-01
nfsd: don't EXPORT_SYMBOL nfsd4_ssc_init_umount_work()
NeilBrown
1
-1
/
+0
2024-09-01
NFS: trace: show TIMEDOUT instead of 0x6e
Chen Hanxiao
1
-0
/
+1
2024-09-01
nfsd: use system_unbound_wq for nfsd_file_gc_worker()
Youzhong Yang
1
-1
/
+1
2024-09-01
nfsd: count nfsd_file allocations
Jeff Layton
1
-2
/
+7
2024-09-01
nfsd: fix refcount leak when file is unhashed after being found
Jeff Layton
1
-0
/
+1
2024-09-01
nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
Jeff Layton
1
-2
/
+0
2024-09-01
nfsd: add list_head nf_gc to struct nfsd_file
Youzhong Yang
2
-8
/
+11
2024-09-01
Linux 6.11-rc6
v6.11-rc6
Linus Torvalds
1
-1
/
+1
2024-09-01
bcachefs: Mark more errors as autofix
Kent Overstreet
1
-5
/
+5
2024-09-01
bcachefs: Revert lockless buffered IO path
Kent Overstreet
2
-110
/
+40
2024-08-31
power: sequencing: qcom-wcn: set the wlan-enable GPIO to output
Bartosz Golaszewski
1
-0
/
+7
2024-08-30
MAINTAINERS: PCI: Add NXP PCI controller mailing list imx@lists.linux.dev
Frank Li
1
-0
/
+2
2024-08-30
io_uring/kbuf: return correct iovec count from classic buffer peek
Jens Axboe
1
-1
/
+1
2024-08-30
nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
NeilBrown
1
-2
/
+9
2024-08-30
io_uring/rsrc: ensure compat iovecs are copied correctly
Jens Axboe
1
-4
/
+15
2024-08-30
dcache: keep dentry_hashtable or d_hash_shift even when not used
Stephen Brennan
1
-2
/
+7
2024-08-29
Input: cypress_ps2 - fix waiting for command response
Dmitry Torokhov
1
-45
/
+13
2024-08-29
drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16
Karthik Poosa
1
-1
/
+1
2024-08-29
nfc: pn533: Add poll mod list filling check
Aleksandr Mishin
1
-0
/
+5
2024-08-29
mailmap: update entry for Sriram Yagnaraman
Sriram Yagnaraman
1
-0
/
+1
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 signal
Matthieu Baerts (NGI0)
1
-11
/
+21
2024-08-29
mptcp: pm: ADD_ADDR 0 is not a new address
Matthieu Baerts (NGI0)
3
-1
/
+14
2024-08-29
selftests: mptcp: join: validate event numbers
Matthieu Baerts (NGI0)
2
-3
/
+75
2024-08-29
mptcp: avoid duplicated SUB_CLOSED events
Matthieu Baerts (NGI0)
2
-1
/
+8
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 endp
Matthieu Baerts (NGI0)
1
-12
/
+15
2024-08-29
mptcp: pm: fix ID 0 endp usage after multiple re-creations
Matthieu Baerts (NGI0)
1
-2
/
+5
2024-08-29
mptcp: pm: do not remove already closed subflows
Matthieu Baerts (NGI0)
1
-0
/
+2
[next]