1. 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  2. 97e0661 scsi: libosd: Remove VLA usage by Kees Cook · 6 years ago
  3. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 6 years ago
  4. ac613e4 scsi/osd: remove the gfp argument to osd_start_request by Christoph Hellwig · 6 years ago
  5. 0abc2a1 block: fix blk_rq_append_bio by Jens Axboe · 7 years ago
  6. caa4b024 blk-map: call blk_queue_bounce from blk_rq_append_bio by Christoph Hellwig · 7 years ago
  7. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 7 years ago
  8. 2a842ac block: introduce new block status code type by Christoph Hellwig · 7 years ago
  9. 10f64ec scsi/osd: don't save block errors into req_results by Christoph Hellwig · 7 years ago
  10. af82455 Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  11. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  12. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
  13. b7819b9 block: remove the blk_execute_rq return value by Christoph Hellwig · 8 years ago
  14. c02465f scsi: osd_uld: Check scsi_device_get() return value by Bart Van Assche · 8 years ago
  15. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  16. 03b1a06 scsi: osd_uld: remove an unneeded NULL check by Dan Carpenter · 8 years ago
  17. ac1ddc5 scsi: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  18. a3b4924 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  19. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  20. b43daed scripts/spelling.txt: add "embeded" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  21. 74a78eb scsi: make the sense header argument to scsi_test_unit_ready mandatory by Christoph Hellwig · 8 years ago
  22. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  23. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  24. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  25. 4613c5f scsi/osd: open code blk_make_request by Christoph Hellwig · 8 years ago
  26. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  27. a8ebb05 block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE by Mike Christie · 8 years ago
  28. ba690c7 osd: remove deadcode by Sudip Mukherjee · 9 years ago
  29. 9a2fcad osd: fix signed char versus %02x issue by Rasmus Villemoes · 9 years ago
  30. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  31. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  32. 3af6b35 scsi: remove scsi_driver owner field by Christoph Hellwig · 10 years ago
  33. 848a552 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 10 years ago
  34. aa281ac Boaz Harrosh - Fix broken email address by Boaz Harrosh · 10 years ago
  35. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  36. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  37. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  38. 92a3e66 SCSI: OSD: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  39. ffc8b30 block: do not pass disk names as format strings by Kees Cook · 11 years ago
  40. 1051e9b treewide: Fix typos in kernel messages by Masanari Iida · 12 years ago
  41. 426d266 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  42. 6d1f662 [SCSI] libosd: check for kzalloc() failure by Dan Carpenter · 12 years ago
  43. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  44. 51976a8 [SCSI] osd_uld: Add osdname & systemid sysfs at scsi_osd class by Boaz Harrosh · 12 years ago
  45. 41f8ad7 [SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576 by Boaz Harrosh · 13 years ago
  46. acf3368f scsi: Fix up files implicitly depending on module.h inclusion by Paul Gortmaker · 13 years ago
  47. a8f8c45 osd: Kconfig remove wrong FIXME by Boaz Harrosh · 13 years ago
  48. 4977c82 [SCSI] libosd: osd_req_read_sg, optimize the single entry case by Boaz Harrosh · 14 years ago
  49. 057f02a [SCSI] osd: checking NULL instead of ERR_PTR() by Dan Carpenter · 14 years ago
  50. 6dd1d8a [SCSI] libosd: write/read_sg_kern API by Boaz Harrosh · 14 years ago
  51. e96e72c [SCSI] libosd: Support for scatter gather write/read commands by Boaz Harrosh · 14 years ago
  52. c4df46c [SCSI] libosd: Free resources in reverse order of allocation by Boaz Harrosh · 14 years ago
  53. ec6a0a4 [SCSI] libosd: Fix bug in attr_page handling by Boaz Harrosh · 14 years ago
  54. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  55. d842a93 [SCSI] fix bio.bi_rw handling by Jiri Slaby · 14 years ago
  56. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  57. 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
  58. 98e1e0f [SCSI] libosd: Fix unchecked err return found by smatch by Boaz Harrosh · 15 years ago
  59. 5d0961f [SCSI] libosd: Fix blk_put_request locking again by Boaz Harrosh · 15 years ago
  60. aa9fffb [SCSI] libosd: Error handling revamped by Boaz Harrosh · 15 years ago
  61. eff2149 [SCSI] libosd: Bugfix of error handling in attributes-list decoding by Boaz Harrosh · 15 years ago
  62. 71ecb74 [SCSI] libosd: bug in osd_req_decode_sense_full() by Boaz Harrosh · 15 years ago
  63. 2cdd641 [SCSI] libosd: osd_dev_info: Unique Identification of an OSD device by Boaz Harrosh · 15 years ago
  64. d6ae433 [SCSI] osduld: Use device->release instead of internal kref by Boaz Harrosh · 15 years ago
  65. 89f5e1f [SCSI] osduld: Ref-counting bug fix by Boaz Harrosh · 15 years ago
  66. 82681a3 [SCSI] Merge branch 'linus' by James Bottomley · 15 years ago
  67. 3860c97 [SCSI] osd: Remove out-of-tree left overs by Boaz Harrosh · 15 years ago
  68. 0330679 [SCSI] libosd: Use REQ_QUIET requests. by Boaz Harrosh · 15 years ago
  69. 021e223 [SCSI] osduld: use filp_open() when looking up an osd-device by Boaz Harrosh · 15 years ago
  70. fc2fac5 [SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queue by Boaz Harrosh · 15 years ago
  71. 62f469b [SCSI] libosd: osd_req_{read,write} takes a length parameter by Boaz Harrosh · 15 years ago
  72. 546881a [SCSI] libosd: Let _osd_req_finalize_data_integrity receive number of out_bytes by Boaz Harrosh · 15 years ago
  73. 0e35afb [SCSI] libosd: osd_req_{read,write}_kern new API by Boaz Harrosh · 15 years ago
  74. de6b203 [SCSI] libosd: Better printout of OSD target system information by Boaz Harrosh · 15 years ago
  75. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  76. c29b70f libosd: Use of new blk_make_request by Boaz Harrosh · 15 years ago
  77. bc38bf1 libosd: Use new blk_rq_map_kern by Boaz Harrosh · 15 years ago
  78. b079041 block: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  79. e24977d Reduce path_lookup() abuses by Al Viro · 16 years ago
  80. e9da4d7 [SCSI] libosd: OSD2r05: on-the-wire changes for latest OSD2 revision 5. by Boaz Harrosh · 16 years ago
  81. f8d3a64 [SCSI] libosd: OSD2r05: OSD_CRYPTO_KEYID_SIZE will grow 20 => 32 bytes by Boaz Harrosh · 16 years ago
  82. 71f32e3 [SCSI] libosd: OSD2r05: Prepare for rev5 attribute list changes by Boaz Harrosh · 16 years ago
  83. bf5e84f [SCSI] libosd: fix potential ERR_PTR dereference in osd_initiator.c by Dan Carpenter · 16 years ago
  84. 2df71b1 [SCSI] osd_uld: Remove creation of osd_scsi class symlink by Boaz Harrosh · 16 years ago
  85. 8c0bacc [SCSI] libosd: fix blk_put_request called from within request_end_io by Boaz Harrosh · 16 years ago
  86. 97218a1 [SCSI] libosd: Fix NULL dereference BUG when target is not OSD conformant by Boaz Harrosh · 16 years ago
  87. 6864abd [SCSI] osd: Kconfig file for in-tree builds by Boaz Harrosh · 16 years ago
  88. 98f3aea [SCSI] libosd: SCSI/OSD Sense decoding support by Boaz Harrosh · 16 years ago
  89. 1b9dce9 [SCSI] libosd: OSDv2 auto detection by Boaz Harrosh · 16 years ago
  90. c6572c9 [SCSI] libosd: OSD version 2 Support by Boaz Harrosh · 16 years ago
  91. ae30c99 [SCSI] libosd: Not implemented commands by Boaz Harrosh · 16 years ago
  92. 3e08613 [SCSI] libosd: Add Flush and List-objects support by Boaz Harrosh · 16 years ago
  93. 345c435 [SCSI] libosd: OSD Security processing stubs by Boaz Harrosh · 16 years ago
  94. 4ef1a3d [SCSI] libosd: attributes Support by Boaz Harrosh · 16 years ago
  95. b799bc7 [SCSI] osd_uld: API for retrieving osd devices from Kernel by Boaz Harrosh · 16 years ago
  96. 95b05a7 [SCSI] osd_uld: OSD scsi ULD by Boaz Harrosh · 16 years ago
  97. 02941a5 [SCSI] libosd: OSDv1 preliminary implementation by Boaz Harrosh · 16 years ago