index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
cciss.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cciss: fix scatter gather cleanup problems
Stephen M. Cameron
2009-11-23
1
-7
/
+18
*
cciss: Fix weird usage of ENXIO in cciss_scsi.c
Stephen M. Cameron
2009-11-13
1
-5
/
+2
*
cciss: Add enhanced scatter-gather support.
Don Brace
2009-11-13
1
-18
/
+165
*
cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGED
Stephen M. Cameron
2009-11-13
1
-2
/
+16
*
cciss: Remove unnecessary check in scan_thread
Stephen M. Cameron
2009-11-13
1
-7
/
+5
*
cciss: remove sendcmd() as it is no longer used.
Stephen M. Cameron
2009-11-13
1
-163
/
+0
*
cciss: clean up code in cciss_shutdown
Stephen M. Cameron
2009-11-13
1
-20
/
+18
*
cciss: Remove the "withirq" parameter from various functions where possible
Stephen M. Cameron
2009-11-13
1
-60
/
+29
*
cciss: Retry driver initiated cmds with unit attention condition
Stephen M. Cameron
2009-11-13
1
-0
/
+2
*
cciss: Fix problem with remove_from_scan_list on driver unload
Stephen M. Cameron
2009-11-13
1
-8
/
+13
*
cciss: Make device attributes static
Alex Chiang
2009-11-13
1
-8
/
+8
*
cciss: Add cciss_allow_hpsa module parameter
Stephen M. Cameron
2009-10-13
1
-40
/
+34
*
cciss: Fix multiple calls to pci_release_regions
Stephen M. Cameron
2009-10-13
1
-2
/
+3
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2009-10-04
1
-207
/
+546
|
\
|
*
cciss: fix build when !PROC_FS
Alexander Beregalov
2009-10-01
1
-4
/
+5
|
*
cciss: cciss_host_attr_groups should be const
Jens Axboe
2009-10-01
1
-1
/
+1
|
*
cciss: Dynamically allocate the drive_info_struct for each logical drive.
Stephen M. Cameron
2009-10-01
1
-128
/
+165
|
*
cciss: Add usage_count attribute to each logical drive in /sys
Stephen M. Cameron
2009-10-01
1
-0
/
+20
|
*
cciss: Add a "raid_level" attribute to each logical drive in /sys
Stephen M. Cameron
2009-10-01
1
-0
/
+24
|
*
cciss: fix some magic numbers in the raid-level decoding
Stephen M. Cameron
2009-10-01
1
-3
/
+2
|
*
cciss: Add lunid attribute to each logical drive in /sys
Stephen M. Cameron
2009-10-01
1
-0
/
+26
|
*
cciss: Don't check h->busy_initializing in cciss_open().
Stephen M. Cameron
2009-10-01
1
-1
/
+1
|
*
cciss: Preserve all 8 bytes of LUN ID for logical drives.
Stephen M. Cameron
2009-10-01
1
-24
/
+24
|
*
cciss: Silence noisy per-disk messages output by cciss_read_capacity
Stephen M. Cameron
2009-10-01
1
-5
/
+0
|
*
cciss: Fix excessive gendisk freeing bug on driver unload.
Stephen M. Cameron
2009-10-01
1
-7
/
+8
|
*
cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.
Stephen M. Cameron
2009-10-01
1
-12
/
+21
|
*
cciss: Clear all sysfs-exposed data for deleted logical drives.
Stephen M. Cameron
2009-10-01
1
-10
/
+21
|
*
cciss: Handle special case for sysfs attributes of the first logical drive.
Stephen M. Cameron
2009-10-01
1
-4
/
+14
|
*
cciss: Handle cases when cciss_add_disk fails.
Stephen M. Cameron
2009-10-01
1
-10
/
+25
|
*
cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.
Stephen M. Cameron
2009-10-01
1
-0
/
+3
|
*
cciss: Rearrange logical drive sysfs code to make the "changing a disk" path ...
Stephen M. Cameron
2009-10-01
1
-10
/
+10
|
*
cciss: Dynamically allocate struct device for each logical drive as needed.
Stephen M. Cameron
2009-10-01
1
-26
/
+72
|
*
cciss: Remove some unused code in rebuild_lun_table()
Stephen M. Cameron
2009-10-01
1
-8
/
+0
|
*
cciss: Allow triggering of rescan of logical drive topology via sysfs entry
Andrew Patterson
2009-10-01
1
-3
/
+33
|
*
cciss: Use one scan thread per controller and fix hang during rmmod
Andrew Patterson
2009-10-01
1
-20
/
+136
|
*
cciss: Remove sysfs entries for logical drives on driver cleanup.
Andrew Patterson
2009-10-01
1
-1
/
+4
|
*
cciss: fix schedule_timeout() parameters
Randy Dunlap
2009-10-01
1
-2
/
+3
*
|
const: constify remaining file_operations
Alexey Dobriyan
2009-10-01
1
-1
/
+1
|
/
*
seq_file: constify seq_operations
James Morris
2009-09-23
1
-1
/
+1
*
const: make block_device_operations const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
*
driver model: constify attribute groups
David Brownell
2009-09-15
1
-1
/
+1
*
cciss: memory leak in cciss_init_one()
Eric Dumazet
2009-09-11
1
-2
/
+2
*
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
1
-0
/
+1
*
cciss: Ignore stale commands after reboot
Hannes Reinecke
2009-07-03
1
-2
/
+13
*
block: remove some includings of blktrace_api.h
Li Zefan
2009-06-16
1
-1
/
+0
*
cciss: Remove no longer needed sendcmd reject processing code
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-95
/
+3
*
cciss: change SCSI error handling routines to work with interrupts enabled.
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-0
/
+3
*
cciss: separate error processing and command retrying code in sendcmd_withirq...
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-32
/
+45
*
cciss: factor out fix target status processing code from sendcmd functions
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-22
/
+34
*
cciss: simplify interface of sendcmd() and sendcmd_withirq()
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-62
/
+53
[next]