1. 80dcd0c Target/file: place escape values for protection information format by Sagi Grimberg · 10 years ago
  2. 4e13c5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  3. 42201b5 target/file: Add DIF protection support to fd_execute_rw by Nicholas Bellinger · 10 years ago
  4. 0f5e2ec target/file: Add DIF protection init/format support by Nicholas Bellinger · 10 years ago
  5. 95cadac target/file: Update hw_max_sectors based on current block_size by Nicholas Bellinger · 11 years ago
  6. 125d011 target core: rename (ex,im)plict -> (ex,im)plicit by Hannes Reinecke · 11 years ago
  7. 4c76251 target: Update copyright ownership/year information to 2013 by Nicholas Bellinger · 11 years ago
  8. a82a953 target: Allow sbc_ops->execute_rw() to accept SGLs + data_direction by Nicholas Bellinger · 11 years ago
  9. 57103d7 target: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  10. 21363ca target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK export by Nicholas Bellinger · 11 years ago
  11. e3e84cd target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio by Andy Grover · 11 years ago
  12. 0463a3f target/file: Set is_nonrot attribute by Asias He · 11 years ago
  13. 86d7182 target: Add sbc_execute_unmap() helper by Asias He · 11 years ago
  14. 43f55bb target/file: Add fd_do_unmap() helper by Asias He · 11 years ago
  15. 5064276 target/file: Add UNMAP emulation support by Asias He · 11 years ago
  16. 70d3ae5c target/file: Add WRITE_SAME w/ UNMAP=1 emulation support by Asias He · 11 years ago
  17. 9862489 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  18. 63b91d5 target: Add __exit annotation for module_exit functions by Asias He · 11 years ago
  19. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  20. 972b29c8 target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectors by Roland Dreier · 11 years ago
  21. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  22. 7b745c8 target/file: Add WRITE_SAME w/ UNMAP=0 emulation support by Nicholas Bellinger · 11 years ago
  23. 778229a target/file: merge fd_do_readv() and fd_do_writev() by Sebastian Andrzej Siewior · 12 years ago
  24. 40ff2c3 target/file: Fix 32-bit highmem breakage for SGL -> iovec mapping by Sebastian Andrzej Siewior · 12 years ago
  25. fd9a11d target: Update copyright information to 2012 by Nicholas Bellinger · 12 years ago
  26. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  27. 48c2567 target: remove ->get_device_rev by Christoph Hellwig · 12 years ago
  28. 6f23ac8 target: provide generic sbc device type/revision helpers by Christoph Hellwig · 12 years ago
  29. 9e999a6 target: rename spc_ops by Christoph Hellwig · 12 years ago
  30. 0fd97cc target: kill struct se_subsystem_dev by Christoph Hellwig · 12 years ago
  31. b32f4c7 target/file: Re-enable optional fd_buffered_io=1 operation by Nicholas Bellinger · 12 years ago
  32. fd30e93 target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flags by Nicholas Bellinger · 12 years ago
  33. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  34. dbc6e02 delousing target_core_file a bit by Al Viro · 12 years ago
  35. ad67f0d target: move sync_cache to struct spc_ops by Christoph Hellwig · 12 years ago
  36. 0c2ad7d target: add struct spc_ops + initial ->execute_rw pointer usage by Christoph Hellwig · 12 years ago
  37. d6e0175 target: add a parse_cdb method to the backend drivers by Christoph Hellwig · 12 years ago
  38. a4dff30 target/file: Use O_DSYNC by default for FILEIO backends by Nicholas Bellinger · 12 years ago
  39. c9bfa7d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  40. cd9323f target: Fix bug in handling of FILEIO + block_device resize ops by Nicholas Bellinger · 12 years ago
  41. 5787cac target: remove struct se_task by Christoph Hellwig · 12 years ago
  42. 6bb35e0 target: replace ->execute_task with ->execute_cmd by Christoph Hellwig · 12 years ago
  43. 7a83aa4 target: remove the task_size field in struct se_task by Christoph Hellwig · 12 years ago
  44. 72a0e5e target: remove the task_lba field in struct se_task by Christoph Hellwig · 12 years ago
  45. 8b1e124 target/iscsi: Misc cleanups from Agrover (round 2) by Andy Grover · 12 years ago
  46. 8359cf4 target: remove useless casts by Jörn Engel · 13 years ago
  47. 90c161b target: use \n as a separator for configuration by Sebastian Andrzej Siewior · 13 years ago
  48. c4795fb target: header reshuffle, part2 by Christoph Hellwig · 13 years ago
  49. 9649fa1 target/file: walk properly over sg list by Sebastian Andrzej Siewior · 13 years ago
  50. 2d3a4b5 target: remove the t_tasks_fua se_cmd field by Christoph Hellwig · 13 years ago
  51. 03e98c9 target: Address legacy PYX_TRANSPORT_* return code breakage by Nicholas Bellinger · 13 years ago
  52. 827509e drivers/target: Add module.h to drivers/target files as required. by Paul Gortmaker · 13 years ago
  53. f55918f target: clean up the backend interface to caching parameters by Christoph Hellwig · 13 years ago
  54. 6193f06 target: make the ->get_cdb method optional by Christoph Hellwig · 13 years ago
  55. 42bf829 target: Cleanup unused se_task bits by Christoph Hellwig · 13 years ago
  56. 9375b1b target: Remove unneeded version.h includes by Jesper Juhl · 13 years ago
  57. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 13 years ago
  58. a1d8b49 target: Updates from AGrover and HCH (round 3) by Andy Grover · 13 years ago
  59. 5951146d target: More core cleanups from AGrover (round 2) by Andy Grover · 13 years ago
  60. e3d6f90 target: Core cleanups from AGrover (round 1) by Andy Grover · 13 years ago
  61. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  62. 58c3e64 [SCSI] target: Fix FILEIO fd_buffered_io= token typo by Nicholas Bellinger · 13 years ago
  63. 613640e [SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTR by Nicholas Bellinger · 13 years ago
  64. 6d18025 [SCSI] target: Fix match_strdup() memory leaks by Jesper Juhl · 13 years ago
  65. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 13 years ago
  66. c66ac9d [SCSI] target: Add LIO target core v4.0.0-rc6 by Nicholas Bellinger · 14 years ago