summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2023-01-12md: fix incorrect declaration about claim_rdev in md_import_deviceAdrian Huang
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe
2022-12-13Merge tag 'for-6.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-08dm thin: Use last transaction's pmd->root when commit failedZhihao Cheng
2022-12-07block: remove bio_set_op_attrsChristoph Hellwig
2022-12-02dm init: add dm-mod.waitfor to wait for asynchronously probed block devicesPeter Korsgaard
2022-12-02md: fold unbind_rdev_from_array into md_kick_rdev_from_arrayChristoph Hellwig
2022-12-02md: mark md_kick_rdev_from_array staticChristoph Hellwig
2022-12-02md: remove lock_bdev / unlock_bdevChristoph Hellwig
2022-12-01dm ioctl: fix a couple ioctl codesMikulas Patocka
2022-12-01dm ioctl: a small code cleanup in list_version_get_infoMikulas Patocka
2022-12-01dm thin: resume even if in FAIL modeLuo Meng
2022-12-01dm cache: set needs_check flag after aborting metadataMike Snitzer
2022-12-01dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abortMike Snitzer
2022-12-01dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadataZhihao Cheng
2022-11-30dm integrity: Fix UAF in dm_integrity_dtr()Luo Meng
2022-11-30dm cache: Fix UAF in destroy()Luo Meng
2022-11-30dm clone: Fix UAF in clone_dtr()Luo Meng
2022-11-30dm thin: Fix UAF in run_timer_softirq()Luo Meng
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph 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-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
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-11-16dm: track per-add_disk holder relations in DMChristoph Hellwig
2022-11-16dm: make sure create and remove dm device won't race with open and close tableYu Kuai
2022-11-16dm: cleanup close_table_deviceChristoph Hellwig
2022-11-16dm: cleanup open_table_deviceChristoph Hellwig
2022-11-16dm: remove free_table_devicesChristoph Hellwig
2022-11-14md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li
2022-11-14md/raid5: use bdev_write_cache instead of open coding itChristoph Hellwig
2022-11-14md: fix a crash in mempool_freeMikulas Patocka
2022-11-14md/raid0, raid10: Don't set discard sectors for request queueXiao Ni
2022-11-14md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller
2022-11-14md: introduce md_ro_stateYe Bin
2022-11-14md: factor out __md_set_array_info()Ye Bin
2022-11-14raid5-cache: use try_cmpxchg in r5l_wake_reclaimUros Bizjak
2022-11-14drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()Li Zhong
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