summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-221-3/+3
|\|
| * nbd: fix shutdown and recv work deadlock v2Mike Christie2019-12-161-3/+3
* | Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-212-20/+40
|\ \ | |/ |/|
| * xen-blkback: support dynamic unbind/bindPaul Durrant2019-12-201-18/+38
| * xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskNathan Chancellor2019-12-201-2/+2
* | Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-151-0/+10
|\|
| * xen-blkback: prevent premature module unloadPaul Durrant2019-12-131-0/+10
* | Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-073-0/+22
|\|
| * xen-blkback: allow module to be cleanly unloadedPaul Durrant2019-12-043-0/+22
* | Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-063-16/+31
|\ \
| * | null_blk: remove unused variable warning on !CONFIG_BLK_DEV_ZONEDJens Axboe2019-12-041-2/+1
| * | brd: warn on un-aligned bufferMing Lei2019-12-041-0/+4
| * | brd: remove max_hw_sectors queue limitMing Lei2019-12-041-1/+0