index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsi_sysfs.c
Commit message (
Expand
)
Author
Age
*
scsi: remove ->change_queue_type method
Christoph Hellwig
2014-12-04
*
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
2014-11-24
*
scsi: don't allow setting of queue_depth bigger than can_queue
Christoph Hellwig
2014-11-24
*
scsi: remove ordered_tags scsi_device field
Christoph Hellwig
2014-11-12
*
scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()
Subhash Jadavani
2014-09-15
*
scsi: don't store LUN bits in CDB[1] for USB mass-storage devices
Alan Stern
2014-09-15
*
drivers/scsi: replace strict_strto calls
Daniel Walter
2014-08-08
*
scsi: add support for a blk-mq based I/O path.
Christoph Hellwig
2014-07-25
*
scsi: fix the {host,target,device}_blocked counter mess
Christoph Hellwig
2014-07-25
*
scsi: convert device_busy to atomic_t
Christoph Hellwig
2014-07-25
*
scsi: convert host_busy to atomic_t
Christoph Hellwig
2014-07-25
*
scsi: use 64-bit LUNs
Hannes Reinecke
2014-07-17
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2014-04-01
|
\
|
*
[SCSI] Add EVPD page 0x83 and 0x80 to sysfs
Hannes Reinecke
2014-03-27
|
*
[SCSI] scsi_sysfs: Implement 'is_visible' callback
Hannes Reinecke
2014-03-19
|
*
[SCSI] scsi_error: disable eh_deadline if no host_reset_handler is set
Hannes Reinecke
2014-03-15
|
*
[SCSI] fix our current target reap infrastructure
James Bottomley
2014-03-15
*
|
scsi: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
2014-02-07
|
/
*
[SCSI] Set the minimum valid value of 'eh_deadline' as 0
Ren Mingxin
2013-12-19
*
[SCSI] Add 'eh_deadline' to limit SCSI EH runtime
Hannes Reinecke
2013-10-25
*
[SCSI] export device_busy for sdev
Jack Wang
2013-10-25
*
[SCSI] Generate uevents on certain unit attention codes
Ewan D. Milne
2013-08-26
*
[SCSI] Allow error handling timeout to be specified
Martin K. Petersen
2013-06-04
*
[SCSI] prevent stack buffer overflow in host_reset
Sasha Levin
2012-11-30
*
[SCSI] scsi_remove_target: fix softlockup regression on hot remove
Dan Williams
2012-09-24
*
[SCSI] fix hot unplug vs async scan race
Dan Williams
2012-07-20
*
[SCSI] Stop accepting SCSI requests before removing a device
Bart Van Assche
2012-07-20
*
[SCSI] Fix device removal NULL pointer dereference
Bart Van Assche
2012-07-20
*
[SCSI] add new SDEV_TRANSPORT_OFFLINE state
Mike Christie
2012-07-20
*
[SCSI] scsi: Added support for adapter and firmware reset
Vikas Chaudhary
2011-08-27
*
[SCSI] Fix oops caused by queue refcounting failure
James Bottomley
2011-06-02
*
[SCSI] put stricter guards on queue dead checks
James Bottomley
2011-04-24
*
PM: Remove CONFIG_PM_OPS
Rafael J. Wysocki
2011-03-14
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-13
|
\
|
*
Merge branch 'master' into for-next
Jiri Kosina
2010-12-22
|
|
\
|
*
|
SCSI: improve two error messages
Alan Stern
2010-11-26
*
|
|
[SCSI] eliminate an unnecessary local variable from scsi_remove_target()
Alan Stern
2011-01-03
|
|
/
|
/
|
*
|
[SCSI] Fix race when removing SCSI devices
Christof Schmitt
2010-10-25
|
/
*
block/scsi: Provide a limit on the number of integrity segments
Martin K. Petersen
2010-09-10
*
SCSI: remove fake "address-of" expression
Alan Stern
2010-08-06
*
[SCSI] implement runtime Power Management
Alan Stern
2010-07-28
*
[SCSI] convert to the new PM framework
Alan Stern
2010-07-28
*
[SCSI] fix sdev_rw_attr macro for scsi device sysfs entries
Tomohiro Kusumi
2010-05-01
*
[SCSI] don't reap targets upon device_add failure
Alan Stern
2010-04-11
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2010-02-26
|
\
|
*
PM: Allow SCSI devices to suspend/resume asynchronously
Rafael J. Wysocki
2010-02-26
*
|
[SCSI] fix duplicate removal on error path in scsi_sysfs_add_sdev
Alan Stern
2010-02-18
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2009-12-09
|
\
|
*
[SCSI] add queue_depth ramp up code
Vasu Dev
2009-12-04
[next]