1. 4613c5f scsi/osd: open code blk_make_request by Christoph Hellwig · 8 years ago
  2. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  3. a8ebb05 block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE by Mike Christie · 8 years ago
  4. ba690c7 osd: remove deadcode by Sudip Mukherjee · 8 years ago
  5. 9a2fcad osd: fix signed char versus %02x issue by Rasmus Villemoes · 8 years ago
  6. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  7. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 9 years ago
  8. 3af6b35 scsi: remove scsi_driver owner field by Christoph Hellwig · 10 years ago
  9. 848a552 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 10 years ago
  10. aa281ac Boaz Harrosh - Fix broken email address by Boaz Harrosh · 10 years ago
  11. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  12. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  13. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  14. 92a3e66 SCSI: OSD: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  15. ffc8b30 block: do not pass disk names as format strings by Kees Cook · 11 years ago
  16. 1051e9b treewide: Fix typos in kernel messages by Masanari Iida · 11 years ago
  17. 426d266 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  18. 6d1f662 [SCSI] libosd: check for kzalloc() failure by Dan Carpenter · 11 years ago
  19. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 11 years ago
  20. 51976a8c [SCSI] osd_uld: Add osdname & systemid sysfs at scsi_osd class by Boaz Harrosh · 12 years ago
  21. 41f8ad7 [SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576 by Boaz Harrosh · 12 years ago
  22. acf3368f scsi: Fix up files implicitly depending on module.h inclusion by Paul Gortmaker · 13 years ago
  23. a8f8c45 osd: Kconfig remove wrong FIXME by Boaz Harrosh · 13 years ago
  24. 4977c82 [SCSI] libosd: osd_req_read_sg, optimize the single entry case by Boaz Harrosh · 13 years ago
  25. 057f02a [SCSI] osd: checking NULL instead of ERR_PTR() by Dan Carpenter · 14 years ago
  26. 6dd1d8a [SCSI] libosd: write/read_sg_kern API by Boaz Harrosh · 14 years ago
  27. e96e72c [SCSI] libosd: Support for scatter gather write/read commands by Boaz Harrosh · 14 years ago
  28. c4df46c [SCSI] libosd: Free resources in reverse order of allocation by Boaz Harrosh · 14 years ago
  29. ec6a0a4 [SCSI] libosd: Fix bug in attr_page handling by Boaz Harrosh · 14 years ago
  30. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  31. d842a93 [SCSI] fix bio.bi_rw handling by Jiri Slaby · 14 years ago
  32. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  33. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  34. 98e1e0f [SCSI] libosd: Fix unchecked err return found by smatch by Boaz Harrosh · 14 years ago
  35. 5d0961f [SCSI] libosd: Fix blk_put_request locking again by Boaz Harrosh · 14 years ago
  36. aa9fffb [SCSI] libosd: Error handling revamped by Boaz Harrosh · 15 years ago
  37. eff2149 [SCSI] libosd: Bugfix of error handling in attributes-list decoding by Boaz Harrosh · 15 years ago
  38. 71ecb74 [SCSI] libosd: bug in osd_req_decode_sense_full() by Boaz Harrosh · 15 years ago
  39. 2cdd641 [SCSI] libosd: osd_dev_info: Unique Identification of an OSD device by Boaz Harrosh · 14 years ago
  40. d6ae433 [SCSI] osduld: Use device->release instead of internal kref by Boaz Harrosh · 14 years ago
  41. 89f5e1f [SCSI] osduld: Ref-counting bug fix by Boaz Harrosh · 15 years ago
  42. 82681a3 [SCSI] Merge branch 'linus' by James Bottomley · 15 years ago
  43. 3860c97 [SCSI] osd: Remove out-of-tree left overs by Boaz Harrosh · 15 years ago
  44. 0330679 [SCSI] libosd: Use REQ_QUIET requests. by Boaz Harrosh · 15 years ago
  45. 021e223 [SCSI] osduld: use filp_open() when looking up an osd-device by Boaz Harrosh · 15 years ago
  46. fc2fac5 [SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queue by Boaz Harrosh · 15 years ago
  47. 62f469b [SCSI] libosd: osd_req_{read,write} takes a length parameter by Boaz Harrosh · 15 years ago
  48. 546881a [SCSI] libosd: Let _osd_req_finalize_data_integrity receive number of out_bytes by Boaz Harrosh · 15 years ago
  49. 0e35afb [SCSI] libosd: osd_req_{read,write}_kern new API by Boaz Harrosh · 15 years ago
  50. de6b203 [SCSI] libosd: Better printout of OSD target system information by Boaz Harrosh · 15 years ago
  51. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  52. c29b70f libosd: Use of new blk_make_request by Boaz Harrosh · 15 years ago
  53. bc38bf1 libosd: Use new blk_rq_map_kern by Boaz Harrosh · 15 years ago
  54. b0790410 block: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  55. e24977d Reduce path_lookup() abuses by Al Viro · 15 years ago
  56. e9da4d7 [SCSI] libosd: OSD2r05: on-the-wire changes for latest OSD2 revision 5. by Boaz Harrosh · 15 years ago
  57. f8d3a64 [SCSI] libosd: OSD2r05: OSD_CRYPTO_KEYID_SIZE will grow 20 => 32 bytes by Boaz Harrosh · 15 years ago
  58. 71f32e3 [SCSI] libosd: OSD2r05: Prepare for rev5 attribute list changes by Boaz Harrosh · 15 years ago
  59. bf5e84f [SCSI] libosd: fix potential ERR_PTR dereference in osd_initiator.c by Dan Carpenter · 15 years ago
  60. 2df71b1 [SCSI] osd_uld: Remove creation of osd_scsi class symlink by Boaz Harrosh · 15 years ago
  61. 8c0bacc [SCSI] libosd: fix blk_put_request called from within request_end_io by Boaz Harrosh · 15 years ago
  62. 97218a1 [SCSI] libosd: Fix NULL dereference BUG when target is not OSD conformant by Boaz Harrosh · 15 years ago
  63. 6864abd [SCSI] osd: Kconfig file for in-tree builds by Boaz Harrosh · 15 years ago
  64. 98f3aea [SCSI] libosd: SCSI/OSD Sense decoding support by Boaz Harrosh · 15 years ago
  65. 1b9dce9 [SCSI] libosd: OSDv2 auto detection by Boaz Harrosh · 15 years ago
  66. c6572c9 [SCSI] libosd: OSD version 2 Support by Boaz Harrosh · 15 years ago
  67. ae30c99 [SCSI] libosd: Not implemented commands by Boaz Harrosh · 15 years ago
  68. 3e08613 [SCSI] libosd: Add Flush and List-objects support by Boaz Harrosh · 15 years ago
  69. 345c435 [SCSI] libosd: OSD Security processing stubs by Boaz Harrosh · 15 years ago
  70. 4ef1a3d [SCSI] libosd: attributes Support by Boaz Harrosh · 15 years ago
  71. b799bc7d [SCSI] osd_uld: API for retrieving osd devices from Kernel by Boaz Harrosh · 15 years ago
  72. 95b05a7 [SCSI] osd_uld: OSD scsi ULD by Boaz Harrosh · 15 years ago
  73. 02941a5 [SCSI] libosd: OSDv1 preliminary implementation by Boaz Harrosh · 15 years ago