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