Commit Graph

220 Commits (67a3e12b05e055c0415c556a315a3d3eb637e29e)

Author SHA1 Message Date
Bill Pemberton c2d45b4da0 cciss: fix shadows sparse warning 15 years ago
Dan Carpenter 829f46af39 cciss: unlock on error path 15 years ago
Dan Carpenter 61917bdaaf cciss: unlock on error path 15 years ago
Stephen M. Cameron d45033ef56 cciss: factor out scatter gather chain block mapping code 15 years ago
Stephen M. Cameron 2ad6cdc20f cciss: fix scatter gather chain block dma direction kludge 15 years ago
Stephen M. Cameron dccc9b563e cciss: simplify scatter gather code 15 years ago
Stephen M. Cameron 49fc5601ea cciss: factor out scatter gather chain block allocation and freeing 15 years ago
Stephen M. Cameron 1b7d0d28ad cciss: detect bad alignment of scsi commands at build time 15 years ago
Martin K. Petersen 8a78362c4e block: Consolidate phys_segment and hw_segment limits 15 years ago
Martin K. Petersen 086fa5ff08 block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors 15 years ago
dann frazier b028461d66 cciss: remove C99-style comments 15 years ago
Stephen M. Cameron 531c2dc70d cciss: Make cciss_seq_show handle holes in the h->drv[] array 15 years ago
Stephen M. Cameron d61c42690c cciss: fix scatter gather cleanup problems 15 years ago
Alex Chiang 69ac748222 cciss: make device attrs static 15 years ago
Stephen M. Cameron 8721c81f64 cciss: Fix weird usage of ENXIO in cciss_scsi.c 15 years ago
Don Brace 5c07a311a8 cciss: Add enhanced scatter-gather support. 15 years ago
Stephen M. Cameron da0021841c cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGED 15 years ago
Stephen M. Cameron d06dfbd236 cciss: Remove unnecessary check in scan_thread 15 years ago
Stephen M. Cameron aa43f11147 cciss: remove sendcmd() as it is no longer used. 15 years ago
Stephen M. Cameron 29009a036f cciss: clean up code in cciss_shutdown 15 years ago
Stephen M. Cameron 7b838bde92 cciss: Remove the "withirq" parameter from various functions where possible 15 years ago
Stephen M. Cameron c08fac6500 cciss: Retry driver initiated cmds with unit attention condition 15 years ago
Stephen M. Cameron fd8489cff4 cciss: Fix problem with remove_from_scan_list on driver unload 15 years ago
Alex Chiang 8ba95c69fe cciss: Make device attributes static 15 years ago
Stephen M. Cameron 2ec24ff1d1 cciss: Add cciss_allow_hpsa module parameter 16 years ago
Stephen M. Cameron 2cfa948c9e cciss: Fix multiple calls to pci_release_regions 16 years ago
Alexey Dobriyan 828c09509b const: constify remaining file_operations 16 years ago
Alexander Beregalov 1e6f2dc119 cciss: fix build when !PROC_FS 16 years ago
Jens Axboe 9f792d9f58 cciss: cciss_host_attr_groups should be const 16 years ago
Stephen M. Cameron 9cef0d2f4f cciss: Dynamically allocate the drive_info_struct for each logical drive. 16 years ago
Stephen M. Cameron e272afecaf cciss: Add usage_count attribute to each logical drive in /sys 16 years ago
Stephen M. Cameron 3ff1111dc6 cciss: Add a "raid_level" attribute to each logical drive in /sys 16 years ago
Stephen M. Cameron fa52bec9df cciss: fix some magic numbers in the raid-level decoding 16 years ago
Stephen M. Cameron ce84a8aeac cciss: Add lunid attribute to each logical drive in /sys 16 years ago
Stephen M. Cameron 2e043986d5 cciss: Don't check h->busy_initializing in cciss_open(). 16 years ago
Stephen M. Cameron 39ccf9a645 cciss: Preserve all 8 bytes of LUN ID for logical drives. 16 years ago
Stephen M. Cameron 983333cb0c cciss: Silence noisy per-disk messages output by cciss_read_capacity 16 years ago
Stephen M. Cameron 2c935593ac cciss: Fix excessive gendisk freeing bug on driver unload. 16 years ago
Stephen M. Cameron 2d11d9931f cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs. 16 years ago
Stephen M. Cameron 9ddb27b44f cciss: Clear all sysfs-exposed data for deleted logical drives. 16 years ago
Stephen M. Cameron 8ce51966d3 cciss: Handle special case for sysfs attributes of the first logical drive. 16 years ago
Stephen M. Cameron 361e9b07d1 cciss: Handle cases when cciss_add_disk fails. 16 years ago
Stephen M. Cameron e8074f7977 cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk. 16 years ago
Stephen M. Cameron 097d026453 cciss: Rearrange logical drive sysfs code to make the "changing a disk" path work. 16 years ago
Stephen M. Cameron 617e134422 cciss: Dynamically allocate struct device for each logical drive as needed. 16 years ago
Stephen M. Cameron 21d9db0b62 cciss: Remove some unused code in rebuild_lun_table() 16 years ago
Andrew Patterson d6f4965d7d cciss: Allow triggering of rescan of logical drive topology via sysfs entry 16 years ago
Andrew Patterson b368c9dd65 cciss: Use one scan thread per controller and fix hang during rmmod 16 years ago
Andrew Patterson c64bebcd7f cciss: Remove sysfs entries for logical drives on driver cleanup. 16 years ago
Randy Dunlap 4d76160947 cciss: fix schedule_timeout() parameters 16 years ago