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
2025-06-17
aoe: clean device rq_list in aoedev_downdev()
Justin Sanders
1
-0
/
+8
2025-06-13
nvme: always punt polled uring_cmd end_io work to task_work
Jens Axboe
1
-14
/
+7
2025-06-13
Documentation: ublk: Separate UBLK_F_AUTO_BUF_REG fallback behavior sublists
Bagas Sanjaya
1
-0
/
+2
2025-06-13
block: Fix bvec_set_folio() for very large folios
Matthew Wilcox (Oracle)
1
-2
/
+5
2025-06-13
bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-06-11
block: use plug request list tail for one-shot backmerge attempt
Jens Axboe
1
-13
/
+13
2025-06-11
block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work
Christoph Hellwig
1
-2
/
+5
2025-06-11
block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completion
Damien Le Moal
1
-0
/
+1
2025-06-11
ublk: document auto buffer registration(UBLK_F_AUTO_BUF_REG)
Ming Lei
1
-0
/
+75
2025-06-11
loop: move lo_set_size() out of queue freeze
Ming Lei
1
-6
/
+5
2025-06-04
nvme: spelling fixes
Yi Zhang
16
-23
/
+23
2025-06-04
nvme-tcp: fix I/O stalls on congested sockets
Hannes Reinecke
1
-1
/
+6
2025-06-04
nvme-tcp: sanitize request list handling
Hannes Reinecke
1
-1
/
+14
2025-06-04
nvme-tcp: remove tag set when second admin queue config fails
Shin'ichiro Kawasaki
1
-1
/
+1
2025-06-04
nvme: enable vectored registered bufs for passthrough cmds
Pavel Begunkov
1
-6
/
+8
2025-06-04
nvme: fix implicit bool to flags conversion
Pavel Begunkov
1
-1
/
+1
2025-06-04
nvme: fix command limits status code
Keith Busch
6
-21
/
+4
2025-06-03
selftests: ublk: kublk: improve behavior on init failure
Uday Shankar
1
-11
/
+23
2025-06-03
block: flip iter directions in blk_rq_integrity_map_user()
Caleb Sander Mateos
1
-6
/
+1
2025-06-03
block: drop direction param from bio_integrity_copy_user()
Caleb Sander Mateos
1
-12
/
+5
2025-06-02
selftests: ublk: cover PER_IO_DAEMON in more stress tests
Ming Lei
5
-37
/
+22
2025-05-31
Documentation: ublk: document UBLK_F_PER_IO_DAEMON
Uday Shankar
1
-11
/
+24
2025-05-31
selftests: ublk: add stress test for per io daemons
Uday Shankar
3
-0
/
+42
2025-05-31
selftests: ublk: add functional test for per io daemons
Uday Shankar
3
-0
/
+67
2025-05-31
selftests: ublk: kublk: decouple ublk_queues from ublk server threads
Uday Shankar
5
-24
/
+100
2025-05-31
selftests: ublk: kublk: move per-thread data out of ublk_queue
Uday Shankar
2
-117
/
+144
2025-05-31
selftests: ublk: kublk: lift queue initialization out of thread
Uday Shankar
1
-21
/
+47
2025-05-31
selftests: ublk: kublk: tie sqe allocation to io instead of queue
Uday Shankar
6
-13
/
+21
2025-05-31
selftests: ublk: kublk: plumb q_id in io_uring user_data
Uday Shankar
6
-28
/
+39
2025-05-31
ublk: have a per-io daemon instead of a per-queue daemon
Uday Shankar
2
-55
/
+65
2025-05-30
md/md-bitmap: remove parameter slot from bitmap_create()
Yu Kuai
3
-7
/
+7
2025-05-30
md/md-bitmap: cleanup bitmap_ops->startwrite()
Yu Kuai
3
-16
/
+15
2025-05-30
md/dm-raid: remove max_write_behind setting limit
Yu Kuai
3
-14
/
+11
2025-05-30
md/md-bitmap: fix dm-raid max_write_behind setting
Yu Kuai
1
-1
/
+1
2025-05-30
md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAIT
Yu Kuai
3
-14
/
+26
2025-05-27
loop: add file_start_write() and file_end_write()
Ming Lei
1
-2
/
+6
2025-05-27
bcache: reserve more RESERVE_BTREE buckets to prevent allocator hang
Mingzhe Zou
1
-8
/
+40
2025-05-27
bcache: remove unused constants
Robert Pang
1
-2
/
+0
2025-05-27
bcache: fix NULL pointer in cache_set_flush()
Linggang Zeng
1
-1
/
+6
2025-05-26
x86/fpu: Fix irq_fpu_usable() to return false during CPU onlining
Eric Biggers
4
-13
/
+31
2025-05-25
Linux 6.15
Linus Torvalds
1
-1
/
+1
2025-05-25
Disable FOP_DONTCACHE for now due to bugs
Linus Torvalds
1
-1
/
+1
2025-05-25
mailmap: add Jarkko's employer email address
Jarkko Sakkinen
1
-0
/
+1
2025-05-25
mm: fix copy_vma() error handling for hugetlb mappings
Ricardo CaƱuelo Navarro
4
-3
/
+22
2025-05-25
memcg: always call cond_resched() after fn()
Breno Leitao
1
-4
/
+2
2025-05-25
mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios
Ge Yang
1
-0
/
+8
2025-05-25
mm: vmalloc: only zero-init on vrealloc shrink
Kees Cook
1
-5
/
+7
2025-05-25
mm: vmalloc: actually use the in-place vrealloc region
Kees Cook
1
-0
/
+1
2025-05-25
alloc_tag: allocate percpu counters for module tags dynamically
Suren Baghdasaryan
5
-28
/
+88
2025-05-25
module: release codetag section when module load fails
David Wang
1
-0
/
+1
[next]