Merge tag 'for-4.14/dm-changes' of...
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm Pull device mapper updates from Mike Snitzer: - Some request-based DM core and DM multipath fixes and cleanups - Constify a few variables in DM core and DM integrity - Add bufio optimization and checksum failure accounting to DM integrity - Fix DM integrity to avoid checking integrity of failed reads - Fix DM integrity to use init_completion - A couple DM log-writes target fixes - Simplify DAX flushing by eliminating the unnecessary flush abstraction that was stood up for DM's use. * tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dax: remove the pmem_dax_ops->flush abstraction dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACK dm integrity: make blk_integrity_profile structure const dm integrity: do not check integrity for failed read operations dm log writes: fix >512b sectorsize support dm log writes: don't use all the cpu while waiting to log blocks dm ioctl: constify ioctl lookup table dm: constify argument arrays dm integrity: count and display checksum failures dm integrity: optimize writing dm-bufio buffers that are partially changed dm rq: do not update rq partially in each ending bio dm rq: make dm-sq requeuing behavior consistent with dm-mq behavior dm mpath: complain about unsupported __multipath_map_bio() return values dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-through
No related branches found
No related tags found
Showing
- drivers/dax/super.c 14 additions, 7 deletionsdrivers/dax/super.c
- drivers/md/dm-bufio.c 67 additions, 28 deletionsdrivers/md/dm-bufio.c
- drivers/md/dm-bufio.h 9 additions, 0 deletionsdrivers/md/dm-bufio.h
- drivers/md/dm-cache-target.c 2 additions, 2 deletionsdrivers/md/dm-cache-target.c
- drivers/md/dm-crypt.c 1 addition, 1 deletiondrivers/md/dm-crypt.c
- drivers/md/dm-flakey.c 2 additions, 2 deletionsdrivers/md/dm-flakey.c
- drivers/md/dm-integrity.c 26 additions, 16 deletionsdrivers/md/dm-integrity.c
- drivers/md/dm-ioctl.c 1 addition, 1 deletiondrivers/md/dm-ioctl.c
- drivers/md/dm-linear.c 0 additions, 15 deletionsdrivers/md/dm-linear.c
- drivers/md/dm-log-writes.c 32 additions, 12 deletionsdrivers/md/dm-log-writes.c
- drivers/md/dm-mpath.c 10 additions, 5 deletionsdrivers/md/dm-mpath.c
- drivers/md/dm-rq.c 12 additions, 15 deletionsdrivers/md/dm-rq.c
- drivers/md/dm-rq.h 1 addition, 0 deletionsdrivers/md/dm-rq.h
- drivers/md/dm-stripe.c 0 additions, 20 deletionsdrivers/md/dm-stripe.c
- drivers/md/dm-switch.c 1 addition, 1 deletiondrivers/md/dm-switch.c
- drivers/md/dm-table.c 4 additions, 3 deletionsdrivers/md/dm-table.c
- drivers/md/dm-thin.c 1 addition, 1 deletiondrivers/md/dm-thin.c
- drivers/md/dm-verity-target.c 1 addition, 1 deletiondrivers/md/dm-verity-target.c
- drivers/md/dm.c 0 additions, 19 deletionsdrivers/md/dm.c
- drivers/nvdimm/pmem.c 0 additions, 7 deletionsdrivers/nvdimm/pmem.c
Loading
Please register or sign in to comment