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