aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-121/+137
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-65/+29
2021-08-28Revert "floppy: reintroduce O_NDELAY fix"Gravatar Denis Efremov 1-15/+15
2021-08-27Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+5
2021-08-27cryptoloop: add a deprecation warningGravatar Christoph Hellwig 2-2/+4
2021-08-27pd: fix a NULL vs IS_ERR() checkGravatar Dan Carpenter 1-1/+1
2021-08-25nbd: remove nbd->destroy_completeGravatar Christoph Hellwig 1-38/+14
2021-08-25nbd: only return usable devices from nbd_find_unusedGravatar Christoph Hellwig 1-7/+9
2021-08-25nbd: set nbd->index before releasing nbd_index_mutexGravatar Tetsuo Handa 1-1/+1
2021-08-25nbd: prevent IDR lookups from finding partially initialized devicesGravatar Tetsuo Handa 1-1/+10
2021-08-25nbd: reset NBD to NULL when restarting in nbd_genl_connectGravatar Christoph Hellwig 1-14/+18
2021-08-25nbd: add missing locking to the nbd_dev_add error pathGravatar Tetsuo Handa 1-0/+2
2021-08-23null_blk: add error handling support for add_disk()Gravatar Luis Chamberlain 1-2/+1
2021-08-23virtio_blk: add error handling support for add_disk()Gravatar Luis Chamberlain 1-1/+6
2021-08-16block: nbd: add sanity check for first_minorGravatar Pavel Skripkin 1-0/+10
2021-08-16ps3vram: use bvec_virtGravatar Christoph Hellwig 1-1/+1
2021-08-16virtio_blk: use bvec_virtGravatar Christoph Hellwig 1-5/+2
2021-08-16rbd: use bvec_virtGravatar Christoph Hellwig 1-2/+1
2021-08-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-6/+33
2021-08-13Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+11
2021-08-13nbd: reduce the nbd_index_mutex scopeGravatar Christoph Hellwig 1-27/+28
2021-08-13nbd: refactor device search and allocation in nbd_genl_connectGravatar Christoph Hellwig 1-31/+14
2021-08-13nbd: return the allocated nbd_device from nbd_dev_addGravatar Christoph Hellwig 1-12/+9
2021-08-13nbd: remove nbd_del_diskGravatar Christoph Hellwig 1-12/+5
2021-08-13nbd: refactor device removalGravatar Christoph Hellwig 1-24/+13
2021-08-13nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTGravatar Hou Tao 1-9/+61
2021-08-13nbd: add the check to prevent overflow in __nbd_ioctl()Gravatar Baokun Li 1-2/+4
2021-08-13nbd: Aovid double completion of a requestGravatar Xie Yongji 1-3/+11
2021-08-12sx8: use the internal state machine to check if del_gendisk needs to be calledGravatar Christoph Hellwig 1-1/+1
2021-08-11block: move some macros to blkdev.hGravatar Guoqing Jiang 2-7/+0
2021-08-11virtio-blk: Add validation for block size in config spaceGravatar Xie Yongji 1-6/+33
2021-08-09xen-blkfront: Remove redundant assignment to variable errGravatar Colin Ian King 1-1/+0
2021-08-09block: move the bdi from the request_queue to the gendiskGravatar Christoph Hellwig 2-8/+5
2021-08-09block: pass a gendisk to blk_queue_update_readaheadGravatar Christoph Hellwig 1-1/+1
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-08-05loop: Select I/O scheduler 'none' from inside add_disk()Gravatar Bart Van Assche 1-1/+2
2021-08-04n64cart: fix the dma address in n64cart_do_bvecGravatar Christoph Hellwig 1-1/+1
2021-08-02block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showGravatar Md Haris Iqbal 2-25/+22
2021-08-02block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGravatar Gioh Kim 1-1/+1
2021-08-02loop: raise media_change eventGravatar Matteo Croce 1-0/+5
2021-08-02loop: don't grab a reference to the block deviceGravatar Christoph Hellwig 1-5/+0
2021-08-02ps3disk: use memcpy_{from,to}_bvecGravatar Christoph Hellwig 1-16/+2
2021-08-02rbd: use memzero_bvecGravatar Christoph Hellwig 1-13/+2
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-31/+97
2021-07-23loop: reintroduce global lock for safe loop_validate_file() traversalGravatar Tetsuo Handa 1-31/+97
2021-07-21rbd: resurrect setting of disk->private_data in rbd_init_disk()Gravatar Ilya Dryomov 1-0/+1
2021-07-20rbd: don't hold lock_rwsem while running_list is being drainedGravatar Ilya Dryomov 1-7/+5
2021-07-20rbd: always kick acquire on "acquired" and "released" notificationsGravatar Ilya Dryomov 1-13/+7
2021-07-16Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-200/+28
2021-07-15xen-blkfront: sanitize the removal state machineGravatar Christoph Hellwig 1-198/+26