aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds4-59/+289
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds24-217/+105
2020-10-05drbd: remove ->this_bdevChristoph Hellwig7-33/+25
2020-10-02rsxx: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-10-02drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Coly Li1-1/+1
2020-09-29null_blk: add support for max open/active zone limit for zoned devicesNiklas Cassel3-58/+282
2020-09-25drbd: don't set ->bd_containsChristoph Hellwig1-2/+0
2020-09-25drbd: don't detour through bd_contains for the gendiskChristoph Hellwig2-2/+2
2020-09-24null_blk: Support shared tag bitmapJohn Garry1-0/+6
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe18-180/+78
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2-2/+2
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2-7/+13
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig2-10/+1
2020-09-24aoe: set an optimal I/O sizeChristoph Hellwig1-2/+2
2020-09-24drbd: remove dead code in device_to_statisticsChristoph Hellwig1-6/+0
2020-09-23zram: cleanup backing_dev_storeChristoph Hellwig1-3/+4
2020-09-23pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig1-14/+11
2020-09-23pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig1-65/+2
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig1-4/+4
2020-09-10paride/pcd: use bdev_check_media_changeChristoph Hellwig1-1/+1
2020-09-10xsysace: simplify media change handlingChristoph Hellwig1-16/+10
2020-09-10xsysace: use bdev_check_media_changeChristoph Hellwig1-2/+2
2020-09-10swim3: use bdev_check_media_changedChristoph Hellwig1-2/+2
2020-09-10swim: simplify media change handlingChristoph Hellwig1-22/+2
2020-09-10swim: use bdev_check_media_changeChristoph Hellwig1-2/+4
2020-09-10floppy: use bdev_check_media_changeChristoph Hellwig1-3/+5
2020-09-10ataflop: use bdev_check_media_changeChristoph Hellwig1-3/+4
2020-09-10amiflop: use bdev_check_media_changeChristoph Hellwig1-1/+1
2020-09-07rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov1-0/+12
2020-09-03blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei1-1/+1
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig4-12/+6
2020-09-02block: rename bd_invalidatedChristoph Hellwig1-4/+4
2020-09-01virtio-blk: Use kobj_to_dev() instead of container_of()Tian Tao1-1/+1
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig1-3/+1
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig3-6/+7
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2020-08-26loop: Set correct device size when using LOOP_CONFIGUREMartijn Coenen1-2/+2
2020-08-26nbd: restore default timeout when setting it to zeroHou Pu1-0/+2
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds4-25/+44
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva17-31/+30
2020-08-21null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu1-1/+1
2020-08-21block/rnbd: Ensure err is always initialized in process_rdmaNathan Chancellor1-1/+2
2020-08-17block: virtio_blk: fix handling single range discard requestMing Lei1-8/+23
2020-08-17block: loop: set discard granularity and alignment for block device backed loopMing Lei1-15/+18
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds4-57/+33
2020-08-11loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURELennart Poettering1-0/+2
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2020-08-06rnbd: no need to set bi_end_io in rnbd_bio_map_kernGuoqing Jiang1-1/+0