summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/osd
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+2
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-9/+10
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
* scsi/osd: open code blk_make_requestChristoph Hellwig2016-07-201-9/+16
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-4/+4
* block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie2016-06-071-2/+2
* osd: remove deadcodeSudip Mukherjee2016-02-251-2/+1
* osd: fix signed char versus %02x issueRasmus Villemoes2015-12-101-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | scsi: remove scsi_driver owner fieldChristoph Hellwig2014-11-241-1/+1
|/
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2014-10-215-7/+7
|\
| * Boaz Harrosh - Fix broken email addressBoaz Harrosh2014-10-195-7/+7
* | block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-2/+2
|/
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-2/+2
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* SCSI: OSD: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-251-5/+8
* block: do not pass disk names as format stringsKees Cook2013-07-031-1/+1
* treewide: Fix typos in kernel messagesMasanari Iida2013-03-311-1/+1
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-03-021-0/+4
|\
| * [SCSI] libosd: check for kzalloc() failureDan Carpenter2013-02-221-0/+4
* | driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-17/+9
|/
* [SCSI] osd_uld: Add osdname & systemid sysfs at scsi_osd classBoaz Harrosh2012-11-271-0/+28
* [SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Boaz Harrosh2012-02-251-2/+2
* scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-10-311-0/+1
* osd: Kconfig remove wrong FIXMEBoaz Harrosh2011-09-221-4/+0
* [SCSI] libosd: osd_req_read_sg, optimize the single entry caseBoaz Harrosh2011-01-241-4/+16
* [SCSI] osd: checking NULL instead of ERR_PTR()Dan Carpenter2010-12-091-2/+2
* [SCSI] libosd: write/read_sg_kern APIBoaz Harrosh2010-10-261-0/+71
* [SCSI] libosd: Support for scatter gather write/read commandsBoaz Harrosh2010-10-261-5/+143
* [SCSI] libosd: Free resources in reverse order of allocationBoaz Harrosh2010-10-261-4/+5
* [SCSI] libosd: Fix bug in attr_page handlingBoaz Harrosh2010-10-261-6/+10
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* [SCSI] fix bio.bi_rw handlingJiri Slaby2010-09-021-1/+1
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+3
* [SCSI] libosd: Fix unchecked err return found by smatchBoaz Harrosh2010-03-031-0/+4
* [SCSI] libosd: Fix blk_put_request locking againBoaz Harrosh2009-12-101-41/+47
* [SCSI] libosd: Error handling revampedBoaz Harrosh2009-12-041-11/+74
* [SCSI] libosd: Bugfix of error handling in attributes-list decodingBoaz Harrosh2009-12-041-0/+1
* [SCSI] libosd: bug in osd_req_decode_sense_full()Boaz Harrosh2009-12-041-4/+5
* [SCSI] libosd: osd_dev_info: Unique Identification of an OSD deviceBoaz Harrosh2009-12-042-9/+117
* [SCSI] osduld: Use device->release instead of internal krefBoaz Harrosh2009-12-041-85/+77
* [SCSI] osduld: Ref-counting bug fixBoaz Harrosh2009-12-041-0/+8
* [SCSI] Merge branch 'linus'James Bottomley2009-06-121-47/+25
|\
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-222-36/+109
| |\
| * | libosd: Use of new blk_make_requestBoaz Harrosh2009-05-191-25/+23
| * | libosd: Use new blk_rq_map_kernBoaz Harrosh2009-05-191-22/+2