Age | Commit message (Expand) | Author |
2022-11-25 | Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linux | Linus Torvalds |
2022-11-22 | blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure | Christoph Hellwig |
2022-11-18 | Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linux | Linus Torvalds |
2022-11-16 | block: make blk_set_default_limits() private | Keith Busch |
2022-11-16 | block: make dma_alignment a stacking queue_limit | Keith Busch |
2022-11-14 | blk-cgroup: properly pin the parent in blkcg_css_online | Chris Mason |
2022-11-11 | Merge tag 'block-6.1-2022-11-11' of git://git.kernel.dk/linux | Linus Torvalds |
2022-11-08 | block: sed-opal: kmalloc the cmd/resp buffers | Serge Semin |
2022-11-08 | block, bfq: fix null pointer dereference in bfq_bio_bfqg() | Yu Kuai |
2022-11-05 | Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linux | Linus Torvalds |
2022-10-31 | block: blk_add_rq_to_plug(): clear stale 'last' after flush | Al Viro |
2022-10-31 | blk-mq: Fix kmemleak in blk_mq_init_allocated_queue | Chen Jun |
2022-10-31 | block: Fix possible memory leak for rq_wb on add_disk failure | Chen Zhongjin |
2022-10-29 | Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linux | Linus Torvalds |
2022-10-28 | blk-mq: Properly init requests from blk_mq_alloc_request_hctx() | John Garry |
2022-10-22 | block: fix memory leak for elevator on add_disk failure | Yu Kuai |
2022-10-21 | Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linux | Linus Torvalds |
2022-10-20 | bio: safeguard REQ_ALLOC_CACHE bio put | Pavel Begunkov |
2022-10-20 | block, bfq: remove unused variable for bfq_queue | Yuwei Guan |
2022-10-16 | blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping() | Yu Kuai |
2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-10-13 | Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linux | Linus Torvalds |
2022-10-11 | treewide: use get_random_bytes() when possible | Jason A. Donenfeld |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-10 | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2022-10-10 | Merge branch 'for-6.1/block' into block-6.1 | Jens Axboe |
2022-10-10 | block: fix leaking minors of hidden disks | Christoph Hellwig |
2022-10-09 | blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init() | Yu Kuai |
2022-10-07 | Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linux | Linus Torvalds |
2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds |
2022-10-07 | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds |
2022-10-06 | block: Remove the repeat word 'can' | Deming Wang |
2022-10-03 | Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-10-03 | block: kmsan: skip bio block merging logic for KMSAN | Alexander Potapenko |
2022-10-03 | kmsan: disable physical page merging in biovec | Alexander Potapenko |
2022-09-30 | block: extend functionality to map bvec iterator | Kanchan Joshi |
2022-09-30 | block: factor out blk_rq_map_bio_alloc helper | Kanchan Joshi |
2022-09-30 | block: rename bio_map_put to blk_mq_map_bio_put | Anuj Gupta |
2022-09-30 | block: add blk_rq_map_user_io | Anuj Gupta |
2022-09-30 | block: allow end_io based requests in the completion batch handling | Jens Axboe |
2022-09-30 | block: change request end_io handler to pass back a return value | Jens Axboe |
2022-09-30 | block: enable batched allocation for blk_mq_alloc_request() | Jens Axboe |
2022-09-30 | block: kill deprecated BUG_ON() in the flush handling | Jens Axboe |
2022-09-30 | Merge branch 'for-6.1/io_uring' into for-6.1/passthrough | Jens Axboe |
2022-09-30 | Merge branch 'for-6.1/block' into for-6.1/passthrough | Jens Axboe |
2022-09-29 | block: add rationale for not using blk_mq_plug() when applicable | Pankaj Raghav |
2022-09-29 | block: adapt blk_mq_plug() to not plug for writes that require a zone lock | Pankaj Raghav |
2022-09-27 | blk-cgroup: don't update the blkg lookup hint in blkg_conf_prep | Christoph Hellwig |
2022-09-27 | blk-mq: use quiesced elevator switch when reinitializing queues | Keith Busch |
2022-09-27 | block: replace blk_queue_nowait with bdev_nowait | Christoph Hellwig |