summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2021-08-11virtio-blk: Add validation for block size in config spaceXie Yongji-6/+33
2021-08-09xen-blkfront: Remove redundant assignment to variable errColin Ian King-1/+0
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig-8/+5
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig-1/+1
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2021-08-05loop: Select I/O scheduler 'none' from inside add_disk()Bart Van Assche-1/+2
2021-08-04n64cart: fix the dma address in n64cart_do_bvecChristoph Hellwig-1/+1
2021-08-02block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal-25/+22
2021-08-02block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGioh Kim-1/+1
2021-08-02loop: raise media_change eventMatteo Croce-0/+5
2021-08-02loop: don't grab a reference to the block deviceChristoph Hellwig-5/+0
2021-08-02ps3disk: use memcpy_{from,to}_bvecChristoph Hellwig-16/+2
2021-08-02rbd: use memzero_bvecChristoph Hellwig-13/+2
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds-31/+97
2021-07-28scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig-1/+1
2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig-2/+0
2021-07-23loop: reintroduce global lock for safe loop_validate_file() traversalTetsuo Handa-31/+97
2021-07-21rbd: resurrect setting of disk->private_data in rbd_init_disk()Ilya Dryomov-0/+1
2021-07-20rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov-7/+5
2021-07-20rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov-13/+7
2021-07-16Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds-200/+28
2021-07-15xen-blkfront: sanitize the removal state machineChristoph Hellwig-198/+26
2021-07-15nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing-1/+1
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang-1/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds-210/+172
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-8/+9
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2021-07-03virtio-blk: limit seg_max to a safe valueStefan Hajnoczi-1/+7
2021-07-03virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji-0/+2
2021-07-03virtio_blk: cleanups: remove check obsoleted by CONFIG_LBDAF removalSohaib-7/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-07-02loop: remove unused variable in loop_set_status()Tetsuo Handa-2/+0
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-6/+4
2021-07-01zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACKYue Hu-1/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig-1/+1
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig-9/+5
2021-06-30loop: split loop_lookupChristoph Hellwig-45/+12
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig-0/+5
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig-24/+13
2021-06-30loop: split loop_control_ioctlChristoph Hellwig-33/+60
2021-06-30loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig-8/+1
2021-06-30loop: remove the l argument to loop_addChristoph Hellwig-7/+5
2021-06-30loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig-2/+3
2021-06-30loop: reorder loop_exitChristoph Hellwig-5/+2
2021-06-30nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever-1/+59
2021-06-30null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig-1/+0
2021-06-30mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig-44/+27
2021-06-30mtip32xx: simplify sysfs setupChristoph Hellwig-64/+15
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-57/+19
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-607/+337