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
/
drivers
/
target
/
target_core_pscsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
1
-3
/
+3
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2015-07-04
1
-36
/
+19
|
\
|
*
target: consolidate version defines
Christoph Hellwig
2015-06-23
1
-1
/
+1
|
*
target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage
Nicholas Bellinger
2015-06-01
1
-2
/
+9
|
*
target: consolidate backend attribute implementations
Christoph Hellwig
2015-06-01
1
-22
/
+1
|
*
target: simplify backend driver registration
Christoph Hellwig
2015-06-01
1
-10
/
+4
|
*
target: Convert se_node_acl->device_list[] to RCU hlist
Nicholas Bellinger
2015-06-01
1
-2
/
+5
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2015-06-23
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
target: Minimize SCSI header #include directives
Bart Van Assche
2015-06-02
1
-2
/
+0
*
|
target: Use a PASSTHROUGH flag instead of transport_types
Andy Grover
2015-05-30
1
-1
/
+1
*
|
target: Move passthrough CDB parsing into a common function
Andy Grover
2015-05-30
1
-52
/
+1
*
|
target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST
Andy Grover
2015-05-30
1
-0
/
+3
|
/
*
target/pscsi: Fix NULL pointer dereference in get_device_type
Nicholas Bellinger
2015-03-19
1
-1
/
+1
*
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2014-12-20
1
-1
/
+1
|
\
|
*
scsi: remove MSG_*_TAG defines
Christoph Hellwig
2014-12-04
1
-1
/
+1
*
|
target/pscsi: Convert to external pscsi_backend_dev_attrs
Nicholas Bellinger
2014-12-01
1
-0
/
+26
|
/
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2014-10-21
1
-4
/
+12
|
\
|
*
target: correctly handle match_int errors in FILEIO + PSCSI
Joern Engel
2014-09-17
1
-4
/
+12
*
|
block,scsi: fixup blk_get_request dead queue scenarios
Joe Lawrence
2014-08-28
1
-1
/
+1
|
/
*
scsi: use 64-bit LUNs
Hannes Reinecke
2014-07-17
1
-6
/
+6
*
block: add blk_rq_set_block_pc()
Jens Axboe
2014-06-06
1
-1
/
+2
*
target/pscsi: fix return value check
Wei Yongjun
2013-10-25
1
-4
/
+4
*
target: Update copyright ownership/year information to 2013
Nicholas Bellinger
2013-09-10
1
-1
/
+1
*
target/pscsi: remove an unneeded check
Dan Carpenter
2013-09-09
1
-3
/
+2
*
target/pscsi: Reject cross page boundary case in pscsi_map_sg
Asias He
2013-03-19
1
-3
/
+8
*
target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio()
Asias He
2013-02-27
1
-2
/
+2
*
target/pscsi: Fix page increment
Asias He
2013-02-27
1
-1
/
+0
*
target/pscsi: Drop unnecessary NULL assignment to bio->bi_next
Asias He
2013-02-27
1
-2
/
+0
*
target: Add __exit annotation for module_exit functions
Asias He
2013-02-27
1
-1
/
+1
*
target: Update copyright information to 2012
Nicholas Bellinger
2012-11-27
1
-4
/
+1
*
target: pass sense_reason as a return value
Christoph Hellwig
2012-11-06
1
-27
/
+24
*
target: remove ->get_device_rev
Christoph Hellwig
2012-11-06
1
-13
/
+0
*
pscsi: fix REPORT LUNS handling
Christoph Hellwig
2012-11-06
1
-1
/
+2
*
target/pscsi: Make pscsi_configure_device + target_release_session static
Fengguang Wu
2012-11-06
1
-1
/
+1
*
target/pscsi: call spc_emulate_report_luns directly
Christoph Hellwig
2012-11-06
1
-9
/
+2
*
target: kill struct se_subsystem_dev
Christoph Hellwig
2012-11-06
1
-172
/
+98
*
target: Fix minor spelling typos in drivers/target
Masanari Iida
2012-09-17
1
-1
/
+1
*
target: go through normal processing for zero-length PSCSI commands
Paolo Bonzini
2012-09-07
1
-4
/
+4
*
target: fix use-after-free with PSCSI sense data
Paolo Bonzini
2012-09-05
1
-14
/
+7
*
target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthrough
Nicholas Bellinger
2012-08-16
1
-1
/
+8
*
target: add struct spc_ops + initial ->execute_rw pointer usage
Christoph Hellwig
2012-07-16
1
-4
/
+7
*
target/pscsi: Only emulate REPORT_LUNS for passthrough
Nicholas Bellinger
2012-07-16
1
-9
/
+3
*
target: move transport_generic_prepare_cdb into pscsi
Christoph Hellwig
2012-07-16
1
-0
/
+26
*
target: move code for CDB emulation
Christoph Hellwig
2012-07-16
1
-441
/
+24
*
target: add a parse_cdb method to the backend drivers
Christoph Hellwig
2012-07-16
1
-1
/
+469
*
target: remove control CDB flags
Christoph Hellwig
2012-07-16
1
-1
/
+1
*
target: remove struct se_task
Christoph Hellwig
2012-05-06
1
-111
/
+61
*
target: remove the task_size field in struct se_task
Christoph Hellwig
2012-05-06
1
-3
/
+3
*
target: remove target_get_task_cdb
Christoph Hellwig
2012-05-06
1
-1
/
+2
*
target/pscsi: fix PHV_VIRUTAL_HOST_ID typo
Stefan Hajnoczi
2012-02-25
1
-9
/
+9
[next]