summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+2
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain1-9/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-2/+2
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-12/+12
2022-01-13Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe1-3/+12
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds21-4312/+249
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds26-62/+63
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar2-3/+3
2022-01-07RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sessVaishali Thakkar2-3/+3
2022-01-07RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_pathVaishali Thakkar1-6/+6
2022-01-05block/rnbd-clt-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-03pktcdvd: convert to use attribute groupsGreg Kroah-Hartman1-141/+134
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman1-3/+12
2021-12-23block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei1-1/+1
2021-12-21paride: fix up build warning on mips platformsGreg Kroah-Hartman1-0/+1
2021-12-16block: remove the rsxx driverChristoph Hellwig11-4020/+0
2021-12-16xen/blkfront: harden blkfront against event channel stormsJuergen Gross1-3/+12
2021-12-14rsxx: Drop PCI legacy power managementBjorn Helgaas1-7/+0
2021-12-14mtip32xx: convert to generic power managementVaibhav Gupta1-38/+10
2021-12-14mtip32xx: remove pointless drvdata lookupsBjorn Helgaas1-13/+12
2021-12-14mtip32xx: remove pointless drvdata checkingBjorn Helgaas1-14/+1
2021-12-13drbd: Use struct_group() to zero algsKees Cook3-4/+8
2021-12-13loop: make autoclear operation asynchronousTetsuo Handa2-29/+37
2021-12-10null_blk: cast command status to integerJens Axboe1-1/+1
2021-12-09pktdvd: stop using bdi congestion framework.NeilBrown1-11/+20
2021-12-04Merge tag 'block-5.16-2021-12-03' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-12-03block: null_blk: batched complete poll requestsMing Lei1-1/+3
2021-12-03floppy: Add max size check for user space requestXiongwei Song1-1/+3
2021-12-03floppy: Fix hang in watchdog when disk is ejectedTasos Sahanidis1-1/+1
2021-12-02null_blk: allow zero poll queuesMing Lei1-4/+2
2021-11-29loop: Use pr_warn_once() for loop_control_remove() warningTetsuo Handa1-1/+1
2021-11-29loop: don't hold lo_mutex during __loop_clr_fd()Tetsuo Handa1-33/+22
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig5-6/+6
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig9-16/+16
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig17-10/+14
2021-11-29null_blk: don't suppress partitioning informationChristoph Hellwig1-1/+1
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig2-5/+5
2021-11-29block: remove GENHD_FL_CDChristoph Hellwig3-24/+21
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig1-1/+1
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+1
2021-11-26zram: only make zram_wb_devops for CONFIG_ZRAM_WRITEBACKJens Axboe1-0/+2
2021-11-24virtio-blk: modify the value type of num in virtio_queue_rq()Ye Guojin1-1/+1
2021-11-24Revert "virtio-blk: don't let virtio core to validate used length"Michael S. Tsirkin1-1/+0
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds11-74/+143
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-18/+48
2021-11-06zram: introduce an aged idle interfaceBrian Geffon1-16/+46
2021-11-06zram: off by one in read_block_state()Dan Carpenter1-1/+1
2021-11-06zram_drv: allow reclaim on bio_allocJaewon Kim1-1/+1