aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-57/+33
2020-08-11loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGUREGravatar Lennart Poettering 1-0/+2
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+1
2020-08-06rnbd: no need to set bi_end_io in rnbd_bio_map_kernGravatar Guoqing Jiang 1-1/+0
2020-08-06rnbd: remove rnbd_dev_submit_ioGravatar Guoqing Jiang 3-56/+31
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-16/+41
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-5/+5
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 20-141/+101
2020-07-20block: remove blk_queue_stack_limitsGravatar Christoph Hellwig 1-2/+2
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeGravatar Jens Axboe 4-16/+41
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeGravatar Jens Axboe 20-141/+101
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 2-4/+4
2020-07-16drbd: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-16Merge tag 'char-misc-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2020-07-16block: use bd_prepare_to_claim directly in the loop driverGravatar Christoph Hellwig 1-4/+3
2020-07-11rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'Gravatar Christophe JAILLET 1-14/+16
2020-07-10Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+15
2020-07-08writeback: remove bdi->congested_fnGravatar Christoph Hellwig 1-59/+0
2020-07-08drbd: remove a bogus bdi_rw_congested callGravatar Christoph Hellwig 1-1/+0
2020-07-08nbd: Fix memory leak in nbd_add_socketGravatar Zheng Bin 1-10/+15
2020-07-08null_blk: introduce zone capacity for zoned deviceGravatar Aravind Ramesh 3-3/+24
2020-07-08block: add capacity field to zone descriptorsGravatar Matias Bjørling 1-0/+2
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversGravatar Jens Axboe 1-0/+1
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Gravatar Luc Van Oostenryck 1-1/+1
2020-07-05Replace HTTP links with HTTPS ones: DRBD driverGravatar Alexander A. Klimov 1-1/+1
2020-07-02Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2020-07-01Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"Gravatar Wade Mealing 1-1/+2
2020-07-01floppy: use block_sizeGravatar Christoph Hellwig 1-6/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctGravatar Christoph Hellwig 6-8/+8
2020-07-01block: move ->make_request_fn to struct block_device_operationsGravatar Christoph Hellwig 10-34/+50
2020-07-01block: remove the request_queue argument from blk_queue_splitGravatar Christoph Hellwig 5-5/+5
2020-07-01zram: stop using ->queuedataGravatar Christoph Hellwig 1-2/+1
2020-07-01umem: stop using ->queuedataGravatar Christoph Hellwig 1-2/+2
2020-07-01rsxx: stop using ->queuedataGravatar Christoph Hellwig 1-4/+1
2020-07-01ps3vram: stop using ->queuedataGravatar Christoph Hellwig 1-2/+1
2020-07-01null_blk: stop using ->queuedata for bio modeGravatar Christoph Hellwig 1-1/+1
2020-07-01drbd: stop using ->queuedataGravatar Christoph Hellwig 2-2/+1
2020-06-30virtio-blk: free vblk-vqs in error path of virtblk_probe()Gravatar Hou Tao 1-0/+1
2020-06-24loop: be paranoid on exit and prevent new additions / removalsGravatar Luis Chamberlain 1-0/+4
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestGravatar Christoph Hellwig 7-11/+23
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+4
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-1/+3
2020-06-18loop: replace kill_bdev with invalidate_bdevGravatar Zheng Bin 1-4/+4
2020-06-16libceph: move away from global osd_req_flagsGravatar Ilya Dryomov 1-1/+3
2020-06-15drbd: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 2-5/+5
2020-06-15sched: Remove sched_set_*() return valueGravatar Peter Zijlstra 1-3/+1