summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig
2024-11-13block: add a rq_list typeChristoph Hellwig
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-11ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei
2024-11-09loop: fix type of block sizeLi Wang
2024-11-07rbd: unfreeze queue after marking disk as deadMing Lei
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe
2024-11-06mtip32xx: Replace deprecated PCI functionsPhilipp Stanner
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-01loop: Simplify discard granularity calcJohn Garry
2024-10-30brd: defer automatic disk creation until module initialization succeedsYang Erkun
2024-10-30loop: Use bdev limit helpers for configuring discardJohn Garry
2024-10-22ublk: support device recovery without I/O queueingUday Shankar
2024-10-22ublk: merge stop_work and quiesce_workUday Shankar
2024-10-22ublk: refactor recovery configuration flag helpersUday Shankar
2024-10-22ublk: check recovery flags for validityUday Shankar
2024-10-21reiserfs: The last commitJan Kara
2024-10-18Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds
2024-10-16ublk: don't allow user copy for unprivileged deviceMing Lei
2024-10-11drbd: Remove unused conn_lowest_minorDr. David Alan Gilbert
2024-10-04Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-02aoe: fix the potential use-after-free problem in more placesChun-Yi Lee
2024-09-27Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26zram: don't free statically defined namesAndrey Skvortsov
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-18drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen
2024-09-17Merge tag 'v6.11' into for-6.12/blockJens Axboe
2024-09-17zram: free secondary algorithms namesSergey Senozhatsky
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-10drbd: Add NULL check for net_conf to prevent dereference in state validationMikhail Lobanov
2024-09-09zram: support priority parameter in recompressionSergey Senozhatsky
2024-09-09zram: add dictionary support to zstd backendSergey Senozhatsky
2024-09-09zram: add dictionary support to lz4hcSergey Senozhatsky
2024-09-09zram: add dictionary support to lz4Sergey Senozhatsky
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky
2024-09-09zram: add support for dict comp configSergey Senozhatsky
2024-09-09zram: introduce algorithm_params device attributeSergey Senozhatsky
2024-09-09zram: recalculate zstd compression params onceSergey Senozhatsky
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky
2024-09-09zram: check that backends array has at least one backendSergey Senozhatsky
2024-09-09zram: add 842 compression backend supportSergey Senozhatsky
2024-09-09zram: add zlib compression backend supportSergey Senozhatsky
2024-09-09zram: pass estimated src size hint to zstdSergey Senozhatsky