summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe2-0/+4
2023-01-07md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller1-8/+12
2023-01-07dm cache: set needs_check flag after aborting metadataMike Snitzer1-5/+5
2023-01-07dm cache: Fix UAF in destroy()Luo Meng1-0/+1
2023-01-07dm clone: Fix UAF in clone_dtr()Luo Meng1-0/+1
2023-01-07dm integrity: Fix UAF in dm_integrity_dtr()Luo Meng1-0/+2
2023-01-07dm thin: Fix UAF in run_timer_softirq()Luo Meng1-0/+2
2023-01-07dm thin: resume even if in FAIL modeLuo Meng1-4/+12
2023-01-07dm thin: Use last transaction's pmd->root when commit failedZhihao Cheng1-0/+9
2023-01-07dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadataZhihao Cheng1-8/+43
2023-01-07dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abortMike Snitzer1-7/+47
2023-01-04md: fix a crash in mempool_freeMikulas Patocka1-3/+6
2022-12-31md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li1-0/+1
2022-12-31md/raid0, raid10: Don't set discard sectors for request queueXiao Ni2-3/+0
2022-12-31drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()Li Zhong1-12/+15
2022-12-31dm: track per-add_disk holder relations in DMChristoph Hellwig1-10/+39
2022-12-31dm: make sure create and remove dm device won't race with open and close tableYu Kuai1-0/+16
2022-12-31dm: cleanup close_table_deviceChristoph Hellwig1-9/+3
2022-12-31dm: cleanup open_table_deviceChristoph Hellwig1-29/+27
2022-11-19Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds3-0/+3
2022-11-18dm integrity: clear the journal on suspendMikulas Patocka1-0/+13
2022-11-18dm integrity: flush the journal on suspendMikulas Patocka1-6/+1
2022-11-18dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create...Zhihao Cheng1-0/+2
2022-11-18dm ioctl: fix misbehavior if list_versions races with module loadingMikulas Patocka1-2/+2
2022-11-17dm-log-writes: set dma_alignment limit in io_hintsKeith Busch1-0/+1
2022-11-17dm-integrity: set dma_alignment limit in io_hintsKeith Busch1-0/+1
2022-11-17dm-crypt: provide dma_alignment limit in io_hintsKeith Busch1-0/+1
2022-10-19dm clone: Fix typo in block_device format specifierNikos Tsironis1-1/+1
2022-10-19dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang1-1/+0
2022-10-19dm cache: delete the redundant word 'each' in commentShaomin Deng1-1/+1
2022-10-19dm raid: fix typo in analyse_superblocks code commentJiangshan Yi1-1/+1
2022-10-19dm verity: enable WQ_HIGHPRI on verify_wqNathan Huckleberry1-8/+10
2022-10-19dm raid: delete the redundant word 'that' in commentJilin Yuan1-1/+1
2022-10-19dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka5-85/+85
2022-10-18dm bufio: use the acquire memory barrier when testing for B_READINGMikulas Patocka1-6/+7
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds1-1/+3
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds12-174/+263
2022-10-04Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-2/+2
2022-10-04Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+25
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-1/+3
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe12-174/+263
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2-5/+3
2022-09-22md: Fix spelling mistake in comments of r5l_logZhou nan1-1/+1
2022-09-22md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe1-0/+12
2022-09-22md/raid10: convert resync_lock to use seqlockYu Kuai2-30/+59
2022-09-22md/raid10: fix improper BUG_ON() in raise_barrier()Yu Kuai1-1/+1
2022-09-22md/raid10: prevent unnecessary calls to wake_up() in fast pathYu Kuai1-2/+8
2022-09-22md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowaitYu Kuai1-2/+2