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