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
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-20
ublk: pass ublk_device to ublk_register_io_buf()
Caleb Sander Mateos
1
-4
/
+6
2025-09-20
ublk: don't dereference ublk_queue in ublk_check_and_get_req()
Caleb Sander Mateos
1
-2
/
+2
2025-09-20
ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local()
Caleb Sander Mateos
1
-1
/
+1
2025-09-20
ublk: add helpers to check ublk_device flags
Caleb Sander Mateos
1
-0
/
+34
2025-09-20
ublk: don't pass ublk_queue to __ublk_fail_req()
Caleb Sander Mateos
1
-3
/
+3
2025-09-20
ublk: don't pass q_id to ublk_queue_cmd_buf_size()
Caleb Sander Mateos
1
-7
/
+5
2025-09-20
ublk: remove ubq check in ublk_check_and_get_req()
Caleb Sander Mateos
1
-3
/
+0
2025-09-19
selftests: ublk: add test to verify that feat_map is complete
Uday Shankar
2
-0
/
+21
2025-09-19
selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_map
Uday Shankar
1
-0
/
+1
2025-09-19
selftests: ublk: kublk: simplify feat_map definition
Uday Shankar
1
-15
/
+16
2025-09-17
blk-throttle: fix throtl_data leak during disk release
Yu Kuai
1
-2
/
+5
2025-09-17
blk-mq: Fix the blk_mq_tagset_busy_iter() documentation
Bart Van Assche
1
-4
/
+3
2025-09-16
block: relax atomic write boundary vs chunk size check
John Garry
1
-40
/
+26
2025-09-16
block: fix stacking of atomic writes when atomics are not supported
John Garry
1
-9
/
+10
2025-09-16
block: update validation of atomic writes boundary for stacked devices
John Garry
1
-8
/
+14
2025-09-15
block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos().
chengkaitao
1
-4
/
+0
2025-09-10
md/md-llbitmap: Use DIV_ROUND_UP_SECTOR_T
Nathan Chancellor
1
-8
/
+8
2025-09-10
blk-mq: fix stale nr_requests documentation
Yu Kuai
1
-10
/
+4
2025-09-10
blk-mq: remove blk_mq_tag_update_depth()
Yu Kuai
2
-34
/
+0
2025-09-10
blk-mq: fix potential deadlock while nr_requests grown
Yu Kuai
3
-22
/
+34
2025-09-10
blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
Yu Kuai
4
-11
/
+19
2025-09-10
blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()
Yu Kuai
1
-12
/
+27
2025-09-10
blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
Yu Kuai
2
-28
/
+22
2025-09-10
blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lock
Yu Kuai
1
-5
/
+20
2025-09-10
blk-mq: check invalid nr_requests in queue_requests_store()
Yu Kuai
4
-22
/
+17
2025-09-10
blk-mq: remove useless checkings in blk_mq_update_nr_requests()
Yu Kuai
1
-8
/
+1
2025-09-10
blk-mq: remove useless checking in queue_requests_store()
Yu Kuai
1
-3
/
+0
2025-09-10
ublk: consolidate nr_io_ready and nr_queues_ready
Caleb Sander Mateos
1
-16
/
+12
2025-09-10
md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()
Yu Kuai
1
-11
/
+2
2025-09-10
block: fix ordering of recursive split IO
Yu Kuai
4
-9
/
+13
2025-09-10
block: skip unnecessary checks for split bio
Yu Kuai
3
-2
/
+7
2025-09-10
blk-crypto: convert to use bio_submit_split_bioset()
Yu Kuai
1
-12
/
+5
2025-09-10
md/md-linear: convert to use bio_submit_split_bioset()
Yu Kuai
1
-12
/
+3
2025-09-10
md/raid5: convert to use bio_submit_split_bioset()
Yu Kuai
1
-6
/
+4
2025-09-10
md/raid10: convert read/write to use bio_submit_split_bioset()
Yu Kuai
1
-29
/
+13
2025-09-10
md/raid10: add a new r10bio flag R10BIO_Returned
Yu Kuai
2
-3
/
+7
2025-09-10
md/raid1: convert to use bio_submit_split_bioset()
Yu Kuai
2
-28
/
+14
2025-09-10
md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
Yu Kuai
1
-13
/
+6
2025-09-10
block: factor out a helper bio_submit_split_bioset()
Yu Kuai
2
-19
/
+42
2025-09-10
blk-crypto: fix missing blktrace bio split events
Yu Kuai
1
-0
/
+3
2025-09-10
md: fix mssing blktrace bio split events
Yu Kuai
5
-0
/
+19
2025-09-10
blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
Yu Kuai
4
-3
/
+12
2025-09-10
block: initialize bio issue time in blk_mq_submit_bio()
Yu Kuai
4
-8
/
+8
2025-09-10
block: cleanup bio_issue
Yu Kuai
5
-60
/
+7
2025-09-09
blk-map: provide the bdev to bio if one exists
Keith Busch
2
-7
/
+3
2025-09-09
blk-mq-dma: bring back p2p request flags
Keith Busch
6
-19
/
+35
2025-09-09
blk-integrity: enable p2p source and destination
Keith Busch
1
-4
/
+17
2025-09-09
iov_iter: remove iov_iter_is_aligned
Keith Busch
2
-97
/
+0
2025-09-09
blk-integrity: use simpler alignment check
Keith Busch
1
-2
/
+2
2025-09-09
block: remove bdev_iter_is_aligned
Keith Busch
1
-7
/
+0
[next]