aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-07new primitive: __fs_parse()Gravatar Al Viro 1-1/+1
2020-02-07switch rbd and libceph to p_log-based primitivesGravatar Al Viro 1-8/+6
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadGravatar Al Viro 1-0/+1
2020-02-07Pass consistent param->type to fs_parse()Gravatar Al Viro 1-5/+2
2020-02-06Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-2/+2
2020-02-06virtio-blk: remove VIRTIO_BLK_F_SCSI supportGravatar Christoph Hellwig 2-124/+1
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-12/+39
2020-02-05Merge tag 'for-linus-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-25/+44
2020-02-04brd: check and limit max_part parGravatar Zhiqiang Liu 1-2/+20
2020-02-04drivers/block/null_blk_main.c: fix uninitialized var warningsGravatar Andrew Morton 1-1/+1
2020-02-04drivers/block/null_blk_main.c: fix layoutGravatar Andrew Morton 1-28/+28
2020-01-31drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...Gravatar Colin Ian King 1-2/+1
2020-01-31zram: try to avoid worst-case scenario on same element pagesGravatar Taejoon Song 1-2/+5
2020-01-29xen/blkfront: limit allocated memory size to actual use caseGravatar Juergen Gross 1-5/+3
2020-01-29nbd: add a flush_workqueue in nbd_start_deviceGravatar Sun Ke 1-0/+10
2020-01-29drbd: fifo_alloc() should use struct_sizeGravatar Stephen Kitt 4-5/+6
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 9-25/+15
2020-01-29xen/blkback: Consistently insert one empty line between functionsGravatar SeongJae Park 1-5/+2
2020-01-29xen/blkback: Remove unnecessary static variable name prefixesGravatar SeongJae Park 1-20/+17
2020-01-29xen/blkback: Squeeze page pools if a memory pressure is detectedGravatar SeongJae Park 3-2/+27
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-1/+1
2020-01-27rbd: set the 'device' link in sysfsGravatar Hannes Reinecke 1-1/+1
2020-01-27rbd: work around -Wuninitialized warningGravatar Arnd Bergmann 1-1/+1
2020-01-17Merge tag 'block-5.5-2020-01-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+3
2020-01-15null_blk: Fix zone write handlingGravatar Damien Le Moal 1-1/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2020-01-03Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+4
2020-01-03compat_ioctl: move cdrom commands into cdrom.cGravatar Arnd Bergmann 1-0/+3
2020-01-03compat_ioctl: scsi: move ioctl handling into driversGravatar Arnd Bergmann 1-0/+3
2020-01-03compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversGravatar Arnd Bergmann 5-0/+7
2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENGravatar Arnd Bergmann 1-23/+1
2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiGravatar Arnd Bergmann 1-4/+2
2020-01-03compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlGravatar Arnd Bergmann 1-0/+1
2019-12-30null_blk: Fix REQ_OP_ZONE_CLOSE handlingGravatar Damien Le Moal 1-1/+4
2019-12-27Merge tag 'block-5.5-20191226' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2019-12-22Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2019-12-21pktcdvd: fix regression on 64-bit architecturesGravatar Arnd Bergmann 1-1/+1
2019-12-21Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-20/+40
2019-12-20xen-blkback: support dynamic unbind/bindGravatar Paul Durrant 1-18/+38
2019-12-20xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskGravatar Nathan Chancellor 1-2/+2
2019-12-16nbd: fix shutdown and recv work deadlock v2Gravatar Mike Christie 1-3/+3
2019-12-15Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+10
2019-12-13xen-blkback: prevent premature module unloadGravatar Paul Durrant 1-0/+10
2019-12-07Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-0/+22
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-16/+31
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-220/+247