summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2023-02-02dm crypt: Slightly simplify crypt_set_keyring_key()Christophe JAILLET
2023-02-02dm ioctl: drop always-false conditionSergey Shtylyov
2023-02-02dm flakey: fix logic when corrupting a bioMikulas Patocka
2023-02-01dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka
2023-02-01dm flakey: don't corrupt the zero pageMikulas Patocka
2023-01-30dm cache: Add some documentation to dm-cache-background-tracker.hJoe Thornber
2023-01-30dm cache: free background tracker's queued work in btracker_destroyJoe Thornber
2023-01-30dm: improve shrinker debug namesMike Snitzer
2023-01-27Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-25bcache: Silence memcpy() run-time false positive warningsKees Cook
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