aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-556/+726
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 12-73/+83
2020-03-27null_blk: add trace in null_blk_zoned.cGravatar Chaitanya Kulkarni 1-1/+11
2020-03-27null_blk: add tracepoint helpers for zoned modeGravatar Chaitanya Kulkarni 3-0/+106
2020-03-27block: simplify queue allocationGravatar Christoph Hellwig 8-19/+8
2020-03-27null_blk: use blk_mq_init_queue_dataGravatar Christoph Hellwig 1-22/+1
2020-03-27block: move the ->devnode callback to struct block_device_operationsGravatar Christoph Hellwig 1-6/+6
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerGravatar Christoph Hellwig 3-0/+3
2020-03-19rsxx: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-18xen-blkfront.c: Convert to use set_capacity_revalidate_and_notifyGravatar Balbir Singh 1-5/+1
2020-03-18virtio_blk.c: Convert to use set_capacity_revalidate_and_notifyGravatar Balbir Singh 1-4/+1
2020-03-16floppy: rename the global "fdc" variable to "current_fdc"Gravatar Willy Tarreau 1-130/+137
2020-03-16floppy: separate the FDC's base address from its registersGravatar Willy Tarreau 1-5/+4
2020-03-16floppy: introduce new functions fdc_inb() and fdc_outb()Gravatar Willy Tarreau 1-16/+26
2020-03-16floppy: cleanup: expand the reply_buffer macrosGravatar Willy Tarreau 1-39/+47
2020-03-16floppy: cleanup: expand the R/W / format command macrosGravatar Willy Tarreau 1-96/+98
2020-03-16floppy: cleanup: expand macro DRWEGravatar Willy Tarreau 1-9/+7
2020-03-16floppy: cleanup: expand macro DRSGravatar Willy Tarreau 1-54/+61
2020-03-16floppy: cleanup: expand macro DPGravatar Willy Tarreau 1-37/+47
2020-03-16floppy: cleanup: expand macro UDRWEGravatar Willy Tarreau 1-6/+4
2020-03-16floppy: cleanup: expand macro UDRSGravatar Willy Tarreau 1-79/+83
2020-03-16floppy: cleanup: expand macro UDPGravatar Willy Tarreau 1-75/+77
2020-03-16floppy: cleanup: expand macro UFDCSGravatar Willy Tarreau 1-5/+4
2020-03-16floppy: cleanup: expand macro FDCSGravatar Willy Tarreau 1-92/+91
2020-03-12null_blk: describe the usage of fault injection paramGravatar Dongli Zhang 1-0/+7
2020-03-12null_blk: fix spurious IO errors after failed past-wp accessGravatar Alexey Dobriyan 1-0/+2
2020-03-12nbd: requeue command if the soecket is changedGravatar Hou Pu 1-0/+10
2020-03-12nbd: enable replace socket if only one connection is configuredGravatar Hou Pu 1-8/+9
2020-03-12block/drbd: delete invalid function drbd_md_mark_dirty_Gravatar Jackie Liu 1-11/+0
2020-03-12block: aoe: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-2/+2
2020-03-10loop: Only freeze block queue when needed.Gravatar Martijn Coenen 1-2/+4
2020-03-10loop: Only change blocksize when needed.Gravatar Martijn Coenen 1-6/+6
2020-03-10null_blk: Add support for init_hctx() fault injectionGravatar Bart Van Assche 1-0/+11
2020-03-10null_blk: Handle null_add_dev() failures properlyGravatar Bart Van Assche 1-1/+6
2020-03-10null_blk: Fix the null_add_dev() error pathGravatar Bart Van Assche 1-0/+1
2020-03-10null_blk: Fix changing the number of hardware queuesGravatar Bart Van Assche 1-37/+66
2020-03-10null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'Gravatar Bart Van Assche 1-1/+1
2020-03-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-5/+12
2020-03-08virtio-blk: improve virtqueue error to BLK_STSGravatar Halil Pasic 1-2/+7
2020-03-08virtio-blk: fix hw_queue stopped on arbitrary errorGravatar Halil Pasic 1-3/+5
2020-03-07Merge tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-38/+42
2020-03-05xen/blkfront: fix ring info addressingGravatar Juergen Gross 1-38/+42
2020-02-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-1/+1
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-5/+0
2020-02-25null_blk: remove unused fields in 'nullb_cmd'Gravatar Dongli Zhang 2-5/+0
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Gravatar Adam Williamson 1-1/+1
2020-02-24floppy: check FDC index for errors before assigning itGravatar Linus Torvalds 1-2/+5
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-20/+11
2020-02-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-127/+1
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-6/+2