index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
bin
/
stackcollapse-report
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-01
ublk: don't queue request if the associated uring_cmd is canceled
Ming Lei
1
-5
/
+6
2025-07-01
nvme-multipath: fix suspicious RCU usage warning
Geliang Tang
1
-1
/
+2
2025-06-30
nvme-pci: refresh visible attrs after being checked
Eugen Hristev
1
-2
/
+4
2025-06-30
nvmet: fix memory leak of bio integrity
Dmitry Bogdanov
1
-0
/
+2
2025-06-30
nvme: correctly account for namespace head reference counter
Nilay Shroff
2
-2
/
+19
2025-06-30
nvme: Fix incorrect cdw15 value in passthru error logging
Alok Tiwari
1
-1
/
+1
2025-06-26
block: fix false warning in bdev_count_inflight_rw()
Yu Kuai
1
-11
/
+15
2025-06-26
ublk: sanity check add_dev input for underflow
Ronnie Sahlberg
1
-1
/
+2
2025-06-26
nvme: fix atomic write size validation
Christoph Hellwig
2
-24
/
+12
2025-06-26
nvme: refactor the atomic write unit detection
Christoph Hellwig
1
-34
/
+38
2025-06-26
nvme: reset delayed remove_work after reconnect
Keith Busch
2
-1
/
+5
2025-06-24
ublk: setup ublk_io correctly in case of ublk_get_data() failure
Ming Lei
1
-10
/
+25
2025-06-24
ublk: update UBLK_F_SUPPORT_ZERO_COPY comment in UAPI header
Caleb Sander Mateos
1
-2
/
+22
2025-06-24
ublk: fix narrowing warnings in UAPI header
Caleb Sander Mateos
1
-4
/
+4
2025-06-24
selftests: ublk: don't take same backing file for more than one ublk devices
Ming Lei
1
-2
/
+3
2025-06-24
ublk: build batch from IOs in same io_ring_ctx and io task
Ming Lei
1
-1
/
+10
2025-06-19
ublk: santizize the arguments from userspace when adding a device
Ronnie Sahlberg
1
-0
/
+3
2025-06-17
aoe: defer rexmit timer downdev work to workqueue
Justin Sanders
3
-3
/
+11
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
[next]