summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
32 hoursMerge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-107/+139
33 hoursMerge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+3
3 daysRevert "floppy: fix reference leak on platform_device_register() failure"Jens Axboe1-7/+3
3 daysublk: avoid unpinning pages under maple tree spinlockMing Lei1-10/+46
3 daysublk: refactor common helper ublk_shmem_remove_ranges()Ming Lei1-40/+29
3 daysublk: fix maple tree lockdep warning in ublk_buf_cleanupMing Lei1-0/+4
4 daysrbd: fix null-ptr-deref when device_add_disk() failsDawei Feng1-3/+3
7 daysMerge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
8 dayszram: reject unrecognized type= values in recompress_store()Andrew Stellman1-0/+2
8 dayszram: do not forget to endio for partial discard requestsSergey Senozhatsky1-1/+2
8 daysfloppy: fix reference leak on platform_device_register() failureGuangshuo Li1-3/+7
8 daysublk: use unchecked copy helpers for bio page dataMing Lei1-2/+10
10 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-154/+156
10 dayszloop: remove irq-safe lockingChristoph Hellwig1-22/+15
10 dayszloop: factor out zloop_mark_{full,empty} helpersChristoph Hellwig1-22/+26
10 dayszloop: set RQF_QUIET when completing requests on deleted devicesChristoph Hellwig1-1/+3
10 dayszloop: improve the unaligned write pointer warningChristoph Hellwig1-3/+3
10 dayszloop: use vfs_truncateChristoph Hellwig1-15/+2
10 dayszloop: fix write pointer calculation in zloop_forget_cacheChristoph Hellwig1-2/+11
11 daysMerge tag 'x86-cleanups-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
12 daysMerge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-509/+1151
2026-04-10ublk: fix tautological comparison warning in ublk_ctrl_reg_bufMing Lei1-8/+6
2026-04-10ublk: allow buffer registration before device is startedMing Lei1-51/+28
2026-04-10ublk: replace xarray with IDA for shmem buffer index allocationMing Lei1-46/+46
2026-04-10ublk: simplify PFN range loop in __ublk_ctrl_reg_bufMing Lei1-3/+2
2026-04-10ublk: verify all pages in multi-page bvec fall within registered rangeMing Lei1-6/+11
2026-04-10ublk: 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