* [git pull] device mapper fixes for 4.12-rc4
@ 2017-06-02 17:16 Mike Snitzer
0 siblings, 0 replies; only message in thread
From: Mike Snitzer @ 2017-06-02 17:16 UTC (permalink / raw)
To: Linus Torvalds
Cc: Junaid Shahid, Jan Kara, Gilad Ben-Yossef, dm-devel,
Mikulas Patocka, Alasdair G Kergon
Hi Linus,
The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:
Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-4.12/dm-fixes-3
for you to fetch changes up to ff0361b34ac63ef80c785c32d62e0e9d89a2cf89:
dm: make flush bios explicitly sync (2017-05-31 10:50:23 -0400)
Please pull, thanks.
Mike
----------------------------------------------------------------
- a DM verity fix for a mode when no salt is used
- a fix to DM to account for the possibility that PREFLUSH or FUA are
used without the SYNC flag if the underlying storage doesn't have a
volatile write-cache
- a DM ioctl memory allocation flag fix to use __GFP_HIGH to allow
emergency forward progress (by using memory reserves as last resort)
- a small DM integrity cleanup to use kvmalloc() instead of duplicating
the same
----------------------------------------------------------------
Gilad Ben-Yossef (1):
dm verity: fix no salt use case
Jan Kara (1):
dm: make flush bios explicitly sync
Junaid Shahid (1):
dm ioctl: restore __GFP_HIGH in copy_params()
Mikulas Patocka (1):
dm integrity: use kvmalloc() instead of dm_integrity_kvmalloc()
drivers/md/dm-bufio.c | 2 +-
drivers/md/dm-integrity.c | 30 ++++++++----------------------
drivers/md/dm-ioctl.c | 5 +++--
drivers/md/dm-raid1.c | 2 +-
drivers/md/dm-snap-persistent.c | 3 ++-
drivers/md/dm-verity-target.c | 4 ++--
drivers/md/dm.c | 2 +-
7 files changed, 18 insertions(+), 30 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-02 17:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02 17:16 [git pull] device mapper fixes for 4.12-rc4 Mike Snitzer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.