Age | Commit message (Expand) | Author | Files | Lines |
2022-11-05 | Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -3/+3 |
2022-11-01 | block: blk_add_rq_to_plug(): clear stale 'last' after flush | Al Viro | 1 | -0/+1 |
2022-10-31 | blk-mq: Fix kmemleak in blk_mq_init_allocated_queue | Chen Jun | 1 | -3/+1 |
2022-10-31 | block: Fix possible memory leak for rq_wb on add_disk failure | Chen Zhongjin | 1 | -0/+1 |
2022-10-30 | Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -5/+14 |
2022-10-28 | blk-mq: Properly init requests from blk_mq_alloc_request_hctx() | John Garry | 1 | -1/+6 |
2022-10-23 | block: fix memory leak for elevator on add_disk failure | Yu Kuai | 1 | -4/+8 |
2022-10-22 | Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -7/+6 |
2022-10-20 | bio: safeguard REQ_ALLOC_CACHE bio put | Pavel Begunkov | 1 | -1/+1 |
2022-10-20 | block, bfq: remove unused variable for bfq_queue | Yuwei Guan | 1 | -4/+0 |
2022-10-17 | blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping() | Yu Kuai | 1 | -2/+5 |
2022-10-17 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2022-10-14 | Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -3/+9 |
2022-10-12 | treewide: use get_random_bytes() when possible | Jason A. Donenfeld | 1 | -1/+1 |
2022-10-11 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -0/+9 |
2022-10-10 | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -2/+2 |
2022-10-10 | Merge branch 'for-6.1/block' into block-6.1 | Jens Axboe | 3 | -3/+9 |
2022-10-10 | block: fix leaking minors of hidden disks | Christoph Hellwig | 1 | -0/+7 |
2022-10-09 | blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init() | Yu Kuai | 1 | -2/+1 |
2022-10-07 | Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -38/+230 |
2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 32 | -456/+532 |
2022-10-07 | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+2 |
2022-10-06 | block: Remove the repeat word 'can' | Deming Wang | 1 | -1/+1 |
2022-10-04 | Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+23 |
2022-10-04 | block: kmsan: skip bio block merging logic for KMSAN | Alexander Potapenko | 1 | -0/+2 |
2022-10-04 | kmsan: disable physical page merging in biovec | Alexander Potapenko | 1 | -0/+7 |
2022-09-30 | block: extend functionality to map bvec iterator | Kanchan Joshi | 1 | -4/+71 |
2022-09-30 | block: factor out blk_rq_map_bio_alloc helper | Kanchan Joshi | 1 | -11/+22 |
2022-09-30 | block: rename bio_map_put to blk_mq_map_bio_put | Anuj Gupta | 1 | -3/+3 |
2022-09-30 | block: add blk_rq_map_user_io | Anuj Gupta | 1 | -0/+36 |
2022-09-30 | block: allow end_io based requests in the completion batch handling | Jens Axboe | 1 | -2/+11 |
2022-09-30 | block: change request end_io handler to pass back a return value | Jens Axboe | 2 | -8/+16 |
2022-09-30 | block: enable batched allocation for blk_mq_alloc_request() | Jens Axboe | 1 | -9/+71 |
2022-09-30 | block: kill deprecated BUG_ON() in the flush handling | Jens Axboe | 1 | -1/+0 |
2022-09-30 | Merge branch 'for-6.1/io_uring' into for-6.1/passthrough | Jens Axboe | 1 | -1/+2 |
2022-09-30 | Merge branch 'for-6.1/block' into for-6.1/passthrough | Jens Axboe | 32 | -456/+532 |
2022-09-29 | block: add rationale for not using blk_mq_plug() when applicable | Pankaj Raghav | 2 | -0/+12 |
2022-09-29 | block: adapt blk_mq_plug() to not plug for writes that require a zone lock | Pankaj Raghav | 2 | -7/+5 |
2022-09-27 | blk-cgroup: don't update the blkg lookup hint in blkg_conf_prep | Christoph Hellwig | 1 | -13/+4 |
2022-09-27 | blk-mq: use quiesced elevator switch when reinitializing queues | Keith Busch | 3 | -7/+6 |
2022-09-27 | block: replace blk_queue_nowait with bdev_nowait | Christoph Hellwig | 1 | -1/+1 |
2022-09-27 | blk-cgroup: pass a gendisk to the blkg allocation helpers | Christoph Hellwig | 1 | -28/+28 |
2022-09-27 | blk-cgroup: pass a gendisk to blkcg_schedule_throttle | Christoph Hellwig | 3 | -6/+8 |
2022-09-27 | blk-cgroup: pass a gendisk to blkg_destroy_all | Christoph Hellwig | 1 | -9/+4 |
2022-09-27 | blk-throttle: pass a gendisk to blk_throtl_cancel_bios | Christoph Hellwig | 3 | -4/+5 |
2022-09-27 | blk-throttle: pass a gendisk to blk_throtl_register_queue | Christoph Hellwig | 3 | -4/+5 |
2022-09-27 | blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exit | Christoph Hellwig | 3 | -9/+12 |
2022-09-27 | blk-iocost: cleanup ioc_qos_write | Christoph Hellwig | 1 | -6/+8 |
2022-09-27 | blk-iocost: pass a gendisk to blk_iocost_init | Christoph Hellwig | 1 | -3/+4 |
2022-09-27 | blk-iocost: simplify ioc_name | Christoph Hellwig | 1 | -9/+5 |