Age | Commit message (Expand) | Author |
2017-12-18 | block: fix blk_rq_append_bio | Jens Axboe |
2017-06-27 | blk-map: call blk_queue_bounce from blk_rq_append_bio | Christoph Hellwig |
2017-06-20 | block: Make most scsi_req_init() calls implicit | Bart Van Assche |
2017-06-09 | block: introduce new block status code type | Christoph Hellwig |
2017-06-09 | scsi/osd: don't save block errors into req_results | Christoph Hellwig |
2017-04-20 | scsi: introduce a result field in struct scsi_request | Christoph Hellwig |
2017-04-20 | block: remove the blk_execute_rq return value | Christoph Hellwig |
2017-04-05 | block, scsi: move the retries field to struct scsi_request | Christoph Hellwig |
2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan |
2017-02-27 | scripts/spelling.txt: add "embeded" pattern and fix typo instances | Masahiro Yamada |
2017-01-31 | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig |
2017-01-27 | block: split scsi_request out of struct request | Christoph Hellwig |
2016-10-28 | block: split out request-only flags into a new namespace | Christoph Hellwig |
2016-07-20 | scsi/osd: open code blk_make_request | Christoph Hellwig |
2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie |
2016-06-07 | block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE | Mike Christie |
2016-02-25 | osd: remove deadcode | Sudip Mukherjee |
2015-12-10 | osd: fix signed char versus %02x issue | Rasmus Villemoes |
2015-03-06 | treewide: Fix typo in printk messages | Masanari Iida |
2014-10-21 | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds |
2014-10-19 | Boaz Harrosh - Fix broken email address | Boaz Harrosh |
2014-08-28 | block,scsi: fixup blk_get_request dead queue scenarios | Joe Lawrence |
2014-06-06 | block: add blk_rq_set_block_pc() | Jens Axboe |
2013-11-23 | block: Abstract out bvec iterator | Kent Overstreet |
2013-03-31 | treewide: Fix typos in kernel messages | Masanari Iida |
2013-02-22 | [SCSI] libosd: check for kzalloc() failure | Dan Carpenter |
2011-10-31 | scsi: Fix up files implicitly depending on module.h inclusion | Paul Gortmaker |
2011-01-24 | [SCSI] libosd: osd_req_read_sg, optimize the single entry case | Boaz Harrosh |
2010-12-09 | [SCSI] osd: checking NULL instead of ERR_PTR() | Dan Carpenter |
2010-10-26 | [SCSI] libosd: write/read_sg_kern API | Boaz Harrosh |
2010-10-26 | [SCSI] libosd: Support for scatter gather write/read commands | Boaz Harrosh |
2010-10-26 | [SCSI] libosd: Free resources in reverse order of allocation | Boaz Harrosh |
2010-10-26 | [SCSI] libosd: Fix bug in attr_page handling | Boaz Harrosh |
2010-09-02 | [SCSI] fix bio.bi_rw handling | Jiri Slaby |
2010-08-07 | block: unify flags for struct bio and struct request | Christoph Hellwig |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-03 | [SCSI] libosd: Fix unchecked err return found by smatch | Boaz Harrosh |
2009-12-10 | [SCSI] libosd: Fix blk_put_request locking again | Boaz Harrosh |
2009-12-04 | [SCSI] libosd: Error handling revamped | Boaz Harrosh |
2009-12-04 | [SCSI] libosd: Bugfix of error handling in attributes-list decoding | Boaz Harrosh |
2009-12-04 | [SCSI] libosd: bug in osd_req_decode_sense_full() | Boaz Harrosh |
2009-12-04 | [SCSI] libosd: osd_dev_info: Unique Identification of an OSD device | Boaz Harrosh |
2009-06-12 | [SCSI] Merge branch 'linus' | James Bottomley |
2009-06-10 | [SCSI] libosd: Use REQ_QUIET requests. | Boaz Harrosh |
2009-06-10 | [SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queue | Boaz Harrosh |
2009-06-10 | [SCSI] libosd: osd_req_{read,write} takes a length parameter | Boaz Harrosh |
2009-06-10 | [SCSI] libosd: Let _osd_req_finalize_data_integrity receive number of out_bytes | Boaz Harrosh |
2009-06-10 | [SCSI] libosd: osd_req_{read,write}_kern new API | Boaz Harrosh |
2009-06-10 | [SCSI] libosd: Better printout of OSD target system information | Boaz Harrosh |
2009-05-22 | Merge branch 'master' into for-2.6.31 | Jens Axboe |