Commit Graph

198 Commits (8ba95c69fe6eb65ff36b64136ae24844ddba16a1)

Author SHA1 Message Date
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
James Morris 88e9d34c72 seq_file: constify seq_operations 16 years ago
Alexey Dobriyan 83d5cde47d const: make block_device_operations const 16 years ago
David Brownell a4dbd6740d driver model: constify attribute groups 16 years ago
Eric Dumazet 212a502676 cciss: memory leak in cciss_init_one() 16 years ago
Alexey Dobriyan 405f55712d headers: smp_lock.h redux 16 years ago
Hannes Reinecke b59e64d0dd cciss: Ignore stale commands after reboot 16 years ago
Li Zefan e212d6f250 block: remove some includings of blktrace_api.h 16 years ago
scameron@beardog.cca.cpqcorp.net 72f9f1324f cciss: Remove no longer needed sendcmd reject processing code 16 years ago
scameron@beardog.cca.cpqcorp.net 85cc61ae41 cciss: change SCSI error handling routines to work with interrupts enabled. 16 years ago
scameron@beardog.cca.cpqcorp.net 789a424ad1 cciss: separate error processing and command retrying code in sendcmd_withirq_core() 16 years ago
scameron@beardog.cca.cpqcorp.net 3c2ab40296 cciss: factor out fix target status processing code from sendcmd functions 16 years ago
scameron@beardog.cca.cpqcorp.net b57695fe13 cciss: simplify interface of sendcmd() and sendcmd_withirq() 16 years ago
scameron@beardog.cca.cpqcorp.net 5390cfc3fe cciss: factor out core of sendcmd_withirq() for use by SCSI error handling code 16 years ago
Andrew Patterson 7fe063268e cciss: add cciss driver sysfs entries 16 years ago
Stephen M. Cameron 88f627ae39 cciss: fix SCSI device reset handler 16 years ago
Stephen M. Cameron 4a4b2d7684 cciss: factor out core of sendcmd() for a more sane interface 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
Tejun Heo 9934c8c045 block: implement and enforce request peek/start/fetch 16 years ago
Tejun Heo 83096ebf12 block: convert to pos and nr_sectors accessors 16 years ago
Tejun Heo c3a4d78c58 block: add rq->resid_len 16 years ago
Yang Hongyang e930438c42 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) 16 years ago
Yang Hongyang 284901a90a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 16 years ago
Yang Hongyang 6a35528a83 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) 16 years ago