summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2023-02-03Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2023-01-31block: ublk: extending queue_size to fix overflowLiu Xiaodong-1/+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-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
2022-12-01drbd: introduce drbd_ratelimit()Christoph Böhmwalder-18/+26
2022-12-01drbd: introduce dynamic debugChristoph Böhmwalder-36/+97
2022-12-01drbd: split polymorph printk to its own fileChristoph Böhmwalder-67/+73
2022-12-01drbd: unify how failed assertions are loggedChristoph Böhmwalder-3/+5
2022-11-30zram: remove unused stats fieldsSergey Senozhatsky-4/+0
2022-11-30zram: add incompressible flag to read_block_state()Sergey Senozhatsky-2/+4
2022-11-30zram: add incompressible writebackSergey Senozhatsky-6/+12
2022-11-30zram: add algo parameter support to zram_recompress()Sergey Senozhatsky-9/+46
2022-11-30zram: remove redundant checks from zram_recompress()Sergey Senozhatsky-6/+2
2022-11-30zram: add size class equals check into recompressionAlexey Romanov-1/+10
2022-11-30zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky-3/+3
2022-11-30zram: clarify writeback_store() commentSergey Senozhatsky-2/+6
2022-11-30zram: add recompress flag to read_block_state()Sergey Senozhatsky-2/+3
2022-11-30zram: introduce recompress sysfs knobSergey Senozhatsky-3/+277
2022-11-30zram: factor out WB and non-WB zram read functionsSergey Senozhatsky-23/+49
2022-11-30zram: add recompression algorithm sysfs knobSergey Senozhatsky-19/+105
2022-11-30zram: preparation for multi-zcomp supportSergey Senozhatsky-32/+80
2022-11-30virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]Pankaj Raghav-4/+4
2022-11-25Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds-44/+38
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-13/+13