aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/osd
AgeCommit message (Expand)AuthorFilesLines
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioGravatar Christoph Hellwig 1-4/+1
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 1-2/+0
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-9/+11
2017-06-09scsi/osd: don't save block errors into req_resultsGravatar Christoph Hellwig 1-1/+1
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-38/+21
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-7/+8
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 1-2/+2
2017-04-20block: remove the blk_execute_rq return valueGravatar Christoph Hellwig 1-1/+4
2017-04-06scsi: osd_uld: Check scsi_device_get() return valueGravatar Bart Van Assche 1-3/+5
2017-04-05block, scsi: move the retries field to struct scsi_requestGravatar Christoph Hellwig 1-1/+1
2017-03-27scsi: osd_uld: remove an unneeded NULL checkGravatar Dan Carpenter 1-4/+3
2017-03-21scsi: utilize new cdev_device_add helper functionGravatar Logan Gunthorpe 1-36/+20
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+2
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2017-02-27scripts/spelling.txt: add "embeded" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-22scsi: make the sense header argument to scsi_test_unit_ready mandatoryGravatar Christoph Hellwig 1-1/+2
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-1/+2
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-9/+10
2016-10-28block: split out request-only flags into a new namespaceGravatar Christoph Hellwig 1-1/+1
2016-07-20scsi/osd: open code blk_make_requestGravatar Christoph Hellwig 1-9/+16
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-4/+4
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEGravatar Mike Christie 1-2/+2
2016-02-25osd: remove deadcodeGravatar Sudip Mukherjee 1-2/+1
2015-12-10osd: fix signed char versus %02x issueGravatar Rasmus Villemoes 1-4/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-03-06treewide: Fix typo in printk messagesGravatar Masanari Iida 1-1/+1
2014-11-24scsi: remove scsi_driver owner fieldGravatar Christoph Hellwig 1-1/+1
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 5-7/+7
2014-10-19Boaz Harrosh - Fix broken email addressGravatar Boaz Harrosh 5-7/+7
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosGravatar Joe Lawrence 1-2/+2
2014-06-06block: add blk_rq_set_block_pc()Gravatar Jens Axboe 1-2/+2
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-1/+1
2013-07-25SCSI: OSD: convert class code to use dev_groupsGravatar Greg Kroah-Hartman 1-5/+8
2013-07-03block: do not pass disk names as format stringsGravatar Kees Cook 1-1/+1
2013-03-31treewide: Fix typos in kernel messagesGravatar Masanari Iida 1-1/+1
2013-03-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-0/+4
2013-02-22[SCSI] libosd: check for kzalloc() failureGravatar Dan Carpenter 1-0/+4
2013-02-06driver-core: constify data for class_find_device()Gravatar Michał Mirosław 1-17/+9
2012-11-27[SCSI] osd_uld: Add osdname & systemid sysfs at scsi_osd classGravatar Boaz Harrosh 1-0/+28
2012-02-25[SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Gravatar Boaz Harrosh 1-2/+2
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionGravatar Paul Gortmaker 1-0/+1
2011-09-22osd: Kconfig remove wrong FIXMEGravatar Boaz Harrosh 1-4/+0
2011-01-24[SCSI] libosd: osd_req_read_sg, optimize the single entry caseGravatar Boaz Harrosh 1-4/+16
2010-12-09[SCSI] osd: checking NULL instead of ERR_PTR()Gravatar Dan Carpenter 1-2/+2
2010-10-26[SCSI] libosd: write/read_sg_kern APIGravatar Boaz Harrosh 1-0/+71
2010-10-26[SCSI] libosd: Support for scatter gather write/read commandsGravatar Boaz Harrosh 1-5/+143
2010-10-26[SCSI] libosd: Free resources in reverse order of allocationGravatar Boaz Harrosh 1-4/+5
2010-10-26[SCSI] libosd: Fix bug in attr_page handlingGravatar Boaz Harrosh 1-6/+10
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-09-02[SCSI] fix bio.bi_rw handlingGravatar Jiri Slaby 1-1/+1