summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2020-09-23zram: cleanup backing_dev_storeChristoph Hellwig-3/+4
2020-09-23pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig-14/+11
2020-09-23pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig-65/+2
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig-4/+4
2020-09-10paride/pcd: use bdev_check_media_changeChristoph Hellwig-1/+1
2020-09-10xsysace: simplify media change handlingChristoph Hellwig-16/+10
2020-09-10xsysace: use bdev_check_media_changeChristoph Hellwig-2/+2
2020-09-10swim3: use bdev_check_media_changedChristoph Hellwig-2/+2
2020-09-10swim: simplify media change handlingChristoph Hellwig-22/+2
2020-09-10swim: use bdev_check_media_changeChristoph Hellwig-2/+4
2020-09-10floppy: use bdev_check_media_changeChristoph Hellwig-3/+5
2020-09-10ataflop: use bdev_check_media_changeChristoph Hellwig-3/+4
2020-09-10amiflop: use bdev_check_media_changeChristoph Hellwig-1/+1
2020-09-07rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov-0/+12
2020-09-03blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei-1/+1
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig-12/+6
2020-09-02block: rename bd_invalidatedChristoph Hellwig-4/+4
2020-09-01virtio-blk: Use kobj_to_dev() instead of container_of()Tian Tao-1/+1
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig-3/+1
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig-6/+7
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+4
2020-08-26loop: Set correct device size when using LOOP_CONFIGUREMartijn Coenen-2/+2
2020-08-26nbd: restore default timeout when setting it to zeroHou Pu-0/+2
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds-25/+44
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-31/+30
2020-08-21null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu-1/+1
2020-08-21block/rnbd: Ensure err is always initialized in process_rdmaNathan Chancellor-1/+2
2020-08-17block: virtio_blk: fix handling single range discard requestMing Lei-8/+23
2020-08-17block: loop: set discard granularity and alignment for block device backed loopMing Lei-15/+18
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds-57/+33
2020-08-11loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURELennart Poettering-0/+2
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-1/+0
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+1
2020-08-06rnbd: no need to set bi_end_io in rnbd_bio_map_kernGuoqing Jiang-1/+0
2020-08-06rnbd: remove rnbd_dev_submit_ioGuoqing Jiang-56/+31
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds-16/+41
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+5
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds-141/+101
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig-2/+2
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe-16/+41
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe-141/+101
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-4/+4
2020-07-16drbd: Remove uninitialized_var() usageKees Cook-1/+1
2020-07-16Merge tag 'char-misc-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2020-07-16block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig-4/+3
2020-07-11rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'Christophe JAILLET-14/+16
2020-07-10Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+15