summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-154/+156
4 daysMerge tag 'x86-cleanups-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
5 daysMerge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-509/+1151
9 daysublk: fix tautological comparison warning in ublk_ctrl_reg_bufMing Lei1-8/+6
9 daysublk: allow buffer registration before device is startedMing Lei1-51/+28
9 daysublk: replace xarray with IDA for shmem buffer index allocationMing Lei1-46/+46
9 daysublk: simplify PFN range loop in __ublk_ctrl_reg_bufMing Lei1-3/+2
9 daysublk: verify all pages in multi-page bvec fall within registered rangeMing Lei1-6/+11
9 daysublk: widen ublk_shmem_buf_reg.len to __u64 for 4GB buffer supportMing Lei1-1/+8
12 daysublk: eliminate permanent pages[] array from struct ublk_bufMing Lei1-32/+55
12 daysublk: enable UBLK_F_SHMEM_ZC feature flagMing Lei1-3/+4
12 daysublk: add PFN-based buffer matching in I/O pathMing Lei1-1/+76
12 daysublk: add UBLK_U_CMD_REG_BUF/UNREG_BUF control commandsMing Lei1-0/+295
12 daysdrbd: use get_random_u64() where appropriateDavid Carlier2-3/+3
12 daysdrbd: remove DRBD_GENLA_F_MANDATORY flag handlingChristoph Böhmwalder4-79/+6
13 daysublk: reset per-IO canceled flag on each fetchUday Shankar1-8/+13
13 dayszram: change scan_slots to return voidSergey Senozhatsky1-9/+5
13 dayszram: propagate read_from_bdev_async() errorsSergey Senozhatsky1-7/+8
13 dayszram: optimize LZ4 dictionary compression performancegao xu1-3/+26
13 dayszram: unify and harden algo/priority params handlingSergey Senozhatsky1-40/+66
13 dayszram: remove chained recompressionSergey Senozhatsky1-60/+24
13 dayszram: drop ->num_active_compsSergey Senozhatsky2-14/+16
13 dayszram: do not autocorrect bad recompression parametersSergey Senozhatsky1-9/+8
13 dayszram: do not permit params change after initSergey Senozhatsky1-0/+4
13 dayszram: 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
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook34-127/+122
2026-02-20drbd: fix null-pointer dereference on local read errorChristoph Böhmwalder1-1/+2
2026-02-19drbd: Replace deprecated strcpy with strscpyThorsten Blum2-7/+11