aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2020-05-02virtio-blk: handle block_device_operations callbacks after hot unplugStefan Hajnoczi
2020-04-24Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-04-23null_blk: Cleanup zoned device initializationDamien Le Moal
2020-04-23null_blk: Fix zoned command handlingDamien Le Moal
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-17virtio_blk: add a missing includeMichael S. Tsirkin
2020-04-13rbd: don't mess with a page vector in rbd_notify_op_lock()Ilya Dryomov
2020-04-13rbd: don't test rbd_dev->opts in rbd_dev_image_release()Ilya Dryomov
2020-04-13rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov
2020-04-13rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov
2020-04-10Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-04-08Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-04-07xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()Juergen Gross
2020-04-03loop: Better discard support for block devicesEvan Green
2020-04-03loop: Report EOPNOTSUPP properlyEvan Green
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-30rbd: enable multiple blk-mq queuesHannes Reinecke
2020-03-30rbd: embed image request in blk-mq pduIlya Dryomov
2020-03-30rbd: acquire header_rwsem just once in rbd_queue_workfn()Ilya Dryomov
2020-03-30rbd: get rid of img_request_layered_clear()Ilya Dryomov
2020-03-30rbd: kill img_request krefHannes Reinecke
2020-03-30rbd: remove barriers from img_request_layered_{set,clear,test}()Ilya Dryomov
2020-03-27null_blk: add trace in null_blk_zoned.cChaitanya Kulkarni
2020-03-27null_blk: add tracepoint helpers for zoned modeChaitanya Kulkarni
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-27null_blk: use blk_mq_init_queue_dataChristoph Hellwig
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-19rsxx: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-18xen-blkfront.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh
2020-03-18virtio_blk.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh
2020-03-16floppy: rename the global "fdc" variable to "current_fdc"Willy Tarreau
2020-03-16floppy: separate the FDC's base address from its registersWilly Tarreau
2020-03-16floppy: introduce new functions fdc_inb() and fdc_outb()Willy Tarreau
2020-03-16floppy: cleanup: expand the reply_buffer macrosWilly Tarreau
2020-03-16floppy: cleanup: expand the R/W / format command macrosWilly Tarreau
2020-03-16floppy: cleanup: expand macro DRWEWilly Tarreau
2020-03-16floppy: cleanup: expand macro DRSWilly Tarreau
2020-03-16floppy: cleanup: expand macro DPWilly Tarreau
2020-03-16floppy: cleanup: expand macro UDRWEWilly Tarreau
2020-03-16floppy: cleanup: expand macro UDRSWilly Tarreau
2020-03-16floppy: cleanup: expand macro UDPWilly Tarreau
2020-03-16floppy: cleanup: expand macro UFDCSWilly Tarreau
2020-03-16floppy: cleanup: expand macro FDCSWilly Tarreau
2020-03-12null_blk: describe the usage of fault injection paramDongli Zhang
2020-03-12null_blk: fix spurious IO errors after failed past-wp accessAlexey Dobriyan
2020-03-12nbd: requeue command if the soecket is changedHou Pu
2020-03-12nbd: enable replace socket if only one connection is configuredHou Pu