summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
| | |/ | |/|
* | | Merge tag 'block-5.5-2020-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-171-1/+3
|\ \ \ | |/ / |/| |
| * | null_blk: Fix zone write handlingDamien Le Moal2020-01-151-1/+3
* | | Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-031-1/+4
|\| | | |/ |/|
| * null_blk: Fix REQ_OP_ZONE_CLOSE handlingDamien Le Moal2019-12-301-1/+4
* | Merge tag 'block-5.5-20191226' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-271-1/+1
|\|
| * pktcdvd: fix regression on 64-bit architecturesArnd Bergmann2019-12-211-1/+1