summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* rbd: don't mess with a page vector in rbd_notify_op_lock()Ilya Dryomov2020-04-131-5/+1
* rbd: don't test rbd_dev->opts in rbd_dev_image_release()Ilya Dryomov2020-04-131-1/+1
* rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov2020-04-131-4/+4
* rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov2020-04-131-4/+13
* Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-101-5/+12
|\
| * xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()Juergen Gross2020-04-071-5/+12
* | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-101-13/+36
|\ \
| * | loop: Better discard support for block devicesEvan Green2020-04-031-11/+31
| * | loop: Report EOPNOTSUPP properlyEvan Green2020-04-031-2/+5
* | | Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-04-081-136/+79
|\ \ \ | |/ / |/| |
| * | rbd: enable multiple blk-mq queuesHannes Reinecke2020-03-301-1/+1
| * | rbd: embed image request in blk-mq pduIlya Dryomov2020-03-301-87/+51
| * | rbd: acquire header_rwsem just once in rbd_queue_workfn()Ilya Dryomov2020-03-301-28/+31
| * | rbd: get rid of img_request_layered_clear()Ilya Dryomov2020-03-301-8/+1
| * | rbd: kill img_request krefHannes Reinecke2020-03-301-19/+5
| * | rbd: remove barriers from img_request_layered_{set,clear,test}()Ilya Dryomov2020-03-301-3/+0
| |/
* | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-3011-556/+726
|\ \
| * | null_blk: add trace in null_blk_zoned.cChaitanya Kulkarni2020-03-271-1/+11
| * | null_blk: add tracepoint helpers for zoned modeChaitanya Kulkarni2020-03-273-0/+106
| * | rsxx: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-191-1/+1
| * | floppy: rename the global "fdc" variable to "current_fdc"Willy Tarreau2020-03-161-130/+137
| * | floppy: separate the FDC's base address from its registersWilly Tarreau2020-03-161-5/+4
| * | floppy: introduce new functions fdc_inb() and fdc_outb()Willy Tarreau2020-03-161-16/+26
| * | floppy: cleanup: expand the reply_buffer macrosWilly Tarreau2020-03-161-39/+47
| * | floppy: cleanup: expand the R/W / format command macrosWilly Tarreau2020-03-161-96/+98
| * | floppy: cleanup: expand macro DRWEWilly Tarreau2020-03-161-9/+7
| * | floppy: cleanup: expand macro DRSWilly Tarreau2020-03-161-54/+61
| * | floppy: cleanup: expand macro DPWilly Tarreau2020-03-161-37/+47
| * | floppy: cleanup: expand macro UDRWEWilly Tarreau2020-03-161-6/+4
| * | floppy: cleanup: expand macro UDRSWilly Tarreau2020-03-161-79/+83
| * | floppy: cleanup: expand macro UDPWilly Tarreau2020-03-161-75/+77
| * | floppy: cleanup: expand macro UFDCSWilly Tarreau2020-03-161-5/+4
| * | floppy: cleanup: expand macro FDCSWilly Tarreau2020-03-161-92/+91
| * | null_blk: describe the usage of fault injection paramDongli Zhang2020-03-121-0/+7
| * | null_blk: fix spurious IO errors after failed past-wp accessAlexey Dobriyan2020-03-121-0/+2
| * | nbd: requeue command if the soecket is changedHou Pu2020-03-121-0/+10
| * | nbd: enable replace socket if only one connection is configuredHou Pu2020-03-121-8/+9
| * | block/drbd: delete invalid function drbd_md_mark_dirty_Jackie Liu2020-03-121-11/+0
| * | block: aoe: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-2/+2
| * | loop: Only freeze block queue when needed.Martijn Coenen2020-03-101-2/+4
| * | loop: Only change blocksize when needed.Martijn Coenen2020-03-101-6/+6
* | | Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-3012-73/+83
|\ \ \ | |_|/ |/| |
| * | block: simplify queue allocationChristoph Hellwig2020-03-278-19/+8
| * | null_blk: use blk_mq_init_queue_dataChristoph Hellwig2020-03-271-22/+1
| * | block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig2020-03-271-6/+6
| * | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-253-0/+3
| * | xen-blkfront.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-5/+1
| * | virtio_blk.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-4/+1
| |/
| * null_blk: Add support for init_hctx() fault injectionBart Van Assche2020-03-101-0/+11
| * null_blk: Handle null_add_dev() failures properlyBart Van Assche2020-03-101-1/+6