summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2023-01-04md: fix a crash in mempool_freeMikulas Patocka
2022-12-31md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li
2022-12-31md/raid0, raid10: Don't set discard sectors for request queueXiao Ni
2022-12-31drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()Li Zhong
2022-12-31dm: track per-add_disk holder relations in DMChristoph Hellwig
2022-12-31dm: make sure create and remove dm device won't race with open and close tableYu Kuai
2022-12-31dm: cleanup close_table_deviceChristoph Hellwig
2022-12-31dm: cleanup open_table_deviceChristoph Hellwig
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-18dm integrity: clear the journal on suspendMikulas Patocka
2022-11-18dm integrity: flush the journal on suspendMikulas Patocka
2022-11-18dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create...Zhihao Cheng
2022-11-18dm ioctl: fix misbehavior if list_versions races with module loadingMikulas Patocka
2022-11-16dm-log-writes: set dma_alignment limit in io_hintsKeith Busch
2022-11-16dm-integrity: set dma_alignment limit in io_hintsKeith Busch
2022-11-16dm-crypt: provide dma_alignment limit in io_hintsKeith Busch
2022-10-18dm clone: Fix typo in block_device format specifierNikos Tsironis
2022-10-18dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang
2022-10-18dm cache: delete the redundant word 'each' in commentShaomin Deng
2022-10-18dm raid: fix typo in analyse_superblocks code commentJiangshan Yi
2022-10-18dm verity: enable WQ_HIGHPRI on verify_wqNathan Huckleberry
2022-10-18dm raid: delete the redundant word 'that' in commentJilin Yuan
2022-10-18dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka
2022-10-18dm bufio: use the acquire memory barrier when testing for B_READINGMikulas Patocka
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-03Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
2022-09-22md: Fix spelling mistake in comments of r5l_logZhou nan
2022-09-22md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe
2022-09-22md/raid10: convert resync_lock to use seqlockYu Kuai
2022-09-22md/raid10: fix improper BUG_ON() in raise_barrier()Yu Kuai
2022-09-22md/raid10: prevent unnecessary calls to wake_up() in fast pathYu Kuai
2022-09-22md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowaitYu Kuai
2022-09-22md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()Yu Kuai
2022-09-22md: Remove extra mddev_get() in md_seq_start()Logan Gunthorpe
2022-09-22md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()David Sloan
2022-09-22md/raid5: Ensure stripe_fill happens on non-read IO with journalLogan Gunthorpe
2022-09-22md/raid5: Don't read ->active_stripes if it's not neededLogan Gunthorpe
2022-09-22md/raid5: Cleanup prototype of raid5_get_active_stripe()Logan Gunthorpe
2022-09-22md/raid5: Drop extern on function declarations in raid5.hLogan Gunthorpe
2022-09-22md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe
2022-09-22md: Replace snprintf with scnprintfSaurabh Sengar
2022-09-22md/raid10: fix compile warningGuoqing Jiang
2022-09-22md/raid5: Fix spelling mistakes in commentsXU pengfei