summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.13-20241228' of git://git.kernel.dk/linuxLinus Torvalds2024-12-281-9/+17
|\
| * ublk: detach gendisk from ublk device if add_disk() failsMing Lei2024-12-261-9/+17
* | zram: fix uninitialized ZRAM not releasing backing deviceKairui Song2024-12-191-5/+4
* | zram: refuse to use zero sized block device as backing deviceKairui Song2024-12-191-0/+6
|/
* virtio-blk: don't keep queue frozen during system suspendMing Lei2024-12-051-2/+5
* block: rnull: add missing MODULE_DESCRIPTIONFUJITA Tomonori2024-12-031-0/+1
* Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-021-1/+1
* Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2024-12-013-17/+19
|\
| * brd: decrease the number of allocated pages which discardedZhang Xianwei2024-11-291-1/+3
| * ublk: fix error code for unsupported commandMing Lei2024-11-191-1/+1
| * loop: Fix ABBA locking raceOGAWA Hirofumi2024-11-191-15/+15
* | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-11-261-2/+2
|\ \
| * | rust: treewide: switch to our kernel `Box` typeDanilo Krummrich2024-10-151-2/+2
* | | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-233-98/+290
|\ \ \
| * | | zram: fix NULL pointer in comp_algorithm_show()Liu Shixin2024-11-151-3/+2
| * | | zram: ZRAM_DEF_COMP should depend on ZRAMGeert Uytterhoeven2024-11-121-0/+1
| * | | zram: clear IDLE flag in mark_idle()Sergey Senozhatsky2024-11-111-0/+2
| * | | zram: clear IDLE flag after recompressionSergey Senozhatsky2024-11-111-0/+7
| * | | zram: do not open-code comp priority 0Sergey Senozhatsky2024-11-071-2/+2
| * | | zram: remove UNDER_WB and simplify writebackSergey Senozhatsky2024-11-062-38/+16
| * | | zram: reshuffle zram_free_page() flags operationsSergey Senozhatsky2024-11-061-11/+7
| * | | zram: do not mark idle slots that cannot be idleSergey Senozhatsky2024-11-061-7/+18
| * | | zram: rework writeback target selection strategySergey Senozhatsky2024-11-061-19/+64
| * | | zram: rework recompress target selection strategySergey Senozhatsky2024-11-061-27/+160
| * | | zram: permit only one post-processing operation at a timeSergey Senozhatsky2024-11-062-0/+17
| * | | zram: introduce ZRAM_PP_SLOT flagSergey Senozhatsky2024-11-062-0/+3
* | | | Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-211-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | reiserfs: The last commitJan Kara2024-10-211-1/+1
| | |/ | |/|
* | | block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig2024-11-131-1/+1
* | | block: add a rq_list typeChristoph Hellwig2024-11-132-12/+10
* | | virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig2024-11-131-25/+21
* | | block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-113-3/+3
* | | ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei2024-11-111-3/+12
* | | loop: fix type of block sizeLi Wang2024-11-101-3/+3
* | | rbd: unfreeze queue after marking disk as deadMing Lei2024-11-081-0/+1
* | | Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe2024-11-073-3/+3
* | | mtip32xx: Replace deprecated PCI functionsPhilipp Stanner2024-11-061-8/+6
* | | block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-043-3/+3
* | | loop: Simplify discard granularity calcJohn Garry2024-11-021-2/+1
* | | brd: defer automatic disk creation until module initialization succeedsYang Erkun2024-10-301-22/+44
* | | loop: Use bdev limit helpers for configuring discardJohn Garry2024-10-301-4/+4
* | | ublk: support device recovery without I/O queueingUday Shankar2024-10-221-15/+63
* | | ublk: merge stop_work and quiesce_workUday Shankar2024-10-221-39/+25
* | | ublk: refactor recovery configuration flag helpersUday Shankar2024-10-221-20/+42
* | | ublk: check recovery flags for validityUday Shankar2024-10-221-0/+11
| |/ |/|
* | Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds2024-10-193-16/+10
|\ \ | |/ |/|
| * ublk: don't allow user copy for unprivileged deviceMing Lei2024-10-161-1/+10
| * drbd: Remove unused conn_lowest_minorDr. David Alan Gilbert2024-10-112-15/+0
* | Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds2024-10-041-1/+12
|\|
| * aoe: fix the potential use-after-free problem in more placesChun-Yi Lee2024-10-021-1/+12