index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
cciss.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-07
cciss: factor out cciss_find_cfgtables
Stephen M. Cameron
1
-34
/
+34
2010-08-07
cciss: factor out cciss_wait_for_board_ready()
Stephen M. Cameron
1
-15
/
+17
2010-08-07
cciss: factor out cciss_find_memory_BAR()
Stephen M. Cameron
1
-18
/
+19
2010-08-07
cciss: remove board_id parameter from cciss_interrupt_mode()
Stephen M. Cameron
1
-6
/
+5
2010-08-07
cciss: factor out cciss_board_disabled
Stephen M. Cameron
1
-6
/
+9
2010-08-07
cciss: factor out cciss_lookup_board_id
Stephen M. Cameron
1
-31
/
+35
2010-08-07
cciss: save pdev pointer in per hba structure early to avoid passing it aroun...
Stephen M. Cameron
1
-30
/
+31
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-3
/
+20
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
1
-3
/
+5
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-19
/
+30
2010-08-07
cciss: move next_command function from ifdef
Mike Miller
1
-22
/
+23
2010-08-07
cciss: fix call to put_controller_in_performant_mode
Mike Miller
1
-1
/
+1
2010-08-07
cciss: make sure we request the performant mode irq
Mike Miller
1
-4
/
+4
2010-08-07
cciss: new controller support and bump driver version
Mike Miller
1
-6
/
+14
2010-08-07
cciss: add performant mode support for Stars/Sirius
Mike Miller
1
-51
/
+216
2010-08-07
cciss: check for msi in interrupt_not_for_us
Mike Miller
1
-2
/
+3
2010-08-07
cciss: clean up interrupt handler
Mike Miller
1
-95
/
+141
2010-08-07
cciss: enqueue and submit io
Mike Miller
1
-23
/
+15
2010-07-20
block: cciss: use ARRAY_SIZE
Kulikov Vasiliy
1
-1
/
+1
2010-05-11
cciss: fix shadows sparse warning
Bill Pemberton
1
-2
/
+1
2010-04-07
cciss: unlock on error path
Dan Carpenter
1
-0
/
+1
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-01
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
[prev]
[next]