summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2021-09-03Revert "floppy: reintroduce O_NDELAY fix"Denis Efremov
2021-08-27Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-27cryptoloop: add a deprecation warningChristoph Hellwig
2021-08-27pd: fix a NULL vs IS_ERR() checkDan Carpenter
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: Aovid double completion of a requestXie Yongji
2021-08-11virtio-blk: Add validation for block size in config spaceXie Yongji
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-04n64cart: fix the dma address in n64cart_do_bvecChristoph Hellwig
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
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
2021-07-02loop: remove unused variable in loop_set_status()Tetsuo Handa
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-07-01zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACKYue Hu
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig
2021-06-30loop: split loop_lookupChristoph Hellwig
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig
2021-06-30loop: split loop_control_ioctlChristoph Hellwig
2021-06-30loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig
2021-06-30loop: remove the l argument to loop_addChristoph Hellwig
2021-06-30loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig
2021-06-30loop: reorder loop_exitChristoph Hellwig
2021-06-30nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever
2021-06-30null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig
2021-06-30mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-30mtip32xx: simplify sysfs setupChristoph Hellwig
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg
2021-06-29loop: use worker per cgroup instead of kworkerDan Schatzberg
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe
2021-06-21rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang