1. 70e42fd scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd() by Damien Le Moal · 7 years ago
  2. 9031114 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  3. 109a5db Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 7 years ago
  4. d80210f sd: add support for TCG OPAL self encrypting disks by Christoph Hellwig · 7 years ago
  5. 4c11712 scsi: sd: Use sysfs_match_string() by Martin K. Petersen · 7 years ago
  6. 0db6ca8 scsi: Protect SCSI device state changes with a mutex by Bart Van Assche · 7 years ago
  7. 4fa8324 scsi: sd: Ignore sync cache failures when not supported by Derek Basehore · 8 years ago
  8. ed44fd7 scsi: sd: Write lock zone for REQ_OP_WRITE_ZEROES by Damien Le Moal · 8 years ago
  9. 29f6ca6 scsi: sd: Unlock zone in case of error in sd_setup_write_same_cmnd() by Damien Le Moal · 8 years ago
  10. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  11. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  12. a90dfdc scsi: sd: sd_zbc: Rename sd_zbc_setup_write_cmnd by Damien Le Moal · 8 years ago
  13. d227ec2 scsi: sd: Cleanup sd_done sense data handling by Christoph Hellwig · 8 years ago
  14. 6eadc61 scsi: sd: Improve sd_completed_bytes by Damien Le Moal · 8 years ago
  15. 7529fbb scsi: sd: Fix function descriptions by Damien Le Moal · 8 years ago
  16. 403a39f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  17. bcd069b scsi: sd: Remove LBPRZ dependency for discards by Martin K. Petersen · 8 years ago
  18. e6bd931 scsi: sd: Separate zeroout and discard command choices by Martin K. Petersen · 8 years ago
  19. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  20. e4b8783 sd: implement unmapping Write Zeroes by Christoph Hellwig · 8 years ago
  21. 02d2610 sd: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  22. 81d926e sd: split sd_setup_discard_cmnd by Christoph Hellwig · 8 years ago
  23. 7c85615 scsi: sd: Fix capacity calculation with 32-bit sector_t by Martin K. Petersen · 8 years ago
  24. 6780414 scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable by Fam Zheng · 8 years ago
  25. e8f8d50 scsi: sd: Return SUCCESS in sd_eh_action() after device offline by Hannes Reinecke · 8 years ago
  26. 7a38dc0 scsi: scsi_error: count medium access timeout only once per EH run by Hannes Reinecke · 8 years ago
  27. 95422de Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  28. c01228d Revert "scsi, block: fix duplicate bdi name registration crashes" by Jan Kara · 8 years ago
  29. c46f091 scsi: sd: Check for unaligned partial completion by Damien Le Moal · 8 years ago
  30. fcbfffe scsi: remove scsi_execute_req_flags by Christoph Hellwig · 8 years ago
  31. 6fa2b8f scsi: sd: improve TUR handling in sd_check_events by Christoph Hellwig · 8 years ago
  32. f170396 scsi: fix memory leak of sdpk on when gd fails to allocate by Colin Ian King · 8 years ago
  33. 8bfcd1b scsi: sd: make sd_devt_release() static by Wei Yongjun · 8 years ago
  34. cdc1947 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  35. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  36. 0dba131 scsi, block: fix duplicate bdi name registration crashes by Dan Williams · 8 years ago
  37. 68b568c7 ѕd: remove pointless REQ_TYPE_FS check by Christoph Hellwig · 8 years ago
  38. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  39. 08965c2 Revert "sd: remove __data_len hack for WRITE SAME" by Bart Van Assche · 8 years ago
  40. f2a3313 scsi: sd: Cleaned up comment references to @sdp argument explanation. by John Pittman · 8 years ago
  41. f09ff1d Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  42. 9208b75 Merge remote-tracking branch 'mkp-scsi/fixes' into fixes by James Bottomley · 8 years ago
  43. 68af412 scsi: sd: Ignore zoned field for host-managed devices by Damien Le Moal · 8 years ago
  44. 26f2819 scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_type by Damien Le Moal · 8 years ago
  45. f80de88 sd: remove __data_len hack for WRITE SAME by Christoph Hellwig · 8 years ago
  46. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  47. a829a84 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  48. f9d03f9 block: improve handling of the magic discard payload by Christoph Hellwig · 8 years ago
  49. df441cc scsi: replace custom approach to hexdump small buffers by Andy Shevchenko · 8 years ago
  50. ef295ec block: better op and flags encoding by Christoph Hellwig · 8 years ago
  51. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  52. 89d9475 sd: Implement support for ZBC devices by Hannes Reinecke · 8 years ago
  53. 8475c81 scsi: sd: Move DIF protection types to t10-pi.h by Christoph Hellwig · 8 years ago
  54. f7e6816 Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  55. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  56. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  57. 01f90dd sd: don't use the ALL_TG_PT bit for reservations by Christoph Hellwig · 8 years ago
  58. 0d52c756 block: convert to device_add_disk() by Dan Williams · 8 years ago
  59. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  60. 4e1b2d52 block, fs, drivers: remove REQ_OP compat defs and related code by Mike Christie · 8 years ago
  61. c2df40d drivers: use req op accessor by Mike Christie · 8 years ago
  62. 6b7e9cd sd: Fix rw_max for devices that report an optimal xfer size by Martin K. Petersen · 9 years ago
  63. eb72d0b sd: get disk reference in sd_check_events() by Hannes Reinecke · 9 years ago
  64. eb310e2 sd: switch to using blk_queue_write_cache() by Jens Axboe · 9 years ago
  65. 37e5823 block: add offset in blk_add_request_payload() by Ming Lin · 9 years ago
  66. fb41b4b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  67. 5ddfe08 scsi: Do not attach VPD to devices that don't support it by Hannes Reinecke · 9 years ago
  68. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  69. f08bb1e sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytes by Martin K. Petersen · 9 years ago
  70. f4327a9 sd: Fix discard granularity when LBPRZ=1 by Martin K. Petersen · 9 years ago
  71. 6540a65 sd: Fix discard granularity when LBPRZ=1 by Martin K. Petersen · 9 years ago
  72. 12ffbbe Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes by James Bottomley · 9 years ago
  73. 0fb5b1f block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabled by Martin K. Petersen · 9 years ago
  74. 6344a5c Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes by James Bottomley · 9 years ago
  75. 13b4389 SCSI: fix crashes in sd and sr runtime PM by Alan Stern · 9 years ago
  76. d0eb20a sd: Optimal I/O size is in bytes, not sectors by Martin K. Petersen · 9 years ago
  77. 9c1d9c2 sd: Reject optimal transfer length smaller than page size by Martin K. Petersen · 9 years ago
  78. be9e2f7 Merge branch 'mkp-fixes' into fixes by James Bottomley · 9 years ago
  79. ca369d5 block/sd: Fix device-imposed transfer length limits by Martin K. Petersen · 9 years ago
  80. 3977372 sd: Make discard granularity match logical block size when LBPRZ=1 by Martin K. Petersen · 9 years ago
  81. d83763f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  82. 2c5d16d sd: Clear PS bit before Mode Select. by Gabriel Krisman Bertazi · 9 years ago
  83. ccf21b6 Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  84. 924d55b sd: implement the Persistent Reservation API by Christoph Hellwig · 9 years ago
  85. 9609b99 md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown by Dan Williams · 9 years ago
  86. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  87. 4f258a4 sd: Fix maximum I/O size for BLOCK_PC requests by Martin K. Petersen · 9 years ago
  88. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  89. dee0586 sd: fix an error return in probe() by Dan Carpenter · 10 years ago
  90. 74856fb sd: Disable support for 256 byte/sector disks by Mark Hounschell · 10 years ago
  91. e727c42 sd: Unregister integrity profile by Martin K. Petersen · 10 years ago
  92. b9f28d8 sd, mmc, virtio_blk, string_helpers: fix block size units by James Bottomley · 10 years ago
  93. 3d9a1f5 sd: don't grab a device references from driver methods by Christoph Hellwig · 10 years ago
  94. 540a7c5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  95. 3a9794d sd: Fix max transfer length for 4k disks by Brian King · 10 years ago
  96. 2104551 scsi: use per-cpu buffer for formatting sense by Hannes Reinecke · 10 years ago
  97. e461338 sd: tweak discard heuristics to work around QEMU SCSI issue by Martin K. Petersen · 10 years ago
  98. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  99. 3af6b35 scsi: remove scsi_driver owner field by Christoph Hellwig · 10 years ago
  100. 3c356bd scsi: stop passing a gfp_mask argument down the command setup path by Christoph Hellwig · 10 years ago