summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2024-08-27md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()Yu Kuai5-10/+18
2024-08-27md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operationsYu Kuai5-36/+45
2024-08-27md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operationsYu Kuai6-27/+35
2024-08-27md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operationsYu Kuai5-15/+19
2024-08-27md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operationsYu Kuai3-9/+20
2024-08-27md/md-bitmap: merge bitmap_write_all() into bitmap_operationsYu Kuai3-10/+9
2024-08-27md/md-bitmap: remove md_bitmap_setallbits()Yu Kuai1-1/+0
2024-08-27md/md-bitmap: merge md_bitmap_status() into bitmap_operationsYu Kuai5-14/+14
2024-08-27md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operationsYu Kuai4-11/+13
2024-08-27md/md-bitmap: make md_bitmap_print_sb() internalYu Kuai2-4/+2
2024-08-27md/md-bitmap: merge md_bitmap_flush() into bitmap_operationsYu Kuai3-6/+5
2024-08-27md/md-bitmap: merge md_bitmap_destroy() into bitmap_operationsYu Kuai3-11/+13
2024-08-27md/md-bitmap: merge md_bitmap_load() into bitmap_operationsYu Kuai4-8/+11
2024-08-27md/md-bitmap: merge md_bitmap_create() into bitmap_operationsYu Kuai3-6/+7
2024-08-27md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()Yu Kuai3-30/+25
2024-08-27md/md-bitmap: introduce struct bitmap_operationsYu Kuai4-0/+14
2024-08-27md/md-bitmap: add a new helper md_bitmap_set_pages()Yu Kuai3-3/+8
2024-08-27md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps()Yu Kuai1-5/+15
2024-08-27md/md-bitmap: add 'behind_writes' and 'behind_wait' into struct md_bitmap_statsYu Kuai3-5/+13
2024-08-27md/md-bitmap: add 'file_pages' into struct md_bitmap_statsYu Kuai3-8/+17
2024-08-27md/md-bitmap: add 'sync_size' into struct md_bitmap_statsYu Kuai3-14/+27
2024-08-27md/md-cluster: fix spares warnings for __le64Yu Kuai1-3/+3
2024-08-27md/md-bitmap: add 'events_cleared' into struct md_bitmap_statsYu Kuai3-2/+17
2024-08-27md: use new helper md_bitmap_get_stats() in update_array_info()Yu Kuai1-5/+7
2024-08-27md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()Yu Kuai3-21/+41
2024-08-27md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()Yu Kuai2-5/+3
2024-08-27md/raid1: Clean up local variable 'b' from raid1_read_request()Yu Kuai1-17/+4
2024-08-27md: Don't flush sync_work in md_write_start()Yu Kuai1-1/+0
2024-08-22dm bufio: Remove NULL check of list_entry()Yuesong Li1-3/+0
2024-08-21dm-crypt: Allow to specify the integrity key size as optionIngo Franzki1-4/+15
2024-08-21dm: Remove unused declaration and empty definition "dm_zone_map_bio"Zhang Zekun1-5/+0
2024-08-21dm vdo: force read-only mode for a corrupt recovery journalSusan LeGendre-McGhee3-19/+24
2024-08-21dm vdo: abort loading dirty VDO with the old recovery journal formatSusan LeGendre-McGhee2-4/+24
2024-08-21dm vdo: add dmsetup message for returning configuration infoBruce Johnston3-1/+53
2024-08-21dm vdo: remove bad check of bi_next fieldKen Raeburn1-1/+0
2024-08-21dm vdo: don't refer to dedupe_context after releasing itKen Raeburn1-0/+3
2024-08-20dm-verity: expose root hash digest and signature data to LSMsDeven Bowers2-0/+122
2024-08-16Merge tag 'block-6.11-20240824' of git://git.kernel.dk/linuxLinus Torvalds1-4/+10
2024-08-15md/raid1: Fix data corruption for degraded array with slow diskYu Kuai1-4/+10
2024-08-15md: convert comma to semicolonChen Ni1-1/+1
2024-08-13dm persistent data: fix memory allocation failureMikulas Patocka1-2/+2
2024-08-13dm resume: don't return EINVAL when signalledKhazhismel Kumykov1-2/+20
2024-08-13dm suspend: return -ERESTARTSYS instead of -EINTRMikulas Patocka1-2/+2
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds1-3/+3
2024-07-22Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds4-13/+56
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds14-234/+281
2024-07-19Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds39-570/+909
2024-07-19dm vdo int-map: fix kerneldoc formattingMatthew Sakai1-1/+1
2024-07-19dm vdo repair: add missing kerneldoc fieldsMatthew Sakai1-3/+5