- d6c8e94 blk-iocost: Fix error on iocost_ioc_vrate_adj by Waiman Long · 4 years, 8 months ago
- 3a89c25 blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literals by Tommi Rantala · 4 years, 9 months ago
- 5fe56de blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget by John Garry · 4 years, 9 months ago
- 8df2a0a Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- cb6b771 block: fix busy device checking in blk_drop_partitions again by Christoph Hellwig · 4 years, 9 months ago
- d3ef5536 block: fix busy device checking in blk_drop_partitions by Christoph Hellwig · 4 years, 9 months ago
- 536167d4 blk-mq: don't commit_rqs() if none were queued by Keith Busch · 4 years, 9 months ago
- 79f51b7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 9 months ago
- 69c1fd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 4 years, 9 months ago
- 4308a43 blkcg: don't offline parent blkcg first by Tejun Heo · 5 years ago
- d866dbf blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it by Tejun Heo · 5 years ago
- a776c27 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 1592614 Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- 10f36b1 Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- 654a366 block: return NULL in blk_alloc_queue() on error by Chaitanya Kulkarni · 4 years, 9 months ago
- 02694e8 block: add a zone condition debug helper by Chaitanya Kulkarni · 4 years, 9 months ago
- 130879f block: move bio_map_* to blk-map.c by Christoph Hellwig · 4 years, 9 months ago
- f01b411 Revert "blkdev: check for valid request queue before issuing flush" by Christoph Hellwig · 4 years, 9 months ago
- 3d745ea block: simplify queue allocation by Christoph Hellwig · 4 years, 9 months ago
- 2f227bb block: add a blk_mq_init_queue_data helper by Christoph Hellwig · 4 years, 9 months ago
- 348e114 block: move the ->devnode callback to struct block_device_operations by Christoph Hellwig · 4 years, 9 months ago
- c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 9 months ago
- 581e260 block: move block layer internals out of include/linux/genhd.h by Christoph Hellwig · 4 years, 9 months ago
- 29125ed block: move guard_bio_eod to bio.c by Christoph Hellwig · 4 years, 9 months ago
- 1b4d4db block: unexport get_gendisk by Christoph Hellwig · 4 years, 9 months ago
- a7818ae block: unexport disk_map_sector_rcu by Christoph Hellwig · 4 years, 9 months ago
- 572e7fc block: unexport disk_get_part by Christoph Hellwig · 4 years, 9 months ago
- 6005771 block: mark part_in_flight and part_in_flight_rw static by Christoph Hellwig · 4 years, 9 months ago
- 31eb618 block: mark block_depr static by Christoph Hellwig · 4 years, 9 months ago
- c92a410 block: factor out requeue handling from dispatch code by Johannes Thumshirn · 4 years, 9 months ago
- 8cd5b8f block/diskstats: replace time_in_queue with sum of request times by Konstantin Khlebnikov · 4 years, 9 months ago
- ea18e0f block/diskstats: accumulate all per-cpu counters in one pass by Konstantin Khlebnikov · 4 years, 9 months ago
- 2b8bd42 block/diskstats: more accurate approximation of io_ticks for slow disks by Konstantin Khlebnikov · 4 years, 9 months ago
- 387048b block: merge partition-generic.c and check.c by Christoph Hellwig · 4 years, 9 months ago
- 3f4fc59 block: move the various x86 Unix label formats out of genhd.h by Christoph Hellwig · 4 years, 9 months ago
- cb0ab52 partitions/msdos: remove LINUX_SWAP_PARTITION by Christoph Hellwig · 4 years, 9 months ago
- 0226e9e block: move the *_PARTITION enum out of genhd.h by Christoph Hellwig · 4 years, 9 months ago
- 1442f76 block: move struct partition out of genhd.h by Christoph Hellwig · 4 years, 9 months ago
- cbb5cb3 block: remove block/partitions/sun.h by Christoph Hellwig · 4 years, 9 months ago
- 95f77ef block: remove block/partitions/sgi.h by Christoph Hellwig · 4 years, 9 months ago
- 3466f63 block: remove block/partitions/osf.h by Christoph Hellwig · 4 years, 9 months ago
- f6d1735 block: remove block/partitions/karma.h by Christoph Hellwig · 4 years, 9 months ago
- 3f1b95e block: declare all partition detection routines in check.h by Christoph Hellwig · 4 years, 9 months ago
- ffa9ed6 block: remove warn_no_part by Christoph Hellwig · 4 years, 9 months ago
- 74cc979c block: cleanup how md_autodetect_dev is called by Christoph Hellwig · 4 years, 9 months ago
- 1a9fba3 block: unexport read_dev_sector and put_dev_sector by Christoph Hellwig · 4 years, 9 months ago
- f17c21c block: remove alloc_part_info and free_part_info by Christoph Hellwig · 4 years, 9 months ago
- 3ad5cee block: move sysfs methods shared by disks and partitions to genhd.c by Christoph Hellwig · 4 years, 9 months ago
- 5cbd28e block: move disk_name and related helpers out of partition-generic.c by Christoph Hellwig · 4 years, 9 months ago
- ea3edd4 block: remove __bdevname by Christoph Hellwig · 4 years, 9 months ago
- d2332c5 block: remove the blk_lookup_devt export by Christoph Hellwig · 4 years, 9 months ago
- 4d38a87 block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline by Paolo Valente · 4 years, 9 months ago
- 576682f block, bfq: make reparent_leaf_entity actually work only on leaf entities by Paolo Valente · 4 years, 9 months ago
- c899773 block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup by Paolo Valente · 4 years, 9 months ago
- fd1bb3a block, bfq: move forward the getting of an extra ref in bfq_bfqq_move by Paolo Valente · 4 years, 9 months ago
- 2f95fa5 block, bfq: fix use-after-free in bfq_idle_slice_timer_body by Zhiqiang Liu · 4 years, 10 months ago
- e598a72 block/genhd: Notify udev about capacity change by Balbir Singh · 4 years, 10 months ago
- de6a78b block: Prevent hung_check firing during long sync IO by Ming Lei · 4 years, 10 months ago
- 7901b6e blk-mq: Fix typo in comment by Gabriela Bittencourt · 5 years ago
- e74d93e block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices by Konstantin Khlebnikov · 4 years, 10 months ago
- 6fdb79f scsi: core: Allow non-root users to perform ZBC commands by Ryan Attard · 4 years, 10 months ago
- 11bde98 block, zoned: fix integer overflow with BLKRESETZONE et al by Alexey Dobriyan · 4 years, 11 months ago
- fa800d7 blk-iocost: remove duplicated lines in comments by Weiping Zhang · 4 years, 10 months ago
- 88d6041 block: sed-opal: Change the check condition for regular session validity by Revanth Rajashekar · 4 years, 10 months ago
- b53df2e block: Fix partition support for host aware zoned block devices by Shin'ichiro Kawasaki · 4 years, 10 months ago
- ce24f73 block: cleanup comment for blk_flush_complete_seq by Guoqing Jiang · 4 years, 10 months ago
- 754a157 block: remove unneeded argument from blk_alloc_flush_queue by Guoqing Jiang · 4 years, 10 months ago
- 361301a block: cleanup for _blk/blk_rq_prep_clone by Guoqing Jiang · 4 years, 10 months ago
- fc4cc77 block: remove redundant setting of QUEUE_FLAG_DYING by Guoqing Jiang · 4 years, 10 months ago
- 35ed78b block: use bio_{wouldblock,io}_error in direct_make_request by Guoqing Jiang · 4 years, 10 months ago
- 0d72031 block: fix comment for blk_cloned_rq_check_limits by Guoqing Jiang · 4 years, 10 months ago
- cc3200e blk-mq: insert flush request to the front of dispatch queue by Ming Lei · 4 years, 10 months ago
- 30a2da7 block: Fix use-after-free issue accessing struct io_cq by Sahitya Tummala · 4 years, 10 months ago
- dcd6589 blk-iocost: fix incorrect vtime comparison in iocg_is_idle() by Tejun Heo · 4 years, 10 months ago
- d0930bb blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs() by Bart Van Assche · 4 years, 10 months ago
- 6e66b49 blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync by Bart Van Assche · 4 years, 10 months ago
- d5528d5 partitions/efi: Fix partition name parsing in GUID partition entry by Nikolai Merinov · 4 years, 10 months ago
- 14afc59 block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group() by Carlo Nonato · 4 years, 10 months ago
- e959e54 block: Remove used kblockd_schedule_work_on() by Daniel Wagner · 4 years, 10 months ago
- cae740a blk-mq: Remove some unused function arguments by John Garry · 4 years, 10 months ago
- 01e99ae blk-mq: insert passthrough request into hctx->dispatch directly by Ming Lei · 4 years, 10 months ago
- ed535f2 Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- c92bdde block, bfq: clarify the goal of bfq_split_bfqq() by Paolo Valente · 5 years ago
- db37a34 block, bfq: get a ref to a group when adding it to a service tree by Paolo Valente · 5 years ago
- 4d8340d block, bfq: remove ifdefs from around gets/puts of bfq groups by Paolo Valente · 5 years ago
- 33a16a9 block, bfq: extend incomplete name of field on_st by Paolo Valente · 5 years ago
- ecedd3d block, bfq: get extra ref to prevent a queue from being freed during a group move by Paolo Valente · 5 years ago
- 32c59e3 block, bfq: do not insert oom queue into position tree by Paolo Valente · 5 years ago
- f718b09 block, bfq: do not plug I/O for bfq_queues with no proc refs by Paolo Valente · 5 years ago
- 33c84e8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
- 48b4b4f Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- b720530 block: allow partitions on host aware zone devices by Christoph Hellwig · 5 years ago
- 5336da3 partitions/ldm: fix spelling mistake "to" -> "too" by Colin Ian King · 5 years ago
- 554d21e block, bfq: improve arithmetic division in bfq_delta() by Wen Yang · 5 years ago
- b7f22d9 block/bfq: remove unused bfq_class_rt which never used by Alex Shi · 5 years ago
- ad6bf88 block: fix an integer overflow in logical block size by Mikulas Patocka · 5 years ago
- 4a2f704 block: fix get_max_segment_size() overflow on 32bit arch by Ming Lei · 5 years ago
- 83c9c54 fs: move guard_bio_eod() after bio_set_op_attrs by Ming Lei · 5 years ago
- 8e42d23 block: mark zone-mgmt bios with REQ_SYNC by Chaitanya Kulkarni · 5 years ago
- 105663f blk-mq: Document functions for sending request by André Almeida · 5 years ago