index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-04
nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions
Shin'ichiro Kawasaki
2
-4
/
+6
2023-12-04
nvme-ioctl: move capable() admin check to the end
Keith Busch
1
-10
/
+11
2023-12-04
nvme: ensure reset state check ordering
Keith Busch
5
-49
/
+63
2023-12-04
nvme: introduce helper function to get ctrl state
Keith Busch
1
-0
/
+5
2023-12-01
md/raid6: use valid sector values to determine if an I/O should wait on the reshape
David Jeffery
1
-2
/
+2
2023-12-01
nvme-core: check for too small lba shift
Keith Busch
1
-2
/
+3
2023-12-01
blk-mq: don't count completed flush data request as inflight in case of quiesce
Ming Lei
1
-1
/
+13
2023-11-29
block: Document the role of the two attribute groups
Bart Van Assche
1
-0
/
+2
2023-11-28
block: warn once for each partition in bio_check_ro()
Yu Kuai
2
-3
/
+12
2023-11-28
block: move .bd_inode into 1st cacheline of block_device
Ming Lei
1
-1
/
+2
2023-11-27
nvme: check for valid nvme_identify_ns() before using it
Ewan D. Milne
1
-0
/
+9
2023-11-27
nvme-core: fix a memory leak in nvme_ns_info_from_identify()
Maurizio Lombardi
1
-2
/
+5
2023-11-27
nvme: fine-tune sending of first keep-alive
Mark O'Donovan
1
-2
/
+11
2023-11-24
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR
Markus Weippert
1
-1
/
+1
2023-11-22
nvme: tcp: fix compile-time checks for TLS mode
Arnd Bergmann
1
-17
/
+14
2023-11-22
nvme: target: fix Kconfig select statements
Arnd Bergmann
1
-2
/
+2
2023-11-22
nvme: target: fix nvme_keyring_id() references
Arnd Bergmann
1
-1
/
+1
2023-11-22
nvme: move nvme_stop_keep_alive() back to original position
Hannes Reinecke
4
-12
/
+11
2023-11-21
nbd: pass nbd_sock to nbd_read_reply() instead of index
Li Nan
1
-13
/
+22
2023-11-20
s390/dasd: protect device queue against concurrent access
Jan Höppner
1
-11
/
+13
2023-11-20
s390/dasd: resolve spelling mistake
Muhammad Muzammil
1
-1
/
+1
2023-11-20
block/null_blk: Fix double blk_mq_start_request() warning
Chengming Zhou
1
-12
/
+13
2023-11-20
nvmet-tcp: always initialize tls_handshake_tmo_work
Hannes Reinecke
1
-1
/
+3
2023-11-20
nvmet: nul-terminate the NQNs passed in the connect command
Christoph Hellwig
1
-0
/
+4
2023-11-20
nvme: blank out authentication fabrics options if not configured
Hannes Reinecke
1
-0
/
+2
2023-11-20
nvme: catch errors from nvme_configure_metadata()
Hannes Reinecke
1
-6
/
+13
2023-11-20
nvme-tcp: only evaluate 'tls' option if TLS is selected
Hannes Reinecke
1
-1
/
+1
2023-11-20
nvme-auth: set explanation code for failure2 msgs
Mark O'Donovan
1
-0
/
+2
2023-11-20
nvme-auth: unlock mutex in one place only
Mark O'Donovan
1
-2
/
+1
2023-11-20
block: Remove blk_set_runtime_active()
Damien Le Moal
2
-29
/
+5
2023-11-20
nbd: fix null-ptr-dereference while accessing 'nbd->config'
Li Nan
1
-1
/
+17
2023-11-20
nbd: factor out a helper to get nbd_config without holding 'config_lock'
Li Nan
1
-8
/
+19
2023-11-20
nbd: fold nbd config initialization into nbd_alloc_config()
Li Nan
1
-22
/
+19
2023-11-20
bcache: avoid NULL checking to c->root in run_cache_set()
Coly Li
1
-1
/
+1
2023-11-20
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
Coly Li
1
-0
/
+7
2023-11-20
bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
Coly Li
1
-1
/
+1
2023-11-20
bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race
Mingzhe Zou
1
-1
/
+2
2023-11-20
bcache: fixup lock c->root error
Mingzhe Zou
1
-3
/
+11
2023-11-20
bcache: fixup init dirty data errors
Mingzhe Zou
1
-1
/
+4
2023-11-20
bcache: prevent potential division by zero error
Rand Deeb
1
-1
/
+1
2023-11-20
bcache: remove redundant assignment to variable cur_idx
Colin Ian King
1
-1
/
+1
2023-11-20
bcache: check return value from btree_node_alloc_replacement()
Coly Li
1
-0
/
+2
2023-11-20
bcache: avoid oversize memory allocation by small stripe_size
Coly Li
2
-0
/
+3
2023-11-19
md: fix bi_status reporting in md_end_clone_io
Song Liu
1
-1
/
+2
2023-11-17
blk-cgroup: bypass blkcg_deactivate_policy after destroying
Ming Lei
1
-0
/
+13
2023-11-17
blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()
Ming Lei
1
-2
/
+0
2023-11-17
blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
Ming Lei
1
-0
/
+2
2023-11-13
blk-mq: make sure active queue usage is held for bio_integrity_prep()
Christoph Hellwig
1
-37
/
+38
2023-11-12
Linux 6.7-rc1
Linus Torvalds
1
-2
/
+2
2023-11-12
wifi: iwlwifi: fix system commands group ordering
Miri Korenblit
1
-1
/
+1
[next]