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-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-30
nvmet-auth: assign dh_key to NULL after kfree_sensitive
Vitaliy Shevtsov
1
-0
/
+1
2024-10-30
nvme: module parameter to disable pi with offsets
Keith Busch
1
-2
/
+17
2024-10-22
nvme: enhance cns version checking
Keith Busch
1
-12
/
+25
2024-10-17
cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()
Josh Poimboeuf
1
-1
/
+1
2024-10-17
md/raid10: fix null ptr dereference in raid10_size()
Yu Kuai
1
-2
/
+5
2024-10-17
md: ensure child flush IO does not affect origin bio->bi_status
Li Nan
1
-1
/
+23
2024-10-17
nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function
Nilay Shroff
1
-8
/
+2
2024-10-17
nvme: make keep-alive synchronous operation
Nilay Shroff
1
-10
/
+7
2024-10-17
nvme-loop: flush off pending I/O while shutting down loop controller
Nilay Shroff
1
-0
/
+13
2024-10-17
nvme-pci: fix race condition between reset and nvme_dev_disable()
Maurizio Lombardi
1
-3
/
+16
2024-10-16
ublk: don't allow user copy for unprivileged device
Ming Lei
2
-2
/
+17
2024-10-16
blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race
Omar Sandoval
1
-1
/
+1
2024-10-15
nvme-multipath: defer partition scanning
Keith Busch
2
-6
/
+34
2024-10-14
blk-mq: setup queue ->tag_set before initializing hctx
Ming Lei
1
-2
/
+6
2024-10-11
elevator: Remove argument from elevator_find_get
Breno Leitao
1
-4
/
+3
2024-10-11
elevator: do not request_module if elevator exists
Breno Leitao
1
-1
/
+9
2024-10-11
drbd: Remove unused conn_lowest_minor
Dr. David Alan Gilbert
2
-15
/
+0
2024-10-09
nvme: disable CC.CRIME (NVME_CC_CRIME)
Greg Joyce
1
-6
/
+8
2024-10-08
nvme: delete unnecessary fallthru comment
Tokunori Ikegami
1
-1
/
+0
2024-10-08
nvmet-rdma: use sbitmap to replace rsp free list
Guixin Liu
1
-29
/
+27
2024-10-07
block: Fix elevator_get_default() checking for NULL q->tag_set
SurajSonawane2415
1
-2
/
+2
2024-10-03
nvme: tcp: avoid race between queue_lock lock and destroy
Hannes Reinecke
1
-3
/
+4
2024-10-02
aoe: fix the potential use-after-free problem in more places
Chun-Yi Lee
1
-1
/
+12
2024-10-02
blk_iocost: remove some duplicate irq disable/enables
Dan Carpenter
1
-4
/
+4
2024-10-02
block: fix blk_rq_map_integrity_sg kernel-doc
Keith Busch
1
-2
/
+1
2024-10-01
nvmet-passthru: clear EUID/NGUID/UUID while using loop target
Nilay Shroff
1
-4
/
+2
2024-09-29
Linux 6.12-rc1
Linus Torvalds
1
-2
/
+2
2024-09-29
x86: kvm: fix build error
Linus Torvalds
1
-0
/
+2
2024-09-28
Reduce Coccinelle choices in string_choices.cocci
Julia Lawall
1
-50
/
+41
2024-09-28
coccinelle: Remove unnecessary parentheses for only one possible change.
Hongbo Li
1
-8
/
+0
2024-09-28
coccinelle: Add rules to find str_yes_no() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_on_off() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_write_read() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_read_write() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_enable{d}_disable{d}() replacements
Hongbo Li
1
-0
/
+38
2024-09-28
coccinelle: Add rules to find str_lo{w}_hi{gh}() replacements
Hongbo Li
1
-0
/
+38
2024-09-28
coccinelle: Add rules to find str_hi{gh}_lo{w}() replacements
Hongbo Li
1
-0
/
+42
2024-09-28
coccinelle: Add rules to find str_false_true() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_true_false() replacements
Hongbo Li
1
-0
/
+19
2024-09-27
bcachefs: check_subvol_path() now prints subvol root inode
Kent Overstreet
2
-20
/
+14
2024-09-27
bcachefs: remove_backpointer() now checks if dirent points to inode
Kent Overstreet
1
-6
/
+9
2024-09-27
bcachefs: dirent_points_to_inode() now warns on mismatch
Kent Overstreet
1
-28
/
+56
2024-09-27
bcachefs: Fix lost wake up
Alan Huang
1
-3
/
+9
2024-09-27
bcachefs: Check for logged ops when clean
Kent Overstreet
2
-3
/
+13
2024-09-27
bcachefs: BCH_FS_clean_recovery
Kent Overstreet
4
-3
/
+8
2024-09-27
bcachefs: Convert disk accounting BUG_ON() to WARN_ON()
Kent Overstreet
1
-1
/
+1
2024-09-27
bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_apply
Kent Overstreet
1
-16
/
+20
2024-09-27
bcachefs: Check for accounting keys with bversion=0
Kent Overstreet
3
-3
/
+8
2024-09-27
bcachefs: rename version -> bversion
Kent Overstreet
17
-30
/
+30
2024-09-27
bcachefs: Don't delete unlinked inodes before logged op resume
Kent Overstreet
4
-21
/
+36
[next]