summaryrefslogtreecommitdiff
path: root/drivers/md/md-llbitmap.c
AgeCommit message (Expand)AuthorFilesLines
8 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-2/+2
2026-08-07md/md-llbitmap: clamp state-machine walks to tracked bitsYu Kuai1-1/+4
2026-08-07md/md-llbitmap: remap checkpointed bits as reshape progressesYu Kuai1-0/+204
2026-08-07md/md-llbitmap: don't skip reshape ranges from bitmap stateYu Kuai1-0/+8
2026-08-07md/md-llbitmap: add reshape range mapping helpersYu Kuai1-11/+126
2026-08-07md/md-llbitmap: refuse reshape while llbitmap still needs syncYu Kuai1-0/+24
2026-08-07md/md-llbitmap: finish reshape geometryYu Kuai1-0/+34
2026-08-07md/md-llbitmap: track target reshape geometry fieldsYu Kuai1-0/+42
2026-08-07md/md-llbitmap: grow the page cache in place for reshapeYu Kuai1-11/+132
2026-08-07md/md-llbitmap: allocate page controls independentlyYu Kuai1-37/+62
2026-08-07md/md-llbitmap: track bitmap sync_size explicitlyYu Kuai1-2/+17
2026-08-07md: add exact bitmap mapping and reshape hooksYu Kuai1-0/+8
2026-08-07md/md-llbitmap: stop daemon timer rearm on destroyYu Kuai1-4/+13
2026-08-07md/md-llbitmap: prevent create failure bitmap UAFYu Kuai1-1/+2
2026-08-07md/md-llbitmap: only end fully synced chunksYu Kuai1-4/+9
2026-08-07md/md-llbitmap: use GFP_NOIO for cache allocationsYu Kuai1-5/+5
2026-08-07md/md-llbitmap: clear flush state after daemon flushYu Kuai1-2/+2
2026-07-30md: remove REQ_NOWAIT support from raid1/10/456Abd-Alrhman Masalkhi1-8/+2
2026-06-21md/raid1: honor REQ_NOWAIT when waiting for behind writesAbd-Alrhman Masalkhi1-5/+8
2026-04-28md/md-bitmap: split bitmap sysfs groupsYu Kuai1-1/+6
2026-04-07md/md-llbitmap: optimize initial sync with write_zeroes_unmap supportYu Kuai1-1/+61
2026-04-07md/md-llbitmap: add CleanUnwritten state for RAID-5 proactive parity buildingYu Kuai1-12/+128
2026-03-16md/md-llbitmap: raise barrier before state machine transitionYu Kuai1-4/+4
2026-03-16md/md-llbitmap: skip reading rdevs that are not in_syncYu Kuai1-1/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-26md/md-llbitmap: fix percpu_ref not resurrected on suspend timeoutYu Kuai1-1/+3
2025-11-08md/md-llbitmap: Remove unneeded semicolonChen Ni1-1/+1
2025-09-10md/md-llbitmap: Use DIV_ROUND_UP_SECTOR_TNathan Chancellor1-8/+8
2025-09-06md/md-llbitmap: introduce new lockless bitmapYu Kuai1-0/+1626