summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2021-10-18floppy: fix add_disk() assumption on exit due to new developmentsLuis Chamberlain1-13/+0
2021-10-18block/swim3: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18rbd: add add_disk() error handlingLuis Chamberlain1-1/+5
2021-10-18pf: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18block/sx8: add error handling support for add_disk()Luis Chamberlain1-4/+9
2021-10-18block/rsxx: add error handling support for add_disk()Luis Chamberlain2-4/+12
2021-10-18pktcdvd: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18mtip32xx: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18pd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18pcd: capture errors on cdrom_register()Luis Chamberlain1-1/+3
2021-10-18pcd: fix ordering of unregister_cdrom()Luis Chamberlain1-1/+1
2021-10-18pcd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18pd: cleanup initializationChristoph Hellwig1-70/+70
2021-10-18pf: cleanup initializationChristoph Hellwig1-124/+99
2021-10-18pcd: cleanup initializationChristoph Hellwig1-159/+127
2021-10-18pcd: move the identify buffer into pcd_identifyChristoph Hellwig1-8/+8
2021-10-18n64cart: add error handling support for add_disk()Luis Chamberlain1-2/+10
2021-10-18drbd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18aoe: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18nbd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18loop: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-10-18null_blk: poll queue supportJens Axboe2-4/+108
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-1/+1
2021-10-18block: switch polling to be bio basedChristoph Hellwig9-38/+24
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry1-1/+1
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig1-1/+1
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig5-0/+5
2021-10-18block: move elevator.h to block/Christoph Hellwig1-1/+0
2021-10-18Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-23/+25
2021-10-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-31/+6
2021-10-17brd: reduce the brd_devices_mutex scopeTetsuo Handa1-22/+22
2021-10-13Revert "virtio-blk: Add validation for block size in config space"Michael S. Tsirkin1-31/+6
2021-10-12block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter1-1/+3
2021-09-30nbd: use shifts rather than multipliesNick Desaulniers1-12/+17
2021-09-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-09-09n64cart: fix return value check in n64cart_probe()Yang Yingliang1-2/+2
2021-09-06Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds2-26/+50
2021-09-06virtio-blk: remove unneeded "likely" statementsMax Gurtovoy1-2/+2
2021-09-04loop: reduce the loop_ctl_mutex scopeTetsuo Handa2-26/+50
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+0
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+1
2021-09-02Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-42/+84
2021-08-31Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds6-121/+137
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds11-65/+29
2021-08-30xen/blkfront: don't trust the backend response data blindlyJuergen Gross1-17/+53
2021-08-30xen/blkfront: don't take local copy of a request from the ring pageJuergen Gross1-10/+15
2021-08-30xen/blkfront: read response from backend only onceJuergen Gross1-17/+18
2021-08-28Revert "floppy: reintroduce O_NDELAY fix"Denis Efremov1-15/+15
2021-08-28Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+5