summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds16-199/+392
2023-02-17brd: use radix_tree_maybe_preload instead of radix_tree_preloadPankaj Raghav1-1/+1
2023-02-16brd: mark as nowait compatibleJens Axboe1-0/+1
2023-02-16brd: check for REQ_NOWAIT and set correct page allocation maskJens Axboe1-20/+28
2023-02-16brd: return 0/-error from brd_insert_page()Jens Axboe1-14/+12
2023-02-13block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong1-4/+9
2023-02-08block: ublk: improve handling device deletionMing Lei1-4/+18
2023-02-07ublk: pass NULL to blk_mq_alloc_disk() as queuedataZiyang Zhang1-1/+1
2023-02-07ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()Ziyang Zhang1-1/+1
2023-02-07ublk: remove unnecessary NULL check in ublk_rq_has_data()Ziyang Zhang1-1/+1
2023-02-03Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-02-03zram: use bvec_set_page to initialize bvecsChristoph Hellwig1-11/+4
2023-02-03virtio_blk: use bvec_set_virt to initialize special_vecChristoph Hellwig1-3/+1
2023-02-03rbd: use bvec_set_page to initialize the copy up bvecChristoph Hellwig1-4/+3
2023-02-01loop: Improve the hw_queue_depth kernel module parameter implementationBart Van Assche1-4/+10
2023-01-31ublk_drv: only allow owner to open unprivileged diskMing Lei1-12/+43
2023-01-31block: ublk: extending queue_size to fix overflowLiu Xiaodong1-1/+1
2023-01-30ps3vram: remove bio splittingChristoph Hellwig1-7/+0
2023-01-30ublk_drv: add mechanism for supporting unprivileged ublk deviceMing Lei1-6/+146
2023-01-30ublk_drv: add module parameter of ublks_max for limiting max allowed ublk devMing Lei1-0/+19
2023-01-30ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVTMing Lei1-1/+23
2023-01-30ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmdMing Lei1-89/+49
2023-01-30ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei1-0/+9
2023-01-30ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei1-1/+0
2023-01-30drbd: drbd_insert_interval(): Clarify commentAndreas Gruenbacher1-1/+1
2023-01-30drbd: interval tree: make removing an "empty" interval a no-opLars Ellenberg1-0/+4
2023-01-30drbd: remove macros using require_contextChristoph Böhmwalder1-11/+1
2023-01-30drbd: remove unnecessary assignment in vli_encode_bitsChristoph Böhmwalder1-1/+1
2023-01-30drbd: split off drbd_config into separate fileChristoph Böhmwalder2-1/+2
2023-01-30drbd: drop API_VERSION defineChristoph Böhmwalder3-3/+3
2023-01-30drbd: split off drbd_buildtag into separate fileChristoph Böhmwalder3-19/+23
2023-01-30block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-2/+1
2023-01-28Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds1-4/+3
2023-01-26block: ublk: move ublk_chr_class destroying after devices are removedMing Lei1-4/+3
2023-01-20Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds2-1/+3
2023-01-17block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang1-1/+1
2023-01-16pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe1-0/+2
2023-01-13Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+2
2023-01-07Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds6-0/+2995
2023-01-05Revert "pktcdvd: remove driver."Jens Axboe3-0/+2988
2023-01-04ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei1-0/+3
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe2-0/+4
2022-12-28virtio_blk: Fix signedness bug in virtblk_prep_rq()Rafael Mendonca1-2/+4
2022-12-28virtio_blk: use UINT_MAX instead of -1UAngus Chen1-1/+1
2022-12-28virtio-blk: use a helper to handle request queuing errorsDmitry Fomichev1-13/+16
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2-2/+2
2022-12-22Merge tag 'block-6.2-2022-12-19' of git://git.kernel.dk/linuxLinus Torvalds1-16/+12
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+4
2022-12-20Treewide: Stop corrupting socket's task_fragBenjamin Coddington2-0/+4
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1