summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2023-11-17dm-crypt: start allocating with MAX_ORDERMikulas Patocka-1/+1
2023-11-17dm-verity: don't use blocking calls from taskletsMikulas Patocka-14/+15
2023-11-17dm-bufio: fix no-sleep modeMikulas Patocka-25/+62
2023-11-17dm-delay: avoid duplicate logicMikulas Patocka-44/+21
2023-11-17dm-delay: fix bugs introduced by kthread modeMikulas Patocka-26/+35
2023-11-17dm-delay: fix a race between delay_presuspend and delay_bioMikulas Patocka-5/+11
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-49/+69
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+0
2023-11-01Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-107/+320
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds-573/+622
2023-10-31dm crypt: account large pages in cc->n_allocated_pagesMikulas Patocka-3/+12
2023-10-31dm integrity: use crypto_shash_digest() in sb_mac()Eric Biggers-20/+10
2023-10-31dm crypt: use crypto_shash_digest() in crypt_iv_tcw_whitening()Eric Biggers-7/+1
2023-10-31dm error: Add support for zoned block devicesDamien Le Moal-4/+125
2023-10-31dm delay: for short delays, use kthread instead of timers and wqChristian Loehle-15/+88
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+5
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-600/+5
2023-10-28bcache: Fixup error handling in register_cache()Jan Kara-13/+10
2023-10-28md: Convert to bdev_open_by_dev()Jan Kara-18/+9
2023-10-28dm: Convert to bdev_open_by_dev()Jan Kara-9/+11
2023-10-28bcache: Convert to bdev_open_by_path()Jan Kara-37/+43
2023-10-27dm: respect REQ_NOWAIT flag in normal bios issued to DMMike Snitzer-11/+29
2023-10-27dm: enhance alloc_multiple_bios() to be more versatileMike Snitzer-34/+34
2023-10-23dm: make __send_duplicate_bios return unsigned intMikulas Patocka-2/+2
2023-10-23dm log userspace: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2023-10-23dm ioctl: replace deprecated strncpy with strscpy_padJustin Stitt-2/+2
2023-10-23dm crypt: replace open-coded kmemdup_nulJustin Stitt-2/+1
2023-10-23dm cache metadata: replace deprecated strncpy with strscpyJustin Stitt-3/+3
2023-10-19bcache: move closures to lib/Kent Overstreet-600/+5
2023-10-18md: cleanup pers->prepare_suspend()Yu Kuai-62/+17
2023-10-12md-cluster: check for timeout while a new disk addingDenis Plotnikov-4/+11
2023-10-11raid: Remove now superfluous sentinel element from ctl_table arrayJoel Granados-1/+0
2023-10-10md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai-19/+19
2023-10-10md: remove old apis to suspend the arrayYu Kuai-87/+3
2023-10-10md: suspend array in md_start_sync() if array need reconfigurationYu Kuai-3/+8
2023-10-10md/raid5: replace suspend with quiesce() callbackYu Kuai-9/+9
2023-10-10md/md-linear: cleanup linear_add()Yu Kuai-2/+0
2023-10-10md: cleanup mddev_create/destroy_serial_pool()Yu Kuai-31/+17
2023-10-10md: use new apis to suspend array before mddev_create/destroy_serial_poolYu Kuai-16/+18
2023-10-10md: use new apis to suspend array for ioctls involed array reconfigurationYu Kuai-10/+20
2023-10-10md: use new apis to suspend array for adding/removing rdev from state_store()Yu Kuai-8/+11
2023-10-10md: use new apis to suspend array for sysfs apisYu Kuai-16/+8
2023-10-10md/raid5: use new apis to suspend arrayYu Kuai-26/+12
2023-10-10md/raid5-cache: use new apis to suspend arrayYu Kuai-11/+8
2023-10-10md/md-bitmap: use new apis to suspend array for location_store()Yu Kuai-4/+2
2023-10-10md/dm-raid: use new apis to suspend arrayYu Kuai-8/+4
2023-10-10md: add new helpers to suspend/resume and lock/unlock arrayYu Kuai-0/+27
2023-10-10md: add new helpers to suspend/resume arrayYu Kuai-2/+103
2023-10-10md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()Yu Kuai-1/+1
2023-10-10md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'Yu Kuai-22/+25