Age | Commit message (Expand) | Author | Files | Lines |
2021-09-11 | Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 7 | -4/+1722 |
2021-09-08 | blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues | Song Liu | 1 | -1/+13 |
2021-09-07 | block: move fs/block_dev.c to block/bdev.c | Christoph Hellwig | 2 | -1/+1059 |
2021-09-07 | block: split out operations on block special files | Christoph Hellwig | 3 | -1/+643 |
2021-09-07 | blk-throttle: fix UAF by deleteing timer in blk_throtl_exit() | Li Jinlin | 1 | -0/+1 |
2021-09-07 | block: genhd: don't call blkdev_show() with major_names_lock held | Tetsuo Handa | 1 | -2/+7 |
2021-09-06 | Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -10/+20 |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-09-03 | mm: remove flush_kernel_dcache_page | Christoph Hellwig | 1 | -1/+1 |
2021-09-03 | bio: fix kerneldoc documentation for bio_alloc_kiocb() | Jens Axboe | 1 | -1/+1 |
2021-09-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 6 | -1325/+149 |
2021-09-02 | block, bfq: honor already-setup queue merges | Paolo Valente | 1 | -3/+13 |
2021-09-02 | block/mq-deadline: Move dd_queued() to fix defined but not used warning | Geert Uytterhoeven | 1 | -6/+6 |
2021-08-31 | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -5/+7 |
2021-08-31 | Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -18/+162 |
2021-08-31 | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 48 | -963/+1049 |
2021-08-31 | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2021-08-28 | Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -42/+16 |
2021-08-26 | Revert "block/mq-deadline: Prioritize high-priority requests" | Jens Axboe | 1 | -37/+5 |
2021-08-25 | block, bfq: cleanup the repeated declaration | Shaokun Zhang | 1 | -2/+0 |
2021-08-25 | blk-crypto: fix check for too-large dun_bytes | Eric Biggers | 1 | -1/+1 |
2021-08-25 | mq-deadline: Fix request accounting | Bart Van Assche | 1 | -5/+11 |
2021-08-24 | blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN | Niklas Cassel | 1 | -3/+0 |
2021-08-24 | blk-zoned: allow zone management send operations without CAP_SYS_ADMIN | Niklas Cassel | 1 | -3/+0 |
2021-08-24 | block: refine the disk_live check in del_gendisk | Christoph Hellwig | 1 | -1/+1 |
2021-08-24 | partitions/efi: Support non-standard GPT location | Dmitry Osipenko | 1 | -0/+12 |
2021-08-24 | bio: fix page leak bio_add_hw_page failure | Pavel Begunkov | 1 | -2/+13 |
2021-08-24 | block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT | Christoph Hellwig | 1 | -39/+4 |
2021-08-24 | block: remove a pointless call to MINOR() in device_add_disk | Christoph Hellwig | 1 | -1/+1 |
2021-08-23 | bio: improve kerneldoc documentation for bio_alloc_kiocb() | Jens Axboe | 1 | -1/+4 |
2021-08-23 | block: provide bio_clear_hipri() helper | Jens Axboe | 3 | -6/+10 |
2021-08-23 | block: clear BIO_PERCPU_CACHE flag if polling isn't supported | Jens Axboe | 1 | -1/+4 |
2021-08-23 | bio: add allocation cache abstraction | Jens Axboe | 1 | -14/+120 |
2021-08-23 | bio: optimize initialization of a bio | Jens Axboe | 1 | -2/+30 |
2021-08-23 | block: add error handling for device_add_disk / add_disk | Luis Chamberlain | 1 | -34/+58 |
2021-08-23 | block: return errors from disk_alloc_events | Luis Chamberlain | 2 | -4/+5 |
2021-08-23 | block: return errors from blk_integrity_add | Luis Chamberlain | 2 | -7/+10 |
2021-08-23 | block: call blk_register_queue earlier in device_add_disk | Christoph Hellwig | 2 | -11/+3 |
2021-08-23 | block: call blk_integrity_add earlier in device_add_disk | Christoph Hellwig | 1 | -1/+2 |
2021-08-23 | block: create the bdi link earlier in device_add_disk | Christoph Hellwig | 1 | -7/+6 |
2021-08-23 | block: call bdev_add later in device_add_disk | Christoph Hellwig | 1 | -19/+17 |
2021-08-23 | block: fold register_disk into device_add_disk | Christoph Hellwig | 1 | -71/+60 |
2021-08-23 | block: add a sanity check for a live disk in del_gendisk | Christoph Hellwig | 1 | -1/+1 |
2021-08-23 | block: add an explicit ->disk backpointer to the request_queue | Christoph Hellwig | 7 | -20/+21 |
2021-08-23 | block: hold a request_queue reference for the lifetime of struct gendisk | Christoph Hellwig | 1 | -12/+7 |
2021-08-23 | block: pass a request_queue to __blk_alloc_disk | Christoph Hellwig | 2 | -5/+5 |
2021-08-23 | block: remove the minors argument to __alloc_disk_node | Christoph Hellwig | 2 | -5/+3 |
2021-08-23 | block: cleanup the lockdep handling in *alloc_disk | Christoph Hellwig | 2 | -5/+8 |
2021-08-23 | block: fix argument type of bio_trim() | Chaitanya Kulkarni | 1 | -5/+7 |
2021-08-21 | Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -32/+20 |