summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds-4312/+249
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds-62/+63
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar-3/+3
2022-01-07RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sessVaishali Thakkar-3/+3
2022-01-07RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_pathVaishali Thakkar-6/+6
2022-01-05block/rnbd-clt-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman-1/+2
2022-01-03pktcdvd: convert to use attribute groupsGreg Kroah-Hartman-141/+134
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman-3/+12
2021-12-23block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei-1/+1
2021-12-21paride: fix up build warning on mips platformsGreg Kroah-Hartman-0/+1
2021-12-16block: remove the rsxx driverChristoph Hellwig-4020/+0
2021-12-16xen/blkfront: harden blkfront against event channel stormsJuergen Gross-3/+12
2021-12-14rsxx: Drop PCI legacy power managementBjorn Helgaas-7/+0
2021-12-14mtip32xx: convert to generic power managementVaibhav Gupta-38/+10
2021-12-14mtip32xx: remove pointless drvdata lookupsBjorn Helgaas-13/+12
2021-12-14mtip32xx: remove pointless drvdata checkingBjorn Helgaas-14/+1
2021-12-13drbd: Use struct_group() to zero algsKees Cook-4/+8
2021-12-13loop: make autoclear operation asynchronousTetsuo Handa-29/+37
2021-12-10null_blk: cast command status to integerJens Axboe-1/+1
2021-12-09pktdvd: stop using bdi congestion framework.NeilBrown-11/+20
2021-12-04Merge tag 'block-5.16-2021-12-03' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2021-12-03block: null_blk: batched complete poll requestsMing Lei-1/+3
2021-12-03floppy: Add max size check for user space requestXiongwei Song-1/+3
2021-12-03floppy: Fix hang in watchdog when disk is ejectedTasos Sahanidis-1/+1
2021-12-02null_blk: allow zero poll queuesMing Lei-4/+2
2021-11-29loop: Use pr_warn_once() for loop_control_remove() warningTetsuo Handa-1/+1
2021-11-29loop: don't hold lo_mutex during __loop_clr_fd()Tetsuo Handa-33/+22
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig-6/+6
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig-16/+16
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig-10/+14
2021-11-29null_blk: don't suppress partitioning informationChristoph Hellwig-1/+1
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig-5/+5
2021-11-29block: remove GENHD_FL_CDChristoph Hellwig-24/+21
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig-1/+1
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-2/+1
2021-11-26zram: only make zram_wb_devops for CONFIG_ZRAM_WRITEBACKJens Axboe-0/+2
2021-11-24virtio-blk: modify the value type of num in virtio_queue_rq()Ye Guojin-1/+1
2021-11-24Revert "virtio-blk: don't let virtio core to validate used length"Michael S. Tsirkin-1/+0
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds-74/+143
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-18/+48
2021-11-06zram: introduce an aged idle interfaceBrian Geffon-16/+46
2021-11-06zram: off by one in read_block_state()Dan Carpenter-1/+1
2021-11-06zram_drv: allow reclaim on bio_allocJaewon Kim-1/+1
2021-11-06ataflop: Add missing semicolon to return statementGeert Uytterhoeven-1/+1
2021-11-04floppy: address add_disk() error handling on probeLuis Chamberlain-4/+13
2021-11-04ataflop: address add_disk() error handling on probeLuis Chamberlain-6/+12
2021-11-04ataflop: remove ataflop_probe_lock mutexTetsuo Handa-20/+27
2021-11-04block/sunvdc: add error handling support for add_disk()Luis Chamberlain-3/+11
2021-11-04z2ram: add error handling support for add_disk()Luis Chamberlain-2/+5
2021-11-04loop: Remove duplicate assignmentsluo penghao-1/+0