const: constify remaining file_operations
[safe/jmp/linux-2.6] / drivers / block / cciss.c
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-15 David Brownelldriver model: constify attribute groups
2009-09-11 Eric Dumazetcciss: memory leak in cciss_init_one()
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-03 Hannes Reineckecciss: Ignore stale commands after reboot
2009-06-16 Li Zefanblock: remove some includings of blktrace_api.h
2009-06-09 scameron@beardog... cciss: Remove no longer needed sendcmd reject processin...
2009-06-09 scameron@beardog... cciss: change SCSI error handling routines to work...
2009-06-09 scameron@beardog... cciss: separate error processing and command retrying...
2009-06-09 scameron@beardog... cciss: factor out fix target status processing code...
2009-06-09 scameron@beardog... cciss: simplify interface of sendcmd() and sendcmd_with...
2009-06-09 scameron@beardog... cciss: factor out core of sendcmd_withirq() for use...
2009-06-02 Andrew Pattersoncciss: add cciss driver sysfs entries
2009-06-02 Stephen M. Cameroncciss: fix SCSI device reset handler
2009-06-02 Stephen M. Cameroncciss: factor out core of sendcmd() for a more sane...
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-11 Tejun Heoblock: implement and enforce request peek/start/fetch
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-05-11 Tejun Heoblock: add rq->resid_len
2009-04-13 Yang HongyangReplace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)
2009-04-07 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_32BIT_MASK macro with...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_64BIT_MASK macro with...
2009-04-07 Mike Millercciss: change to discover first memory BAR
2009-04-07 Mike Millercciss: kernel scan thread for MSA2012
2009-04-07 Jens Axboecciss: fix residual count for block pc requests
2009-03-24 Jens Axboecciss: add BUILD_BUG_ON() for catching bad CommandList_...
2009-03-05 Jens Axboecciss: remove 30 second initial timeout on controller...
2009-02-26 Jens Axboecciss: shorten 30s timeout on controller reset
2009-02-18 Chip Coldwellcciss: PCI power management reset for kexec
2008-12-29 Stephen M. Cameroncciss: simplify parameters to deregister_disk function
2008-12-29 Jens Axboecciss: switch to using hlist for command list management
2008-12-19 Stephen M. Cameroncciss: fix problem that deleting multiple logical drive...
2008-11-20 Randy Dunlapcciss: fix DEBUG printk formats
2008-11-06 Mike Millercciss: fix regression firmware not displayed in procfs
2008-11-06 Mike Millercciss: fix sysfs broken symlink regression
2008-11-06 Mike Millercciss: new hardware support
2008-10-21 Al Viro[PATCH] switch cciss
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 Al Viro[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
2008-10-09 Julia Lawalldrivers/block: Use DIV_ROUND_UP
2008-08-06 Mike Millercciss: fix bug if scsi tape support is disabled
2008-08-06 Mike Millercciss: fix negative logical drive count in procfs
2008-08-06 Mike Millercciss: remove redundant code
2008-08-06 Mike Millercciss: make rebuild_lun_table behave better
2008-08-06 Nikanth Karthikesancciss: return -EFAULT if copy_from_user() fails
2008-08-05 Hannes Reineckeblock/cciss.c: remove pointless curr_queue calculation
2008-07-04 Mike Millercciss: read config to obtain max outstanding commands...
2008-07-04 Stephen M. Cameroncciss: fix regression that no device nodes are created...
2008-06-13 Mike Millercciss: add new hardware support
2008-05-01 Denis V. Lunevcciss: assign PDE->data before gluing PDE into /proc...
2008-04-29 Alexey Dobriyanproc: remove proc_root_driver
2008-04-21 scameron@beardog... cciss: Fix race between disk-adding code and interrupt...
2008-04-11 Mike Paganocciss: error: implicit declaration of function 'sg_init...
2008-03-04 Mike Millercciss: remove READ_AHEAD define and use block layer...
2008-03-04 Mike Millerresubmit: cciss: procfs updates to display info about...
2008-02-06 Randy Dunlapcciss: use upper_32_bits() macro to eliminate warnings
2008-01-29 Jens Axboecciss: fix bug in overriding ->data_len before completion
2008-01-28 Kiyoshi Uedablk_end_request: changing cciss (take 4)
2008-01-14 Randy Dunlapcciss: section mismatch
2007-10-29 Mike Millercciss: update copyright notices
2007-10-22 Jens Axboe[SG] Update drivers to use sg helpers
2007-10-17 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-17 Adrian Bunkdrivers/block/cciss.c: fix check-after-use
2007-10-17 Steve Cameroncciss: fix error reporting for SG_IO
2007-10-17 Mike Miller (OS... cciss: disable DMA refetch on Smart Array P600
2007-10-16 Jens AxboeMerge branch 'sglist-arch' into for-linus
2007-10-16 Lee SchermerhornPanic in blk_rq_map_sg() from CCISS driver
2007-10-16 Jeff Garzikdrivers/block/cpqarray,cciss: kill unused var
2007-10-14 Al Viromore trivial signedness fixes in drivers
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-08-11 Mariusz Kozlowskidrivers/block/cciss.c: kmalloc + memset conversion...
2007-07-31 Jesper Juhlcciss: fix memory leak
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-16 S.Çağlar OnurFix too few arguments to function `scsi_cmd_ioctl'
2007-07-10 Mike Miller (OS Devcciss: add new controller support for P700m
2007-05-19 Gerald Brittoncciss: Fix pci_driver.shutdown while device is still...
2007-05-08 Stephen Cameroncciss: include scsi/scsi.h unconditionally
2007-05-08 Mike Miller (OS... cciss: set rq->errors more correctly in driver
2007-05-08 Mike Miller (OS... cciss: add SG_IO ioctl to cciss
2007-05-08 Mike Miller (OS... cciss: reformat error handling
2007-04-12 Bjorn Helgaas[PATCH] cciss: unregister from SCSI before tearing...
2007-04-05 Mike Miller (OS... [PATCH] cciss: add init of drv->cylinders back to cciss...
2007-03-14 Al Viro[PATCH] cciss endian annotations
2007-03-06 Mike Miller (OS... [PATCH] cciss: add struct pci_driver shutdown support...
2007-03-06 Mike Miller (OS... [PATCH] cciss: fix for 2TB support
2006-12-30 Randy Dunlap[PATCH] cciss: build with PROC_FS=n
2006-12-18 Mike Miller[PATCH] cciss: fix XFER_READ/XFER_WRITE in do_cciss_request
2006-12-18 Mike Miller[PATCH] cciss: set default raid level when reading...
2006-12-13 Linus TorvaldsMerge branch 'for-linus' of git://brick.kernel.dk/data...
2006-12-13 Robert P. J. Day[PATCH] getting rid of all casts of k[cmz]alloc() calls
2006-12-13 Mike Miller[PATCH] cciss: remove calls to pci_disable_device
2006-12-13 Mike Miller[PATCH] cciss: map out more memory for config table
2006-12-13 Jens Axboe[PATCH] Fixup cciss error handling
2006-12-13 mike.miller@hp.com[PATCH 2/2] cciss: remove calls to pci_disable_device
2006-12-13 mike.miller@hp.com[PATCH 1/2] cciss: map out more memory for config table
2006-12-08 Josef Sipek[PATCH] struct path: convert block_drivers
2006-12-07 Mike Miller[PATCH] cciss: cleanup cciss_interrupt mode
next