Age | Commit message (Expand) | Author |
2021-10-17 | Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-10-17 | block, bfq: reset last_bfqq_created on group change | Paolo Valente |
2021-10-17 | block: warn when putting the final reference on a registered disk | Christoph Hellwig |
2021-10-15 | kyber: avoid q->disk dereferences in trace points | Christoph Hellwig |
2021-10-15 | block: keep q_usage_counter in atomic mode after del_gendisk | Christoph Hellwig |
2021-10-15 | block: drain file system I/O on del_gendisk | Christoph Hellwig |
2021-10-15 | block: split bio_queue_enter from blk_queue_enter | Christoph Hellwig |
2021-10-15 | block: factor out a blk_try_enter_queue helper | Christoph Hellwig |
2021-10-15 | block: call submit_bio_checks under q_usage_counter | Christoph Hellwig |
2021-10-09 | Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-10-04 | block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output | Johannes Thumshirn |
2021-10-02 | Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-10-02 | block: genhd: fix double kfree() in __alloc_disk_node() | Tetsuo Handa |
2021-09-28 | Revert "block, bfq: honor already-setup queue merges" | Jens Axboe |
2021-09-25 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2021-09-24 | block: hold ->invalidate_lock in blkdev_fallocate | Ming Lei |
2021-09-24 | block: don't call rq_qos_ops->done_bio if the bio isn't tracked | Ming Lei |
2021-09-15 | blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd | Li Jinlin |
2021-09-15 | blkcg: fix memory leak in blk_iolatency_init | Yanfei Xu |
2021-09-14 | block: flush the integrity workqueue in blk_integrity_unregister | Lihong Kou |
2021-09-14 | block: check if a profile is actually registered in blk_integrity_unregister | Christoph Hellwig |
2021-09-14 | scsi: bsg: Fix device unregistration | Zenghui Yu |
2021-09-12 | blk-mq: avoid to iterate over stale request | Ming Lei |
2021-09-11 | Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-09-07 | blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues | Song Liu |
2021-09-07 | block: move fs/block_dev.c to block/bdev.c | Christoph Hellwig |
2021-09-07 | block: split out operations on block special files | Christoph Hellwig |
2021-09-07 | blk-throttle: fix UAF by deleteing timer in blk_throtl_exit() | Li Jinlin |
2021-09-07 | block: genhd: don't call blkdev_show() with major_names_lock held | Tetsuo Handa |
2021-09-06 | Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-03 | mm: remove flush_kernel_dcache_page | Christoph Hellwig |
2021-09-03 | bio: fix kerneldoc documentation for bio_alloc_kiocb() | Jens Axboe |
2021-09-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-09-02 | block, bfq: honor already-setup queue merges | Paolo Valente |
2021-09-02 | block/mq-deadline: Move dd_queued() to fix defined but not used warning | Geert Uytterhoeven |
2021-08-31 | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds |
2021-08-30 | Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-08-30 | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-08-30 | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-08-27 | Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-08-26 | Revert "block/mq-deadline: Prioritize high-priority requests" | Jens Axboe |
2021-08-25 | block, bfq: cleanup the repeated declaration | Shaokun Zhang |
2021-08-25 | blk-crypto: fix check for too-large dun_bytes | Eric Biggers |
2021-08-24 | mq-deadline: Fix request accounting | Bart Van Assche |
2021-08-24 | blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN | Niklas Cassel |
2021-08-24 | blk-zoned: allow zone management send operations without CAP_SYS_ADMIN | Niklas Cassel |
2021-08-24 | block: refine the disk_live check in del_gendisk | Christoph Hellwig |
2021-08-24 | partitions/efi: Support non-standard GPT location | Dmitry Osipenko |
2021-08-24 | bio: fix page leak bio_add_hw_page failure | Pavel Begunkov |