| Commit message (Expand) | Author | Age | Files | Lines |
* | blk-map: call blk_queue_bounce from blk_rq_append_bio | Christoph Hellwig | 2017-06-27 | 1 | -4/+1 |
* | block: Make most scsi_req_init() calls implicit | Bart Van Assche | 2017-06-20 | 1 | -2/+0 |
* | block: introduce new block status code type | Christoph Hellwig | 2017-06-09 | 1 | -9/+11 |
* | scsi/osd: don't save block errors into req_results | Christoph Hellwig | 2017-06-09 | 1 | -1/+1 |
* | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-05-04 | 1 | -38/+21 |
|\ |
|
| * | scsi: utilize new cdev_device_add helper function | Logan Gunthorpe | 2017-03-21 | 1 | -36/+20 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-05-04 | 1 | -7/+8 |
|\ \ |
|
| * | | scsi: osd_uld: Check scsi_device_get() return value | Bart Van Assche | 2017-04-06 | 1 | -3/+5 |
| * | | scsi: osd_uld: remove an unneeded NULL check | Dan Carpenter | 2017-03-27 | 1 | -4/+3 |
| |/ |
|
* | | scsi: introduce a result field in struct scsi_request | Christoph Hellwig | 2017-04-20 | 1 | -2/+2 |
* | | block: remove the blk_execute_rq return value | Christoph Hellwig | 2017-04-20 | 1 | -1/+4 |
* | | block, scsi: move the retries field to struct scsi_request | Christoph Hellwig | 2017-04-05 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-03-03 | 1 | -1/+2 |
|\ |
|
| * | scsi: make the sense header argument to scsi_test_unit_ready mandatory | Christoph Hellwig | 2017-02-22 | 1 | -1/+2 |
* | | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-27 | 1 | -1/+1 |
* | | scripts/spelling.txt: add "embeded" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -1/+1 |
|/ |
|
* | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 2017-01-31 | 1 | -1/+2 |
* | block: split scsi_request out of struct request | Christoph Hellwig | 2017-01-27 | 1 | -9/+10 |
* | block: split out request-only flags into a new namespace | Christoph Hellwig | 2016-10-28 | 1 | -1/+1 |
* | scsi/osd: open code blk_make_request | Christoph Hellwig | 2016-07-20 | 1 | -9/+16 |
* | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 2016-06-07 | 1 | -4/+4 |
* | block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE | Mike Christie | 2016-06-07 | 1 | -2/+2 |
* | osd: remove deadcode | Sudip Mukherjee | 2016-02-25 | 1 | -2/+1 |
* | osd: fix signed char versus %02x issue | Rasmus Villemoes | 2015-12-10 | 1 | -4/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-04-14 | 1 | -1/+1 |
|\ |
|
| * | treewide: Fix typo in printk messages | Masanari Iida | 2015-03-06 | 1 | -1/+1 |
* | | scsi: remove scsi_driver owner field | Christoph Hellwig | 2014-11-24 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 2014-10-21 | 5 | -7/+7 |
|\ |
|
| * | Boaz Harrosh - Fix broken email address | Boaz Harrosh | 2014-10-19 | 5 | -7/+7 |
* | | block,scsi: fixup blk_get_request dead queue scenarios | Joe Lawrence | 2014-08-28 | 1 | -2/+2 |
|/ |
|
* | block: add blk_rq_set_block_pc() | Jens Axboe | 2014-06-06 | 1 | -2/+2 |
* | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-23 | 1 | -1/+1 |
* | SCSI: OSD: convert class code to use dev_groups | Greg Kroah-Hartman | 2013-07-25 | 1 | -5/+8 |
* | block: do not pass disk names as format strings | Kees Cook | 2013-07-03 | 1 | -1/+1 |
* | treewide: Fix typos in kernel messages | Masanari Iida | 2013-03-31 | 1 | -1/+1 |
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2013-03-02 | 1 | -0/+4 |
|\ |
|
| * | [SCSI] libosd: check for kzalloc() failure | Dan Carpenter | 2013-02-22 | 1 | -0/+4 |
* | | driver-core: constify data for class_find_device() | Michał Mirosław | 2013-02-06 | 1 | -17/+9 |
|/ |
|
* | [SCSI] osd_uld: Add osdname & systemid sysfs at scsi_osd class | Boaz Harrosh | 2012-11-27 | 1 | -0/+28 |
* | [SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576 | Boaz Harrosh | 2012-02-25 | 1 | -2/+2 |
* | scsi: Fix up files implicitly depending on module.h inclusion | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | osd: Kconfig remove wrong FIXME | Boaz Harrosh | 2011-09-22 | 1 | -4/+0 |
* | [SCSI] libosd: osd_req_read_sg, optimize the single entry case | Boaz Harrosh | 2011-01-24 | 1 | -4/+16 |
* | [SCSI] osd: checking NULL instead of ERR_PTR() | Dan Carpenter | 2010-12-09 | 1 | -2/+2 |
* | [SCSI] libosd: write/read_sg_kern API | Boaz Harrosh | 2010-10-26 | 1 | -0/+71 |
* | [SCSI] libosd: Support for scatter gather write/read commands | Boaz Harrosh | 2010-10-26 | 1 | -5/+143 |
* | [SCSI] libosd: Free resources in reverse order of allocation | Boaz Harrosh | 2010-10-26 | 1 | -4/+5 |
* | [SCSI] libosd: Fix bug in attr_page handling | Boaz Harrosh | 2010-10-26 | 1 | -6/+10 |
* | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | [SCSI] fix bio.bi_rw handling | Jiri Slaby | 2010-09-02 | 1 | -1/+1 |