| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-11 | 7 | -4/+1722 |
|\ |
|
| * | blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues | Song Liu | 2021-09-07 | 1 | -1/+13 |
| * | block: move fs/block_dev.c to block/bdev.c | Christoph Hellwig | 2021-09-07 | 2 | -1/+1059 |
| * | block: split out operations on block special files | Christoph Hellwig | 2021-09-07 | 3 | -1/+643 |
| * | blk-throttle: fix UAF by deleteing timer in blk_throtl_exit() | Li Jinlin | 2021-09-07 | 1 | -0/+1 |
| * | block: genhd: don't call blkdev_show() with major_names_lock held | Tetsuo Handa | 2021-09-07 | 1 | -2/+7 |
* | | Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-06 | 3 | -10/+20 |
|\ \
| |/ |
|
| * | bio: fix kerneldoc documentation for bio_alloc_kiocb() | Jens Axboe | 2021-09-03 | 1 | -1/+1 |
| * | block, bfq: honor already-setup queue merges | Paolo Valente | 2021-09-02 | 1 | -3/+13 |
| * | block/mq-deadline: Move dd_queued() to fix defined but not used warning | Geert Uytterhoeven | 2021-09-02 | 1 | -6/+6 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -1/+1 |
|\ \ |
|
| * | | mm: remove flush_kernel_dcache_page | Christoph Hellwig | 2021-09-03 | 1 | -1/+1 |
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2021-09-02 | 6 | -1325/+149 |
|\ \ \
| |_|/
|/| | |
|
| * | | scsi: bsg-lib: Fix commands without data transfer in bsg_transport_sg_io_fn() | Christoph Hellwig | 2021-08-01 | 1 | -0/+1 |
| * | | scsi: bsg: Move the whole request execution into the SCSI/transport handlers | Christoph Hellwig | 2021-07-30 | 2 | -92/+54 |
| * | | scsi: block: Remove the remaining SG_IO-related fields from struct request_queue | Christoph Hellwig | 2021-07-30 | 2 | -7/+8 |
| * | | scsi: bsg: Simplify device registration | Christoph Hellwig | 2021-07-30 | 2 | -237/+78 |
| * | | scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON | Christoph Hellwig | 2021-07-28 | 1 | -3/+0 |
| * | | scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi | Christoph Hellwig | 2021-07-28 | 2 | -797/+0 |
| * | | scsi: scsi_ioctl: Simplify SCSI passthrough permission checking | Christoph Hellwig | 2021-07-28 | 1 | -120/+99 |
| * | | scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.c | Christoph Hellwig | 2021-07-28 | 1 | -8/+0 |
| * | | scsi: scsi_ioctl: Remove scsi_req_init() | Christoph Hellwig | 2021-07-28 | 1 | -15/+0 |
| * | | scsi: bsg: Move bsg_scsi_ops to drivers/scsi/ | Christoph Hellwig | 2021-07-28 | 3 | -115/+5 |
| * | | scsi: bsg: Decouple from scsi_cmd_ioctl() | Christoph Hellwig | 2021-07-28 | 2 | -18/+22 |
| * | | scsi: block: Add a queue_max_bytes() helper | Christoph Hellwig | 2021-07-28 | 1 | -11/+2 |
| * | | scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl() | Christoph Hellwig | 2021-07-28 | 1 | -12/+0 |
| * | | scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl() | Christoph Hellwig | 2021-07-28 | 1 | -13/+0 |
| * | | scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMAND | Christoph Hellwig | 2021-07-28 | 1 | -1/+4 |
* | | | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 2021-08-31 | 1 | -5/+7 |
|\ \ \ |
|
| * | | | block: fix argument type of bio_trim() | Chaitanya Kulkarni | 2021-08-23 | 1 | -5/+7 |
* | | | | Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-08-30 | 4 | -18/+162 |
|\ \ \ \ |
|
| * | | | | bio: improve kerneldoc documentation for bio_alloc_kiocb() | Jens Axboe | 2021-08-23 | 1 | -1/+4 |
| * | | | | block: provide bio_clear_hipri() helper | Jens Axboe | 2021-08-23 | 3 | -6/+10 |
| * | | | | block: clear BIO_PERCPU_CACHE flag if polling isn't supported | Jens Axboe | 2021-08-23 | 1 | -1/+4 |
| * | | | | bio: add allocation cache abstraction | Jens Axboe | 2021-08-23 | 1 | -14/+120 |
| * | | | | bio: optimize initialization of a bio | Jens Axboe | 2021-08-23 | 1 | -2/+30 |
| |/ / / |
|
* | | | | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-08-30 | 48 | -963/+1049 |
|\ \ \ \ |
|
| * | | | | block, bfq: cleanup the repeated declaration | Shaokun Zhang | 2021-08-25 | 1 | -2/+0 |
| * | | | | blk-crypto: fix check for too-large dun_bytes | Eric Biggers | 2021-08-25 | 1 | -1/+1 |
| * | | | | blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN | Niklas Cassel | 2021-08-24 | 1 | -3/+0 |
| * | | | | blk-zoned: allow zone management send operations without CAP_SYS_ADMIN | Niklas Cassel | 2021-08-24 | 1 | -3/+0 |
| * | | | | block: refine the disk_live check in del_gendisk | Christoph Hellwig | 2021-08-24 | 1 | -1/+1 |
| * | | | | partitions/efi: Support non-standard GPT location | Dmitry Osipenko | 2021-08-24 | 1 | -0/+12 |
| * | | | | bio: fix page leak bio_add_hw_page failure | Pavel Begunkov | 2021-08-24 | 1 | -2/+13 |
| * | | | | block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT | Christoph Hellwig | 2021-08-24 | 1 | -39/+4 |
| * | | | | block: remove a pointless call to MINOR() in device_add_disk | Christoph Hellwig | 2021-08-24 | 1 | -1/+1 |
| * | | | | block: add error handling for device_add_disk / add_disk | Luis Chamberlain | 2021-08-23 | 1 | -34/+58 |
| * | | | | block: return errors from disk_alloc_events | Luis Chamberlain | 2021-08-23 | 2 | -4/+5 |
| * | | | | block: return errors from blk_integrity_add | Luis Chamberlain | 2021-08-23 | 2 | -7/+10 |
| * | | | | block: call blk_register_queue earlier in device_add_disk | Christoph Hellwig | 2021-08-23 | 2 | -11/+3 |