summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2021-08-23null_blk: add error handling support for add_disk()Luis Chamberlain
2021-08-23virtio_blk: add error handling support for add_disk()Luis Chamberlain
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-08-16block: nbd: add sanity check for first_minorPavel Skripkin
2021-08-16ps3vram: use bvec_virtChristoph Hellwig
2021-08-16virtio_blk: use bvec_virtChristoph Hellwig
2021-08-16rbd: use bvec_virtChristoph Hellwig
2021-08-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-08-13Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-13nbd: reduce the nbd_index_mutex scopeChristoph Hellwig
2021-08-13nbd: refactor device search and allocation in nbd_genl_connectChristoph Hellwig
2021-08-13nbd: return the allocated nbd_device from nbd_dev_addChristoph Hellwig
2021-08-13nbd: remove nbd_del_diskChristoph Hellwig
2021-08-13nbd: refactor device removalChristoph Hellwig
2021-08-13nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTHou Tao
2021-08-13nbd: add the check to prevent overflow in __nbd_ioctl()Baokun Li
2021-08-13nbd: Aovid double completion of a requestXie Yongji
2021-08-12sx8: use the internal state machine to check if del_gendisk needs to be calledChristoph Hellwig
2021-08-11block: move some macros to blkdev.hGuoqing Jiang
2021-08-11virtio-blk: Add validation for block size in config spaceXie Yongji
2021-08-09xen-blkfront: Remove redundant assignment to variable errColin Ian King
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-05loop: Select I/O scheduler 'none' from inside add_disk()Bart Van Assche
2021-08-04n64cart: fix the dma address in n64cart_do_bvecChristoph Hellwig
2021-08-02block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal
2021-08-02block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGioh Kim
2021-08-02loop: raise media_change eventMatteo Croce
2021-08-02loop: don't grab a reference to the block deviceChristoph Hellwig
2021-08-02ps3disk: use memcpy_{from,to}_bvecChristoph Hellwig
2021-08-02rbd: use memzero_bvecChristoph Hellwig
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-28scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig
2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig
2021-07-23loop: reintroduce global lock for safe loop_validate_file() traversalTetsuo Handa
2021-07-21rbd: resurrect setting of disk->private_data in rbd_init_disk()Ilya Dryomov
2021-07-20rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov
2021-07-20rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov
2021-07-16Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-15xen-blkfront: sanitize the removal state machineChristoph Hellwig
2021-07-15nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-03virtio-blk: limit seg_max to a safe valueStefan Hajnoczi
2021-07-03virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji
2021-07-03virtio_blk: cleanups: remove check obsoleted by CONFIG_LBDAF removalSohaib
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds