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
/
scsi
/
osd
/
osd_initiator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Fix typo in printk messages
Masanari Iida
2015-03-06
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
2014-10-21
1
-2
/
+2
|
\
|
*
Boaz Harrosh - Fix broken email address
Boaz Harrosh
2014-10-19
1
-2
/
+2
*
|
block,scsi: fixup blk_get_request dead queue scenarios
Joe Lawrence
2014-08-28
1
-2
/
+2
|
/
*
block: add blk_rq_set_block_pc()
Jens Axboe
2014-06-06
1
-2
/
+2
*
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
1
-1
/
+1
*
treewide: Fix typos in kernel messages
Masanari Iida
2013-03-31
1
-1
/
+1
*
[SCSI] libosd: check for kzalloc() failure
Dan Carpenter
2013-02-22
1
-0
/
+4
*
scsi: Fix up files implicitly depending on module.h inclusion
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
[SCSI] libosd: osd_req_read_sg, optimize the single entry case
Boaz Harrosh
2011-01-24
1
-4
/
+16
*
[SCSI] osd: checking NULL instead of ERR_PTR()
Dan Carpenter
2010-12-09
1
-2
/
+2
*
[SCSI] libosd: write/read_sg_kern API
Boaz Harrosh
2010-10-26
1
-0
/
+71
*
[SCSI] libosd: Support for scatter gather write/read commands
Boaz Harrosh
2010-10-26
1
-5
/
+143
*
[SCSI] libosd: Free resources in reverse order of allocation
Boaz Harrosh
2010-10-26
1
-4
/
+5
*
[SCSI] libosd: Fix bug in attr_page handling
Boaz Harrosh
2010-10-26
1
-6
/
+10
*
[SCSI] fix bio.bi_rw handling
Jiri Slaby
2010-09-02
1
-1
/
+1
*
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-08-07
1
-4
/
+4
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+2
*
[SCSI] libosd: Fix unchecked err return found by smatch
Boaz Harrosh
2010-03-03
1
-0
/
+4
*
[SCSI] libosd: Fix blk_put_request locking again
Boaz Harrosh
2009-12-10
1
-41
/
+47
*
[SCSI] libosd: Error handling revamped
Boaz Harrosh
2009-12-04
1
-11
/
+74
*
[SCSI] libosd: Bugfix of error handling in attributes-list decoding
Boaz Harrosh
2009-12-04
1
-0
/
+1
*
[SCSI] libosd: bug in osd_req_decode_sense_full()
Boaz Harrosh
2009-12-04
1
-4
/
+5
*
[SCSI] libosd: osd_dev_info: Unique Identification of an OSD device
Boaz Harrosh
2009-12-04
1
-6
/
+20
*
[SCSI] Merge branch 'linus'
James Bottomley
2009-06-12
1
-47
/
+25
|
\
|
*
Merge branch 'master' into for-2.6.31
Jens Axboe
2009-05-22
1
-26
/
+99
|
|
\
|
*
|
libosd: Use of new blk_make_request
Boaz Harrosh
2009-05-19
1
-25
/
+23
|
*
|
libosd: Use new blk_rq_map_kern
Boaz Harrosh
2009-05-19
1
-22
/
+2
|
*
|
block: cleanup rq->data_len usages
Tejun Heo
2009-05-11
1
-2
/
+2
*
|
|
[SCSI] libosd: Use REQ_QUIET requests.
Boaz Harrosh
2009-06-10
1
-0
/
+2
*
|
|
[SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queue
Boaz Harrosh
2009-06-10
1
-3
/
+3
*
|
|
[SCSI] libosd: osd_req_{read,write} takes a length parameter
Boaz Harrosh
2009-06-10
1
-10
/
+13
*
|
|
[SCSI] libosd: Let _osd_req_finalize_data_integrity receive number of out_bytes
Boaz Harrosh
2009-06-10
1
-4
/
+5
*
|
|
[SCSI] libosd: osd_req_{read,write}_kern new API
Boaz Harrosh
2009-06-10
1
-0
/
+28
*
|
|
[SCSI] libosd: Better printout of OSD target system information
Boaz Harrosh
2009-06-10
1
-11
/
+12
|
|
/
|
/
|
*
|
[SCSI] libosd: OSD2r05: on-the-wire changes for latest OSD2 revision 5.
Boaz Harrosh
2009-04-27
1
-1
/
+6
*
|
[SCSI] libosd: OSD2r05: OSD_CRYPTO_KEYID_SIZE will grow 20 => 32 bytes
Boaz Harrosh
2009-04-27
1
-6
/
+24
*
|
[SCSI] libosd: OSD2r05: Prepare for rev5 attribute list changes
Boaz Harrosh
2009-04-27
1
-18
/
+68
*
|
[SCSI] libosd: fix potential ERR_PTR dereference in osd_initiator.c
Dan Carpenter
2009-04-27
1
-2
/
+2
|
/
*
[SCSI] libosd: fix blk_put_request called from within request_end_io
Boaz Harrosh
2009-04-03
1
-18
/
+24
*
[SCSI] libosd: Fix NULL dereference BUG when target is not OSD conformant
Boaz Harrosh
2009-03-12
1
-4
/
+7
*
[SCSI] libosd: SCSI/OSD Sense decoding support
Boaz Harrosh
2009-03-12
1
-0
/
+191
*
[SCSI] libosd: OSDv2 auto detection
Boaz Harrosh
2009-03-12
1
-0
/
+125
*
[SCSI] libosd: OSD version 2 Support
Boaz Harrosh
2009-03-12
1
-14
/
+80
*
[SCSI] libosd: Not implemented commands
Boaz Harrosh
2009-03-12
1
-0
/
+35
*
[SCSI] libosd: Add Flush and List-objects support
Boaz Harrosh
2009-03-12
1
-0
/
+124
*
[SCSI] libosd: OSD Security processing stubs
Boaz Harrosh
2009-03-12
1
-0
/
+86
*
[SCSI] libosd: attributes Support
Boaz Harrosh
2009-03-12
1
-0
/
+579
*
[SCSI] libosd: OSDv1 preliminary implementation
Boaz Harrosh
2009-03-12
1
-0
/
+448