summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2024-05-27dm: remove dm_check_zonedChristoph Hellwig-36/+23
2024-05-27dm: move setting zoned_enabled to dm_table_set_restrictionsChristoph Hellwig-4/+7
2024-05-21Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-13/+10
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+4
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+0
2024-05-20dm: always manage discard support in terms of max_hw_discard_sectorsMike Snitzer-13/+9
2024-05-20dm-integrity: set discard_granularity to logical block sizeMikulas Patocka-0/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-5/+0
2024-05-14Merge tag 'for-6.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-68/+92
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds-561/+242
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-1/+1
2024-05-09dm-delay: remove timer_lockBenjamin Marzinski-9/+1
2024-05-09dm-delay: change locking to avoid contentionBenjamin Marzinski-13/+23
2024-05-09dm-delay: fix max_delay calculationsBenjamin Marzinski-3/+2
2024-05-09dm-delay: fix hung task introduced by kthread modeJoel Colledge-2/+1
2024-05-09dm-delay: fix workqueue delay_timer raceBenjamin Marzinski-2/+4
2024-05-08bcache: fix variable length array abuse in btree_iterMatthew Mirvish-59/+70
2024-05-08bcache: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-5/+5
2024-05-07md: Revert "md: Fix overflow in is_mddev_idle"Li Nan-6/+5
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro-1/+1
2024-05-03dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)Al Viro-3/+3
2024-05-02Merge tag 'md-6.10-20240502' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe-3/+3
2024-05-02md: fix resync softlockup when bitmap size is less than array sizeYu Kuai-3/+3
2024-05-02bcache_register(): don't bother with set_blocksize()Al Viro-4/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+9
2024-05-01dm: Check that a zoned table leads to a valid mapped deviceDamien Le Moal-1/+59
2024-04-26Merge tag 'for-6.9/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+9
2024-04-25Merge tag 'md-6.10-20240425' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe-18/+16
2024-04-23dm-crypt: don't set WQ_CPU_INTENSIVE for WQ_UNBOUND crypt_queueMike Snitzer-1/+5
2024-04-23dm: use queue_limits_setChristoph Hellwig-15/+12
2024-04-23dm-crypt: stop constraining max_segment_size to PAGE_SIZEMike Snitzer-10/+2
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal-1/+1
2024-04-17dm: Use the block layer zone append emulationDamien Le Moal-459/+93
2024-04-16dm-crypt: export sysfs of all workqueuesyangerkun-7/+21
2024-04-16dm-crypt: add the optional "high_priority" flagMikulas Patocka-10/+25
2024-04-16dm: restore synchronous close of device mapper block deviceMing Lei-2/+8
2024-04-10dm vdo murmurhash: remove unneeded semicolonMatthew Sakai-1/+1
2024-04-08md: don't account sync_io if iostats of the disk is disabledLi Nan-1/+6
2024-04-08md: Fix overflow in is_mddev_idleLi Nan-5/+6
2024-04-08md: add check for sleepers in md_wakeup_thread()Florian-Ewald Mueller-1/+2
2024-04-08md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...Yu Kuai-12/+3
2024-04-08Merge tag 'md-6.9-20240408' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe-1/+1
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-26/+9
2024-04-01dm: use bio_list_merge_initChristoph Hellwig-36/+17
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin-5/+0
2024-03-29dm integrity: fix out-of-range warningArnd Bergmann-1/+1
2024-03-29dm vdo murmurhash3: use kernel byteswapping routines instead of GCC onesKen Raeburn-25/+8
2024-03-22Merge tag 'for-6.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+16