summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-03-22block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki2-4/+5
2025-03-13ublk: set_params: properly check if parameters can be appliedUday Shankar1-2/+5
2025-03-13rust: treewide: switch to our kernel `Box` typeDanilo Krummrich1-2/+2
2025-02-08nbd: don't allow reconnect after disconnectYu Kuai1-0/+1
2025-02-08ps3disk: Do not use dev->bounce_size before it is setGeert Uytterhoeven1-2/+2
2025-01-23zram: fix potential UAF of zram tableKairui Song1-0/+1
2025-01-02ublk: detach gendisk from ublk device if add_disk() failsMing Lei1-9/+17
2025-01-02virtio-blk: don't keep queue frozen during system suspendMing Lei1-2/+5
2024-12-27zram: fix uninitialized ZRAM not releasing backing deviceKairui Song1-5/+4
2024-12-27zram: refuse to use zero sized block device as backing deviceKairui Song1-0/+6
2024-12-14zram: clear IDLE flag in mark_idle()Sergey Senozhatsky1-0/+2
2024-12-14zram: do not mark idle slots that cannot be idleSergey Senozhatsky1-7/+18
2024-12-09zram: clear IDLE flag after recompressionSergey Senozhatsky1-0/+7
2024-12-05brd: decrease the number of allocated pages which discardedZhang Xianwei1-1/+3
2024-12-05ublk: fix error code for unsupported commandMing Lei1-1/+1
2024-12-05ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei1-3/+12
2024-12-05zram: fix NULL pointer in comp_algorithm_show()Liu Shixin1-3/+2
2024-12-05zram: permit only one post-processing operation at a timeSergey Senozhatsky2-0/+17
2024-12-05zram: ZRAM_DEF_COMP should depend on ZRAMGeert Uytterhoeven1-0/+1
2024-12-05virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-12-05loop: fix type of block sizeLi Wang1-3/+3
2024-12-05brd: defer automatic disk creation until module initialization succeedsYang Erkun1-22/+44
2024-10-18Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds3-16/+10
2024-10-16ublk: don't allow user copy for unprivileged deviceMing Lei1-1/+10
2024-10-11drbd: Remove unused conn_lowest_minorDr. David Alan Gilbert2-15/+0
2024-10-04Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds1-1/+12
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2024-10-02aoe: fix the potential use-after-free problem in more placesChun-Yi Lee1-1/+12
2024-09-27Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro3-4/+0
2024-09-26zram: don't free statically defined namesAndrey Skvortsov1-2/+4
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds20-127/+1241
2024-09-18drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen1-2/+4
2024-09-17Merge tag 'v6.11' into for-6.12/blockJens Axboe1-0/+2
2024-09-17zram: free secondary algorithms namesSergey Senozhatsky1-0/+5
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds10-63/+97
2024-09-10drbd: Add NULL check for net_conf to prevent dereference in state validationMikhail Lobanov1-1/+1
2024-09-09zram: support priority parameter in recompressionSergey Senozhatsky1-0/+12
2024-09-09zram: add dictionary support to zstd backendSergey Senozhatsky1-26/+124
2024-09-09zram: add dictionary support to lz4hcSergey Senozhatsky1-7/+68
2024-09-09zram: add dictionary support to lz4Sergey Senozhatsky1-7/+67
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky9-98/+168
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky9-135/+149
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky9-72/+77
2024-09-09zram: add support for dict comp configSergey Senozhatsky1-9/+36
2024-09-09zram: introduce algorithm_params device attributeSergey Senozhatsky1-0/+68
2024-09-09zram: recalculate zstd compression params onceSergey Senozhatsky1-2/+3
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky11-24/+67
2024-09-09zram: check that backends array has at least one backendSergey Senozhatsky2-6/+21