Merge tag 'dm-3.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
Pull device-mapper changes from Alasdair G Kergon: "Remove the power-of-2 block size constraint on discards in dm thin provisioning and factor the bio_prison code out into a separate module (for sharing with the forthcoming cache target). Use struct bio's front_pad to eliminate the use of one separate mempool by bio-based devices. A few other tiny clean-ups." * tag 'dm-3.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm: dm: store dm_target_io in bio front_pad dm thin: move bio_prison code to separate module dm thin: prepare to separate bio_prison code dm thin: support discard with non power of two block size dm persistent data: convert to use le32_add_cpu dm: use ACCESS_ONCE for sysfs values dm bufio: use list_move dm mpath: fix check for null mpio in end_io fn
No related branches found
No related tags found
Showing
- drivers/md/Kconfig 8 additions, 0 deletionsdrivers/md/Kconfig
- drivers/md/Makefile 1 addition, 0 deletionsdrivers/md/Makefile
- drivers/md/dm-bio-prison.c 415 additions, 0 deletionsdrivers/md/dm-bio-prison.c
- drivers/md/dm-bio-prison.h 72 additions, 0 deletionsdrivers/md/dm-bio-prison.h
- drivers/md/dm-bufio.c 4 additions, 9 deletionsdrivers/md/dm-bufio.c
- drivers/md/dm-mpath.c 2 additions, 1 deletiondrivers/md/dm-mpath.c
- drivers/md/dm-thin.c 82 additions, 439 deletionsdrivers/md/dm-thin.c
- drivers/md/dm-verity.c 1 addition, 1 deletiondrivers/md/dm-verity.c
- drivers/md/dm.c 49 additions, 59 deletionsdrivers/md/dm.c
- drivers/md/persistent-data/dm-space-map-common.c 2 additions, 2 deletionsdrivers/md/persistent-data/dm-space-map-common.c
Loading
Please register or sign in to comment