- db33028 scsi: Remove superfluous #include <linux/async.h> directives by Bart Van Assche · 3 years, 1 month ago
- 0a84486 scsi: core: Remove Scsi_Host.shost_dev_attr_groups by Bart Van Assche · 3 years, 1 month ago
- a47c6b7 scsi: core: Remove two host template members that are no longer used by Bart Van Assche · 3 years, 3 months ago
- 92c4b58 scsi: core: Register sysfs attributes earlier by Bart Van Assche · 3 years, 3 months ago
- bf23e61 scsi: core: Use a structure member to track the SCSI command submitter by Bart Van Assche · 3 years, 3 months ago
- a19a93e scsi: core: pm: Rely on the device driver core for async power management by Bart Van Assche · 3 years, 3 months ago
- ead09dd scsi: bsg: Simplify device registration by Christoph Hellwig · 3 years, 5 months ago
- 7801104 scsi: bsg: Move bsg_scsi_ops to drivers/scsi/ by Christoph Hellwig · 3 years, 5 months ago
- 59506ab scsi: core: Inline scsi_mq_alloc_queue() by Bart Van Assche · 3 years, 6 months ago
- b8e162f scsi: core: Introduce enum scsi_disposition by Bart Van Assche · 3 years, 9 months ago
- fe515ac scsi: core: Remove duplicate declarations by Wan Jiabing · 3 years, 9 months ago
- 020b0f0 scsi: core: Replace sdev->device_busy with sbitmap by Ming Lei · 4 years ago
- 2a242d5 scsi: core: Add limitless cmd retry support by Mike Christie · 4 years, 3 months ago
- 71df6fb scsi: core: Remove scsi_sdb_cache by Bean Huo · 4 years, 6 months ago
- c5a9707 scsi: core: Remove cmd_list functionality by Hannes Reinecke · 4 years, 10 months ago
- 5693340 scsi: core: Delete scsi_use_blk_mq by John Garry · 4 years, 11 months ago
- 6eb045e scsi: core: avoid host-wide host_busy counter for scsi_mq by Ming Lei · 5 years ago
- f049cf1 scsi: sd: Rely on the driver core for asynchronous probing by Bart Van Assche · 6 years ago
- f664a3c scsi: kill off the legacy IO path by Jens Axboe · 6 years ago
- a5c3511 scsi: dh: Remove scsi_dh_remove_device() by Bart Van Assche · 7 years ago
- 4b1d8e7 scsi: core: Introduce scsi_devinfo_key enumeration type by Bart Van Assche · 7 years ago
- 5ebde46 scsi: Use 'blist_flags_t' for scsi_devinfo flags by Hannes Reinecke · 7 years ago
- 670ffcc Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 2930f81 scsi: scsi_dh: suppress errors from unsupported devices by Hannes Reinecke · 7 years ago
- e7008ff scsi: Document which queue type a function is intended for by Bart Van Assche · 7 years ago
- 2dd6fb5 scsi: Only add commands to the device command list if required by the LLD by Bart Van Assche · 8 years ago
- 66483a4 scsi: Introduce scsi_start_queue() by Bart Van Assche · 8 years ago
- 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
- a065863 scsi: make asynchronous aborts mandatory by Hannes Reinecke · 8 years ago
- 2171b6d scsi: make scsi_eh_scmd_add() always succeed by Hannes Reinecke · 8 years ago
- 8893cf6 scsi: mpt3sas: Avoid sleeping in interrupt context by Bart Van Assche · 8 years ago
- e9c787e scsi: allocate scsi_cmnd structures as part of struct request by Christoph Hellwig · 8 years ago
- 0a6ac4e scsi: respect unchecked_isa_dma for blk-mq by Christoph Hellwig · 8 years ago
- 4dfddf5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
- 8d58881 scsi: Avoid that toggling use_blk_mq triggers a memory leak by Bart Van Assche · 8 years ago
- d67e8b3 scsi: move function declarations to scsi_priv.h by Baoyou Xie · 8 years ago
- 1d64508 scsi: disable automatic target scan by Hannes Reinecke · 9 years ago
- 41f95dd scsi_dh: move 'dh_state' sysfs attribute to generic code by Hannes Reinecke · 9 years ago
- 23695e4 scsi_dh: fix use-after-free when removing scsi device by Junichi Nomura · 9 years ago
- 086b91d scsi_dh: integrate into the core SCSI code by Christoph Hellwig · 9 years ago
- 4f7ad52 SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
- 82042a2 scsi: move scsi_dispatch_cmd to scsi_lib.c by Christoph Hellwig · 10 years ago
- bb3ec62 scsi: remove scsi_next_command by Christoph Hellwig · 10 years ago
- d285203 scsi: add support for a blk-mq based I/O path. by Christoph Hellwig · 11 years ago
- 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 11 years ago
- 3c31b52 scsi: async sd resume by Dan Williams · 11 years ago
- e494f6a [SCSI] improved eh timeout handler by Hannes Reinecke · 11 years ago
- 2955b47 [SCSI] async: introduce 'async_domain' type by Dan Williams · 12 years ago
- 84feb16 [SCSI] Change return type of scsi_queue_insert() into void by Bart Van Assche · 13 years ago
- 67bd941 [SCSI] Fix device removal NULL pointer dereference by Bart Van Assche · 13 years ago
- 5d9fb5c [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new state by Mike Christie · 13 years ago
- a7a20d1 [SCSI] sd: limit the scope of the async probe domain by Dan Williams · 13 years ago
- fea6d60 [SCSI] scsi_pm: Fix bug in the SCSI power management handler by Alan Stern · 13 years ago
- 2b13257 [SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_info by Moger, Babu · 13 years ago
- c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
- aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 14 years ago
- 940d7fa [SCSI] scsi_dh: Use scsi_devinfo functions to do matching of device_handler tables. by Peter Jones · 14 years ago
- 38a039b [SCSI] Add scsi_dev_info_list_del_keyed() by Peter Jones · 14 years ago
- e6da54d SCSI: remove fake "address-of" expression by Alan Stern · 14 years ago
- bc4f240 [SCSI] implement runtime Power Management by Alan Stern · 15 years ago
- db5bd1e [SCSI] convert to the new PM framework by Alan Stern · 15 years ago
- a4dbd67 driver model: constify attribute groups by David Brownell · 16 years ago
- b391277 sd, sr: fix Driver 'sd' needs updating message by Hannes Reinecke · 16 years ago
- a9e0edb scsi_transport_spi: Blacklist Ultrium-3 tape for IU transfers by James Bottomley · 16 years ago
- 598fa4b enhance device info matching for multiple tables by James Bottomley · 16 years ago
- c751085 PM/Hibernate: Wait for SCSI devices scan to complete during resume by Rafael J. Wysocki · 16 years ago
- 4a27446 [SCSI] modify scsi to handle new fail fast flags. by Mike Christie · 16 years ago
- 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
- 7027ad7 [SCSI] Support devices with protection information by Martin K. Petersen · 16 years ago
- f7120a4 [SCSI] use default attributes for scsi_host by Hannes Reinecke · 17 years ago
- 7b3d954 Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done"" by Linus Torvalds · 17 years ago
- 3a62b5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
- ac40532 scsi: revert "[SCSI] Get rid of scsi_cmnd->done" by Ingo Molnar · 17 years ago
- 751bf4d [SCSI] scsi_sysfs: restore prep_fn when ULD is removed by James Bottomley · 17 years ago
- 6f5391c [SCSI] Get rid of scsi_cmnd->done by Matthew Wilcox · 17 years ago
- dca84e4 [SCSI] scsi_error.c: Export some scsi_eh_* functions by Darrick J. Wong · 18 years ago
- 596f482 [SCSI] kill scsi_rety_command by Christoph Hellwig · 18 years ago
- 3e082a9 [SCSI] Add ability to scan scsi busses asynchronously by Matthew Wilcox · 18 years ago
- 84314fd [SCSI] SCSI and FC Transport: add netlink support for posting of transport events by James Smart · 18 years ago
- 631c228 [SCSI] hide EH backup data outside the scsi_cmnd by Christoph Hellwig · 18 years ago
- c4e00fa Merge ../scsi-misc-2.6 by James Bottomley · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- 1c9e16e [SCSI] update max sdev block limit by James Smart · 19 years ago
- beb4048 [SCSI] remove scsi_request infrastructure by Christoph Hellwig · 19 years ago
- e02f3f5 [SCSI] remove target parent limitiation by Christoph Hellwig · 19 years ago
- 1aea643 [SCSI] Kill the SCSI softirq handling by Jens Axboe · 19 years ago
- 6e68af6 [SCSI] Convert SCSI mid-layer to scsi_execute_async by Mike Christie · 19 years ago
- 7f23e14 [SCSI] correct some dropped const compiler warnings by James Bottomley · 19 years ago
- 7dfdc9a [SCSI] use a completion in scsi_send_eh_cmnd by Christoph Hellwig · 19 years ago
- 903f4fed [SCSI] fix callers of scsi_remove_device() who already hold the scan muted by Alan Stern · 19 years ago
- fe1b2d5 [SCSI] unexport scsi_add_timer/scsi_delete_timer by Christoph Hellwig · 19 years ago
- 3111b0d [SCSI] remove scsi_eh_eflags_ macros by Christoph Hellwig · 20 years ago
- b4edcbc [SCSI] remove scsi_cmnd->owner by Christoph Hellwig · 20 years ago
- 52c1da3 [PATCH] make various thing static by Adrian Bunk · 20 years ago
- d3a933d [PATCH] scsi: remove unused scsi_cmnd->internal_timeout field by · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago