summaryrefslogtreecommitdiff
path: root/drivers/scsi/osd/osd_initiator.c
AgeCommit message (Expand)Author
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-27scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie
2016-02-25osd: remove deadcodeSudip Mukherjee
2015-12-10osd: fix signed char versus %02x issueRasmus Villemoes
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-03-31treewide: Fix typos in kernel messagesMasanari Iida
2013-02-22[SCSI] libosd: check for kzalloc() failureDan Carpenter
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker
2011-01-24[SCSI] libosd: osd_req_read_sg, optimize the single entry caseBoaz Harrosh
2010-12-09[SCSI] osd: checking NULL instead of ERR_PTR()Dan Carpenter
2010-10-26[SCSI] libosd: write/read_sg_kern APIBoaz Harrosh
2010-10-26[SCSI] libosd: Support for scatter gather write/read commandsBoaz Harrosh
2010-10-26[SCSI] libosd: Free resources in reverse order of allocationBoaz Harrosh
2010-10-26[SCSI] libosd: Fix bug in attr_page handlingBoaz Harrosh
2010-09-02[SCSI] fix bio.bi_rw handlingJiri Slaby
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03[SCSI] libosd: Fix unchecked err return found by smatchBoaz Harrosh
2009-12-10[SCSI] libosd: Fix blk_put_request locking againBoaz Harrosh
2009-12-04[SCSI] libosd: Error handling revampedBoaz Harrosh
2009-12-04[SCSI] libosd: Bugfix of error handling in attributes-list decodingBoaz Harrosh
2009-12-04[SCSI] libosd: bug in osd_req_decode_sense_full()Boaz Harrosh
2009-12-04[SCSI] libosd: osd_dev_info: Unique Identification of an OSD deviceBoaz Harrosh
2009-06-12[SCSI] Merge branch 'linus'James Bottomley
2009-06-10[SCSI] libosd: Use REQ_QUIET requests.Boaz Harrosh
2009-06-10[SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queueBoaz Harrosh
2009-06-10[SCSI] libosd: osd_req_{read,write} takes a length parameterBoaz Harrosh
2009-06-10[SCSI] libosd: Let _osd_req_finalize_data_integrity receive number of out_bytesBoaz Harrosh
2009-06-10[SCSI] libosd: osd_req_{read,write}_kern new APIBoaz Harrosh
2009-06-10[SCSI] libosd: Better printout of OSD target system informationBoaz Harrosh
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-19libosd: Use of new blk_make_requestBoaz Harrosh
2009-05-19libosd: Use new blk_rq_map_kernBoaz Harrosh
2009-05-11block: cleanup rq->data_len usagesTejun Heo
2009-04-27[SCSI] libosd: OSD2r05: on-the-wire changes for latest OSD2 revision 5.Boaz Harrosh
2009-04-27[SCSI] libosd: OSD2r05: OSD_CRYPTO_KEYID_SIZE will grow 20 => 32 bytesBoaz Harrosh
2009-04-27[SCSI] libosd: OSD2r05: Prepare for rev5 attribute list changesBoaz Harrosh
2009-04-27[SCSI] libosd: fix potential ERR_PTR dereference in osd_initiator.cDan Carpenter
2009-04-03[SCSI] libosd: fix blk_put_request called from within request_end_ioBoaz Harrosh