summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * null_blk: Fix the null_add_dev() error pathBart Van Assche2020-03-101-0/+1
| * null_blk: Fix changing the number of hardware queuesBart Van Assche2020-03-101-37/+66
| * null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'Bart Van Assche2020-03-101-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-03-091-5/+12
|\ \ | |/ |/|
| * virtio-blk: improve virtqueue error to BLK_STSHalil Pasic2020-03-081-2/+7
| * virtio-blk: fix hw_queue stopped on arbitrary errorHalil Pasic2020-03-081-3/+5
* | Merge tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-071-38/+42
|\ \ | |/ |/|
| * xen/blkfront: fix ring info addressingJuergen Gross2020-03-051-38/+42
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-02-291-1/+1
|\ \
| * | scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson2020-02-241-1/+1
| |/
* | Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-282-5/+0
|\ \
| * | null_blk: remove unused fields in 'nullb_cmd'Dongli Zhang2020-02-252-5/+0
| |/
* / floppy: check FDC index for errors before assigning itLinus Torvalds2020-02-241-2/+5
|/
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-20/+11
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-6/+2
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
| * new primitive: __fs_parse()Al Viro2020-02-071-1/+1
| * switch rbd and libceph to p_log-based primitivesAl Viro2020-02-071-8/+6
| * struct p_log, variants of warnf() et.al. taking that one insteadAl Viro2020-02-071-0/+1
| * Pass consistent param->type to fs_parse()Al Viro2020-02-071-5/+2
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-02-072-127/+1
|\ \
| * | virtio-blk: remove VIRTIO_BLK_F_SCSI supportChristoph Hellwig2020-02-062-124/+1
* | | Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2020-02-061-2/+2
|\ \ \
| * | | rbd: set the 'device' link in sysfsHannes Reinecke2020-01-271-1/+1
| * | | rbd: work around -Wuninitialized warningArnd Bergmann2020-01-271-1/+1
| |/ /
* | | Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-067-12/+39
|\ \ \
| * | | brd: check and limit max_part parZhiqiang Liu2020-02-041-2/+20
| * | | xen/blkfront: limit allocated memory size to actual use caseJuergen Gross2020-01-291-5/+3
| * | | nbd: add a flush_workqueue in nbd_start_deviceSun Ke2020-01-291-0/+10
| * | | drbd: fifo_alloc() should use struct_sizeStephen Kitt2020-01-294-5/+6
* | | | Merge tag 'for-linus-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-053-25/+44
|\ \ \ \
| * | | | xen/blkback: Consistently insert one empty line between functionsSeongJae Park2020-01-291-5/+2
| * | | | xen/blkback: Remove unnecessary static variable name prefixesSeongJae Park2020-01-291-20/+17
| * | | | xen/blkback: Squeeze page pools if a memory pressure is detectedSeongJae Park2020-01-293-2/+27
| | |_|/ | |/| |
* | | | drivers/block/null_blk_main.c: fix uninitialized var warningsAndrew Morton2020-02-041-1/+1
* | | | drivers/block/null_blk_main.c: fix layoutAndrew Morton2020-02-041-28/+28
* | | | drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...Colin Ian King2020-01-311-2/+1
* | | | zram: try to avoid worst-case scenario on same element pagesTaejoon Song2020-01-311-2/+5
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-299-25/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann2020-01-031-0/+3
| * | | compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann2020-01-031-0/+3
| * | | compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann2020-01-035-0/+7
| * | | compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann2020-01-031-23/+1
| * | | compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann2020-01-031-4/+2
| * | | compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann2020-01-031-0/+1