summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-213-45/+32
|\ \
| * | brd: remove brd_devices_mutex mutexTetsuo Handa2022-01-171-43/+30
| * | aoe: remove redundant assignment on variable nColin Ian King2022-01-131-1/+1
| * | loop: remove redundant initialization of pointer nodeColin Ian King2022-01-131-1/+1
* | | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-2/+3
|\ \ \
| * | | rbd: make const pointer spaces a static const arrayColin Ian King2022-01-131-1/+1
| * | | libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-131-1/+2
| | |/ | |/|
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-2/+2
|\ \ \
| * | | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-2/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-9/+2
|\ \ \
| * | | zram: use ATTRIBUTE_GROUPSLuis Chamberlain2022-01-151-9/+2
| |/ /
* | | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-141-0/+1
|\ \ \ | |_|/ |/| |
| * | Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-031-3/+12
| |\|
| * | paride: fix up build warning on mips platformsGreg Kroah-Hartman2021-12-211-0/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-01-134-12/+12
|\ \ \
| * \ \ Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe2022-01-131-3/+12
| |\ \ \ | | | |/ | | |/|
| * | | RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar2022-01-072-3/+3
| * | | RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sessVaishali Thakkar2022-01-072-3/+3
| * | | RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_pathVaishali Thakkar2022-01-071-6/+6
| | |/ | |/|
* | | Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-1221-4312/+249
|\ \ \
| * | | block/rnbd-clt-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
| * | | pktcdvd: convert to use attribute groupsGreg Kroah-Hartman2022-01-031-141/+134
| * | | block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei2021-12-231-1/+1
| * | | block: remove the rsxx driverChristoph Hellwig2021-12-1611-4020/+0
| * | | rsxx: Drop PCI legacy power managementBjorn Helgaas2021-12-141-7/+0
| * | | mtip32xx: convert to generic power managementVaibhav Gupta2021-12-141-38/+10
| * | | mtip32xx: remove pointless drvdata lookupsBjorn Helgaas2021-12-141-13/+12
| * | | mtip32xx: remove pointless drvdata checkingBjorn Helgaas2021-12-141-14/+1
| * | | drbd: Use struct_group() to zero algsKees Cook2021-12-133-4/+8
| * | | loop: make autoclear operation asynchronousTetsuo Handa2021-12-132-29/+37
| * | | null_blk: cast command status to integerJens Axboe2021-12-101-1/+1
| * | | pktdvd: stop using bdi congestion framework.NeilBrown2021-12-091-11/+20
| * | | block: null_blk: batched complete poll requestsMing Lei2021-12-031-1/+3
| * | | floppy: Add max size check for user space requestXiongwei Song2021-12-031-1/+3
| * | | floppy: Fix hang in watchdog when disk is ejectedTasos Sahanidis2021-12-031-1/+1
| * | | null_blk: allow zero poll queuesMing Lei2021-12-021-4/+2
| * | | loop: don't hold lo_mutex during __loop_clr_fd()Tetsuo Handa2021-11-291-33/+22
* | | | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-1226-62/+63
|\| | | | |_|/ |/| |
| * | block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-295-6/+6
| * | block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-299-16/+16
| * | block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-2917-10/+14
| * | null_blk: don't suppress partitioning informationChristoph Hellwig2021-11-291-1/+1
| * | block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig2021-11-292-5/+5
| * | block: remove GENHD_FL_CDChristoph Hellwig2021-11-293-24/+21
| * | block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig2021-11-291-1/+1
* | | xen/blkfront: harden blkfront against event channel stormsJuergen Gross2021-12-161-3/+12
| |/ |/|
* | Merge tag 'block-5.16-2021-12-03' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-041-1/+1
|\ \ | |/ |/|
| * loop: Use pr_warn_once() for loop_control_remove() warningTetsuo Handa2021-11-291-1/+1