aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/osd/osd_initiator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-07block: remove __blk_put_request()Jens Axboe1-2/+2
2018-10-16scsi: osd: initiator should use mq variant of request endingJens Axboe1-1/+1
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+8
2018-05-14scsi: libosd: Remove VLA usageKees Cook1-8/+8
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-05-14scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig1-13/+11
2017-12-18block: fix blk_rq_append_bioJens Axboe1-1/+3
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig1-4/+1
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-2/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-9/+11
2017-06-09scsi/osd: don't save block errors into req_resultsChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-2/+2
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+4
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-27scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-1/+2
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-9/+10
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-1/+1
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig1-9/+16
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-4/+4
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie1-2/+2
2016-02-25osd: remove deadcodeSudip Mukherjee1-2/+1
2015-12-10osd: fix signed char versus %02x issueRasmus Villemoes1-4/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-2/+2
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh1-2/+2
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-2/+2
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-2/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-03-31treewide: Fix typos in kernel messagesMasanari Iida1-1/+1
2013-02-22[SCSI] libosd: check for kzalloc() failureDan Carpenter1-0/+4
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker1-0/+1
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-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 Heo1-0/+2
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 Harrosh1-6/+20
2009-06-12[SCSI] Merge branch 'linus'James Bottomley1-47/+25
2009-06-10[SCSI] libosd: Use REQ_QUIET requests.Boaz Harrosh1-0/+2