index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-28
Revert "block: freeze the queue earlier in del_gendisk"
Christoph Hellwig
1
-1
/
+2
2022-09-28
block: Do not call blk_put_queue() if gendisk allocation fails
Rafael Mendonca
1
-3
/
+1
2022-09-28
block: call blk_mq_exit_queue from disk_release for never added disks
Christoph Hellwig
1
-0
/
+15
2022-09-28
blk-mq: fix error handling in __blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2022-09-28
block: simplify disk shutdown
Christoph Hellwig
6
-56
/
+59
2022-09-28
block: stop setting the nomerges flags in blk_cleanup_queue
Christoph Hellwig
1
-3
/
+0
2022-09-28
block: remove QUEUE_FLAG_DEAD
Christoph Hellwig
2
-8
/
+3
2022-09-23
blk-lib: fix blkdev_issue_secure_erase
Mikulas Patocka
1
-3
/
+8
2022-09-23
block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait
Stefan Roesch
1
-2
/
+2
2022-09-15
block: don't add partitions if GD_SUPPRESS_PART_SCAN is set
Ming Lei
1
-0
/
+3
2022-08-31
blk-mq: fix io hung due to missing commit_rqs
Yu Kuai
1
-2
/
+3
2022-08-25
blk-mq: run queue no matter whether the request is the last request
Yufen Yu
1
-1
/
+1
2022-08-17
block: don't allow the same type rq_qos add more than once
Jinke Han
4
-16
/
+45
2022-08-17
block: ensure iov_iter advances for added pages
Keith Busch
1
-4
/
+4
2022-08-17
block/bio: remove duplicate append pages code
Keith Busch
1
-60
/
+42
2022-08-17
blk-mq: don't create hctx debugfs dir until q->debugfs_dir is created
Ming Lei
1
-0
/
+3
2022-08-17
block: fix infinite loop for invalid zone append
Keith Busch
1
-3
/
+0
2022-08-11
block: fix default IO priority handling again
Jan Kara
2
-2
/
+4
2022-07-14
block: fix missing blkcg_bio_issue_init
Muchun Song
1
-0
/
+1
2022-06-23
block: remove WARN_ON() from bd_link_disk_holder
Li Nan
1
-4
/
+0
2022-06-21
block: pop cached rq before potentially blocking rq_qos_throttle()
Jens Axboe
1
-3
/
+8
2022-06-19
block: remove queue from struct blk_independent_access_range
Damien Le Moal
1
-1
/
+0
2022-06-17
block: freeze the queue earlier in del_gendisk
Christoph Hellwig
1
-2
/
+1
2022-06-17
block: remove per-disk debugfs files in blk_unregister_queue
Christoph Hellwig
4
-25
/
+8
2022-06-17
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
6
-22
/
+48
2022-06-17
block: disable the elevator int del_gendisk
Christoph Hellwig
2
-41
/
+11
2022-06-16
block/bfq: Enable I/O statistics
Bart Van Assche
1
-0
/
+3
2022-06-16
blk-mq: don't clear flush_rq from tags->rqs[]
Ming Lei
1
-2
/
+3
2022-06-16
blk-mq: avoid to touch q->elevator without any protection
Ming Lei
5
-17
/
+11
2022-06-16
blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
Ming Lei
1
-1
/
+3
2022-06-16
block: Fix handling of offline queues in blk_mq_alloc_request_hctx()
Bart Van Assche
1
-0
/
+2
2022-06-08
block: remove bioset_init_from_src
Christoph Hellwig
1
-20
/
+0
2022-06-03
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+2
2022-06-03
Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-64
/
+49
2022-06-03
Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-80
/
+79
2022-06-02
block: Fix potential deadlock in blk_ia_range_sysfs_show()
Damien Le Moal
1
-6
/
+1
2022-06-02
block: fix bio_clone_blkg_association() to associate with proper blkcg_gq
Jan Kara
1
-6
/
+2
2022-06-02
block: remove useless BUG_ON() in blk_mq_put_tag()
Damien Le Moal
1
-1
/
+0
2022-05-30
blk-mq: do not update io_ticks with passthrough requests
Haisu Wang
1
-1
/
+2
2022-05-29
block: make bioset_exit() fully resilient against being called twice
Jens Axboe
1
-0
/
+1
2022-05-28
blk-mq: remove the done argument to blk_execute_rq_nowait
Christoph Hellwig
1
-4
/
+1
2022-05-28
blk-mq: avoid a mess of casts for blk_end_sync_rq
Christoph Hellwig
1
-23
/
+20
2022-05-28
blk-mq: remove __blk_execute_rq_nowait
Christoph Hellwig
1
-39
/
+30
2022-05-28
block: use bio_queue_enter instead of blk_queue_enter in bio_poll
Christoph Hellwig
1
-1
/
+1
2022-05-27
block: take destination bvec offsets into account in bio_copy_data_iter
Christoph Hellwig
1
-3
/
+5
2022-05-27
block, loop: support partitions without scanning
Christoph Hellwig
1
-0
/
+2
2022-05-26
blk-iolatency: Fix inflight count imbalances and IO hangs on offline
Tejun Heo
1
-58
/
+64
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-7
/
+5
2022-05-24
Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+7
2022-05-23
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-9
/
+9
[next]