aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/osd (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-25[SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Boaz Harrosh1-2/+2
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker1-0/+1
2011-09-22osd: Kconfig remove wrong FIXMEBoaz Harrosh1-4/+0
2011-01-24[SCSI] libosd: osd_req_read_sg, optimize the single entry caseBoaz Harrosh1-4/+16
2010-12-09[SCSI] osd: checking NULL instead of ERR_PTR()Dan Carpenter1-2/+2
2010-10-26[SCSI] libosd: write/read_sg_kern APIBoaz Harrosh1-0/+71
2010-10-26[SCSI] libosd: Support for scatter gather write/read commandsBoaz Harrosh1-5/+143
2010-10-26[SCSI] libosd: Free resources in reverse order of allocationBoaz Harrosh1-4/+5
2010-10-26[SCSI] libosd: Fix bug in attr_page handlingBoaz Harrosh1-6/+10
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-02[SCSI] fix bio.bi_rw handlingJiri Slaby1-1/+1
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+3
2010-03-03[SCSI] libosd: Fix unchecked err return found by smatchBoaz Harrosh1-0/+4
2009-12-10[SCSI] libosd: Fix blk_put_request locking againBoaz Harrosh1-41/+47
2009-12-04[SCSI] libosd: Error handling revampedBoaz Harrosh1-11/+74
2009-12-04[SCSI] libosd: Bugfix of error handling in attributes-list decodingBoaz Harrosh1-0/+1
2009-12-04[SCSI] libosd: bug in osd_req_decode_sense_full()Boaz Harrosh1-4/+5
2009-12-04[SCSI] libosd: osd_dev_info: Unique Identification of an OSD deviceBoaz Harrosh2-9/+117
2009-12-04[SCSI] osduld: Use device->release instead of internal krefBoaz Harrosh1-85/+77
2009-12-04[SCSI] osduld: Ref-counting bug fixBoaz Harrosh1-0/+8
2009-06-12[SCSI] Merge branch 'linus'James Bottomley1-47/+25
2009-06-10[SCSI] osd: Remove out-of-tree left oversBoaz Harrosh2-62/+0
2009-06-10[SCSI] libosd: Use REQ_QUIET requests.Boaz Harrosh1-0/+2
2009-06-10[SCSI] osduld: use filp_open() when looking up an osd-deviceBoaz Harrosh1-36/+30
2009-06-10[SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queueBoaz Harrosh1-3/+3
2009-06-10[SCSI] libosd: osd_req_{read,write} takes a length parameterBoaz Harrosh1-10/+13
2009-06-10[SCSI] libosd: Let _osd_req_finalize_data_integrity receive number of out_bytesBoaz Harrosh1-4/+5
2009-06-10[SCSI] libosd: osd_req_{read,write}_kern new APIBoaz Harrosh1-0/+28
2009-06-10[SCSI] libosd: Better printout of OSD target system informationBoaz Harrosh1-11/+12
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe2-36/+109
2009-05-19libosd: Use of new blk_make_requestBoaz Harrosh1-25/+23
2009-05-19libosd: Use new blk_rq_map_kernBoaz Harrosh1-22/+2
2009-05-11block: cleanup rq->data_len usagesTejun Heo1-2/+2
2009-05-09Reduce path_lookup() abusesAl Viro1-10/+10
2009-04-27[SCSI] libosd: OSD2r05: on-the-wire changes for latest OSD2 revision 5.Boaz Harrosh1-1/+6
2009-04-27[SCSI] libosd: OSD2r05: OSD_CRYPTO_KEYID_SIZE will grow 20 => 32 bytesBoaz Harrosh1-6/+24
2009-04-27[SCSI] libosd: OSD2r05: Prepare for rev5 attribute list changesBoaz Harrosh1-18/+68
2009-04-27[SCSI] libosd: fix potential ERR_PTR dereference in osd_initiator.cDan Carpenter1-2/+2
2009-04-03[SCSI] osd_uld: Remove creation of osd_scsi class symlinkBoaz Harrosh1-6/+0
2009-04-03[SCSI] libosd: fix blk_put_request called from within request_end_ioBoaz Harrosh1-18/+24
2009-03-12[SCSI] libosd: Fix NULL dereference BUG when target is not OSD conformantBoaz Harrosh1-4/+7
2009-03-12[SCSI] osd: Kconfig file for in-tree buildsBoaz Harrosh1-0/+53
2009-03-12[SCSI] libosd: SCSI/OSD Sense decoding supportBoaz Harrosh2-0/+197
2009-03-12[SCSI] libosd: OSDv2 auto detectionBoaz Harrosh2-0/+130
2009-03-12[SCSI] libosd: OSD version 2 SupportBoaz Harrosh1-14/+80
2009-03-12[SCSI] libosd: Not implemented commandsBoaz Harrosh1-0/+35
2009-03-12[SCSI] libosd: Add Flush and List-objects supportBoaz Harrosh1-0/+124
2009-03-12[SCSI] libosd: OSD Security processing stubsBoaz Harrosh1-0/+86
2009-03-12[SCSI] libosd: attributes SupportBoaz Harrosh1-0/+579