summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | block/rsxx: add error handling support for add_disk()Luis Chamberlain2021-10-182-4/+12
| * | | | pktcdvd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
| * | | | mtip32xx: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
| * | | | pd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
| * | | | pcd: capture errors on cdrom_register()Luis Chamberlain2021-10-181-1/+3
| * | | | pcd: fix ordering of unregister_cdrom()Luis Chamberlain2021-10-181-1/+1
| * | | | pcd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
| * | | | pd: cleanup initializationChristoph Hellwig2021-10-181-70/+70
| * | | | pf: cleanup initializationChristoph Hellwig2021-10-181-124/+99
| * | | | pcd: cleanup initializationChristoph Hellwig2021-10-181-159/+127
| * | | | pcd: move the identify buffer into pcd_identifyChristoph Hellwig2021-10-181-8/+8
| * | | | n64cart: add error handling support for add_disk()Luis Chamberlain2021-10-181-2/+10
| * | | | drbd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
| * | | | aoe: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
| * | | | nbd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
| * | | | loop: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+7
| * | | | null_blk: poll queue supportJens Axboe2021-10-182-4/+108
| |/ / /
* | | | virtio-blk: Use blk_validate_block_size() to validate block sizeXie Yongji2021-10-271-2/+10
* | | | loop: Use blk_validate_block_size() to validate block sizeXie Yongji2021-10-271-15/+2
* | | | nbd: Use blk_validate_block_size() to validate block sizeXie Yongji2021-10-271-1/+2
| |/ / |/| |
* | | nbd: Use invalidate_disk() helper on disconnectXie Yongji2021-10-211-9/+3
* | | loop: Remove the unnecessary bdev checks and unused bdev variableXie Yongji2021-10-211-6/+3
* | | loop: Use invalidate_disk() helper to invalidate gendiskXie Yongji2021-10-211-5/+1
|/ /
* | block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-181-1/+1
* | block: switch polling to be bio basedChristoph Hellwig2021-10-189-38/+24
* | block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry2021-10-181-1/+1
* | block: move struct request to blk-mq.hChristoph Hellwig2021-10-181-1/+1
* | block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-185-0/+5
* | block: move elevator.h to block/Christoph Hellwig2021-10-181-1/+0
|/
* Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-172-23/+25
|\
| * brd: reduce the brd_devices_mutex scopeTetsuo Handa2021-10-171-22/+22
| * block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter2021-10-121-1/+3
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-10-171-31/+6
|\ \ | |/ |/|
| * Revert "virtio-blk: Add validation for block size in config space"Michael S. Tsirkin2021-10-131-31/+6
* | nbd: use shifts rather than multipliesNick Desaulniers2021-09-291-12/+17
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-111-2/+2
|\
| * virtio-blk: remove unneeded "likely" statementsMax Gurtovoy2021-09-061-2/+2
* | Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-111-2/+2
|\ \
| * | n64cart: fix return value check in n64cart_probe()Yang Yingliang2021-09-091-2/+2
* | | Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-062-26/+50
|\| |
| * | loop: reduce the loop_ctl_mutex scopeTetsuo Handa2021-09-032-26/+50
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+0
|\ \ \
| * | | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-022-3/+1
|\ \ \ \
| * | | | scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig2021-07-281-1/+1
| * | | | scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig2021-07-282-2/+0
* | | | | Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-021-42/+84
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | xen/blkfront: don't trust the backend response data blindlyJuergen Gross2021-08-301-17/+53
| * | | | xen/blkfront: don't take local copy of a request from the ring pageJuergen Gross2021-08-301-10/+15
| * | | | xen/blkfront: read response from backend only onceJuergen Gross2021-08-301-17/+18
| | |_|/ | |/| |