summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai2022-06-141-0/+6
* md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong2022-06-141-4/+6
* md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong2022-06-141-3/+5
* md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao2022-06-141-21/+23
* raid5: introduce MD_BROKENMariusz Tkaczyk2022-06-061-25/+22
* dm verity: set DM_TARGET_IMMUTABLE feature flagSarthak Kukreti2022-06-061-0/+1
* dm stats: add cond_resched when looping over entriesMikulas Patocka2022-06-061-0/+8
* dm crypt: make printing of the key constant-timeMikulas Patocka2022-06-061-3/+11
* dm integrity: fix error code in dm_integrity_ctr()Dan Carpenter2022-06-061-2/+0
* dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer2022-05-121-3/+7
* dm: fix mempool NULL pointer race when completing IOJiazi Li2022-05-121-7/+10
* dm integrity: fix memory corruption when tag_size is less than digest sizeMikulas Patocka2022-04-201-2/+5
* dm ioctl: prevent potential spectre v1 gadgetJordy Zomer2022-04-151-0/+2
* dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma2022-04-151-1/+1
* dm space map common: add bounds check to sm_ll_lookup_bitmap()Joe Thornber2022-01-271-0/+5
* dm btree: add a defensive bounds check to insert_at()Joe Thornber2022-01-271-3/+5
* dm btree remove: fix use after free in rebalance_children()Joe Thornber2021-12-221-1/+1
* md: fix a lock order reversal in md_allocChristoph Hellwig2021-09-301-5/+0
* dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel2021-09-221-1/+6
* bcache: add proper error unwinding in bcache_device_initChristoph Hellwig2021-09-151-5/+11
* md/raid10: properly indicate failure when ending a failed write requestWei Shuyu2021-08-122-4/+2
* dm writecache: return the exact table values that were setMikulas Patocka2021-07-251-16/+16
* dm btree remove: assign new_root only when removal succeedsHou Tao2021-07-191-1/+2
* dm space maps: don't reset space map allocation cursor when committingJoe Thornber2021-07-192-2/+16
* dm verity: fix require_signatures module_param permissionsJohn Keeping2021-06-161-1/+1
* dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka2021-06-031-1/+1
* dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka2021-05-261-0/+1
* md: Fix missing unused status line of /proc/mdstatJan Glauber2021-05-141-1/+5
* md: md_open returns -EBUSY when entering racing areaZhao Heming2021-05-141-2/+1
* md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig2021-05-141-13/+19
* md: split mddev_findChristoph Hellwig2021-05-141-5/+19
* md-cluster: fix use-after-free issue when removing rdevHeming Zhao2021-05-141-4/+4
* md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam2021-05-141-0/+2
* dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block2021-05-111-0/+2
* dm integrity: fix missing goto in bitmap_flush_interval error handlingTian Tao2021-05-111-0/+1
* dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber2021-05-111-0/+2
* dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2021-05-112-6/+6
* dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...Heinz Mauelshagen2021-05-111-6/+28
* md/raid1: properly indicate failure when ending a failed write requestPaul Clements2021-05-111-0/+2
* dm verity fec: fix misaligned RS roots IOJaegeuk Kim2021-04-212-3/+9
* dm ioctl: fix out of bounds array access when no devicesMikulas Patocka2021-03-301-1/+1
* dm verity: fix DM_VERITY_OPTS_MAX valueJeongHyeon Lee2021-03-301-1/+1
* dm table: fix zoned iterate_devices based device capability checksJeffle Xu2021-03-111-33/+17
* dm table: fix DAX iterate_devices based device capability checksJeffle Xu2021-03-113-29/+12
* dm table: fix iterate_devices based device capability checksJeffle Xu2021-03-111-49/+54
* dm verity: fix FEC for RS roots unaligned to block sizeMilan Broz2021-03-091-11/+12
* dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka2021-03-091-0/+4
* dm era: Update in-core bitset after committing the metadataNikos Tsironis2021-03-041-6/+19
* dm era: only resize metadata in preresumeNikos Tsironis2021-03-041-11/+10
* dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis2021-03-041-6/+6