Merge tag 'dm-3.10-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
Pull device-mapper updates from Alasdair Kergon: "Allow devices that hold metadata for the device-mapper thin provisioning target to be extended easily; allow WRITE SAME on multipath devices; an assortment of little fixes and clean-ups." * tag 'dm-3.10-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm: (21 commits) dm cache: set config value dm cache: move config fns dm thin: generate event when metadata threshold passed dm persistent metadata: add space map threshold callback dm persistent data: add threshold callback to space map dm thin: detect metadata device resizing dm persistent data: support space map resizing dm thin: open dev read only when possible dm thin: refactor data dev resize dm cache: replace memcpy with struct assignment dm cache: fix typos in comments dm cache policy: fix description of lookup fn dm: document iterate_devices dm persistent data: fix error message typos dm cache: tune migration throttling dm mpath: enable WRITE SAME support dm table: fix write same support dm bufio: avoid a possible __vmalloc deadlock dm snapshot: fix error return code in snapshot_ctr dm cache: fix error return code in cache_create ...
No related branches found
No related tags found
Showing
- drivers/md/dm-bufio.c 23 additions, 1 deletiondrivers/md/dm-bufio.c
- drivers/md/dm-cache-metadata.c 2 additions, 2 deletionsdrivers/md/dm-cache-metadata.c
- drivers/md/dm-cache-policy.h 2 additions, 2 deletionsdrivers/md/dm-cache-policy.h
- drivers/md/dm-cache-target.c 53 additions, 47 deletionsdrivers/md/dm-cache-target.c
- drivers/md/dm-mpath.c 1 addition, 0 deletionsdrivers/md/dm-mpath.c
- drivers/md/dm-snap.c 1 addition, 0 deletionsdrivers/md/dm-snap.c
- drivers/md/dm-stripe.c 6 additions, 5 deletionsdrivers/md/dm-stripe.c
- drivers/md/dm-table.c 1 addition, 1 deletiondrivers/md/dm-table.c
- drivers/md/dm-thin-metadata.c 31 additions, 5 deletionsdrivers/md/dm-thin-metadata.c
- drivers/md/dm-thin-metadata.h 7 additions, 0 deletionsdrivers/md/dm-thin-metadata.h
- drivers/md/dm-thin.c 160 additions, 40 deletionsdrivers/md/dm-thin.c
- drivers/md/persistent-data/dm-space-map-disk.c 2 additions, 1 deletiondrivers/md/persistent-data/dm-space-map-disk.c
- drivers/md/persistent-data/dm-space-map-metadata.c 115 additions, 12 deletionsdrivers/md/persistent-data/dm-space-map-metadata.c
- drivers/md/persistent-data/dm-space-map.h 23 additions, 0 deletionsdrivers/md/persistent-data/dm-space-map.h
- include/linux/device-mapper.h 15 additions, 0 deletionsinclude/linux/device-mapper.h
Loading
Please register or sign in to comment