1. b9f5edc MAINTAINERS: Add target-devel list for drivers/target/ by Nicholas Bellinger · 13 years ago
  2. aadcec0 iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failure by Nicholas Bellinger · 13 years ago
  3. 7bbb654 iscsi-target: Fix snprintf usage with MAX_PORTAL_LEN by Nicholas Bellinger · 13 years ago
  4. 76f1928 iscsi-target: Fix uninitialized usage of cmd->pad_bytes by Nicholas Bellinger · 13 years ago
  5. 8f50c7f iscsi-target: strlen() doesn't count the terminator by Dan Carpenter · 13 years ago
  6. 4a28a3f iscsi-target: Fix NULL dereference on allocation failure by Dan Carpenter · 13 years ago
  7. 277c5f2 target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectors by Nicholas Bellinger · 13 years ago
  8. 36a26c6 kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usage by Nicholas Bellinger · 13 years ago
  9. e48354c iscsi-target: Add iSCSI fabric support for target v4.1 by Nicholas Bellinger · 13 years ago
  10. 8304bbc iscsi: Add Serial Number Arithmetic LT and GT into iscsi_proto.h by Nicholas Bellinger · 13 years ago
  11. 55bdabd iscsi: Use struct scsi_lun in iscsi structs instead of u8[8] by Andy Grover · 13 years ago
  12. 1235218 iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi by Nicholas Bellinger · 13 years ago
  13. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  14. 8e20487 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  15. 3e0b8df Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  16. 8051207 Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  17. 9e39264 Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  18. dc43d9f Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  19. 8077506 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  20. 7c6582b Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  21. 227ad9b Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  22. 35b004c Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  23. 0a613b6 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  24. eb47418 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  25. 2c9e88a Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  26. 52de84f Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  27. 112ec46 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  28. a99a7d1 Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  29. bdc7ccf Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  30. 4d4abdc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  31. 0342cbc Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  32. 391d627 Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  33. 75b56ec Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  34. 5a9a436 vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filp by Konstantin Khlebnikov · 13 years ago
  35. d769b3c isofs: Remove global fs lock by Jan Kara · 13 years ago
  36. 22ba747 jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directory by Al Viro · 13 years ago
  37. 841590c fix IN_DELETE_SELF on overwriting rename() on ramfs et.al. by Al Viro · 13 years ago
  38. ed70afc mm/truncate.c: fix build for CONFIG_BLOCK not enabled by Randy Dunlap · 13 years ago
  39. 6d16d6d Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  40. 431bf99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  41. 72f96e0 Merge branch 'for-linus-core' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  42. 17413f5 Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  43. 5a791ea Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  44. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  45. 22a3b97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
  46. acb41c0 Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  47. 8181780 Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  48. 7235dd7 Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  49. c7c8518 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  50. ece236c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  51. 441c196 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  52. 951cc93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  53. a91f423 Merge branches 'roccat', 'upstream' and 'wiimote' into for-linus by Jiri Kosina · 13 years ago
  54. a7e1aab Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago
  55. 111ad11 Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  56. 997271c Merge branch 'stable/pci.cleanups.v1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  57. 896d017 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  58. 0df55ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  59. c1f792a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  60. 6aaf440 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 13 years ago
  61. ba1f9db Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 13 years ago
  62. 49302ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 13 years ago
  63. eadc387 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 13 years ago
  64. 59a7ac1 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  65. f99b788 Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  66. 4460207 Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 'srp' into for-next by Roland Dreier · 13 years ago
  67. e67306a IB/qib: Defer HCA error events to tasklet by Mike Marciniszyn · 13 years ago
  68. 6596528 hfsplus: ensure bio requests are not smaller than the hardware sectors by Seth Forshee · 13 years ago
  69. aac4e41 hfsplus: Add additional range check to handle on-disk corruptions by Naohiro Aota · 13 years ago
  70. 415b333 icmp: Fix regression in nexthop resolution during replies. by David S. Miller · 13 years ago
  71. eac1b5e ptrace: do_wait(traced_leader_killed_by_mt_exec) can block forever by Oleg Nesterov · 13 years ago
  72. 0f31714 sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fair by Lin Ming · 13 years ago
  73. b580169 HID: fix support for Microsoft comfort mouse 4500 by Jiri Kosina · 13 years ago
  74. fa49515 target: Bump version to v4.1.0-rc1-ml by Nicholas Bellinger · 13 years ago
  75. 11650b85 target: remove custom hex2bin() implementation by Andy Shevchenko · 13 years ago
  76. 163cd5f target: fix typo Assoication -> Association by Andy Shevchenko · 13 years ago
  77. 5de619a target: Update QUEUE ALGORITHM MODIFIER control page default by Nicholas Bellinger · 13 years ago
  78. 1d20bb6 target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG by Nicholas Bellinger · 13 years ago
  79. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 13 years ago
  80. ec98f78 target: Eliminate usage of struct se_mem by Andy Grover · 13 years ago
  81. 3a86720 target: Pass 2nd param of transport_split_cdb by value by Andy Grover · 13 years ago
  82. d0229ae target: Enforce 1 page max for control cdb buffer sizes by Andy Grover · 13 years ago
  83. 05d1c7c target: Make all control CDBs scatter-gather by Andy Grover · 13 years ago
  84. e22a7f0 target: Implement Block Device Characteristics VPD page by Roland Dreier · 13 years ago
  85. b2eb705 target: Fix reporting of supported VPD pages by Roland Dreier · 13 years ago
  86. f5fbed8 target: Allow for built-in target modules by Roland Dreier · 13 years ago
  87. 2be1814 tcm_fc: Convert to wake_up_process and schedule_timeout_interruptible by Nicholas Bellinger · 13 years ago
  88. a1fa375 tcm_fc: Makefile cleanups by Nicholas Bellinger · 13 years ago
  89. a57b5d3 loopback: Fix memory leak in tcm_loop_make_scsi_hba() by Jesper Juhl · 13 years ago
  90. 824cc5f loopback: Remove duplicate scsi/scsi_tcq.h include by Jesper Juhl · 13 years ago
  91. 12f09cc loopback: off by one in tcm_loop_make_naa_tpg() by Dan Carpenter · 13 years ago
  92. 21bca31 target/iblock: Remove unused iblock_dev members by Roland Dreier · 13 years ago
  93. 8f3d14e target/iblock: Use request_queue->nr_request for se_device defaults by Nicholas Bellinger · 13 years ago
  94. 5e1be91 target: Make se_tmr_lock IRQ-safe by Roland Dreier · 13 years ago
  95. 56e34ee target: Make se_dev_check_online() locking IRQ-safe by Roland Dreier · 13 years ago
  96. 78faae3 target: Make transport_lookup_cmd_lun() locking IRQ-safe by Roland Dreier · 13 years ago
  97. 07bde79 target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_full by Nicholas Bellinger · 13 years ago
  98. 695434e1 target: Add transport_handle_cdb_direct optimization by Nicholas Bellinger · 13 years ago
  99. 3546297 target: merge release_cmd methods by Christoph Hellwig · 13 years ago
  100. db1620a target: remove the unused SCF_* flags by Christoph Hellwig · 13 years ago