summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-117-4/+1722
|\
| * blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu2021-09-071-1/+13
| * block: move fs/block_dev.c to block/bdev.cChristoph Hellwig2021-09-072-1/+1059
| * block: split out operations on block special filesChristoph Hellwig2021-09-073-1/+643
| * blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin2021-09-071-0/+1
| * block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa2021-09-071-2/+7
* | Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-063-10/+20
|\|
| * bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe2021-09-031-1/+1
| * block, bfq: honor already-setup queue mergesPaolo Valente2021-09-021-3/+13
| * block/mq-deadline: Move dd_queued() to fix defined but not used warningGeert Uytterhoeven2021-09-021-6/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-1/+1
|\ \
| * | mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-026-1325/+149
|\ \ \ | |_|/ |/| |
| * | scsi: bsg-lib: Fix commands without data transfer in bsg_transport_sg_io_fn()Christoph Hellwig2021-08-011-0/+1
| * | scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig2021-07-302-92/+54
| * | scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2021-07-302-7/+8
| * | scsi: bsg: Simplify device registrationChristoph Hellwig2021-07-302-237/+78
| * | scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig2021-07-281-3/+0
| * | scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig2021-07-282-797/+0
| * | scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig2021-07-281-120/+99
| * | scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.cChristoph Hellwig2021-07-281-8/+0
| * | scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig2021-07-281-15/+0
| * | scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig2021-07-283-115/+5
| * | scsi: bsg: Decouple from scsi_cmd_ioctl()Christoph Hellwig2021-07-282-18/+22
| * | scsi: block: Add a queue_max_bytes() helperChristoph Hellwig2021-07-281-11/+2
| * | scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig2021-07-281-12/+0
| * | scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig2021-07-281-13/+0
| * | scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig2021-07-281-1/+4
* | | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-311-5/+7
|\ \ \
| * | | block: fix argument type of bio_trim()Chaitanya Kulkarni2021-08-231-5/+7
* | | | Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-304-18/+162
|\ \ \ \
| * | | | bio: improve kerneldoc documentation for bio_alloc_kiocb()Jens Axboe2021-08-231-1/+4
| * | | | block: provide bio_clear_hipri() helperJens Axboe2021-08-233-6/+10
| * | | | block: clear BIO_PERCPU_CACHE flag if polling isn't supportedJens Axboe2021-08-231-1/+4
| * | | | bio: add allocation cache abstractionJens Axboe2021-08-231-14/+120
| * | | | bio: optimize initialization of a bioJens Axboe2021-08-231-2/+30
| |/ / /
* | | | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-3048-963/+1049
|\ \ \ \
| * | | | block, bfq: cleanup the repeated declarationShaokun Zhang2021-08-251-2/+0
| * | | | blk-crypto: fix check for too-large dun_bytesEric Biggers2021-08-251-1/+1
| * | | | blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel2021-08-241-3/+0
| * | | | blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel2021-08-241-3/+0
| * | | | block: refine the disk_live check in del_gendiskChristoph Hellwig2021-08-241-1/+1
| * | | | partitions/efi: Support non-standard GPT locationDmitry Osipenko2021-08-241-0/+12
| * | | | bio: fix page leak bio_add_hw_page failurePavel Begunkov2021-08-241-2/+13
| * | | | block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig2021-08-241-39/+4
| * | | | block: remove a pointless call to MINOR() in device_add_diskChristoph Hellwig2021-08-241-1/+1
| * | | | block: add error handling for device_add_disk / add_diskLuis Chamberlain2021-08-231-34/+58
| * | | | block: return errors from disk_alloc_eventsLuis Chamberlain2021-08-232-4/+5
| * | | | block: return errors from blk_integrity_addLuis Chamberlain2021-08-232-7/+10
| * | | | block: call blk_register_queue earlier in device_add_diskChristoph Hellwig2021-08-232-11/+3