aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+33
2021-08-13Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
2021-08-13nbd: Aovid double completion of a requestXie Yongji1-3/+11
2021-08-11virtio-blk: Add validation for block size in config spaceXie Yongji1-6/+33
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-08-04n64cart: fix the dma address in n64cart_do_bvecChristoph Hellwig1-1/+1
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+97
2021-07-23loop: reintroduce global lock for safe loop_validate_file() traversalTetsuo Handa1-31/+97
2021-07-21rbd: resurrect setting of disk->private_data in rbd_init_disk()Ilya Dryomov1-0/+1
2021-07-20rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov1-7/+5
2021-07-20rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov1-13/+7
2021-07-16Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds3-200/+28
2021-07-15xen-blkfront: sanitize the removal state machineChristoph Hellwig1-198/+26
2021-07-15nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing1-1/+1
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang1-1/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds5-210/+172
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+9
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+1
2021-07-03virtio-blk: limit seg_max to a safe valueStefan Hajnoczi1-1/+7
2021-07-03virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji1-0/+2
2021-07-03virtio_blk: cleanups: remove check obsoleted by CONFIG_LBDAF removalSohaib1-7/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-07-02loop: remove unused variable in loop_set_status()Tetsuo Handa1-2/+0
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-6/+4
2021-07-01zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACKYue Hu1-1/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig1-9/+5
2021-06-30loop: split loop_lookupChristoph Hellwig1-45/+12
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig1-0/+5
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig1-24/+13
2021-06-30loop: split loop_control_ioctlChristoph Hellwig1-33/+60
2021-06-30loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig1-8/+1
2021-06-30loop: remove the l argument to loop_addChristoph Hellwig1-7/+5
2021-06-30loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig1-2/+3
2021-06-30loop: reorder loop_exitChristoph Hellwig1-5/+2
2021-06-30nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever1-1/+59
2021-06-30null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig1-1/+0
2021-06-30mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-44/+27
2021-06-30mtip32xx: simplify sysfs setupChristoph Hellwig1-64/+15
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds9-57/+19
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds31-607/+337
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg2-21/+43
2021-06-29loop: use worker per cgroup instead of kworkerDan Schatzberg2-34/+187
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-11/+10
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe3-23/+13
2021-06-21rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang2-6/+4
2021-06-18loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen1-0/+1
2021-06-16loop: fix order of cleaning up the queue and freeing the tagsetChristoph Hellwig1-1/+1
2021-06-15floppy: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-15floppy: cleanup: remove redundant assignment to nr_sectorsJiapeng Chong1-1/+0