summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig-59/+0
2020-07-08drbd: remove a bogus bdi_rw_congested callChristoph Hellwig-1/+0
2020-07-08nbd: Fix memory leak in nbd_add_socketZheng Bin-10/+15
2020-07-08null_blk: introduce zone capacity for zoned deviceAravind Ramesh-3/+24
2020-07-08block: add capacity field to zone descriptorsMatias Bjørling-0/+2
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe-0/+1
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck-1/+1
2020-07-05Replace HTTP links with HTTPS ones: DRBD driverAlexander A. Klimov-1/+1
2020-07-02Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2020-07-01Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"Wade Mealing-1/+2
2020-07-01floppy: use block_sizeChristoph Hellwig-6/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig-8/+8
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig-34/+50
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig-5/+5
2020-07-01zram: stop using ->queuedataChristoph Hellwig-2/+1
2020-07-01umem: stop using ->queuedataChristoph Hellwig-2/+2
2020-07-01rsxx: stop using ->queuedataChristoph Hellwig-4/+1
2020-07-01ps3vram: stop using ->queuedataChristoph Hellwig-2/+1
2020-07-01null_blk: stop using ->queuedata for bio modeChristoph Hellwig-1/+1
2020-07-01drbd: stop using ->queuedataChristoph Hellwig-2/+1
2020-06-30virtio-blk: free vblk-vqs in error path of virtblk_probe()Hou Tao-0/+1
2020-06-24loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain-0/+4
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig-11/+23
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+4
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds-1/+3
2020-06-18loop: replace kill_bdev with invalidate_bdevZheng Bin-4/+4
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov-1/+3
2020-06-15drbd: Replace zero-length array with flexible-arrayGustavo A. R. Silva-5/+5
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra-3/+1
2020-06-15sched,drbd: Convert to sched_set_fifo*()Peter Zijlstra-2/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-17/+17
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-17/+17
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+3
2020-06-11umem: remove redundant initialization of variable retColin Ian King-1/+1
2020-06-11pktcdvd: remove redundant initialization of variable retColin Ian King-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-2/+44
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-0/+4392
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+0
2020-06-04loop: Fix wrong masking of status flagsMartijn Coenen-1/+1
2020-06-04zcomp: Use ARRAY_SIZE() for backends listAndy Shevchenko-4/+3
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-39/+10
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-3/+3
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-387/+468
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-66/+74
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-3/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown-1/+1
2020-06-01rbd: compression_hint optionIlya Dryomov-1/+42