summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
3 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
4 daysMerge tag 'x86-cleanups-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
5 daysMerge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
9 daysublk: fix tautological comparison warning in ublk_ctrl_reg_bufMing Lei
9 daysublk: allow buffer registration before device is startedMing Lei
9 daysublk: replace xarray with IDA for shmem buffer index allocationMing Lei
9 daysublk: simplify PFN range loop in __ublk_ctrl_reg_bufMing Lei
9 daysublk: verify all pages in multi-page bvec fall within registered rangeMing Lei
9 daysublk: widen ublk_shmem_buf_reg.len to __u64 for 4GB buffer supportMing Lei
12 daysublk: eliminate permanent pages[] array from struct ublk_bufMing Lei
12 daysublk: enable UBLK_F_SHMEM_ZC feature flagMing Lei
12 daysublk: add PFN-based buffer matching in I/O pathMing Lei
12 daysublk: add UBLK_U_CMD_REG_BUF/UNREG_BUF control commandsMing Lei
12 daysdrbd: use get_random_u64() where appropriateDavid Carlier
12 daysdrbd: remove DRBD_GENLA_F_MANDATORY flag handlingChristoph Böhmwalder
12 daysublk: reset per-IO canceled flag on each fetchUday Shankar
13 dayszram: change scan_slots to return voidSergey Senozhatsky
13 dayszram: propagate read_from_bdev_async() errorsSergey Senozhatsky
13 dayszram: optimize LZ4 dictionary compression performancegao xu
13 dayszram: unify and harden algo/priority params handlingSergey Senozhatsky
13 dayszram: remove chained recompressionSergey Senozhatsky
13 dayszram: drop ->num_active_compsSergey Senozhatsky
13 dayszram: do not autocorrect bad recompression parametersSergey Senozhatsky
13 dayszram: do not permit params change after initSergey Senozhatsky
13 dayszram: use statically allocated compression algorithm namesgao xu
2026-03-31zloop: add max_open_zones optionDamien Le Moal
2026-03-26drbd: Balance RCU calls in drbd_adm_dump_devices()Bart Van Assche
2026-03-25drbd: use genl pre_doit/post_doitChristoph Böhmwalder
2026-03-25zloop: forget write cache on force removalChristoph Hellwig
2026-03-25zloop: refactor zloop_rwChristoph Hellwig
2026-03-22ublk: move cold paths out of __ublk_batch_dispatch() for icache efficiencyMing Lei
2026-03-22block/floppy: Don't use REALLY_SLOW_IO for delaysJuergen Gross
2026-03-21zram: do not slot_free() written-back slotsSergey Senozhatsky
2026-03-14ublk: report BLK_SPLIT_INTERVAL_CAPABLECaleb Sander Mateos
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...Linus Torvalds
2026-03-09ublk: don't clear GD_SUPPRESS_PART_SCAN for unprivileged daemonsMing Lei
2026-03-06ublk: fix NULL pointer dereference in ublk_ctrl_set_size()Mehul Rao
2026-03-04zram: rename writeback_compressed device attrSergey Senozhatsky
2026-02-27Merge tag 'block-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-24zloop: check for spurious options passed to removeChristoph Hellwig
2026-02-24zloop: advertise a volatile write cacheChristoph Hellwig
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20drbd: fix null-pointer dereference on local read errorChristoph Böhmwalder
2026-02-19drbd: Replace deprecated strcpy with strscpyThorsten Blum