summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|\ \ \ \
| * | | | cryptoloop: add a deprecation warningChristoph Hellwig2021-08-272-2/+4
| * | | | pd: fix a NULL vs IS_ERR() checkDan Carpenter2021-08-271-1/+1
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-08-161-6/+33
|\ \ \ \ \
| * | | | | virtio-blk: Add validation for block size in config spaceXie Yongji2021-08-111-6/+33
| | |_|_|/ | |/| | |
* | | | | Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-131-3/+11
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | nbd: Aovid double completion of a requestXie Yongji2021-08-131-3/+11
* | | | Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-071-1/+1
|\| | | | |/ / |/| |
| * | n64cart: fix the dma address in n64cart_do_bvecChristoph Hellwig2021-08-041-1/+1
* | | Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-31/+97
|\| |
| * | loop: reintroduce global lock for safe loop_validate_file() traversalTetsuo Handa2021-07-231-31/+97
* | | rbd: resurrect setting of disk->private_data in rbd_init_disk()Ilya Dryomov2021-07-211-0/+1
* | | rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov2021-07-201-7/+5
* | | rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov2021-07-201-13/+7
| |/ |/|
* | Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-163-200/+28
|\|
| * xen-blkfront: sanitize the removal state machineChristoph Hellwig2021-07-151-198/+26