summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-17brd: use radix_tree_maybe_preload instead of radix_tree_preloadPankaj Raghav
2023-02-16brd: mark as nowait compatibleJens Axboe
2023-02-16brd: check for REQ_NOWAIT and set correct page allocation maskJens Axboe
2023-02-16brd: return 0/-error from brd_insert_page()Jens Axboe
2023-02-13block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong
2023-02-07block: ublk: improve handling device deletionMing Lei
2023-02-07ublk: pass NULL to blk_mq_alloc_disk() as queuedataZiyang Zhang
2023-02-07ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()Ziyang Zhang
2023-02-07ublk: remove unnecessary NULL check in ublk_rq_has_data()Ziyang Zhang
2023-02-03Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-03zram: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-02-03virtio_blk: use bvec_set_virt to initialize special_vecChristoph Hellwig
2023-02-03rbd: use bvec_set_page to initialize the copy up bvecChristoph Hellwig
2023-02-02block: remove ->rw_pageChristoph Hellwig
2023-02-01loop: Improve the hw_queue_depth kernel module parameter implementationBart Van Assche
2023-01-31ublk_drv: only allow owner to open unprivileged diskMing Lei
2023-01-31block: ublk: extending queue_size to fix overflowLiu Xiaodong
2023-01-31drivers/block: Move PARIDE protocol modules to drivers/ata/pata_parportOndrej Zary
2023-01-31drivers/block: Remove PARIDE core and high-level protocolsOndrej Zary
2023-01-31ata: pata_parport: add driver (PARIDE replacement)Ondrej Zary
2023-01-29ps3vram: remove bio splittingChristoph Hellwig
2023-01-29ublk_drv: add mechanism for supporting unprivileged ublk deviceMing Lei
2023-01-29ublk_drv: add module parameter of ublks_max for limiting max allowed ublk devMing Lei
2023-01-29ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVTMing Lei
2023-01-29ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmdMing Lei
2023-01-29ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei
2023-01-29ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei
2023-01-29drbd: drbd_insert_interval(): Clarify commentAndreas Gruenbacher
2023-01-29drbd: interval tree: make removing an "empty" interval a no-opLars Ellenberg
2023-01-29drbd: remove macros using require_contextChristoph Böhmwalder
2023-01-29drbd: remove unnecessary assignment in vli_encode_bitsChristoph Böhmwalder
2023-01-29drbd: split off drbd_config into separate fileChristoph Böhmwalder
2023-01-29drbd: drop API_VERSION defineChristoph Böhmwalder
2023-01-29drbd: split off drbd_buildtag into separate fileChristoph Böhmwalder
2023-01-29block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch
2023-01-27Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-26block: ublk: move ublk_chr_class destroying after devices are removedMing Lei
2023-01-20Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-18zram: correctly handle all next_arg() casesSergey Senozhatsky
2023-01-18zram: fix typos in commentsJeongHyeon Lee
2023-01-17block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang
2023-01-16pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-06Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-04Revert "pktcdvd: remove driver."Jens Axboe
2023-01-04ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe