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
fc
fc_encode.h -rw-r--r-- 21.6 KB
fc_frame.h -rw-r--r-- 6.9 KB
fcoe_sysfs.h -rw-r--r-- 3.8 KB
iscsi_if.h -rw-r--r-- 25.9 KB
iscsi_proto.h -rw-r--r-- 16.1 KB
libfc.h -rw-r--r-- 34.5 KB
libfcoe.h -rw-r--r-- 13.8 KB
libiscsi.h -rw-r--r-- 14.2 KB
libiscsi_tcp.h -rw-r--r-- 4.3 KB
libsas.h -rw-r--r-- 19.6 KB
libsrp.h -rw-r--r-- 1.5 KB
osd_attributes.h -rw-r--r-- 15.0 KB
osd_initiator.h -rw-r--r-- 16.3 KB
osd_ore.h -rw-r--r-- 5.4 KB
osd_protocol.h -rw-r--r-- 17.6 KB
osd_sec.h -rw-r--r-- 1.5 KB
osd_sense.h -rw-r--r-- 9.9 KB
osd_types.h -rw-r--r-- 1021 bytes
sas.h -rw-r--r-- 12.2 KB
sas_ata.h -rw-r--r-- 2.7 KB
scsi.h -rw-r--r-- 18.1 KB
scsi_bsg_iscsi.h -rw-r--r-- 2.8 KB
scsi_cmnd.h -rw-r--r-- 8.6 KB
scsi_dbg.h -rw-r--r-- 968 bytes
scsi_device.h -rw-r--r-- 19.6 KB
scsi_devinfo.h -rw-r--r-- 2.0 KB
scsi_dh.h -rw-r--r-- 2.8 KB
scsi_driver.h -rw-r--r-- 952 bytes
scsi_eh.h -rw-r--r-- 2.7 KB
scsi_host.h -rw-r--r-- 28.8 KB
scsi_ioctl.h -rw-r--r-- 1.2 KB
scsi_tcq.h -rw-r--r-- 4.1 KB
scsi_tgt.h -rw-r--r-- 807 bytes
scsi_tgt_if.h -rw-r--r-- 2.5 KB
scsi_transport.h -rw-r--r-- 3.9 KB
scsi_transport_fc.h -rw-r--r-- 27.1 KB
scsi_transport_iscsi.h -rw-r--r-- 17.2 KB
scsi_transport_sas.h -rw-r--r-- 6.5 KB
scsi_transport_spi.h -rw-r--r-- 7.1 KB
scsi_transport_srp.h -rw-r--r-- 5.0 KB
scsicam.h -rw-r--r-- 674 bytes
sg.h -rw-r--r-- 14.1 KB
srp.h -rw-r--r-- 6.1 KB

back to top