summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2023-02-07ublk: pass NULL to blk_mq_alloc_disk() as queuedataZiyang Zhang-1/+1
2023-02-07ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()Ziyang Zhang-1/+1
2023-02-07ublk: remove unnecessary NULL check in ublk_rq_has_data()Ziyang Zhang-1/+1
2023-02-03Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2023-02-03zram: use bvec_set_page to initialize bvecsChristoph Hellwig-11/+4
2023-02-03virtio_blk: use bvec_set_virt to initialize special_vecChristoph Hellwig-3/+1
2023-02-03rbd: use bvec_set_page to initialize the copy up bvecChristoph Hellwig-4/+3
2023-02-02block: remove ->rw_pageChristoph Hellwig-74/+2
2023-02-01loop: Improve the hw_queue_depth kernel module parameter implementationBart Van Assche-4/+10
2023-01-31ublk_drv: only allow owner to open unprivileged diskMing Lei-12/+43
2023-01-31block: ublk: extending queue_size to fix overflowLiu Xiaodong-1/+1
2023-01-31drivers/block: Move PARIDE protocol modules to drivers/ata/pata_parportOndrej Zary-4833/+0
2023-01-31drivers/block: Remove PARIDE core and high-level protocolsOndrej Zary-5967/+31
2023-01-31ata: pata_parport: add driver (PARIDE replacement)Ondrej Zary-16/+29
2023-01-29ps3vram: remove bio splittingChristoph Hellwig-7/+0
2023-01-29ublk_drv: add mechanism for supporting unprivileged ublk deviceMing Lei-6/+146
2023-01-29ublk_drv: add module parameter of ublks_max for limiting max allowed ublk devMing Lei-0/+19
2023-01-29ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVTMing Lei-1/+23
2023-01-29ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmdMing Lei-89/+49
2023-01-29ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei-0/+9
2023-01-29ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei-1/+0
2023-01-29drbd: drbd_insert_interval(): Clarify commentAndreas Gruenbacher-1/+1
2023-01-29drbd: interval tree: make removing an "empty" interval a no-opLars Ellenberg-0/+4
2023-01-29drbd: remove macros using require_contextChristoph Böhmwalder-11/+1
2023-01-29drbd: remove unnecessary assignment in vli_encode_bitsChristoph Böhmwalder-1/+1
2023-01-29drbd: split off drbd_config into separate fileChristoph Böhmwalder-1/+2
2023-01-29drbd: drop API_VERSION defineChristoph Böhmwalder-3/+3
2023-01-29drbd: split off drbd_buildtag into separate fileChristoph Böhmwalder-19/+23
2023-01-29block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch-2/+1
2023-01-27Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds-4/+3
2023-01-26block: ublk: move ublk_chr_class destroying after devices are removedMing Lei-4/+3
2023-01-20Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds-1/+3
2023-01-18zram: correctly handle all next_arg() casesSergey Senozhatsky-2/+2
2023-01-18zram: fix typos in commentsJeongHyeon Lee-2/+2
2023-01-17block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang-1/+1
2023-01-16pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe-0/+2
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+2
2023-01-06Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds-0/+2995
2023-01-04Revert "pktcdvd: remove driver."Jens Axboe-0/+2988
2023-01-04ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei-0/+3
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe-0/+4
2022-12-28virtio_blk: Fix signedness bug in virtblk_prep_rq()Rafael Mendonca-2/+4
2022-12-28virtio_blk: use UINT_MAX instead of -1UAngus Chen-1/+1
2022-12-28virtio-blk: use a helper to handle request queuing errorsDmitry Fomichev-13/+16
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-2/+2
2022-12-21Merge tag 'block-6.2-2022-12-19' of git://git.kernel.dk/linuxLinus Torvalds-16/+12
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+4
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington-0/+4
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li-5/+2