index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
cciss.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-28
cciss: factor out scatter gather chain block mapping code
Stephen M. Cameron
1
-29
/
+34
2010-02-28
cciss: fix scatter gather chain block dma direction kludge
Stephen M. Cameron
1
-5
/
+3
2010-02-28
cciss: simplify scatter gather code
Stephen M. Cameron
1
-28
/
+15
2010-02-28
cciss: factor out scatter gather chain block allocation and freeing
Stephen M. Cameron
1
-50
/
+58
2010-02-28
cciss: detect bad alignment of scsi commands at build time
Stephen M. Cameron
1
-1
/
+1
2010-02-26
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
1
-4
/
+1
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
1
-1
/
+1
2010-02-22
Merge branch 'master' into for-2.6.34
Jens Axboe
1
-0
/
+3
2010-02-22
cciss: remove C99-style comments
dann frazier
1
-18
/
+19
2010-02-05
cciss: Make cciss_seq_show handle holes in the h->drv[] array
Stephen M. Cameron
1
-0
/
+3
2009-11-23
cciss: fix scatter gather cleanup problems
Stephen M. Cameron
1
-7
/
+18
2009-11-13
cciss: Fix weird usage of ENXIO in cciss_scsi.c
Stephen M. Cameron
1
-5
/
+2
2009-11-13
cciss: Add enhanced scatter-gather support.
Don Brace
1
-18
/
+165
2009-11-13
cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGED
Stephen M. Cameron
1
-2
/
+16
2009-11-13
cciss: Remove unnecessary check in scan_thread
Stephen M. Cameron
1
-7
/
+5
2009-11-13
cciss: remove sendcmd() as it is no longer used.
Stephen M. Cameron
1
-163
/
+0
2009-11-13
cciss: clean up code in cciss_shutdown
Stephen M. Cameron
1
-20
/
+18
2009-11-13
cciss: Remove the "withirq" parameter from various functions where possible
Stephen M. Cameron
1
-60
/
+29
2009-11-13
cciss: Retry driver initiated cmds with unit attention condition
Stephen M. Cameron
1
-0
/
+2
2009-11-13
cciss: Fix problem with remove_from_scan_list on driver unload
Stephen M. Cameron
1
-8
/
+13
2009-11-13
cciss: Make device attributes static
Alex Chiang
1
-8
/
+8
2009-10-13
cciss: Add cciss_allow_hpsa module parameter
Stephen M. Cameron
1
-40
/
+34
2009-10-13
cciss: Fix multiple calls to pci_release_regions
Stephen M. Cameron
1
-2
/
+3
2009-10-04
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-207
/
+546
2009-10-02
const: constify remaining file_operations
Alexey Dobriyan
1
-1
/
+1
2009-10-01
cciss: fix build when !PROC_FS
Alexander Beregalov
1
-4
/
+5
2009-10-01
cciss: cciss_host_attr_groups should be const
Jens Axboe
1
-1
/
+1
2009-10-01
cciss: Dynamically allocate the drive_info_struct for each logical drive.
Stephen M. Cameron
1
-128
/
+165
2009-10-01
cciss: Add usage_count attribute to each logical drive in /sys
Stephen M. Cameron
1
-0
/
+20
2009-10-01
cciss: Add a "raid_level" attribute to each logical drive in /sys
Stephen M. Cameron
1
-0
/
+24
2009-10-01
cciss: fix some magic numbers in the raid-level decoding
Stephen M. Cameron
1
-3
/
+2
2009-10-01
cciss: Add lunid attribute to each logical drive in /sys
Stephen M. Cameron
1
-0
/
+26
2009-10-01
cciss: Don't check h->busy_initializing in cciss_open().
Stephen M. Cameron
1
-1
/
+1
2009-10-01
cciss: Preserve all 8 bytes of LUN ID for logical drives.
Stephen M. Cameron
1
-24
/
+24
2009-10-01
cciss: Silence noisy per-disk messages output by cciss_read_capacity
Stephen M. Cameron
1
-5
/
+0
2009-10-01
cciss: Fix excessive gendisk freeing bug on driver unload.
Stephen M. Cameron
1
-7
/
+8
2009-10-01
cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.
Stephen M. Cameron
1
-12
/
+21
2009-10-01
cciss: Clear all sysfs-exposed data for deleted logical drives.
Stephen M. Cameron
1
-10
/
+21
2009-10-01
cciss: Handle special case for sysfs attributes of the first logical drive.
Stephen M. Cameron
1
-4
/
+14
2009-10-01
cciss: Handle cases when cciss_add_disk fails.
Stephen M. Cameron
1
-10
/
+25
2009-10-01
cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.
Stephen M. Cameron
1
-0
/
+3
2009-10-01
cciss: Rearrange logical drive sysfs code to make the "changing a disk" path ...
Stephen M. Cameron
1
-10
/
+10
2009-10-01
cciss: Dynamically allocate struct device for each logical drive as needed.
Stephen M. Cameron
1
-26
/
+72
2009-10-01
cciss: Remove some unused code in rebuild_lun_table()
Stephen M. Cameron
1
-8
/
+0
2009-10-01
cciss: Allow triggering of rescan of logical drive topology via sysfs entry
Andrew Patterson
1
-3
/
+33
2009-10-01
cciss: Use one scan thread per controller and fix hang during rmmod
Andrew Patterson
1
-20
/
+136
2009-10-01
cciss: Remove sysfs entries for logical drives on driver cleanup.
Andrew Patterson
1
-1
/
+4
2009-10-01
cciss: fix schedule_timeout() parameters
Randy Dunlap
1
-2
/
+3
2009-09-23
seq_file: constify seq_operations
James Morris
1
-1
/
+1
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-1
/
+1
[next]