summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-134-59/+289
|\
| * rsxx: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-021-1/+1
| * null_blk: add support for max open/active zone limit for zoned devicesNiklas Cassel2020-09-293-58/+282
| * null_blk: Support shared tag bitmapJohn Garry2020-09-241-0/+6
| * Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe2020-09-2418-180/+78
| |\
* | \ Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-1324-217/+105
|\ \ \
| * | | drbd: remove ->this_bdevChristoph Hellwig2020-10-057-33/+25
| * | | drbd: don't set ->bd_containsChristoph Hellwig2020-09-251-2/+0
| * | | drbd: don't detour through bd_contains for the gendiskChristoph Hellwig2020-09-252-2/+2
| | |/ | |/|
| * | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-242-2/+2
| * | bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2020-09-242-7/+13
| * | block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-242-10/+1
| * | aoe: set an optimal I/O sizeChristoph Hellwig2020-09-241-2/+2
| * | drbd: remove dead code in device_to_statisticsChristoph Hellwig2020-09-241-6/+0
| * | zram: cleanup backing_dev_storeChristoph Hellwig2020-09-231-3/+4
| * | pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig2020-09-231-14/+11
| * | pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig2020-09-231-65/+2
| * | block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2020-09-231-4/+4
| * | paride/pcd: use bdev_check_media_changeChristoph Hellwig2020-09-101-1/+1
| * | xsysace: simplify media change handlingChristoph Hellwig2020-09-101-16/+10
| * | xsysace: use bdev_check_media_changeChristoph Hellwig2020-09-101-2/+2
| * | swim3: use bdev_check_media_changedChristoph Hellwig2020-09-101-2/+2
| * | swim: simplify media change handlingChristoph Hellwig2020-09-101-22/+2
| * | swim: use bdev_check_media_changeChristoph Hellwig2020-09-101-2/+4
| * | floppy: use bdev_check_media_changeChristoph Hellwig2020-09-101-3/+5
| * | ataflop: use bdev_check_media_changeChristoph Hellwig2020-09-101-3/+4
| * | amiflop: use bdev_check_media_changeChristoph Hellwig2020-09-101-1/+1
| * | blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei2020-09-031-1/+1
| * | block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-024-12/+6
| * | block: rename bd_invalidatedChristoph Hellwig2020-09-021-4/+4
| * | virtio-blk: Use kobj_to_dev() instead of container_of()Tian Tao2020-09-011-1/+1
| * | block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-3/+1
| * | block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig2020-09-013-6/+7
* | | drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Coly Li2020-10-021-1/+1
| |/ |/|
* | rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov2020-09-071-0/+12
|/
* Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-282-2/+4
|\
| * loop: Set correct device size when using LOOP_CONFIGUREMartijn Coenen2020-08-261-2/+2
| * nbd: restore default timeout when setting it to zeroHou Pu2020-08-261-0/+2
* | Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-244-25/+44
|\|
| * null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu2020-08-211-1/+1
| * block/rnbd: Ensure err is always initialized in process_rdmaNathan Chancellor2020-08-211-1/+2
| * block: virtio_blk: fix handling single range discard requestMing Lei2020-08-171-8/+23
| * block: loop: set discard granularity and alignment for block device backed loopMing Lei2020-08-171-15/+18
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2317-31/+30
|/
* Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-154-57/+33
|\
| * loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURELennart Poettering2020-08-111-0/+2
| * rnbd: no need to set bi_end_io in rnbd_bio_map_kernGuoqing Jiang2020-08-061-1/+0
| * rnbd: remove rnbd_dev_submit_ioGuoqing Jiang2020-08-063-56/+31
* | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\ \
| * | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1