summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm era: Use correct value size in equality function of writeset treeNikos Tsironis2021-03-041-1/+1
* dm era: Fix bitset memory leaksNikos Tsironis2021-03-041-0/+6
* dm era: Verify the data block size hasn't changedNikos Tsironis2021-03-041-1/+9
* dm era: Recover committed writeset after crashNikos Tsironis2021-03-041-8/+9
* dm writecache: fix writing beyond end of underlying device when shrinkingMikulas Patocka2021-03-041-0/+18
* dm: fix deadlock when swapping to encrypted deviceMikulas Patocka2021-03-043-0/+65
* bcache: Move journal work to new flush wqKai Krakow2021-03-043-2/+19
* bcache: Give btree_io_wq correct semantics againKai Krakow2021-03-041-1/+1
* Revert "bcache: Kill btree_io_wq"Kai Krakow2021-03-043-2/+25
* md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni2021-02-101-0/+2
* dm integrity: conditionally disable "recalculate" featureMikulas Patocka2021-01-301-1/+23
* dm integrity: select CRYPTO_SKCIPHERAnthony Iliopoulos2021-01-271-0/+1
* dm integrity: fix a crash if "recalculate" used without "internal_hash"Mikulas Patocka2021-01-271-0/+6
* dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke2021-01-271-3/+12
* dm: eliminate potential source of excessive kernel log noiseMike Snitzer2021-01-191-1/+1
* dm integrity: fix flush with external metadata deviceMikulas Patocka2021-01-192-8/+54
* dm integrity: fix the maximum number of argumentsMikulas Patocka2021-01-191-1/+1
* dm snapshot: flush merged data before committing metadataAkilesh Kailash2021-01-191-0/+24
* dm raid: fix discard limits for raid1Mike Snitzer2021-01-191-3/+3
* dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim2021-01-061-1/+11
* md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor2021-01-061-1/+2