1. 0fd97cc target: kill struct se_subsystem_dev by Christoph Hellwig · 12 years ago
  2. 3e03989 target: Avoid integer overflow in se_dev_align_max_sectors() by Roland Dreier · 12 years ago
  3. fd30e93 target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flags by Nicholas Bellinger · 12 years ago
  4. 35d1efe target: Fix minor spelling typos in drivers/target by Masanari Iida · 12 years ago
  5. 9b16b9e target: fail REPORT LUNS with less than 16 bytes of payload by Paolo Bonzini · 12 years ago
  6. c804537 target: Make unnecessarily global se_dev_align_max_sectors() static by Roland Dreier · 12 years ago
  7. 77d4c74 target: Make core_disable_device_list_for_node use pre-refactoring lock ordering by Nicholas Bellinger · 12 years ago
  8. e80ac6c target: refactor core_update_device_list_for_node() by Andy Grover · 12 years ago
  9. 2dca673 target: Remove hba param from core_dev_add_lun by Andy Grover · 12 years ago
  10. af87729 target: replace the processing thread with a TMR work queue by Christoph Hellwig · 12 years ago
  11. 11e764b target: Remove max_sectors device attribute for modern se_task less code by Nicholas Bellinger · 12 years ago
  12. 6bb35e0 target: replace ->execute_task with ->execute_cmd by Christoph Hellwig · 12 years ago
  13. 58d9261 target: Remove obsolete DF_READ_ONLY usage by Nicholas Bellinger · 12 years ago
  14. 2816890 target: remove obvious warnings by Jörn Engel · 12 years ago
  15. f208324 target: Use array_zalloc for device_list by Jörn Engel · 12 years ago
  16. 4a5a75f target: Use array_zalloc for tpg_lun_list by Jörn Engel · 12 years ago
  17. 99f730d target: Fix off-by-seven in target_report_luns by Jörn Engel · 12 years ago
  18. 47f1b88 target: prevent NULL pointer dereference in target_report_luns by Jörn Engel · 12 years ago
  19. 382436f target: fix use after free in target_report_luns by Jörn Engel · 12 years ago
  20. 015487b target: Untangle front-end and back-end meanings of max_sectors attribute by Roland Dreier · 12 years ago
  21. 3d26fea target: remove the transport_lun_active field in struct se_cmd by Christoph Hellwig · 13 years ago
  22. 4949314 target: Allow control CDBs with data > 1 page by Andy Grover · 12 years ago
  23. 8d9efe5 target: fix return code of core_tpg_.*_lun by Sebastian Andrzej Siewior · 13 years ago
  24. 1dd0a06 target: use save/restore lock primitive in core_dec_lacl_count() by Sebastian Andrzej Siewior · 13 years ago
  25. 65586d5 target: Drop se_device TCQ queue_depth usage from I/O path by Nicholas Bellinger · 13 years ago
  26. c4795fb target: header reshuffle, part2 by Christoph Hellwig · 13 years ago
  27. e26d99a target: reshuffle headers by Christoph Hellwig · 13 years ago
  28. c638830 target: Don't return an error if disabling unsupported features by Andy Grover · 13 years ago
  29. 6f21475 target: remove the unused se_dev_list by Christoph Hellwig · 13 years ago
  30. 58a2801 target: remove the se_obj_ptr and se_orig_obj_ptr se_cmd fields by Christoph Hellwig · 13 years ago
  31. 03e98c9 target: Address legacy PYX_TRANSPORT_* return code breakage by Nicholas Bellinger · 13 years ago
  32. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  33. d29a5b6 target: remove SCF_EMULATE_CDB_ASYNC by Christoph Hellwig · 13 years ago
  34. e76a35d target: pass the se_task to the CDB emulation callback by Christoph Hellwig · 13 years ago
  35. c53181a drivers/target: Add export.h to files as required. by Paul Gortmaker · 13 years ago
  36. 2e982ab target: Remove legacy se_task->task_timer and associated logic by Nicholas Bellinger · 13 years ago
  37. f55918f target: clean up the backend interface to caching parameters by Christoph Hellwig · 13 years ago
  38. 2863888 target: Convert acl_node_lock to be IRQ-disabling by Roland Dreier · 13 years ago
  39. 525a48a target: Fix task count > 1 handling breakage and use max_sector page alignment by Nicholas Bellinger · 13 years ago
  40. 052605c target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0 by Nicholas Bellinger · 13 years ago
  41. 5de619a target: Update QUEUE ALGORITHM MODIFIER control page default by Nicholas Bellinger · 13 years ago
  42. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 13 years ago
  43. 05d1c7c target: Make all control CDBs scatter-gather by Andy Grover · 13 years ago
  44. e22a7f0 target: Implement Block Device Characteristics VPD page by Roland Dreier · 13 years ago
  45. 5e1be91 target: Make se_tmr_lock IRQ-safe by Roland Dreier · 13 years ago
  46. 56e34ee target: Make se_dev_check_online() locking IRQ-safe by Roland Dreier · 13 years ago
  47. 78faae3 target: Make transport_lookup_cmd_lun() locking IRQ-safe by Roland Dreier · 13 years ago
  48. a1d8b49 target: Updates from AGrover and HCH (round 3) by Andy Grover · 13 years ago
  49. 5951146d target: More core cleanups from AGrover (round 2) by Andy Grover · 13 years ago
  50. e3d6f90 target: Core cleanups from AGrover (round 1) by Andy Grover · 13 years ago
  51. efa4988 target: Remove unnecessary *cdb transport_get_lun_for_cmd parameter by Nicholas Bellinger · 13 years ago
  52. d814495 target: Check LUN numbers in transport_get_lun_for_[cmd,tmr] by Fubo Chen · 13 years ago
  53. 60d645a target: Fix incorrect strlen() NULL terminator checks by Dan Carpenter · 13 years ago
  54. 7fd29aa target: Fix transport_get_lun_for_tmr failure cases by Nicholas Bellinger · 13 years ago
  55. 1078da1 [SCSI] target: Convert REPORT_LUNs to use int_to_scsilun by Nicholas Bellinger · 13 years ago
  56. 1e7de68 [SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_req by Nicholas Bellinger · 13 years ago
  57. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  58. 5dd7ed2 [SCSI] target: Minor sparse warning fixes and annotations by Dan Carpenter · 13 years ago
  59. 05aea6e [SCSI] target: Remove unnecessary hba_dev_list walk and se_clear_dev_ports legacy code by Fubo Chen · 13 years ago
  60. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 13 years ago
  61. e89d15e [SCSI] target: Remove procfs based target_core_mib.c code by Nicholas Bellinger · 13 years ago
  62. 85dc98d [SCSI] target: fixed missing lock drop in error path by Fubo Chen · 13 years ago
  63. 29fe609 [SCSI] target: Fix demo-mode MappedLUN shutdown UA/PR breakage by Nicholas Bellinger · 13 years ago
  64. c66ac9d [SCSI] target: Add LIO target core v4.0.0-rc6 by Nicholas Bellinger · 14 years ago