| Age | Commit message (Expand) | Author | Files | Lines |
| 12 days | Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+9 |
| 2026-06-08 | zram: drop unused bio parameter from write helpers | Cunlong Li | 1 | -4/+4 |
| 2026-06-04 | zram: clear trailing bytes of compressed writeback pages | Sergey Senozhatsky | 1 | -0/+2 |
| 2026-06-04 | zram: do not leak blk idx at the end of writeback | Sergey Senozhatsky | 1 | -0/+3 |
| 2026-06-03 | zram: fix use-after-free in zram_bvec_write_partial() | Cunlong Li | 1 | -1/+1 |
| 2026-05-21 | zram: fix use-after-free in zram_writeback_endio | Richard Chang | 1 | -1/+5 |
| 2026-04-18 | zram: reject unrecognized type= values in recompress_store() | Andrew Stellman | 1 | -0/+2 |
| 2026-04-18 | zram: do not forget to endio for partial discard requests | Sergey Senozhatsky | 1 | -1/+2 |
| 2026-04-05 | zram: change scan_slots to return void | Sergey Senozhatsky | 1 | -9/+5 |
| 2026-04-05 | zram: propagate read_from_bdev_async() errors | Sergey Senozhatsky | 1 | -7/+8 |
| 2026-04-05 | zram: optimize LZ4 dictionary compression performance | gao xu | 1 | -3/+26 |
| 2026-04-05 | zram: unify and harden algo/priority params handling | Sergey Senozhatsky | 1 | -40/+66 |
| 2026-04-05 | zram: remove chained recompression | Sergey Senozhatsky | 1 | -60/+24 |
| 2026-04-05 | zram: drop ->num_active_comps | Sergey Senozhatsky | 2 | -14/+16 |
| 2026-04-05 | zram: do not autocorrect bad recompression parameters | Sergey Senozhatsky | 1 | -9/+8 |
| 2026-04-05 | zram: do not permit params change after init | Sergey Senozhatsky | 1 | -0/+4 |
| 2026-04-05 | zram: use statically allocated compression algorithm names | gao xu | 3 | -26/+13 |
| 2026-03-21 | zram: do not slot_free() written-back slots | Sergey Senozhatsky | 1 | -25/+14 |
| 2026-03-04 | zram: rename writeback_compressed device attr | Sergey Senozhatsky | 2 | -13/+13 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 6 | -13/+13 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 6 | -16/+16 |
| 2026-01-31 | zram: rename init_lock to dev_lock | Sergey Senozhatsky | 2 | -32/+32 |
| 2026-01-26 | zsmalloc: use actual object size to detect spans | Sergey Senozhatsky | 1 | -6/+8 |
| 2026-01-20 | zram: remove KMSG_COMPONENT macro | Heiko Carstens | 1 | -2/+1 |
| 2026-01-20 | zram: drop pp_in_progress | Sergey Senozhatsky | 2 | -25/+8 |
| 2026-01-20 | zram: fixup read_block_state() | Sergey Senozhatsky | 1 | -5/+2 |
| 2026-01-20 | zram: trivial fix of recompress_slot() coding styles | Sergey Senozhatsky | 1 | -5/+6 |
| 2026-01-20 | zram: rename internal slot API | Sergey Senozhatsky | 1 | -181/+182 |
| 2026-01-20 | zram: use u32 for entry ac_time tracking | Sergey Senozhatsky | 2 | -32/+37 |
| 2026-01-20 | zram: consolidate device-attr declarations | Sergey Senozhatsky | 1 | -4/+3 |
| 2026-01-20 | zram: switch to guard() for init_lock | Sergey Senozhatsky | 1 | -134/+77 |
| 2026-01-20 | zram: rename zram_free_page() | Sergey Senozhatsky | 1 | -10/+10 |
| 2026-01-20 | zram: move bd_stat to writeback section | Sergey Senozhatsky | 1 | -27/+21 |
| 2026-01-20 | zram: introduce writeback_compressed device attribute | Richard Chang | 1 | -0/+38 |
| 2026-01-20 | zram: introduce compressed data writeback | Richard Chang | 2 | -53/+227 |
| 2025-11-29 | zram: fix a spelling mistake | Chu Guangqing | 1 | -1/+1 |
| 2025-11-24 | zram: fix the issue that the write - back limits might overflow | Yuwen Chen | 1 | -0/+10 |
| 2025-11-24 | zram: read slot block idx under slot lock | Sergey Senozhatsky | 1 | -3/+3 |
| 2025-11-24 | zram: rework bdev block allocation | Sergey Senozhatsky | 1 | -19/+18 |
| 2025-11-24 | zram: drop wb_limit_lock | Sergey Senozhatsky | 2 | -18/+5 |
| 2025-11-24 | zram: take write lock in wb limit store handlers | Sergey Senozhatsky | 1 | -7/+10 |
| 2025-11-24 | zram: add writeback batch size device attr | Sergey Senozhatsky | 2 | -6/+41 |
| 2025-11-24 | zram: introduce writeback bio batching | Sergey Senozhatsky | 1 | -68/+301 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -15/+8 |
| 2025-10-02 | Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-21 | Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up | Andrew Morton | 1 | -5/+3 |
| 2025-09-15 | zram: fix slot write race condition | Sergey Senozhatsky | 1 | -5/+3 |
| 2025-09-13 | zram: protect recomp_algorithm_show() with ->init_lock | Sergey Senozhatsky | 1 | -15/+8 |
| 2025-09-09 | drivers/block: replace use of system_unbound_wq with system_dfl_wq | Marco Crivellari | 1 | -1/+1 |
| 2025-07-03 | zram: pass buffer offset to zcomp_available_show() | Sergey Senozhatsky | 3 | -13/+13 |
| 2025-07-03 | block: zram: replace scnprintf() with sysfs_emit() in *_show() functions | Rahul Kumar | 1 | -11/+11 |
| 2025-05-31 | zram: support deflate-specific params | Sergey Senozhatsky | 3 | -6/+28 |
| 2025-05-31 | zram: rename ZCOMP_PARAM_NO_LEVEL | Sergey Senozhatsky | 6 | -7/+7 |
| 2025-05-11 | zram: modernize writeback interface | Sergey Senozhatsky | 1 | -105/+215 |
| 2025-05-11 | zsmalloc: prefer the the original page's node for compressed data | Nhat Pham | 1 | -3/+8 |
| 2025-03-16 | zram: add might_sleep to zcomp API | Sergey Senozhatsky | 1 | -0/+2 |
| 2025-03-16 | zram: do not leak page on writeback_store error path | Sergey Senozhatsky | 1 | -2/+4 |
| 2025-03-16 | zram: do not leak page on recompress_store error path | Sergey Senozhatsky | 1 | -3/+3 |
| 2025-03-16 | zram: permit reclaim in zstd custom allocator | Sergey Senozhatsky | 1 | -10/+1 |
| 2025-03-16 | zram: switch to new zsmalloc object mapping API | Sergey Senozhatsky | 3 | -19/+15 |
| 2025-03-16 | zram: move post-processing target allocation | Sergey Senozhatsky | 1 | -28/+22 |
| 2025-03-16 | zram: rework recompression loop | Sergey Senozhatsky | 1 | -34/+20 |
| 2025-03-16 | zram: filter out recomp targets based on priority | Sergey Senozhatsky | 1 | -9/+16 |
| 2025-03-16 | zram: limit max recompress prio to num_active_comps | Sergey Senozhatsky | 1 | -3/+12 |
| 2025-03-16 | zram: remove writestall zram_stats member | Sergey Senozhatsky | 2 | -3/+1 |
| 2025-03-16 | zram: add GFP_NOWARN to incompressible zsmalloc handle allocation | Sergey Senozhatsky | 1 | -1/+2 |
| 2025-03-16 | zram: remove second stage of handle allocation | Sergey Senozhatsky | 1 | -32/+7 |
| 2025-03-16 | zram: remove max_comp_streams device attr | Sergey Senozhatsky | 1 | -23/+0 |
| 2025-03-16 | zram: remove unused crypto include | Sergey Senozhatsky | 3 | -3/+3 |
| 2025-03-16 | zram: permit preemption with active compression stream | Sergey Senozhatsky | 3 | -25/+42 |
| 2025-03-16 | zram: sleepable entry locking | Sergey Senozhatsky | 2 | -17/+52 |
| 2025-01-25 | zram: remove zcomp_stream_put() from write_incompressible_page() | Sergey Senozhatsky | 1 | -1/+0 |
| 2025-01-25 | zram: cond_resched() in writeback loop | Sergey Senozhatsky | 1 | -0/+2 |
| 2025-01-25 | zram: use zram_read_from_zspool() in writeback | Sergey Senozhatsky | 1 | -7/+4 |
| 2025-01-25 | zram: factor out different page types read | Sergey Senozhatsky | 1 | -33/+52 |
| 2025-01-25 | zram: factor out ZRAM_HUGE write | Sergey Senozhatsky | 1 | -53/+83 |
| 2025-01-25 | zram: factor out ZRAM_SAME write | Sergey Senozhatsky | 1 | -16/+21 |
| 2025-01-25 | zram: remove entry element member | Sergey Senozhatsky | 2 | -22/+6 |
| 2025-01-25 | zram: free slot memory early during write | Sergey Senozhatsky | 1 | -6/+5 |
| 2025-01-12 | zram: fix potential UAF of zram table | Kairui Song | 1 | -0/+1 |
| 2024-12-18 | zram: fix uninitialized ZRAM not releasing backing device | Kairui Song | 1 | -5/+4 |
| 2024-12-18 | zram: refuse to use zero sized block device as backing device | Kairui Song | 1 | -0/+6 |
| 2024-11-14 | zram: fix NULL pointer in comp_algorithm_show() | Liu Shixin | 1 | -3/+2 |
| 2024-11-11 | zram: ZRAM_DEF_COMP should depend on ZRAM | Geert Uytterhoeven | 1 | -0/+1 |
| 2024-11-11 | zram: clear IDLE flag in mark_idle() | Sergey Senozhatsky | 1 | -0/+2 |
| 2024-11-11 | zram: clear IDLE flag after recompression | Sergey Senozhatsky | 1 | -0/+7 |
| 2024-11-06 | zram: do not open-code comp priority 0 | Sergey Senozhatsky | 1 | -2/+2 |
| 2024-11-05 | zram: remove UNDER_WB and simplify writeback | Sergey Senozhatsky | 2 | -38/+16 |
| 2024-11-05 | zram: reshuffle zram_free_page() flags operations | Sergey Senozhatsky | 1 | -11/+7 |
| 2024-11-05 | zram: do not mark idle slots that cannot be idle | Sergey Senozhatsky | 1 | -7/+18 |
| 2024-11-05 | zram: rework writeback target selection strategy | Sergey Senozhatsky | 1 | -19/+64 |
| 2024-11-05 | zram: rework recompress target selection strategy | Sergey Senozhatsky | 1 | -27/+160 |
| 2024-11-05 | zram: permit only one post-processing operation at a time | Sergey Senozhatsky | 2 | -0/+17 |
| 2024-11-05 | zram: introduce ZRAM_PP_SLOT flag | Sergey Senozhatsky | 2 | -0/+3 |
| 2024-09-26 | zram: don't free statically defined names | Andrey Skvortsov | 1 | -2/+4 |
| 2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 20 | -126/+1240 |
| 2024-09-17 | zram: free secondary algorithms names | Sergey Senozhatsky | 1 | -0/+5 |
| 2024-09-09 | zram: support priority parameter in recompression | Sergey Senozhatsky | 1 | -0/+12 |
| 2024-09-09 | zram: add dictionary support to zstd backend | Sergey Senozhatsky | 1 | -23/+121 |
| 2024-09-09 | zram: add dictionary support to lz4hc | Sergey Senozhatsky | 1 | -7/+68 |
| 2024-09-09 | zram: add dictionary support to lz4 | Sergey Senozhatsky | 1 | -7/+67 |
| 2024-09-09 | zram: move immutable comp params away from per-CPU context | Sergey Senozhatsky | 9 | -98/+168 |
| 2024-09-09 | zram: introduce zcomp_ctx structure | Sergey Senozhatsky | 9 | -135/+149 |
| 2024-09-09 | zram: introduce zcomp_req structure | Sergey Senozhatsky | 9 | -72/+77 |
| 2024-09-09 | zram: add support for dict comp config | Sergey Senozhatsky | 1 | -9/+36 |
| 2024-09-09 | zram: introduce algorithm_params device attribute | Sergey Senozhatsky | 1 | -0/+68 |
| 2024-09-09 | zram: recalculate zstd compression params once | Sergey Senozhatsky | 1 | -2/+3 |
| 2024-09-09 | zram: introduce zcomp_params structure | Sergey Senozhatsky | 11 | -24/+67 |
| 2024-09-09 | zram: check that backends array has at least one backend | Sergey Senozhatsky | 2 | -6/+21 |
| 2024-09-09 | zram: add 842 compression backend support | Sergey Senozhatsky | 5 | -0/+94 |
| 2024-09-09 | zram: add zlib compression backend support | Sergey Senozhatsky | 5 | -0/+158 |
| 2024-09-09 | zram: pass estimated src size hint to zstd | Sergey Senozhatsky | 1 | -2/+2 |
| 2024-09-09 | zram: add zstd compression backend support | Sergey Senozhatsky | 5 | -0/+123 |
| 2024-09-09 | zram: add lz4hc compression backend support | Sergey Senozhatsky | 5 | -2/+100 |
| 2024-09-09 | zram: add lz4 compression backend support | Sergey Senozhatsky | 5 | -0/+98 |
| 2024-09-09 | zram: add lzo and lzorle compression backends support | Sergey Senozhatsky | 7 | -0/+140 |
| 2024-09-09 | zram: introduce custom comp backends API | Sergey Senozhatsky | 4 | -151/+76 |
| 2024-09-06 | zram: Shrink zram_table_entry::flags. | Sebastian Andrzej Siewior | 2 | -2/+3 |
| 2024-09-06 | zram: Remove ZRAM_LOCK | Sebastian Andrzej Siewior | 2 | -12/+3 |
| 2024-09-06 | zram: Replace bit spinlocks with a spinlock_t. | Mike Galbraith | 2 | -4/+15 |
| 2024-09-03 | zsmalloc: use all available 24 bits of page_type | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
| 2024-07-03 | mm/zsmalloc: use a proper page type | David Hildenbrand | 1 | -0/+1 |
| 2024-06-19 | block: move the synchronous flag to queue_limits | Christoph Hellwig | 1 | -2/+2 |
| 2024-06-19 | block: move the stable_writes flag to queue_limits | Christoph Hellwig | 1 | -1/+1 |
| 2024-06-19 | block: move the nonrot flag to queue_limits | Christoph Hellwig | 1 | -2/+0 |
| 2024-05-21 | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -23/+8 |
| 2024-05-02 | zram: don't bother with reopening - just use O_EXCL for open | Al Viro | 2 | -23/+8 |
| 2024-04-25 | zram: add max_pages param to recompression | Sergey Senozhatsky | 1 | -3/+28 |
| 2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -4/+4 |
| 2024-03-11 | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -26/+25 |
| 2024-03-04 | zram: zcomp: remove zcomp_set_max_streams() declaration | Kefeng Wang | 1 | -1/+0 |
| 2024-02-25 | zram: port block device access to file | Christian Brauner | 2 | -14/+14 |
| 2024-02-22 | zram: do not allocate physically contiguous strm buffers | Barry Song | 1 | -2/+3 |
| 2024-02-22 | zram: use copy_page for full page copy | Mark-PK Tsai | 1 | -1/+1 |
| 2024-02-19 | zram: pass queue_limits to blk_mq_alloc_disk | Christoph Hellwig | 1 | -24/+23 |
| 2024-02-19 | block: pass a queue_limits argument to blk_alloc_disk | Christoph Hellwig | 1 | -3/+3 |
| 2024-01-11 | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+0 |
| 2023-12-29 | zram: use the default discard granularity | Christoph Hellwig | 1 | -1/+0 |
| 2023-12-10 | zram: use kmap_local_page() | Sergey Senozhatsky | 1 | -15/+15 |
| 2023-12-10 | zram: tweak writeback config help | Sergey Senozhatsky | 1 | -2/+2 |
| 2023-12-10 | zram: split memory-tracking and ac-time tracking | Sergey Senozhatsky | 3 | -16/+24 |
| 2023-10-28 | zram: Convert to use bdev_open_by_dev() | Jan Kara | 2 | -18/+15 |
| 2023-08-05 | zram: take device and not only bvec offset into account | Christoph Hellwig | 1 | -12/+20 |
| 2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-06-19 | zram: further limit recompression threshold | Sergey Senozhatsky | 1 | -1/+1 |
| 2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 1 | -3/+3 |
| 2023-06-12 | block: use the holder as indication for exclusive opens | Christoph Hellwig | 1 | -4/+4 |
| 2023-06-12 | block: pass a gendisk to ->open | Christoph Hellwig | 1 | -8/+5 |
| 2023-06-05 | block: introduce holder ops | Christoph Hellwig | 1 | -1/+1 |
| 2023-05-31 | zram: use __bio_add_page for adding single page to bio | Johannes Thumshirn | 1 | -1/+1 |
| 2023-05-06 | Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+0 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -246/+137 |
| 2023-04-25 | block/drivers: remove dead clear of random flag | Chaitanya Kulkarni | 1 | -1/+0 |
| 2023-04-18 | zram: return errors from read_from_bdev_sync | Christoph Hellwig | 1 | -3/+4 |
| 2023-04-18 | zram: fix synchronous reads | Christoph Hellwig | 1 | -38/+22 |
| 2023-04-18 | zram: don't return errors from read_from_bdev_async | Christoph Hellwig | 1 | -12/+4 |
| 2023-04-18 | zram: pass a page to read_from_bdev | Christoph Hellwig | 1 | -27/+16 |
| 2023-04-18 | zram: refactor zram_bdev_write | Christoph Hellwig | 1 | -19/+19 |
| 2023-04-18 | zram: don't pass a bvec to __zram_bvec_write | Christoph Hellwig | 1 | -10/+4 |
| 2023-04-18 | zram: refactor zram_bdev_read | Christoph Hellwig | 1 | -20/+20 |
| 2023-04-18 | zram: directly call zram_read_page in writeback_store | Christoph Hellwig | 1 | -10/+4 |
| 2023-04-18 | zram: rename __zram_bvec_read to zram_read_page | Christoph Hellwig | 1 | -4/+4 |
| 2023-04-18 | zram: don't use highmem for the bounce buffer in zram_bvec_{read,write} | Christoph Hellwig | 1 | -12/+5 |
| 2023-04-18 | zram: refactor highlevel read and write handling | Christoph Hellwig | 1 | -28/+30 |
| 2023-04-18 | zram: return early on error in zram_bvec_rw | Christoph Hellwig | 1 | -9/+9 |
| 2023-04-18 | zram: move discard handling to zram_submit_bio | Christoph Hellwig | 1 | -10/+13 |
| 2023-04-18 | zram: simplify bvec iteration in __zram_make_request | Christoph Hellwig | 1 | -30/+10 |
| 2023-04-18 | zram: make zram_bio_discard more self-contained | Christoph Hellwig | 1 | -9/+7 |
| 2023-04-18 | zram: remove valid_io_request | Christoph Hellwig | 2 | -34/+1 |
| 2023-04-18 | zram: always compile read_from_bdev_sync | Christoph Hellwig | 1 | -12/+6 |
| 2023-04-18 | zram: fix up permission for the hot_add sysfs file | Greg Kroah-Hartman | 1 | -1/+3 |
| 2023-03-29 | driver core: class: mark the struct class for sysfs callbacks as constant | Greg Kroah-Hartman | 1 | -6/+5 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 1 | -1/+0 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -64/+5 |
| 2023-02-03 | zram: use bvec_set_page to initialize bvecs | Christoph Hellwig | 1 | -11/+4 |
| 2023-02-02 | block: remove ->rw_page | Christoph Hellwig | 1 | -60/+1 |
| 2023-01-18 | zram: correctly handle all next_arg() cases | Sergey Senozhatsky | 1 | -2/+2 |
| 2023-01-18 | zram: fix typos in comments | JeongHyeon Lee | 1 | -2/+2 |
| 2022-11-30 | zram: remove unused stats fields | Sergey Senozhatsky | 2 | -4/+0 |
| 2022-11-30 | zram: add incompressible flag to read_block_state() | Sergey Senozhatsky | 1 | -2/+4 |
| 2022-11-30 | zram: add incompressible writeback | Sergey Senozhatsky | 1 | -6/+12 |
| 2022-11-30 | zram: add algo parameter support to zram_recompress() | Sergey Senozhatsky | 2 | -9/+46 |
| 2022-11-30 | zram: remove redundant checks from zram_recompress() | Sergey Senozhatsky | 1 | -6/+2 |
| 2022-11-30 | zram: add size class equals check into recompression | Alexey Romanov | 1 | -1/+10 |
| 2022-11-30 | zram: use IS_ERR_VALUE() to check for zs_malloc() errors | Sergey Senozhatsky | 1 | -3/+3 |
| 2022-11-30 | zram: clarify writeback_store() comment | Sergey Senozhatsky | 1 | -2/+6 |
| 2022-11-30 | zram: add recompress flag to read_block_state() | Sergey Senozhatsky | 1 | -2/+3 |
| 2022-11-30 | zram: introduce recompress sysfs knob | Sergey Senozhatsky | 3 | -3/+277 |
| 2022-11-30 | zram: factor out WB and non-WB zram read functions | Sergey Senozhatsky | 1 | -23/+49 |
| 2022-11-30 | zram: add recompression algorithm sysfs knob | Sergey Senozhatsky | 1 | -19/+105 |
| 2022-11-30 | zram: preparation for multi-zcomp support | Sergey Senozhatsky | 4 | -32/+80 |
| 2022-11-08 | zram: use try_cmpxchg in update_used_max | Uros Bizjak | 1 | -8/+5 |
| 2022-10-14 | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -23/+3 |
| 2022-10-12 | zram: always expose rw_page | Brian Geffon | 1 | -23/+3 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -22/+31 |
| 2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -3/+3 |
| 2022-10-03 | zram: keep comments within 80-columns limit | Sergey Senozhatsky | 1 | -8/+11 |
| 2022-10-03 | zram: do not waste zram_table_entry flags bits | Sergey Senozhatsky | 2 | -8/+9 |
| 2022-09-21 | block: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -3/+3 |