https://github.com/torvalds/linux
Revision 0e04c641b199435f3779454055f6a7de258ecdfc authored by Linus Torvalds on 12 June 2014, 20:33:29 UTC, committed by Linus Torvalds on 12 June 2014, 20:33:29 UTC
Pull device mapper updates from Mike Snitzer:
 "This pull request is later than I'd have liked because I was waiting
  for some performance data to help finally justify sending the
  long-standing dm-crypt cpu scalability improvements upstream.

  Unfortunately we came up short, so those dm-crypt changes will
  continue to wait, but it seems we're not far off.

   . Add dm_accept_partial_bio interface to DM core to allow DM targets
     to only process a portion of a bio, the remainder being sent in the
     next bio.  This enables the old dm snapshot-origin target to only
     split write bios on chunk boundaries, read bios are now sent to the
     origin device unchanged.

   . Add DM core support for disabling WRITE SAME if the underlying SCSI
     layer disables it due to command failure.

   . Reduce lock contention in DM's bio-prison.

   . A few small cleanups and fixes to dm-thin and dm-era"

* tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm thin: update discard_granularity to reflect the thin-pool blocksize
  dm bio prison: implement per bucket locking in the dm_bio_prison hash table
  dm: remove symbol export for dm_set_device_limits
  dm: disable WRITE SAME if it fails
  dm era: check for a non-NULL metadata object before closing it
  dm thin: return ENOSPC instead of EIO when error_if_no_space enabled
  dm thin: cleanup noflush_work to use a proper completion
  dm snapshot: do not split read bios sent to snapshot-origin target
  dm snapshot: allocate a per-target structure for snapshot-origin target
  dm: introduce dm_accept_partial_bio
  dm: change sector_count member in clone_info from sector_t to unsigned
2 parent s 7550cfa + 09869de
History
Tip revision: 0e04c641b199435f3779454055f6a7de258ecdfc authored by Linus Torvalds on 12 June 2014, 20:33:29 UTC
Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Tip revision: 0e04c64
File Mode Size
Kbuild -rw-r--r-- 0 bytes
atmel_lcdc.h -rw-r--r-- 6.8 KB
aty128.h -rw-r--r-- 13.2 KB
auo_k190xfb.h -rw-r--r-- 2.8 KB
broadsheetfb.h -rw-r--r-- 2.1 KB
cirrus.h -rw-r--r-- 5.7 KB
cvisionppc.h -rw-r--r-- 1.5 KB
da8xx-fb.h -rw-r--r-- 2.0 KB
display_timing.h -rw-r--r-- 3.0 KB
edid.h -rw-r--r-- 189 bytes
exynos_mipi_dsim.h -rw-r--r-- 12.2 KB
gbe.h -rw-r--r-- 10.5 KB
hecubafb.h -rw-r--r-- 1.5 KB
iga.h -rw-r--r-- 787 bytes
ili9320.h -rw-r--r-- 5.8 KB
imx-ipu-v3.h -rw-r--r-- 10.8 KB
kyro.h -rw-r--r-- 2.4 KB
mach64.h -rw-r--r-- 47.1 KB
maxinefb.h -rw-r--r-- 1.2 KB
mbxfb.h -rw-r--r-- 2.1 KB
metronomefb.h -rw-r--r-- 1.5 KB
mipi_display.h -rw-r--r-- 4.1 KB
mmp_disp.h -rw-r--r-- 7.6 KB
neomagic.h -rw-r--r-- 4.9 KB
newport.h -rw-r--r-- 18.6 KB
of_display_timing.h -rw-r--r-- 552 bytes
of_videomode.h -rw-r--r-- 367 bytes
omap-panel-data.h -rw-r--r-- 6.1 KB
omapdss.h -rw-r--r-- 29.6 KB
omapvrfb.h -rw-r--r-- 2.4 KB
permedia2.h -rw-r--r-- 9.0 KB
platform_lcd.h -rw-r--r-- 589 bytes
pm3fb.h -rw-r--r-- 45.3 KB
pmag-ba-fb.h -rw-r--r-- 1.0 KB
pmagb-b-fb.h -rw-r--r-- 2.3 KB
pxa168fb.h -rw-r--r-- 2.7 KB
radeon.h -rw-r--r-- 109.2 KB
s1d13xxxfb.h -rw-r--r-- 9.9 KB
sa1100fb.h -rw-r--r-- 1.3 KB
samsung_fimd.h -rw-r--r-- 16.4 KB
sh_mipi_dsi.h -rw-r--r-- 1.4 KB
sh_mobile_hdmi.h -rw-r--r-- 1.2 KB
sh_mobile_lcdc.h -rw-r--r-- 6.1 KB
sh_mobile_meram.h -rw-r--r-- 2.4 KB
sisfb.h -rw-r--r-- 1.2 KB
sstfb.h -rw-r--r-- 11.0 KB
tdfx.h -rw-r--r-- 5.3 KB
tgafb.h -rw-r--r-- 6.9 KB
trident.h -rw-r--r-- 3.2 KB
udlfb.h -rw-r--r-- 2.8 KB
uvesafb.h -rw-r--r-- 2.8 KB
vga.h -rw-r--r-- 13.7 KB
videomode.h -rw-r--r-- 1.3 KB
w100fb.h -rw-r--r-- 3.7 KB

back to top