index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
10 days
ublk: reject max_sectors smaller than PAGE_SECTORS in parameter validation
Ming Lei
13 days
ublk: fix use-after-free in ublk_cancel_cmd()
Ming Lei
2026-05-06
ublk: validate physical_bs_shift, io_min_shift and io_opt_shift
Ming Lei
2026-05-01
ublk: don't issue uring_cmd from fallback task work
Jens Axboe
2026-04-24
Merge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-04-24
Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2026-04-23
Revert "floppy: fix reference leak on platform_device_register() failure"
Jens Axboe
2026-04-23
ublk: avoid unpinning pages under maple tree spinlock
Ming Lei
2026-04-23
ublk: refactor common helper ublk_shmem_remove_ranges()
Ming Lei
2026-04-23
ublk: fix maple tree lockdep warning in ublk_buf_cleanup
Ming Lei
2026-04-22
rbd: fix null-ptr-deref when device_add_disk() fails
Dawei Feng
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-18
zram: reject unrecognized type= values in recompress_store()
Andrew Stellman
2026-04-18
zram: do not forget to endio for partial discard requests
Sergey Senozhatsky
2026-04-17
floppy: fix reference leak on platform_device_register() failure
Guangshuo Li
2026-04-17
ublk: use unchecked copy helpers for bio page data
Ming Lei
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-15
zloop: remove irq-safe locking
Christoph Hellwig
2026-04-15
zloop: factor out zloop_mark_{full,empty} helpers
Christoph Hellwig
2026-04-15
zloop: set RQF_QUIET when completing requests on deleted devices
Christoph Hellwig
2026-04-15
zloop: improve the unaligned write pointer warning
Christoph Hellwig
2026-04-15
zloop: use vfs_truncate
Christoph Hellwig
2026-04-15
zloop: fix write pointer calculation in zloop_forget_cache
Christoph Hellwig
2026-04-14
Merge tag 'x86-cleanups-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-04-10
ublk: fix tautological comparison warning in ublk_ctrl_reg_buf
Ming Lei
2026-04-09
ublk: allow buffer registration before device is started
Ming Lei
2026-04-09
ublk: replace xarray with IDA for shmem buffer index allocation
Ming Lei
2026-04-09
ublk: simplify PFN range loop in __ublk_ctrl_reg_buf
Ming Lei
2026-04-09
ublk: verify all pages in multi-page bvec fall within registered range
Ming Lei
2026-04-09
ublk: widen ublk_shmem_buf_reg.len to __u64 for 4GB buffer support
Ming Lei
2026-04-07
ublk: eliminate permanent pages[] array from struct ublk_buf
Ming Lei
2026-04-07
ublk: enable UBLK_F_SHMEM_ZC feature flag
Ming Lei
2026-04-07
ublk: add PFN-based buffer matching in I/O path
Ming Lei
2026-04-07
ublk: add UBLK_U_CMD_REG_BUF/UNREG_BUF control commands
Ming Lei
2026-04-07
drbd: use get_random_u64() where appropriate
David Carlier
2026-04-06
drbd: remove DRBD_GENLA_F_MANDATORY flag handling
Christoph Böhmwalder
2026-04-06
ublk: reset per-IO canceled flag on each fetch
Uday Shankar
2026-04-05
zram: change scan_slots to return void
Sergey Senozhatsky
2026-04-05
zram: propagate read_from_bdev_async() errors
Sergey Senozhatsky
2026-04-05
zram: optimize LZ4 dictionary compression performance
gao xu
2026-04-05
zram: unify and harden algo/priority params handling
Sergey Senozhatsky
2026-04-05
zram: remove chained recompression
Sergey Senozhatsky
2026-04-05
zram: drop ->num_active_comps
Sergey Senozhatsky
2026-04-05
zram: do not autocorrect bad recompression parameters
Sergey Senozhatsky
2026-04-05
zram: do not permit params change after init
Sergey Senozhatsky
2026-04-05
zram: use statically allocated compression algorithm names
gao xu
2026-03-31
zloop: add max_open_zones option
Damien Le Moal
2026-03-26
drbd: Balance RCU calls in drbd_adm_dump_devices()
Bart Van Assche
2026-03-25
drbd: use genl pre_doit/post_doit
Christoph Böhmwalder
[next]