aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2023-04-06md: avoid signed overflow in slot_store()NeilBrown
2023-03-30dm crypt: avoid accessing uninitialized taskletMike Snitzer
2023-03-30dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka
2023-03-30dm stats: check for and propagate alloc_percpu failureJiasheng Jiang
2023-03-30dm thin: fix deadlock when swapping to thin deviceColy Li
2023-03-22md: select BLOCK_LEGACY_AUTOLOADNeilBrown
2023-03-10dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka
2023-03-10dm flakey: don't corrupt the zero pageMikulas Patocka
2023-03-10dm cache: free background tracker's queued work in btracker_destroyJoe Thornber
2023-03-10dm flakey: fix logic when corrupting a bioMikulas Patocka
2023-03-10dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer
2023-03-10dm: add cond_resched() to dm_wq_work()Pingfan Liu
2023-03-10dm: send just one event on resize, not twoMikulas Patocka
2023-03-10md: don't update recovery_cp when curr_resync is ACTIVEHou Tao
2023-03-10dm cache: add cond_resched() to various workqueue loopsMike Snitzer
2023-03-10dm thin: add cond_resched() to various workqueue loopsMike Snitzer
2023-03-10dm: remove flush_scheduled_work() during local_exit()Mike Snitzer
2023-03-10dm: improve shrinker debug namesMike Snitzer
2023-02-09bcache: Silence memcpy() run-time false positive warningsKees Cook
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2023-01-07md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller
2023-01-07dm cache: set needs_check flag after aborting metadataMike Snitzer
2023-01-07dm cache: Fix UAF in destroy()Luo Meng
2023-01-07dm clone: Fix UAF in clone_dtr()Luo Meng
2023-01-07dm integrity: Fix UAF in dm_integrity_dtr()Luo Meng
2023-01-07dm thin: Fix UAF in run_timer_softirq()Luo Meng
2023-01-07dm thin: resume even if in FAIL modeLuo Meng
2023-01-07dm thin: Use last transaction's pmd->root when commit failedZhihao Cheng
2023-01-07dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadataZhihao Cheng
2023-01-07dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abortMike Snitzer
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