summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* bcache: code cleanup in __bch_bucket_alloc_set()Coly Li5 days1-6/+2
* bcache: call force_wake_up_gc() if necessary in check_should_bypass()Coly Li5 days1-1/+15
* bcache: allow allocator to invalidate bucket in gcDongsheng Yang5 days3-9/+12
* dm: make dm_set_zones_restrictions work on the queue limitsChristoph Hellwig6 days3-12/+14
* dm: remove dm_check_zonedChristoph Hellwig6 days1-36/+23
* dm: move setting zoned_enabled to dm_table_set_restrictionsChristoph Hellwig6 days2-4/+7
* Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12 days10-13/+10
|\
| * dm: always manage discard support in terms of max_hw_discard_sectorsMike Snitzer13 days9-13/+9
| * dm-integrity: set discard_granularity to logical block sizeMikulas Patocka13 days1-0/+1
* | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12 days3-4/+4
|\ \
| * | use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-031-1/+1
| * | dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)Al Viro2024-05-032-3/+3
* | | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12 days1-4/+0
|\| |
| * | bcache_register(): don't bother with set_blocksize()Al Viro2024-05-021-4/+0
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\ \ \
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
| |/ /
* | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-141-5/+0
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-022-3/+9
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-042-26/+9
| |\ \ \ \
| * | | | | bitmap: introduce generic optimized bitmap_size()Alexander Lobakin2024-04-011-5/+0
* | | | | | Merge tag 'for-6.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-143-68/+92
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | dm-delay: remove timer_lockBenjamin Marzinski2024-05-091-9/+1
| * | | | | dm-delay: change locking to avoid contentionBenjamin Marzinski2024-05-091-13/+23
| * | | | | dm-delay: fix max_delay calculationsBenjamin Marzinski2024-05-091-3/+2
| * | | | | dm-delay: fix hung task introduced by kthread modeJoel Colledge2024-05-091-2/+1
| * | | | | dm-delay: fix workqueue delay_timer raceBenjamin Marzinski2024-05-091-2/+4
| * | | | | dm-crypt: don't set WQ_CPU_INTENSIVE for WQ_UNBOUND crypt_queueMike Snitzer2024-04-231-1/+5
| * | | | | dm: use queue_limits_setChristoph Hellwig2024-04-231-15/+12
| * | | | | dm-crypt: stop constraining max_segment_size to PAGE_SIZEMike Snitzer2024-04-231-10/+2
| * | | | | dm-crypt: export sysfs of all workqueuesyangerkun2024-04-161-7/+21
| * | | | | dm-crypt: add the optional "high_priority" flagMikulas Patocka2024-04-161-10/+25
* | | | | | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-1323-561/+242
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | bcache: fix variable length array abuse in btree_iterMatthew Mirvish2024-05-086-59/+70
| * | | | | bcache: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-05-081-5/+5
| * | | | | md: Revert "md: Fix overflow in is_mddev_idle"Li Nan2024-05-072-6/+5
| * | | | | Merge tag 'md-6.10-20240502' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2024-05-021-3/+3
| |\ \ \ \ \
| | * | | | | md: fix resync softlockup when bitmap size is less than array sizeYu Kuai2024-05-021-3/+3
| * | | | | | dm: Check that a zoned table leads to a valid mapped deviceDamien Le Moal2024-05-012-1/+59
| * | | | | | Merge tag 'md-6.10-20240425' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2024-04-253-18/+16
| |\| | | | |
| | * | | | | md: don't account sync_io if iostats of the disk is disabledLi Nan2024-04-082-1/+6
| | * | | | | md: Fix overflow in is_mddev_idleLi Nan2024-04-082-5/+6
| | * | | | | md: add check for sleepers in md_wakeup_thread()Florian-Ewald Mueller2024-04-081-1/+2
| | * | | | | md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...Yu Kuai2024-04-081-12/+3
| * | | | | | block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal2024-04-171-1/+1
| * | | | | | dm: Use the block layer zone append emulationDamien Le Moal2024-04-174-459/+93
| |/ / / / /
| * | | / / dm: use bio_list_merge_initChristoph Hellwig2024-04-018-36/+17
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-6.9/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-04-262-3/+9
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | dm: restore synchronous close of device mapper block deviceMing Lei2024-04-161-2/+8
| * | | dm vdo murmurhash: remove unneeded semicolonMatthew Sakai2024-04-101-1/+1
| |/ /