| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-02 | Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -19/+43 |
| 2025-04-29 | ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_req | Ming Lei | 1 | -3/+0 |
| 2025-04-29 | ublk: enhance check for register/unregister io buffer command | Ming Lei | 1 | -4/+20 |
| 2025-04-29 | ublk: decouple zero copy from user copy | Ming Lei | 1 | -12/+23 |
| 2025-04-25 | Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -17/+24 |
| 2025-04-24 | ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd | Ming Lei | 1 | -6/+21 |
| 2025-04-24 | ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATA | Ming Lei | 1 | -11/+3 |
| 2025-04-18 | Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -367/+292 |
| 2025-04-16 | ublk: simplify aborting ublk request | Ming Lei | 1 | -62/+20 |
| 2025-04-16 | ublk: remove __ublk_quiesce_dev() | Ming Lei | 1 | -17/+2 |
| 2025-04-16 | ublk: improve detection and handling of ublk server exit | Uday Shankar | 1 | -100/+123 |
| 2025-04-16 | ublk: move device reset into ublk_ch_release() | Ming Lei | 1 | -49/+72 |
| 2025-04-16 | ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_io | Ming Lei | 1 | -14/+17 |
| 2025-04-16 | ublk: add ublk_force_abort_dev() | Ming Lei | 1 | -13/+8 |
| 2025-04-16 | ublk: properly serialize all FETCH_REQs | Uday Shankar | 1 | -28/+49 |
| 2025-04-15 | ublk: don't suggest CONFIG_BLK_DEV_UBLK=Y | Caleb Sander Mateos | 1 | -6/+0 |
| 2025-04-15 | loop: stop using vfs_iter_{read,write} for buffered I/O | Christoph Hellwig | 1 | -95/+17 |
| 2025-04-15 | loop: LOOP_SET_FD: send uevents for partitions | Thomas Weißschuh | 1 | -1/+2 |
| 2025-04-15 | loop: properly send KOBJ_CHANGED uevent for disk device | Thomas Weißschuh | 1 | -2/+2 |
| 2025-04-15 | loop: aio inherit the ioprio of original request | Yunlong Xing | 1 | -1/+1 |
| 2025-04-11 | Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2025-04-11 | null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev() | Thorsten Blum | 1 | -1/+1 |
| 2025-04-10 | Merge tag 'block-6.15-20250410' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -35/+50 |
| 2025-04-09 | ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd * | Caleb Sander Mateos | 1 | -27/+19 |
| 2025-04-09 | ublk: don't fail request for recovery & reissue in case of ubq->canceling | Ming Lei | 1 | -4/+5 |
| 2025-04-09 | ublk: fix handling recovery & reissue in ublk_abort_queue() | Ming Lei | 1 | -4/+26 |
| 2025-04-08 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2 | -2/+2 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 10 | -26/+26 |
| 2025-04-04 | lib/crc: remove CONFIG_LIBCRC32C | Eric Biggers | 2 | -2/+2 |
| 2025-04-03 | Merge tag 'io_uring-6.15-20250403' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -44/+179 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -212/+202 |
| 2025-03-30 | Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 1 | -1/+1 |
| 2025-03-29 | ublk: specify io_cmd_buf pointer type | Caleb Sander Mateos | 1 | -4/+4 |
| 2025-03-28 | ublk: store req in ublk_uring_cmd_pdu for ublk_cmd_tw_cb() | Caleb Sander Mateos | 1 | -7/+9 |
| 2025-03-28 | ublk: avoid redundant io->cmd in ublk_queue_cmd_list() | Caleb Sander Mateos | 1 | -3/+3 |
| 2025-03-28 | ublk: get ubq from pdu in ublk_cmd_list_tw_cb() | Caleb Sander Mateos | 1 | -1/+1 |
| 2025-03-28 | ublk: skip 1 NULL check in ublk_cmd_list_tw_cb() loop | Caleb Sander Mateos | 1 | -2/+2 |
| 2025-03-28 | ublk: remove unused cmd argument to ublk_dispatch_req() | Caleb Sander Mateos | 1 | -5/+2 |
| 2025-03-28 | ublk: rename ublk_rq_task_work_cb as ublk_cmd_tw_cb | Ming Lei | 1 | -3/+3 |
| 2025-03-28 | ublk: implement ->queue_rqs() | Ming Lei | 1 | -20/+111 |
| 2025-03-28 | ublk: add segment parameter | Ming Lei | 1 | -1/+19 |
| 2025-03-28 | ublk: call io_uring_cmd_to_pdu to get uring_cmd pdu | Ming Lei | 1 | -1/+1 |
| 2025-03-28 | ublk: add helper of ublk_need_map_io() | Ming Lei | 1 | -4/+9 |
| 2025-03-28 | ublk: remove two unused fields from 'struct ublk_queue' | Ming Lei | 1 | -2/+0 |
| 2025-03-28 | ublk: comment on ubq->canceling handling in ublk_queue_rq() | Ming Lei | 1 | -0/+5 |
| 2025-03-28 | ublk: make sure ubq->canceling is set when queue is frozen | Ming Lei | 1 | -10/+29 |
| 2025-03-26 | Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux | Linus Torvalds | 10 | -175/+259 |
| 2025-03-26 | Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -7/+49 |
| 2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+3 |
| 2025-03-19 | ublk: remove io_cmds list in ublk_queue | Uday Shankar | 1 | -35/+11 |
| 2025-03-18 | loop: move vfs_fsync() out of loop_update_dio() | Ming Lei | 1 | -6/+14 |
| 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-03-14 | Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -4/+5 |
| 2025-03-13 | block: remove unused parameter 'q' parameter in __blk_rq_map_sg() | Anuj Gupta | 5 | -5/+5 |
| 2025-03-12 | block: change blk_mq_add_to_batch() third argument type to bool | Shin'ichiro Kawasaki | 2 | -4/+5 |
| 2025-03-10 | rust: module: introduce `authors` key | Guilherme Giacomo Simoes | 1 | -1/+1 |
| 2025-03-07 | Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+5 |
| 2025-03-06 | badblocks: use sector_t instead of int to avoid truncation of badblocks length | Zheng Qixing | 1 | -2/+1 |
| 2025-03-06 | badblocks: return boolean from badblocks_set() and badblocks_clear() | Zheng Qixing | 1 | -7/+7 |
| 2025-03-05 | ublk: set_params: properly check if parameters can be applied | Uday Shankar | 1 | -2/+5 |
| 2025-03-04 | ublk: enforce ublks_max only for unprivileged devices | Uday Shankar | 1 | -15/+27 |
| 2025-03-04 | loop: Remove struct loop_func_table | Zhu Yanjun | 1 | -2/+0 |
| 2025-03-04 | ublk: don't cast registered buffer index to int | Caleb Sander Mateos | 1 | -8/+6 |
| 2025-03-03 | ublk: add DMA alignment limit | Ming Lei | 1 | -1/+15 |
| 2025-03-03 | null_blk: do partial IO for bad blocks | Shin'ichiro Kawasaki | 3 | -13/+40 |
| 2025-03-03 | null_blk: pass transfer size to null_handle_rq() | Shin'ichiro Kawasaki | 1 | -2/+14 |
| 2025-03-03 | null_blk: replace null_process_cmd() call in null_zone_write() | Shin'ichiro Kawasaki | 3 | -10/+21 |
| 2025-03-03 | null_blk: introduce badblocks_once parameter | Shin'ichiro Kawasaki | 2 | -3/+9 |
| 2025-03-03 | null_blk: generate null_blk configfs features string | Shin'ichiro Kawasaki | 1 | -37/+49 |
| 2025-03-03 | ublk: complete command synchronously on error | Caleb Sander Mateos | 1 | -5/+6 |
| 2025-02-28 | io_uring/ublk: report error when unregister operation fails | Caleb Sander Mateos | 1 | -2/+1 |
| 2025-02-28 | ublk: zc register/unregister bvec | Keith Busch | 1 | -7/+52 |
| 2025-02-24 | loop: take the file system minimum dio alignment into account | Christoph Hellwig | 1 | -26/+34 |
| 2025-02-24 | loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize | Christoph Hellwig | 1 | -1/+1 |
| 2025-02-24 | loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file | Christoph Hellwig | 1 | -2/+2 |
| 2025-02-24 | loop: factor out a loop_assign_backing_file helper | Christoph Hellwig | 1 | -10/+10 |
| 2025-02-18 | Revert "driver: block: release the lo_work_lock before queue_work" | Zhaoyang Huang | 1 | -1/+1 |
| 2025-02-18 | null_blk: Switch to use hrtimer_setup() | Nam Cao | 1 | -4/+3 |
| 2025-02-11 | loop: release the lo_work_lock before queue_work | Zhaoyang Huang | 1 | -1/+1 |
| 2025-02-07 | Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+2 |
| 2025-02-02 | drivers/block/sunvdc.c: update the correct AIP call | Stephen Rothwell | 1 | -2/+2 |
| 2025-01-31 | Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux | Linus Torvalds | 8 | -25/+35 |
| 2025-01-31 | block: force noio scope in blk_mq_freeze_queue | Christoph Hellwig | 8 | -23/+34 |
| 2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+3 |
| 2025-01-27 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -3/+25 |
| 2025-01-27 | loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64} | Christoph Hellwig | 1 | -2/+1 |
| 2025-01-27 | virtio_blk: Add support for transport error recovery | Israel Rukshin | 1 | -3/+25 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -135/+170 |
| 2025-01-26 | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
| 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-20 | Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux | Linus Torvalds | 21 | -157/+236 |
| 2025-01-13 | nbd: fix partial sending | Ming Lei | 1 | -10/+85 |
| 2025-01-13 | Merge 6.13-rc7 into driver-core-next | Greg Kroah-Hartman | 2 | -14/+27 |
| 2025-01-12 | xen/blkback: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 1 | -1/+1 |
| 2025-01-12 | zram: fix potential UAF of zram table | Kairui Song | 1 | -0/+1 |
| 2025-01-10 | loop: remove the use_dio field in struct loop_device | Christoph Hellwig | 1 | -22/+17 |
| 2025-01-10 | loop: don't freeze the queue in loop_update_dio | Christoph Hellwig | 1 | -4/+4 |
| 2025-01-10 | loop: allow loop_set_status to re-enable direct I/O | Christoph Hellwig | 1 | -8/+3 |
| 2025-01-10 | loop: open code the direct I/O flag update in loop_set_dio | Christoph Hellwig | 1 | -8/+20 |
| 2025-01-10 | loop: only write back pagecache when starting to to use direct I/O | Christoph Hellwig | 1 | -2/+3 |
| 2025-01-10 | loop: create a lo_can_use_dio helper | Christoph Hellwig | 1 | -11/+14 |
| 2025-01-10 | loop: update commands in loop_set_status still referring to transfers | Christoph Hellwig | 1 | -2/+2 |
| 2025-01-10 | loop: move updating lo_flags out of loop_set_status_from_info | Christoph Hellwig | 1 | -15/+8 |
| 2025-01-10 | loop: fix queue freeze vs limits lock order | Christoph Hellwig | 1 | -2/+16 |
| 2025-01-10 | loop: refactor queue limits updates | Christoph Hellwig | 1 | -16/+20 |
| 2025-01-10 | nbd: fix queue freeze vs limits lock order | Christoph Hellwig | 1 | -15/+2 |
| 2025-01-10 | block: add a queue_limits_commit_update_frozen helper | Christoph Hellwig | 1 | -3/+1 |
| 2025-01-06 | nbd: don't allow reconnect after disconnect | Yu Kuai | 1 | -0/+1 |
| 2025-01-06 | block: remove BLK_MQ_F_NO_SCHED | Christoph Hellwig | 1 | -2/+2 |
| 2025-01-03 | ps3disk: Do not use dev->bounce_size before it is set | Geert Uytterhoeven | 1 | -2/+2 |
| 2025-01-03 | driver core: Constify API device_find_child() and adapt for various usages | Zijun Hu | 1 | -3/+3 |
| 2024-12-28 | Merge tag 'block-6.13-20241228' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -9/+17 |
| 2024-12-26 | ublk: detach gendisk from ublk device if add_disk() fails | Ming Lei | 1 | -9/+17 |
| 2024-12-23 | block: remove BLK_MQ_F_SHOULD_MERGE | Christoph Hellwig | 18 | -24/+7 |
| 2024-12-23 | virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queues | Daniel Wagner | 1 | -2/+2 |
| 2024-12-23 | null_blk: Remove accesses to page->index | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2024-12-23 | block: rnull: Initialize the module in place | Benoît du Garreau | 1 | -12/+18 |
| 2024-12-23 | block: Delete bio_set_prio() | John Garry | 1 | -1/+1 |
| 2024-12-23 | null_blk: Add rotational feature support | Damien Le Moal | 2 | -1/+13 |
| 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-12-05 | virtio-blk: don't keep queue frozen during system suspend | Ming Lei | 1 | -2/+5 |
| 2024-12-03 | block: rnull: add missing MODULE_DESCRIPTION | FUJITA Tomonori | 1 | -0/+1 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-11-30 | Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -17/+19 |
| 2024-11-29 | brd: decrease the number of allocated pages which discarded | Zhang Xianwei | 1 | -1/+3 |
| 2024-11-26 | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -2/+2 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -98/+290 |
| 2024-11-21 | Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-19 | ublk: fix error code for unsupported command | Ming Lei | 1 | -1/+1 |
| 2024-11-19 | loop: Fix ABBA locking race | OGAWA Hirofumi | 1 | -15/+15 |
| 2024-11-14 | zram: fix NULL pointer in comp_algorithm_show() | Liu Shixin | 1 | -3/+2 |
| 2024-11-13 | block: don't reorder requests in blk_add_rq_to_plug | Christoph Hellwig | 1 | -1/+1 |
| 2024-11-13 | block: add a rq_list type | Christoph Hellwig | 2 | -12/+10 |
| 2024-11-13 | virtio_blk: reverse request order in virtio_queue_rqs | Christoph Hellwig | 1 | -25/+21 |
| 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-11 | block: pre-calculate max_zone_append_sectors | Christoph Hellwig | 3 | -3/+3 |
| 2024-11-11 | ublk: fix ublk_ch_mmap() for 64K page size | Ming Lei | 1 | -3/+12 |
| 2024-11-09 | loop: fix type of block size | Li Wang | 1 | -3/+3 |
| 2024-11-07 | rbd: unfreeze queue after marking disk as dead | Ming Lei | 1 | -0/+1 |
| 2024-11-07 | Revert "block: pre-calculate max_zone_append_sectors" | Jens Axboe | 3 | -3/+3 |
| 2024-11-06 | zram: do not open-code comp priority 0 | Sergey Senozhatsky | 1 | -2/+2 |
| 2024-11-06 | mtip32xx: Replace deprecated PCI functions | Philipp Stanner | 1 | -8/+6 |
| 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-11-04 | block: pre-calculate max_zone_append_sectors | Christoph Hellwig | 3 | -3/+3 |
| 2024-11-01 | loop: Simplify discard granularity calc | John Garry | 1 | -2/+1 |
| 2024-10-30 | brd: defer automatic disk creation until module initialization succeeds | Yang Erkun | 1 | -22/+44 |
| 2024-10-30 | loop: Use bdev limit helpers for configuring discard | John Garry | 1 | -4/+4 |
| 2024-10-22 | ublk: support device recovery without I/O queueing | Uday Shankar | 1 | -15/+63 |
| 2024-10-22 | ublk: merge stop_work and quiesce_work | Uday Shankar | 1 | -39/+25 |
| 2024-10-22 | ublk: refactor recovery configuration flag helpers | Uday Shankar | 1 | -20/+42 |
| 2024-10-22 | ublk: check recovery flags for validity | Uday Shankar | 1 | -0/+11 |
| 2024-10-21 | reiserfs: The last commit | Jan Kara | 1 | -1/+1 |
| 2024-10-18 | Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -16/+10 |
| 2024-10-16 | ublk: don't allow user copy for unprivileged device | Ming Lei | 1 | -1/+10 |
| 2024-10-15 | rust: treewide: switch to our kernel `Box` type | Danilo Krummrich | 1 | -2/+2 |
| 2024-10-11 | drbd: Remove unused conn_lowest_minor | Dr. David Alan Gilbert | 2 | -15/+0 |
| 2024-10-04 | Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+12 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 4 | -4/+4 |
| 2024-10-02 | aoe: fix the potential use-after-free problem in more places | Chun-Yi Lee | 1 | -1/+12 |
| 2024-09-27 | Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -2/+4 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 3 | -4/+0 |
| 2024-09-26 | zram: don't free statically defined names | Andrey Skvortsov | 1 | -2/+4 |
| 2024-09-25 | Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux | Linus Torvalds | 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-18 | drbd: Fix atomicity violation in drbd_uuid_set_bm() | Qiu-ji Chen | 1 | -2/+4 |
| 2024-09-17 | Merge tag 'v6.11' into for-6.12/block | Jens Axboe | 1 | -0/+2 |
| 2024-09-17 | zram: free secondary algorithms names | Sergey Senozhatsky | 1 | -0/+5 |
| 2024-09-16 | Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux | Linus Torvalds | 10 | -63/+97 |
| 2024-09-10 | drbd: Add NULL check for net_conf to prevent dereference in state validation | Mikhail Lobanov | 1 | -1/+1 |