-
- Downloads
Merge tag 'dm-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
Pull device-mapper fixes from Alasdair G Kergon: "Fix reported data loss with discards and thin snapshots; avoid a deadlock observed in dm verity; fix a race in the new dm cache code along with some other minor bugs; store the cache policy version on disk to make the stored hints format future-proof." * tag 'dm-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm: dm cache: policy ignore hints if generated by different version dm cache: policy change version from string to integer set dm cache: fix race in writethrough implementation dm cache: metadata clear dirty bits on clean shutdown dm cache: avoid calling policy destructor twice on error dm cache: detect cache_create failure dm cache: avoid 64 bit division on 32 bit dm verity: avoid deadlock dm thin: fix non power of two discard granularity calc dm thin: fix discard corruption
Showing
- drivers/md/dm-bufio.c 2 additions, 0 deletionsdrivers/md/dm-bufio.c
- drivers/md/dm-cache-metadata.c 51 additions, 13 deletionsdrivers/md/dm-cache-metadata.c
- drivers/md/dm-cache-metadata.h 1 addition, 1 deletiondrivers/md/dm-cache-metadata.h
- drivers/md/dm-cache-policy-cleaner.c 5 additions, 2 deletionsdrivers/md/dm-cache-policy-cleaner.c
- drivers/md/dm-cache-policy-internal.h 2 additions, 0 deletionsdrivers/md/dm-cache-policy-internal.h
- drivers/md/dm-cache-policy-mq.c 6 additions, 2 deletionsdrivers/md/dm-cache-policy-mq.c
- drivers/md/dm-cache-policy.c 8 additions, 0 deletionsdrivers/md/dm-cache-policy.c
- drivers/md/dm-cache-policy.h 2 additions, 0 deletionsdrivers/md/dm-cache-policy.h
- drivers/md/dm-cache-target.c 109 additions, 60 deletionsdrivers/md/dm-cache-target.c
- drivers/md/dm-thin.c 8 additions, 3 deletionsdrivers/md/dm-thin.c
- drivers/md/dm-verity.c 34 additions, 5 deletionsdrivers/md/dm-verity.c
- drivers/md/persistent-data/dm-btree-remove.c 24 additions, 22 deletionsdrivers/md/persistent-data/dm-btree-remove.c
Loading
Please register or sign in to comment