index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
target
/
target_core_backend.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-13
target: enhance and export target_alloc_sgl/target_free_sgl
Christoph Hellwig
1
-1
/
+0
2016-01-29
target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
Mike Christie
1
-0
/
+3
2015-07-23
target: Return descriptor format sense data in case the LU spans 64bit sectors
Sagi Grimberg
1
-0
/
+2
2015-06-23
target: implement WRITE_SAME with UNMAP bit using ->execute_unmap
Christoph Hellwig
1
-1
/
+0
2015-06-23
target: simplify UNMAP handling
Christoph Hellwig
1
-5
/
+2
2015-06-01
target: simplify backend attribute implementation
Christoph Hellwig
1
-29
/
+0
2015-06-01
target: consolidate backend attribute implementations
Christoph Hellwig
1
-0
/
+3
2015-06-01
target: simplify backend driver registration
Christoph Hellwig
1
-18
/
+4
2015-06-01
target: Convert se_node_acl->device_list[] to RCU hlist
Nicholas Bellinger
1
-1
/
+1
2015-05-30
target: Merge sbc_verify_dif_read|write
Sagi Grimberg
1
-5
/
+3
2015-05-30
target: Use a PASSTHROUGH flag instead of transport_types
Andy Grover
1
-4
/
+2
2015-05-30
target: Move passthrough CDB parsing into a common function
Andy Grover
1
-0
/
+2
2015-03-19
target: do not reject FUA CDBs when write cache is enabled but emulate_write_...
Christophe Vu-Brugier
1
-0
/
+1
2015-01-09
target: Drop left-over fabric_max_sectors attribute
Nicholas Bellinger
1
-1
/
+0
2014-12-01
target: Add EXPORT_SYMBOL for existing se_dev_set_*
Nicholas Bellinger
1
-0
/
+29
2014-12-01
target: Move dev_stat_cit to struct se_subsystem_api
Nicholas Bellinger
1
-0
/
+1
2014-12-01
target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_api
Nicholas Bellinger
1
-0
/
+1
2014-12-01
target: Move dev_wwn_cit to struct se_subsystem_api
Nicholas Bellinger
1
-0
/
+1
2014-12-01
target: Move dev_pr_cit to struct se_subsystem_api
Nicholas Bellinger
1
-0
/
+1
2014-12-01
target: Move dev_attrib_cit to struct se_subsystem_api
Nicholas Bellinger
1
-0
/
+1
2014-12-01
target: Move dev_cit to struct se_subsystem_api
Nicholas Bellinger
1
-0
/
+9
2014-06-11
target: Report correct response length for some commands
Roland Dreier
1
-0
/
+1
2014-04-07
target/sbc: Add sbc_dif_read_strip software emulation
Nicholas Bellinger
1
-0
/
+1
2014-04-07
target/sbc: Add sbc_dif_generate software emulation
Nicholas Bellinger
1
-0
/
+1
2014-01-18
target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulation
Nicholas Bellinger
1
-0
/
+4
2014-01-18
target: Add DIF related base definitions
Nicholas Bellinger
1
-0
/
+3
2013-11-12
target: Pass through I/O topology for block backstores
Andy Grover
1
-0
/
+5
2013-09-10
target: Make helpers non static for EXTENDED_COPY command setup
Nicholas Bellinger
1
-0
/
+4
2013-09-09
target: Allow sbc_ops->execute_rw() to accept SGLs + data_direction
Nicholas Bellinger
1
-1
/
+2
2013-04-25
target: Add sbc_execute_unmap() helper
Asias He
1
-0
/
+4
2013-02-23
target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectors
Roland Dreier
1
-1
/
+1
2013-02-13
target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled status
Nicholas Bellinger
1
-0
/
+1
2013-02-13
target: Export SPC inquiry emulation
Hannes Reinecke
1
-0
/
+2
2012-11-27
target: Make spc_get_write_same_sectors return sector_t
Nicholas Bellinger
1
-1
/
+1
2012-11-15
target/sbc: Seperate WRITE_SAME based on UNMAP flag in sbc_ops
Nicholas Bellinger
1
-0
/
+1
2012-11-06
target: pass sense_reason as a return value
Christoph Hellwig
1
-8
/
+8
2012-11-06
target: remove ->get_device_rev
Christoph Hellwig
1
-1
/
+0
2012-11-06
target: provide generic sbc device type/revision helpers
Christoph Hellwig
1
-1
/
+4
2012-11-06
target/pscsi: call spc_emulate_report_luns directly
Christoph Hellwig
1
-0
/
+1
2012-11-06
target: rename spc_ops
Christoph Hellwig
1
-2
/
+2
2012-11-06
target: kill struct se_subsystem_dev
Christoph Hellwig
1
-14
/
+11
2012-09-17
target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flags
Nicholas Bellinger
1
-3
/
+0
2012-09-05
target: fix use-after-free with PSCSI sense data
Paolo Bonzini
1
-1
/
+3
2012-07-16
target: move unmap to struct spc_ops
Christoph Hellwig
1
-1
/
+1
2012-07-16
target: move write_same to struct spc_ops
Christoph Hellwig
1
-0
/
+2
2012-07-16
target: move sync_cache to struct spc_ops
Christoph Hellwig
1
-1
/
+1
2012-07-16
target: add struct spc_ops + initial ->execute_rw pointer usage
Christoph Hellwig
1
-3
/
+5
2012-07-16
target: move code for CDB emulation
Christoph Hellwig
1
-3
/
+3
2012-07-16
target: add a parse_cdb method to the backend drivers
Christoph Hellwig
1
-0
/
+5
2012-05-06
target: remove struct se_task
Christoph Hellwig
1
-7
/
+4
[next]