aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2020-08-06Merge branch 'v5.6/base' into v5.6/standard/preempt-rt/bcm-2xxx-rpiv5.6/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2020-08-06Merge branch 'v5.6/base' into v5.6/standard/baseBruce Ashfield
2020-06-17block/floppy: fix contended case in floppy_queue_rq()Jiri Kosina
2020-06-07null_blk: return error for invalid zone sizeChaitanya Kulkarni
2020-05-20virtio-blk: handle block_device_operations callbacks after hot unplugStefan Hajnoczi
2020-04-29loop: Better discard support for block devicesEvan Green
2020-04-23rbd: don't test rbd_dev->opts in rbd_dev_image_release()Ilya Dryomov
2020-04-23rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov
2020-04-23rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov
2020-04-17xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()Juergen Gross
2020-04-17null_blk: fix spurious IO errors after failed past-wp accessAlexey Dobriyan
2020-04-17null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'Bart Van Assche
2020-04-17null_blk: Handle null_add_dev() failures properlyBart Van Assche
2020-04-17null_blk: Fix the null_add_dev() error pathBart Van Assche
2020-03-16aufs5: baseBruce Ashfield
2020-03-16Merge tag 'v5.6-rc6' into standard/baseBruce Ashfield
2020-03-11Revert "block: remove (__)blkdev_reread_part as an exported API"He Zhe
2020-03-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-03-08virtio-blk: improve virtqueue error to BLK_STSHalil Pasic
2020-03-08virtio-blk: fix hw_queue stopped on arbitrary errorHalil Pasic
2020-03-07Merge tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-05xen/blkfront: fix ring info addressingJuergen Gross
2020-02-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-25null_blk: remove unused fields in 'nullb_cmd'Dongli Zhang
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson
2020-02-24floppy: check FDC index for errors before assigning itLinus Torvalds
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07new primitive: __fs_parse()Al Viro
2020-02-07switch rbd and libceph to p_log-based primitivesAl Viro
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadAl Viro
2020-02-07Pass consistent param->type to fs_parse()Al Viro
2020-02-06Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2020-02-06virtio-blk: remove VIRTIO_BLK_F_SCSI supportChristoph Hellwig
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-05Merge tag 'for-linus-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-04brd: check and limit max_part parZhiqiang Liu
2020-02-04drivers/block/null_blk_main.c: fix uninitialized var warningsAndrew Morton
2020-02-04drivers/block/null_blk_main.c: fix layoutAndrew Morton
2020-01-31drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...Colin Ian King
2020-01-31zram: try to avoid worst-case scenario on same element pagesTaejoon Song
2020-01-29xen/blkfront: limit allocated memory size to actual use caseJuergen Gross
2020-01-29nbd: add a flush_workqueue in nbd_start_deviceSun Ke
2020-01-29drbd: fifo_alloc() should use struct_sizeStephen Kitt
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-29xen/blkback: Consistently insert one empty line between functionsSeongJae Park
2020-01-29xen/blkback: Remove unnecessary static variable name prefixesSeongJae Park