aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/osd
AgeCommit message (Expand)Author
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-09scsi/osd: don't save block errors into req_resultsChristoph Hellwig
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig
2017-04-06scsi: osd_uld: Check scsi_device_get() return valueBart Van Assche
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig
2017-03-27scsi: osd_uld: remove an unneeded NULL checkDan Carpenter
2017-03-21scsi: utilize new cdev_device_add helper functionLogan Gunthorpe
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-27scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada
2017-02-22scsi: make the sense header argument to scsi_test_unit_ready mandatoryChristoph Hellwig
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-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig
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-07-25SCSI: OSD: convert class code to use dev_groupsGreg Kroah-Hartman
2013-07-03block: do not pass disk names as format stringsKees Cook
2013-03-31treewide: Fix typos in kernel messagesMasanari Iida
2013-03-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2013-02-22[SCSI] libosd: check for kzalloc() failureDan Carpenter
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2012-11-27[SCSI] osd_uld: Add osdname & systemid sysfs at scsi_osd classBoaz Harrosh
2012-02-25[SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Boaz Harrosh
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker
2011-09-22osd: Kconfig remove wrong FIXMEBoaz Harrosh
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-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-02[SCSI] fix bio.bi_rw handlingJiri Slaby