summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-024-4/+4
|/
* Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-271-2/+4
|\
| * zram: don't free statically defined namesAndrey Skvortsov2024-09-261-2/+4
* | [tree-wide] finally take no_llseek outAl Viro2024-09-273-4/+0
* | Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds2024-09-251-2/+4
|\ \ | |/ |/|
| * drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen2024-09-181-2/+4
| * Merge tag 'v6.11' into for-6.12/blockJens Axboe2024-09-171-0/+2
| |\
* | \ Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-2120-127/+1241
|\ \ \
| * | | zram: free secondary algorithms namesSergey Senozhatsky2024-09-171-0/+5
| * | | zram: support priority parameter in recompressionSergey Senozhatsky2024-09-091-0/+12
| * | | zram: add dictionary support to zstd backendSergey Senozhatsky2024-09-091-26/+124
| * | | zram: add dictionary support to lz4hcSergey Senozhatsky2024-09-091-7/+68
| * | | zram: add dictionary support to lz4Sergey Senozhatsky2024-09-091-7/+67
| * | | zram: move immutable comp params away from per-CPU contextSergey Senozhatsky2024-09-099-98/+168
| * | | zram: introduce zcomp_ctx structureSergey Senozhatsky2024-09-099-135/+149
| * | | zram: introduce zcomp_req structureSergey Senozhatsky2024-09-099-72/+77
| * | | zram: add support for dict comp configSergey Senozhatsky2024-09-091-9/+36
| * | | zram: introduce algorithm_params device attributeSergey Senozhatsky2024-09-091-0/+68
| * | | zram: recalculate zstd compression params onceSergey Senozhatsky2024-09-091-2/+3
| * | | zram: introduce zcomp_params structureSergey Senozhatsky2024-09-0911-24/+67
| * | | zram: check that backends array has at least one backendSergey Senozhatsky2024-09-092-6/+21
| * | | zram: add 842 compression backend supportSergey Senozhatsky2024-09-095-0/+94
| * | | zram: add zlib compression backend supportSergey Senozhatsky2024-09-095-0/+158
| * | | zram: pass estimated src size hint to zstdSergey Senozhatsky2024-09-091-2/+2
| * | | zram: add zstd compression backend supportSergey Senozhatsky2024-09-095-0/+123
| * | | zram: add lz4hc compression backend supportSergey Senozhatsky2024-09-095-2/+100
| * | | zram: add lz4 compression backend supportSergey Senozhatsky2024-09-095-0/+98
| * | | zram: add lzo and lzorle compression backends supportSergey Senozhatsky2024-09-097-0/+140
| * | | zram: introduce custom comp backends APISergey Senozhatsky2024-09-094-151/+76
| * | | zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)2024-09-031-1/+0
* | | | Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds2024-09-1610-63/+97
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | drbd: Add NULL check for net_conf to prevent dereference in state validationMikhail Lobanov2024-09-101-1/+1
| * | mtip32xx: Remove redundant null pointer checks in mtip_hw_debugfs_init()Li Zetao2024-09-071-18/+1
| * | zram: Shrink zram_table_entry::flags.Sebastian Andrzej Siewior2024-09-062-2/+3
| * | zram: Remove ZRAM_LOCKSebastian Andrzej Siewior2024-09-062-12/+3
| * | zram: Replace bit spinlocks with a spinlock_t.Mike Galbraith2024-09-062-4/+15
| * | nbd: correct the maximum value for discard sectorsWouter Verhelst2024-09-061-1/+1
| * | nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONALWouter Verhelst2024-09-061-0/+2
| * | nbd: implement the WRITE_ZEROES commandWouter Verhelst2024-09-061-0/+8
| * | nbd: fix race between timeout and normal completionMing Lei2024-08-301-1/+12
| * | block/rnbd-srv: Add sanity check and remove redundant assignmentMd Haris Iqbal2024-08-281-2/+9
| * | pktcdvd: remove unnecessary debugfs_create_dir() error checkYang Ruibin2024-08-271-2/+0
| * | drbd: Remove an unused field in struct drbd_deviceChristophe JAILLET2024-08-261-1/+0
| * | ublk: move zone report data out of request pduMing Lei2024-08-121-16/+46
| * | drbd: Remove unused extern declarationsYueHaibing2024-08-021-10/+0
| * | nbd: add support for rotational devicesWouter Verhelst2024-07-281-0/+3
| * | drbd: use sendpages_ok() instead of sendpage_ok()Ofir Gal2024-07-281-1/+1
| |/
* | Merge tag 'block-6.11-20240906' of git://git.kernel.dk/linuxLinus Torvalds2024-09-061-0/+2
|\ \ | |/ |/|