summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* raid5: introduce MD_BROKENMariusz Tkaczyk2022-06-061-25/+22
* dm verity: set DM_TARGET_IMMUTABLE feature flagSarthak Kukreti2022-06-061-0/+1
* dm stats: add cond_resched when looping over entriesMikulas Patocka2022-06-061-0/+8
* dm crypt: make printing of the key constant-timeMikulas Patocka2022-06-061-3/+11
* dm integrity: fix error code in dm_integrity_ctr()Dan Carpenter2022-06-061-2/+0
* dm integrity: fix memory corruption when tag_size is less than digest sizeMikulas Patocka2022-04-201-2/+5
* dm mpath: only use ktime_get_ns() in historical selectorKhazhismel Kumykov2022-04-201-6/+5
* dm: requeue IO if mapping table not yet availableMike Snitzer2022-04-132-9/+9
* dm ioctl: prevent potential spectre v1 gadgetJordy Zomer2022-04-131-0/+2
* dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma2022-04-081-1/+1
* bcache: fixup multiple threads crashMingzhe Zou2022-04-082-4/+8
* dm integrity: set journal entry unused when shrinking deviceMikulas Patocka2022-04-081-2/+4
* dm: fix double accounting of flush with dataMike Snitzer2022-04-083-17/+38
* dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer2022-04-082-12/+25
* dm: fix use-after-free in dm_cleanup_zoned_dev()Kirill Tkhai2022-04-081-1/+1
* dm stats: fix too short end duration_ns when using precise_timestampsMike Snitzer2022-04-083-5/+34
* block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-171-1/+1
* md: fix NULL pointer deref with nowait but no mddev->queueSong Liu2022-02-021-4/+4
* dm: properly fix redundant bio-based IO accountingMike Snitzer2022-01-281-2/+3
* dm: revert partial fix for redundant bio-based IO accountingMike Snitzer2022-01-281-15/+0
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-127-307/+58
|\
| * dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-184-170/+2
| * dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-1/+1
| * dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-2/+2
| * dm-stripe: add a stripe_dax_pgoff helperChristoph Hellwig2021-12-041-48/+15
| * dm-log-writes: add a log_writes_dax_pgoff helperChristoph Hellwig2021-12-041-25/+17
| * dm-linear: add a linear_dax_pgoff helperChristoph Hellwig2021-12-041-34/+15
| * dax: remove dax_capableChristoph Hellwig2021-12-043-36/+11
| * dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-2/+4
| * dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig2021-12-045-5/+5
| * dm: fix alloc_dax error handling in alloc_devChristoph Hellwig2021-12-041-1/+3
* | Merge tag 'for-5.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-126-65/+145
|\ \
| * | dm sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-1/+2
| * | dm integrity: Use struct_group() to zero struct journal_sectorKees Cook2022-01-061-3/+6
| * | dm space map common: add bounds check to sm_ll_lookup_bitmap()Joe Thornber2022-01-041-0/+5
| * | dm btree: add a defensive bounds check to insert_at()Joe Thornber2022-01-041-3/+5
| * | dm btree remove: change a bunch of BUG_ON() calls to proper errorsJoe Thornber2022-01-041-51/+122
| * | dm btree spine: eliminate duplicate le32_to_cpu() in node_check()Joe Thornber2022-01-041-3/+5
| * | dm btree spine: remove extra node_check function declarationJoe Thornber2022-01-041-4/+0
* | | Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-129-113/+249
|\ \ \
| * | | md: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-1/+2
| * | | md: Move alloc/free acct bioset in to personalityXiao Ni2022-01-064-31/+77
| * | | md: fix spelling of "its"Randy Dunlap2022-01-062-2/+2
| * | | md: raid456 add nowait supportVishal Verma2022-01-061-0/+15
| * | | md: raid10 add nowait supportVishal Verma2022-01-061-33/+67
| * | | md: raid1 add nowait supportVishal Verma2022-01-061-20/+56
| * | | md: add support for REQ_NOWAITVishal Verma2022-01-061-0/+21
| * | | md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk2022-01-063-20/+0
| * | | md/raid5: play nice with PREEMPT_RTDavidlohr Bueso2022-01-062-6/+9
* | | | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-123-6/+1
|\| | |