summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-1335-3194/+428
|\
| * floppy: Fix memory leak in do_floppy_init()Yuan Can2022-12-041-1/+3
| * pktcdvd: remove driver.Greg Kroah-Hartman2022-12-023-2988/+0
| * null_blk: support read-only and offline zone conditionsShin'ichiro Kawasaki2022-12-013-4/+121
| * drbd: add context parameter to expect() macroChristoph Böhmwalder2022-12-016-42/+42
| * drbd: introduce drbd_ratelimit()Christoph Böhmwalder2022-12-018-18/+26
| * drbd: introduce dynamic debugChristoph Böhmwalder2022-12-011-36/+97
| * drbd: split polymorph printk to its own fileChristoph Böhmwalder2022-12-012-67/+73
| * drbd: unify how failed assertions are loggedChristoph Böhmwalder2022-12-011-3/+5
| * virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]Pankaj Raghav2022-11-301-4/+4
| * drbd: destroy workqueue when drbd device was freedWang ShaoBo2022-11-241-1/+5
| * drbd: remove call to memset before free device/resource/connectionWang ShaoBo2022-11-241-3/+0
| * drbd: use consistent licenseChristoph Böhmwalder2022-11-2225-25/+25
| * drbd: Store op in drbd_peer_requestChristoph Böhmwalder2022-11-093-40/+53
| * drbd: disable discard support if granularity > maxPhilipp Reisner2022-11-091-0/+13
| * drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder2022-11-091-5/+5
| * block: set the disk capacity to 0 in blk_mark_disk_deadChristoph Hellwig2022-11-021-1/+0
* | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-124-13/+13
|\ \
| * | use less confusing names for iov_iter direction initializersAl Viro2022-11-254-13/+13
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-2/+2
|\ \ \
| * | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* | | | Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds2022-11-251-44/+38
|\ \ \ \ | |_|/ / |/| | |
| * | | ublk_drv: don't forward io commands in reserve orderMing Lei2022-11-231-44/+38
* | | | Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds2022-11-181-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | drbd: use after free in drbd_create_device()Dan Carpenter2022-11-151-2/+2
* | | Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2022-11-052-47/+74
|\ \ \ | |/ /
| * | ublk_drv: add ublk_queue_cmd() for cleanupMing Lei2022-10-311-26/+21
| * | ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei2022-10-311-30/+53
| * | ublk_drv: comment on ublk_driver entry of KconfigMing Lei2022-10-311-0/+6
| * | ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei2022-10-311-0/+3
* | | Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds2022-10-291-1/+3
|\ \ \ | |/ / | | / | |/ |/|
| * rbd: fix possible memory leak in rbd_sysfs_init()Yang Yingliang2022-10-271-1/+3
* | Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds2022-10-212-9/+7
|\ \ | |/
| * drbd: only clone bio if we have a backing deviceChristoph Böhmwalder2022-10-201-8/+6
| * ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou2022-10-191-1/+1
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-2/+2
|\ \
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-23/+3
|\ \ \ | |/ / |/| |
| * | zram: always expose rw_pageBrian Geffon2022-10-121-23/+3
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-22/+31
|\ \ \ | |/ /
| * | zram: keep comments within 80-columns limitSergey Senozhatsky2022-10-031-8/+11
| * | zram: do not waste zram_table_entry flags bitsSergey Senozhatsky2022-10-032-8/+9
| * | zram: don't retry compress incompressible pageAlexey Romanov2022-09-111-2/+12
| * | drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...Sergey Senozhatsky2022-09-111-9/+4
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-101-18/+92
|\ \ \ | |_|/ |/| |
| * | virtio_blk: add SECURE ERASE command supportAlvaro Karsz2022-10-071-18/+92
* | | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-2/+0
|\ \ \
| * | | nbd: remove define-only NBD_MAGIC, previously magic numberнаб2022-09-241-2/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-10-071-6/+5
|\ \ \ \
| * \ \ \ Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-068-32/+89
| |\ \ \ \ | | | |/ / | | |/| |