summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig2022-11-211-1/+1
* dm: track per-add_disk holder relations in DMChristoph Hellwig2022-11-161-10/+39
* dm: make sure create and remove dm device won't race with open and close tableYu Kuai2022-11-161-0/+16
* dm: cleanup close_table_deviceChristoph Hellwig2022-11-161-9/+3
* dm: cleanup open_table_deviceChristoph Hellwig2022-11-161-29/+27
* dm: remove free_table_devicesChristoph Hellwig2022-11-161-14/+1
* md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li2022-11-141-0/+1
* md/raid5: use bdev_write_cache instead of open coding itChristoph Hellwig2022-11-142-8/+2
* md: fix a crash in mempool_freeMikulas Patocka2022-11-141-3/+6
* md/raid0, raid10: Don't set discard sectors for request queueXiao Ni2022-11-142-3/+0
* md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller2022-11-141-8/+12
* md: introduce md_ro_stateYe Bin2022-11-141-70/+82
* md: factor out __md_set_array_info()Ye Bin2022-11-141-30/+35
* raid5-cache: use try_cmpxchg in r5l_wake_reclaimUros Bizjak2022-11-141-2/+3
* drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()Li Zhong2022-11-141-12/+15
* dm clone: Fix typo in block_device format specifierNikos Tsironis2022-10-181-1/+1
* dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang2022-10-181-1/+0
* dm cache: delete the redundant word 'each' in commentShaomin Deng2022-10-181-1/+1
* dm raid: fix typo in analyse_superblocks code commentJiangshan Yi2022-10-181-1/+1
* dm verity: enable WQ_HIGHPRI on verify_wqNathan Huckleberry2022-10-181-8/+10
* dm raid: delete the redundant word 'that' in commentJilin Yuan2022-10-181-1/+1
* dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka2022-10-185-85/+85
* dm bufio: use the acquire memory barrier when testing for B_READINGMikulas Patocka2022-10-181-6/+7
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+3
|\
| * block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-1/+3
| * Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe2022-09-3012-174/+263
| |\
* | \ Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-0712-174/+263
|\ \ \ | | |/ | |/|
| * | block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-272-5/+3
| * | md: Fix spelling mistake in comments of r5l_logZhou nan2022-09-221-1/+1
| * | md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe2022-09-221-0/+12
| * | md/raid10: convert resync_lock to use seqlockYu Kuai2022-09-222-30/+59
| * | md/raid10: fix improper BUG_ON() in raise_barrier()Yu Kuai2022-09-221-1/+1
| * | md/raid10: prevent unnecessary calls to wake_up() in fast pathYu Kuai2022-09-221-2/+8
| * | md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowaitYu Kuai2022-09-221-2/+2
| * | md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()Yu Kuai2022-09-221-22/+28
| * | md: Remove extra mddev_get() in md_seq_start()Logan Gunthorpe2022-09-221-1/+0
| * | md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()David Sloan2022-09-221-1/+0
| * | md/raid5: Ensure stripe_fill happens on non-read IO with journalLogan Gunthorpe2022-09-221-1/+1
| * | md/raid5: Don't read ->active_stripes if it's not neededLogan Gunthorpe2022-09-221-3/+2
| * | md/raid5: Cleanup prototype of raid5_get_active_stripe()Logan Gunthorpe2022-09-223-25/+39
| * | md/raid5: Drop extern on function declarations in raid5.hLogan Gunthorpe2022-09-221-12/+10
| * | md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe2022-09-221-41/+41
| * | md: Replace snprintf with scnprintfSaurabh Sengar2022-09-221-1/+1
| * | md/raid10: fix compile warningGuoqing Jiang2022-09-221-1/+1
| * | md/raid5: Fix spelling mistakes in commentsXU pengfei2022-09-221-3/+3
| * | bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li2022-09-191-21/+52
| * | bcache:: fix repeated words in commentsJilin Yuan2022-09-191-1/+1
| * | bcache: bset: Fix comment typosJules Maselbas2022-09-191-1/+1