1. 09 Feb, 2012 12 commits
  2. 31 Jan, 2012 10 commits
  3. 30 Jan, 2012 1 commit
    • Mark Allyn's avatar
      staging: sep: SEP update · ff3d9c3c
      Mark Allyn authored
      This is basically a rewrite so there isn't a nice easy to present way of
      providing this as a patch series. This patch is a pull of Mark's new driver into
      the upstream staging area. On top of that are a series of patches by
      Andy Shevchenko to make it build on the current tree, fix a few things and
      even get it passed sparse.
      
      The new driver supports the kernel crypto layer, passes the coding style checks,
      passes human taste checks and has proper kernel-doc formatted comments.
      
      I've then folded back in some later fixes it was missing that got applied to
      to the kernel tree.
      
      This should be ready for more serious review with a view to migration from
      the staging tree shortly.
      Signed-off-by: default avatarMark Allyn <mark.a.allyn@intel.com>
      [Forward port and some bug fixing]
      Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
      [Fold and tweaks for 3.2]
      Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      ff3d9c3c
  4. 19 Jan, 2012 16 commits
  5. 18 Jan, 2012 1 commit
    • Linus Torvalds's avatar
      Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending · 4ba3069f
      Linus Torvalds authored
      * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending: (26 commits)
        target: Set additional sense length field in sense data
        target: Remove legacy device status check from transport_execute_tasks
        target: Remove __transport_execute_tasks() for each processing context
        target: Remove extra se_device->execute_task_lock access in fast path
        target: Drop se_device TCQ queue_depth usage from I/O path
        target: Fix possible NULL pointer with __transport_execute_tasks
        target: Remove TFO->check_release_cmd() fabric API caller
        tcm_fc: Convert ft_send_work to use target_submit_cmd
        target: Add target_submit_cmd() for process context fabric submission
        target: Make target_put_sess_cmd use target_release_cmd_kref
        target: Set response format in INQUIRY response
        target: tcm_mod_builder: small fixups
        Documentation/target: Fix tcm_mod_builder.py build breakage
        target: remove overagressive ____cacheline_aligned annoations
        tcm_loop: bump max_sectors
        target/configs: remove trailing newline from udev_path and alias
        iscsi-target: fix chap identifier simple_strtoul usage
        target: remove useless casts
        target: simplify target_check_cdb_and_preempt
        target: Move core_scsi3_check_cdb_abort_and_preempt
        ...
      4ba3069f