1. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
  2. b7819b9 block: remove the blk_execute_rq return value by Christoph Hellwig · 8 years ago
  3. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  4. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  5. b43daed scripts/spelling.txt: add "embeded" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  6. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  7. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  8. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  9. 4613c5f scsi/osd: open code blk_make_request by Christoph Hellwig · 9 years ago
  10. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
  11. a8ebb05 block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE by Mike Christie · 9 years ago
  12. ba690c7 osd: remove deadcode by Sudip Mukherjee · 9 years ago
  13. 9a2fcad osd: fix signed char versus %02x issue by Rasmus Villemoes · 9 years ago
  14. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  15. 848a552 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 10 years ago
  16. aa281ac Boaz Harrosh - Fix broken email address by Boaz Harrosh · 10 years ago
  17. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  18. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 11 years ago
  19. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  20. 1051e9b treewide: Fix typos in kernel messages by Masanari Iida · 12 years ago
  21. 6d1f662 [SCSI] libosd: check for kzalloc() failure by Dan Carpenter · 12 years ago
  22. acf3368f scsi: Fix up files implicitly depending on module.h inclusion by Paul Gortmaker · 14 years ago
  23. 4977c82 [SCSI] libosd: osd_req_read_sg, optimize the single entry case by Boaz Harrosh · 14 years ago
  24. 057f02a [SCSI] osd: checking NULL instead of ERR_PTR() by Dan Carpenter · 14 years ago
  25. 6dd1d8a [SCSI] libosd: write/read_sg_kern API by Boaz Harrosh · 14 years ago
  26. e96e72c [SCSI] libosd: Support for scatter gather write/read commands by Boaz Harrosh · 14 years ago
  27. c4df46c [SCSI] libosd: Free resources in reverse order of allocation by Boaz Harrosh · 14 years ago
  28. ec6a0a4 [SCSI] libosd: Fix bug in attr_page handling by Boaz Harrosh · 14 years ago
  29. d842a93 [SCSI] fix bio.bi_rw handling by Jiri Slaby · 14 years ago
  30. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  32. 98e1e0f [SCSI] libosd: Fix unchecked err return found by smatch by Boaz Harrosh · 15 years ago
  33. 5d0961f [SCSI] libosd: Fix blk_put_request locking again by Boaz Harrosh · 15 years ago
  34. aa9fffb [SCSI] libosd: Error handling revamped by Boaz Harrosh · 15 years ago
  35. eff2149 [SCSI] libosd: Bugfix of error handling in attributes-list decoding by Boaz Harrosh · 15 years ago
  36. 71ecb74 [SCSI] libosd: bug in osd_req_decode_sense_full() by Boaz Harrosh · 15 years ago
  37. 2cdd641 [SCSI] libosd: osd_dev_info: Unique Identification of an OSD device by Boaz Harrosh · 15 years ago
  38. 82681a3 [SCSI] Merge branch 'linus' by James Bottomley · 16 years ago
  39. 0330679 [SCSI] libosd: Use REQ_QUIET requests. by Boaz Harrosh · 16 years ago
  40. fc2fac5 [SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queue by Boaz Harrosh · 16 years ago
  41. 62f469b [SCSI] libosd: osd_req_{read,write} takes a length parameter by Boaz Harrosh · 16 years ago
  42. 546881a [SCSI] libosd: Let _osd_req_finalize_data_integrity receive number of out_bytes by Boaz Harrosh · 16 years ago
  43. 0e35afb [SCSI] libosd: osd_req_{read,write}_kern new API by Boaz Harrosh · 16 years ago
  44. de6b203 [SCSI] libosd: Better printout of OSD target system information by Boaz Harrosh · 16 years ago
  45. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 16 years ago
  46. c29b70f libosd: Use of new blk_make_request by Boaz Harrosh · 16 years ago
  47. bc38bf1 libosd: Use new blk_rq_map_kern by Boaz Harrosh · 16 years ago
  48. b079041 block: cleanup rq->data_len usages by Tejun Heo · 16 years ago
  49. e9da4d7 [SCSI] libosd: OSD2r05: on-the-wire changes for latest OSD2 revision 5. by Boaz Harrosh · 16 years ago
  50. f8d3a64 [SCSI] libosd: OSD2r05: OSD_CRYPTO_KEYID_SIZE will grow 20 => 32 bytes by Boaz Harrosh · 16 years ago
  51. 71f32e3 [SCSI] libosd: OSD2r05: Prepare for rev5 attribute list changes by Boaz Harrosh · 16 years ago
  52. bf5e84f [SCSI] libosd: fix potential ERR_PTR dereference in osd_initiator.c by Dan Carpenter · 16 years ago
  53. 8c0bacc [SCSI] libosd: fix blk_put_request called from within request_end_io by Boaz Harrosh · 16 years ago
  54. 97218a1 [SCSI] libosd: Fix NULL dereference BUG when target is not OSD conformant by Boaz Harrosh · 16 years ago
  55. 98f3aea [SCSI] libosd: SCSI/OSD Sense decoding support by Boaz Harrosh · 16 years ago
  56. 1b9dce9 [SCSI] libosd: OSDv2 auto detection by Boaz Harrosh · 16 years ago
  57. c6572c9 [SCSI] libosd: OSD version 2 Support by Boaz Harrosh · 16 years ago
  58. ae30c99 [SCSI] libosd: Not implemented commands by Boaz Harrosh · 16 years ago
  59. 3e08613 [SCSI] libosd: Add Flush and List-objects support by Boaz Harrosh · 16 years ago
  60. 345c435 [SCSI] libosd: OSD Security processing stubs by Boaz Harrosh · 16 years ago
  61. 4ef1a3d [SCSI] libosd: attributes Support by Boaz Harrosh · 16 years ago
  62. 02941a5 [SCSI] libosd: OSDv1 preliminary implementation by Boaz Harrosh · 16 years ago