1. 8d21355 target: Fix possible memory leak in aptpl_metadata parsing by Joern Engel · 10 years ago
  2. f145377 target: Fix alua_access_state attribute OOPs for un-configured devices by Nicholas Bellinger · 10 years ago
  3. 131e6ab target: Add TFO->abort_task for aborted task resources release by Nicholas Bellinger · 10 years ago
  4. 2ed22c9 target/configfs: Expose protection device attributes by Nicholas Bellinger · 10 years ago
  5. 229d4f1 target_core_alua: Referrals configfs integration by Hannes Reinecke · 11 years ago
  6. c66094b target_core_alua: Referrals infrastructure by Hannes Reinecke · 11 years ago
  7. ab6dae8 target: Fix sizeof in kmalloc for some default_groups arrays by Andy Grover · 11 years ago
  8. b0a382c target_core_configfs: split up ALUA supported states by Hannes Reinecke · 11 years ago
  9. 6be526c target_core_alua: Make supported states configurable by Hannes Reinecke · 11 years ago
  10. 125d011 target core: rename (ex,im)plict -> (ex,im)plicit by Hannes Reinecke · 11 years ago
  11. d80e224d target: Remove TF_CIT_TMPL macro by Andy Grover · 11 years ago
  12. 4c76251 target: Update copyright ownership/year information to 2013 by Nicholas Bellinger · 11 years ago
  13. f99715a target: Enable global EXTENDED_COPY setup/release by Nicholas Bellinger · 11 years ago
  14. d397a44 target: Add Third Party Copy (3PC) bit in INQUIRY response by Nicholas Bellinger · 11 years ago
  15. 56d128f target: Make target_core_subsystem defined as non static by Nicholas Bellinger · 11 years ago
  16. 0123a9e target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPD by Nicholas Bellinger · 11 years ago
  17. 57103d7 target: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  18. d2843c1 target: Alter core_pr_dump_initiator_port for ease of use by Andy Grover · 11 years ago
  19. 64146db target: Have dev/enable show if TCM device is configured by Andy Grover · 11 years ago
  20. adfa957 target: Add device attribute to expose config_item_name for INQUIRY model by Tregaron Bayly · 11 years ago
  21. 13f6a91 target/configfs: use kmalloc() instead of kzalloc() for default groups by Sebastian Andrzej Siewior · 12 years ago
  22. a5675c8 target/configfs: allocate only 6 slots for dev_cg->default_groups by Sebastian Andrzej Siewior · 12 years ago
  23. 1c98d2f4 target/configfs: allocate pointers instead of full struct for default_groups by Sebastian Andrzej Siewior · 12 years ago
  24. fd9a11d target: Update copyright information to 2012 by Nicholas Bellinger · 12 years ago
  25. 773cbaf target: Add/check max_write_same_len device attribute + update block limits VPD by Nicholas Bellinger · 12 years ago
  26. c87fbd5 target: simplify alua support by Christoph Hellwig · 12 years ago
  27. d977f43 target: simplify reservations code by Christoph Hellwig · 12 years ago
  28. 0fd97cc target: kill struct se_subsystem_dev by Christoph Hellwig · 12 years ago
  29. 0d0f9df target: Don't return success from module_init() if setup fails by Roland Dreier · 12 years ago
  30. 37bb789 target: fix return code in target_core_init_configfs error path by Peter Senna Tschudin · 12 years ago
  31. 35d1efe target: Fix minor spelling typos in drivers/target by Masanari Iida · 12 years ago
  32. 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 12 years ago
  33. 2ed772b target: Remove unused target_core_fabric_ops.get_fabric_sense_len method by Roland Dreier · 12 years ago
  34. 5b9a4d7 target: Add MI_REPORT_TARGET_PGS ext. header + implict_trans_secs attribute by Nicholas Bellinger · 12 years ago
  35. 11e764b target: Remove max_sectors device attribute for modern se_task less code by Nicholas Bellinger · 12 years ago
  36. 2816890 target: remove obvious warnings by Jörn Engel · 12 years ago
  37. c7ec05c target: Drop unused legacy target_core_fabric_ops API callers by Nicholas Bellinger · 12 years ago
  38. 5e58b02 target: Fix typo in drivers/target by Masanari Iida · 12 years ago
  39. 015487b target: Untangle front-end and back-end meanings of max_sectors attribute by Roland Dreier · 12 years ago
  40. d0f474e target: Use LIST_HEAD()/DEFINE_MUTEX() for static objects by Roland Dreier · 12 years ago
  41. 3011684 target: handle empty string writes in sysfs by Dan Carpenter · 12 years ago
  42. 0877eafd target/configs: remove trailing newline from udev_path and alias by Sebastian Andrzej Siewior · 13 years ago
  43. 8359cf4 target: remove useless casts by Jörn Engel · 13 years ago
  44. 90c161b target: use \n as a separator for configuration by Sebastian Andrzej Siewior · 13 years ago
  45. c4795fb target: header reshuffle, part2 by Christoph Hellwig · 13 years ago
  46. e26d99a target: reshuffle headers by Christoph Hellwig · 13 years ago
  47. 6f21475 target: remove the unused se_dev_list by Christoph Hellwig · 13 years ago
  48. 2e982ab target: Remove legacy se_task->task_timer and associated logic by Nicholas Bellinger · 13 years ago
  49. dbc5623 target: transport_subsystem_check_init cleanups by Nicholas Bellinger · 13 years ago
  50. 9375b1b target: Remove unneeded version.h includes by Jesper Juhl · 13 years ago
  51. 163cd5f target: fix typo Assoication -> Association by Andy Shevchenko · 13 years ago
  52. 5de619a target: Update QUEUE ALGORITHM MODIFIER control page default by Nicholas Bellinger · 13 years ago
  53. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 13 years ago
  54. e22a7f0 target: Implement Block Device Characteristics VPD page by Roland Dreier · 13 years ago
  55. f5fbed8 target: Allow for built-in target modules by Roland Dreier · 13 years ago
  56. 3546297 target: merge release_cmd methods by Christoph Hellwig · 13 years ago
  57. dc2e652 target: remove the always-noop ->new_cmd_failure method by Christoph Hellwig · 13 years ago
  58. 5951146d target: More core cleanups from AGrover (round 2) by Andy Grover · 13 years ago
  59. e3d6f90 target: Core cleanups from AGrover (round 1) by Andy Grover · 13 years ago
  60. a8c6da9 target: Remove unused su_group usage in fabric register/dergister by Nicholas Bellinger · 13 years ago
  61. 60d645a target: Fix incorrect strlen() NULL terminator checks by Dan Carpenter · 13 years ago
  62. 5eff5be target: Drop bogus ERR_PTR usage in target_fabric_configfs_init by Dan Carpenter · 13 years ago
  63. 1078da1 [SCSI] target: Convert REPORT_LUNs to use int_to_scsilun by Nicholas Bellinger · 13 years ago
  64. 12d233842 [SCSI] target: add initial statistics by Nicholas Bellinger · 13 years ago
  65. 54550fa [SCSI] target: Add __init/__exit annotation for target_core_[init,exit]_configfs by Axel Lin · 13 years ago
  66. 613640e [SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTR by Nicholas Bellinger · 13 years ago
  67. 6d18025 [SCSI] target: Fix match_strdup() memory leaks by Jesper Juhl · 13 years ago
  68. 1f6fe7c [SCSI] target: fix use after free detected by SLUB poison by Nicholas Bellinger · 13 years ago
  69. e89d15e [SCSI] target: Remove procfs based target_core_mib.c code by Nicholas Bellinger · 13 years ago
  70. 7c2bf6e [SCSI] target: Fix top-level configfs_subsystem default_group shutdown breakage by Nicholas Bellinger · 13 years ago
  71. c66ac9d [SCSI] target: Add LIO target core v4.0.0-rc6 by Nicholas Bellinger · 14 years ago