summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
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
2022-12-14loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres-16/+12
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-89/+571
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds-3194/+428
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-13/+13
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2022-12-04floppy: Fix memory leak in do_floppy_init()Yuan Can-1/+3
2022-12-02pktcdvd: remove driver.Greg Kroah-Hartman-2988/+0
2022-12-01null_blk: support read-only and offline zone conditionsShin'ichiro Kawasaki-4/+121
2022-12-01drbd: add context parameter to expect() macroChristoph Böhmwalder-42/+42