summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2020-05-12floppy: use print_hex_dump() in setup_DMA()Denis Efremov-6/+3
2020-05-12floppy: cleanup: make set_fdc() always set current_drive and current_fdWilly Tarreau-14/+29
2020-05-12floppy: cleanup: get rid of current_reqD in favor of current_driveWilly Tarreau-6/+2
2020-05-12floppy: make sure to reset all FDCs upon resume()Willy Tarreau-2/+4
2020-05-12floppy: cleanup: do not iterate on current_fdc in do_floppy_init()Willy Tarreau-20/+18
2020-05-12floppy: cleanup: add a few comments about expectations in certain functionsWilly Tarreau-1/+13
2020-05-12floppy: cleanup: do not iterate on current_fdc in DMA grab/release functionsWilly Tarreau-19/+20
2020-05-12floppy: cleanup: make get_fdc_version() not rely on current_fdc anymoreWilly Tarreau-26/+26
2020-05-12floppy: cleanup: make next_valid_format() not rely on current_drive anymoreWilly Tarreau-8/+8
2020-05-12floppy: cleanup: make check_wp() not rely on current_{fdc,drive} anymoreWilly Tarreau-13/+13
2020-05-12floppy: cleanup: make fdc_specify() not rely on current_{fdc,drive} anymoreWilly Tarreau-21/+21
2020-05-12floppy: cleanup: make fdc_configure() not rely on current_fdc anymoreWilly Tarreau-9/+8
2020-05-12floppy: cleanup: make perpendicular_mode() not rely on current_fdc anymoreWilly Tarreau-8/+8
2020-05-12floppy: cleanup: make need_more_output() not rely on current_fdc anymoreWilly Tarreau-6/+6
2020-05-12floppy: cleanup: make result() not rely on current_fdc anymoreWilly Tarreau-15/+15
2020-05-12floppy: cleanup: make output_byte() not rely on current_fdc anymoreWilly Tarreau-32/+32
2020-05-12floppy: cleanup: make wait_til_ready() not rely on current_fdc anymoreWilly Tarreau-9/+9
2020-05-12floppy: cleanup: make show_floppy() not rely on current_fdc anymoreWilly Tarreau-7/+7
2020-05-12floppy: cleanup: make reset_fdc_info() not rely on current_fdc anymoreWilly Tarreau-10/+10
2020-05-12floppy: cleanup: make twaddle() not rely on current_{fdc,drive} anymoreWilly Tarreau-9/+9
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau-2/+2
2020-05-11bdi: fix up for "remove the name field in struct backing_dev_info"Stephen Rothwell-1/+0
2020-05-09Merge branch 'block-5.7' into for-5.8/blockJens Axboe-53/+83
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig-1/+1
2020-05-04fs: Remove unneeded IS_DAX() check in io_is_direct()Ira Weiny-3/+3
2020-05-02virtio-blk: handle block_device_operations callbacks after hot unplugStefan Hajnoczi-8/+78
2020-04-24Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-blockLinus Torvalds-53/+83
2020-04-23null_blk: Cleanup zoned device initializationDamien Le Moal-26/+36
2020-04-23null_blk: Fix zoned command handlingDamien Le Moal-27/+47
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+1
2020-04-17virtio_blk: add a missing includeMichael S. Tsirkin-0/+1
2020-04-13rbd: don't mess with a page vector in rbd_notify_op_lock()Ilya Dryomov-5/+1
2020-04-13rbd: don't test rbd_dev->opts in rbd_dev_image_release()Ilya Dryomov-1/+1
2020-04-13rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov-4/+4
2020-04-13rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov-4/+13
2020-04-10Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+12
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds-13/+36
2020-04-08Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-136/+79
2020-04-07xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()Juergen Gross-5/+12
2020-04-03loop: Better discard support for block devicesEvan Green-11/+31
2020-04-03loop: Report EOPNOTSUPP properlyEvan Green-2/+5
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds-556/+726
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds-73/+83
2020-03-30rbd: enable multiple blk-mq queuesHannes Reinecke-1/+1
2020-03-30rbd: embed image request in blk-mq pduIlya Dryomov-87/+51
2020-03-30rbd: acquire header_rwsem just once in rbd_queue_workfn()Ilya Dryomov-28/+31
2020-03-30rbd: get rid of img_request_layered_clear()Ilya Dryomov-8/+1
2020-03-30rbd: kill img_request krefHannes Reinecke-19/+5
2020-03-30rbd: remove barriers from img_request_layered_{set,clear,test}()Ilya Dryomov-3/+0
2020-03-27null_blk: add trace in null_blk_zoned.cChaitanya Kulkarni-1/+11