summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2024-06-12md: use new helpers in md_do_sync()Yu Kuai2-17/+6
2024-06-12md: don't fail action_store() if sync_thread is not registeredYu Kuai2-54/+33
2024-06-12md: remove parameter check_seq for stop_sync_thread()Yu Kuai1-15/+11
2024-06-12md: replace sysfs api sync_action with new helpersYu Kuai1-42/+52
2024-06-12md: factor out helper to start reshape from action_store()Yu Kuai1-24/+41
2024-06-12md: add new helpers for sync_actionYu Kuai2-0/+82
2024-06-12md: add a new enum type sync_actionYu Kuai1-1/+56
2024-06-12md: rearrange recovery_flagsYu Kuai1-14/+38
2024-06-11md/md-bitmap: fix writing non bitmap pagesOfir Gal1-3/+3
2024-06-11md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()Alexander Aring1-1/+1
2024-06-10md/raid1: don't free conf on raid0_run failureChristoph Hellwig1-11/+3
2024-06-10md/raid0: don't free conf on raid0_run failureChristoph Hellwig1-16/+5
2024-06-10md: make md_flush_request() more readableLi Nan1-15/+13
2024-06-10md: fix deadlock between mddev_suspend and flush bioLi Nan1-11/+15
2024-06-10md: change the return value type of md_write_start to voidLi Nan5-17/+8
2024-06-10md: do not delete safemode_timer in mddev_suspendLi Nan1-1/+0
2024-05-28bcache: code cleanup in __bch_bucket_alloc_set()Coly Li1-6/+2
2024-05-28bcache: call force_wake_up_gc() if necessary in check_should_bypass()Coly Li1-1/+15
2024-05-28bcache: allow allocator to invalidate bucket in gcDongsheng Yang3-9/+12
2024-05-27dm: make dm_set_zones_restrictions work on the queue limitsChristoph Hellwig3-12/+14
2024-05-27dm: remove dm_check_zonedChristoph Hellwig1-36/+23
2024-05-27dm: move setting zoned_enabled to dm_table_set_restrictionsChristoph Hellwig2-4/+7
2024-05-21Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-13/+10
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+4
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+0
2024-05-20dm: always manage discard support in terms of max_hw_discard_sectorsMike Snitzer9-13/+9
2024-05-20dm-integrity: set discard_granularity to logical block sizeMikulas Patocka1-0/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-5/+0
2024-05-14Merge tag 'for-6.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-68/+92
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds23-561/+242
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-09dm-delay: remove timer_lockBenjamin Marzinski1-9/+1
2024-05-09dm-delay: change locking to avoid contentionBenjamin Marzinski1-13/+23
2024-05-09dm-delay: fix max_delay calculationsBenjamin Marzinski1-3/+2
2024-05-09dm-delay: fix hung task introduced by kthread modeJoel Colledge1-2/+1
2024-05-09dm-delay: fix workqueue delay_timer raceBenjamin Marzinski1-2/+4
2024-05-08bcache: fix variable length array abuse in btree_iterMatthew Mirvish6-59/+70
2024-05-08bcache: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-5/+5
2024-05-07md: Revert "md: Fix overflow in is_mddev_idle"Li Nan2-6/+5
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-1/+1
2024-05-03dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)Al Viro2-3/+3
2024-05-02Merge tag 'md-6.10-20240502' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe1-3/+3
2024-05-02md: fix resync softlockup when bitmap size is less than array sizeYu Kuai1-3/+3
2024-05-02bcache_register(): don't bother with set_blocksize()Al Viro1-4/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+9
2024-05-01dm: Check that a zoned table leads to a valid mapped deviceDamien Le Moal2-1/+59
2024-04-26Merge tag 'for-6.9/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+9
2024-04-25Merge tag 'md-6.10-20240425' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe3-18/+16
2024-04-23dm-crypt: don't set WQ_CPU_INTENSIVE for WQ_UNBOUND crypt_queueMike Snitzer1-1/+5