index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
Merge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-21
/
+25
7 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
3
-21
/
+25
10 days
ublk: clear VM_MAYWRITE on read-only ublk char device mmap
Kanishka De Silva
1
-0
/
+6
10 days
loop, zloop: fix dma_alignment for large or unreported limits
Keith Busch
2
-6
/
+10
2026-08-27
Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
9
-86
/
+208
2026-08-25
Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-11
/
+11
2026-08-24
zram: fix slot lock bit position on big-endian 64-bit
David Carlier
2
-3
/
+17
2026-08-24
zram: switch to unsigned long indexing
Sergey Senozhatsky
1
-60
/
+77
2026-08-24
zram: fix out-of-bounds access in read_block_state()
Longlong Xia
1
-1
/
+3
2026-08-24
zram: fix out-of-bounds access in writeback_store()
Longlong Xia
1
-2
/
+5
2026-08-24
zram: reset per-priority params when changing algorithm before init
Haoqin Huang
1
-11
/
+12
2026-08-24
zram: validate parameters in each backend's setup_params
Haoqin Huang
7
-4
/
+58
2026-08-24
zram: add pr_fmt to backend files
Haoqin Huang
7
-1
/
+19
2026-08-24
zram: reject zero-size dictionary
Haoqin Huang
1
-1
/
+9
2026-08-24
zram: do not release zstd global params from error paths
Haoqin Huang
1
-2
/
+0
2026-08-24
zram: validate deflate params
Sergey Senozhatsky
1
-1
/
+9
2026-08-24
zram: set default primary compressor in zram_destroy_comps()
Sergey Senozhatsky
1
-2
/
+1
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-18
/
+11
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-375
/
+470
2026-08-18
Merge tag 'rust-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...
Linus Torvalds
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+3
2026-08-17
io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
Joanne Koong
1
-11
/
+11
2026-08-16
Merge tag 'block-7.2-20260815' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-14
/
+25
2026-08-15
nbd: add pre_defined_connections module parameter for pre-created devices
Yang Erkun
1
-1
/
+15
2026-08-15
nbd: remove queue freeze for newly created nbd from netlink path
Yang Erkun
1
-4
/
+9
2026-08-15
nbd: factor out a nbd_genl_foreach_sock
Yang Erkun
1
-66
/
+62
2026-08-15
nbd: skip queue freeze when setting size at device startup
Yang Erkun
1
-1
/
+5
2026-08-15
nbd: remove queue freeze in nbd_add_socket
Yang Erkun
1
-9
/
+0
2026-08-15
nbd: clear queue limits on disconnect
Yang Erkun
1
-17
/
+26
2026-08-15
nbd: disallow NBD_SET_SOCK on an active device
Yang Erkun
1
-0
/
+7
2026-08-15
nbd: simplify find_fallback() by removing redundant logic
Long Li
1
-23
/
+14
2026-08-15
drbd: don't leak the shared secret to unprivileged netlink dumps
Christoph Böhmwalder
1
-14
/
+25
2026-08-15
block: mtip32xx: synchronize ioctls with device removal
Hongyan Xu
2
-0
/
+9
2026-08-15
ublk: avoid teardown retry loop on xarray allocation failure
Yao Sang
1
-17
/
+14
2026-08-15
null_blk: fix UBSAN shift-out-of-bounds when zone_size is 0 or overflows
Rik van Riel
1
-2
/
+8
2026-08-15
loop: Fix recently introduced lock inversion
Bart Van Assche
1
-1
/
+1
2026-08-15
swim3: Add missing MODULE_DESCRIPTION
Nathan Chancellor
1
-0
/
+1
2026-08-15
ublk: reject non-power-of-2 zone sizes in SET_PARAMS
Yao Sang
1
-1
/
+1
2026-08-15
null_blk: serialize configfs attribute updates with device setup
Niklas Cassel
1
-3
/
+11
2026-08-15
null_blk: serialize configfs attribute shows with the lock
Zizhi Wo
1
-0
/
+2
2026-08-15
null_blk: serialize configfs attribute stores with the lock
Zizhi Wo
1
-14
/
+3
2026-08-15
null_blk: convert file-scope mutex users to guard(mutex)
Zizhi Wo
1
-29
/
+17
2026-08-15
null_blk: reject per-device queue resize for shared tag set
Zizhi Wo
1
-0
/
+9
2026-08-15
null_blk: clean up null_del_dev() to use cached dev pointer
Zizhi Wo
1
-2
/
+2
2026-08-15
null_blk: free zones array on device power-off
Zizhi Wo
1
-3
/
+13
2026-08-15
null_blk: free global tag_set on init error path
Zizhi Wo
1
-0
/
+2
2026-08-15
null_blk: move unregister_blkdev() after destroying dev in null_exit()
Zizhi Wo
1
-2
/
+2
2026-08-15
null_blk: register configfs subsystem after creating default devices
Zizhi Wo
1
-10
/
+6
2026-08-15
null_blk: use DEFINE_MUTEX for the file-scope mutex
Zizhi Wo
1
-3
/
+1
2026-08-12
rust: configfs: use `LocalModule` for `THIS_MODULE`
Alvin Sun
1
-1
/
+1
[next]