summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|/ | |/| |
* | | | Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-306-121/+137
|\ \ \ \
| * | | | Revert "floppy: reintroduce O_NDELAY fix"Denis Efremov2021-08-281-15/+15
| * | | | nbd: remove nbd->destroy_completeChristoph Hellwig2021-08-251-38/+14
| * | | | nbd: only return usable devices from nbd_find_unusedChristoph Hellwig2021-08-251-7/+9
| * | | | nbd: set nbd->index before releasing nbd_index_mutexTetsuo Handa2021-08-251-1/+1
| * | | | nbd: prevent IDR lookups from finding partially initialized devicesTetsuo Handa2021-08-251-1/+10
| * | | | nbd: reset NBD to NULL when restarting in nbd_genl_connectChristoph Hellwig2021-08-251-14/+18
| * | | | nbd: add missing locking to the nbd_dev_add error pathTetsuo Handa2021-08-251-0/+2
| * | | | block: nbd: add sanity check for first_minorPavel Skripkin2021-08-161-0/+10
| * | | | nbd: reduce the nbd_index_mutex scopeChristoph Hellwig2021-08-131-27/+28
| * | | | nbd: refactor device search and allocation in nbd_genl_connectChristoph Hellwig2021-08-131-31/+14
| * | | | nbd: return the allocated nbd_device from nbd_dev_addChristoph Hellwig2021-08-131-12/+9
| * | | | nbd: remove nbd_del_diskChristoph Hellwig2021-08-131-12/+5
| * | | | nbd: refactor device removalChristoph Hellwig2021-08-131-24/+13
| * | | | nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTHou Tao2021-08-131-9/+61
| * | | | nbd: add the check to prevent overflow in __nbd_ioctl()Baokun Li2021-08-131-2/+4
| * | | | xen-blkfront: Remove redundant assignment to variable errColin Ian King2021-08-091-1/+0
| * | | | block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal2021-08-022-25/+22
| * | | | block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGioh Kim2021-08-021-1/+1
* | | | | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-3011-65/+29
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | null_blk: add error handling support for add_disk()Luis Chamberlain2021-08-231-2/+1
| * | | | virtio_blk: add error handling support for add_disk()Luis Chamberlain2021-08-231-1/+6
| * | | | ps3vram: use bvec_virtChristoph Hellwig2021-08-161-1/+1
| * | | | virtio_blk: use bvec_virtChristoph Hellwig2021-08-161-5/+2
| * | | | rbd: use bvec_virtChristoph Hellwig2021-08-161-2/+1
| * | | | sx8: use the internal state machine to check if del_gendisk needs to be calledChristoph Hellwig2021-08-121-1/+1
| * | | | block: move some macros to blkdev.hGuoqing Jiang2021-08-112-7/+0
| * | | | block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-092-8/+5
| * | | | block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-091-1/+1
| * | | | loop: Select I/O scheduler 'none' from inside add_disk()Bart Van Assche2021-08-051-1/+2
| |/ / /
| * | | loop: raise media_change eventMatteo Croce2021-08-021-0/+5
| * | | loop: don't grab a reference to the block deviceChristoph Hellwig2021-08-021-5/+0
| * | | ps3disk: use memcpy_{from,to}_bvecChristoph Hellwig2021-08-021-16/+2
| * | | rbd: use memzero_bvecChristoph Hellwig2021-08-021-13/+2
* | | | Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-273-3/+5
|\ \ \ \