summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-4/+1
|\ \ \ | |_|/ |/| |
| * | sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-3/+1
| * | sched,drbd: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
| |/
* | Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-2/+2
|\ \
| * | block: remove blk_queue_stack_limitsChristoph Hellwig2020-07-201-2/+2
| * | Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe2020-07-204-16/+41
| |\ \
| * \ \ Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe2020-07-2020-141/+101
| |\ \ \
* | \ \ \ Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-054-16/+41
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'Christophe JAILLET2020-07-111-14/+16
| * | | | null_blk: introduce zone capacity for zoned deviceAravind Ramesh2020-07-083-3/+24
| * | | | block: add capacity field to zone descriptorsMatias Bjørling2020-07-081-0/+2
| * | | | Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-081-0/+1
| |\ \ \ \
* | \ \ \ \ Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\ \ \ \ \ \
| * | | | | | Replace HTTP links with HTTPS ones: DRBD driverAlexander A. Klimov2020-07-051-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-043-5/+5
|\ \ \ \ \ \
| * | | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-4/+4
| * | | | | | drbd: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | | | | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-0320-141/+101
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig2020-07-161-4/+3
| * | | | | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-59/+0
| * | | | | drbd: remove a bogus bdi_rw_congested callChristoph Hellwig2020-07-081-1/+0
| | |_|/ / | |/| | |
| * | | | floppy: use block_sizeChristoph Hellwig2020-07-011-6/+1
| * | | | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-016-8/+8
| * | | | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-0110-34/+50
| * | | | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-015-5/+5
| * | | | zram: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
| * | | | umem: stop using ->queuedataChristoph Hellwig2020-07-011-2/+2
| * | | | rsxx: stop using ->queuedataChristoph Hellwig2020-07-011-4/+1
| * | | | ps3vram: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
| * | | | null_blk: stop using ->queuedata for bio modeChristoph Hellwig2020-07-011-1/+1
| * | | | drbd: stop using ->queuedataChristoph Hellwig2020-07-012-2/+1
| * | | | loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain2020-06-241-0/+4
| * | | | blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-247-11/+23
| |/ / /
* | | | Merge tag 'char-misc-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-07-161-1/+2
|\ \ \ \