fbdev: move FBIO_WAITFORVSYNC to linux/fb.h
[safe/jmp/linux-2.6] / drivers / block / cciss.c
2010-05-11 Bill Pembertoncciss: fix shadows sparse warning
2010-04-07 Dan Carpentercciss: unlock on error path
2010-04-02 Dan Carpentercciss: unlock on error path
2010-02-28 Stephen M. Cameroncciss: factor out scatter gather chain block mapping...
2010-02-28 Stephen M. Cameroncciss: fix scatter gather chain block dma direction...
2010-02-28 Stephen M. Cameroncciss: simplify scatter gather code
2010-02-28 Stephen M. Cameroncciss: factor out scatter gather chain block allocation...
2010-02-28 Stephen M. Cameroncciss: detect bad alignment of scsi commands at build...
2010-02-26 Martin K. Petersenblock: Consolidate phys_segment and hw_segment limits
2010-02-26 Martin K. Petersenblock: Rename blk_queue_max_sectors to blk_queue_max_hw...
2010-02-22 Jens AxboeMerge branch 'master' into for-2.6.34
2010-02-22 dann fraziercciss: remove C99-style comments
2010-02-05 Stephen M. Cameroncciss: Make cciss_seq_show handle holes in the h->drv...
2009-11-23 Stephen M. Cameroncciss: fix scatter gather cleanup problems
2009-11-13 Alex Chiangcciss: make device attrs static
2009-11-13 Stephen M. Cameroncciss: Fix weird usage of ENXIO in cciss_scsi.c
2009-11-13 Don Bracecciss: Add enhanced scatter-gather support.
2009-11-13 Stephen M. Cameroncciss: Do not automatically rescan on UNIT ATTENTION...
2009-11-13 Stephen M. Cameroncciss: Remove unnecessary check in scan_thread
2009-11-13 Stephen M. Cameroncciss: remove sendcmd() as it is no longer used.
2009-11-13 Stephen M. Cameroncciss: clean up code in cciss_shutdown
2009-11-13 Stephen M. Cameroncciss: Remove the "withirq" parameter from various...
2009-11-13 Stephen M. Cameroncciss: Retry driver initiated cmds with unit attention...
2009-11-13 Stephen M. Cameroncciss: Fix problem with remove_from_scan_list on driver...
2009-11-13 Alex Chiangcciss: Make device attributes static
2009-10-13 Stephen M. Cameroncciss: Add cciss_allow_hpsa module parameter
2009-10-13 Stephen M. Cameroncciss: Fix multiple calls to pci_release_regions
2009-10-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-10-01 Alexander Beregalovcciss: fix build when !PROC_FS
2009-10-01 Jens Axboecciss: cciss_host_attr_groups should be const
2009-10-01 Stephen M. Cameroncciss: Dynamically allocate the drive_info_struct for...
2009-10-01 Stephen M. Cameroncciss: Add usage_count attribute to each logical drive...
2009-10-01 Stephen M. Cameroncciss: Add a "raid_level" attribute to each logical...
2009-10-01 Stephen M. Cameroncciss: fix some magic numbers in the raid-level decoding
2009-10-01 Stephen M. Cameroncciss: Add lunid attribute to each logical drive in...
2009-10-01 Stephen M. Cameroncciss: Don't check h->busy_initializing in cciss_open().
2009-10-01 Stephen M. Cameroncciss: Preserve all 8 bytes of LUN ID for logical drives.
2009-10-01 Stephen M. Cameroncciss: Silence noisy per-disk messages output by cciss_...
2009-10-01 Stephen M. Cameroncciss: Fix excessive gendisk freeing bug on driver...
2009-10-01 Stephen M. Cameroncciss: Fix usage_count check in rebuild_lun_table when...
2009-10-01 Stephen M. Cameroncciss: Clear all sysfs-exposed data for deleted logical...
2009-10-01 Stephen M. Cameroncciss: Handle special case for sysfs attributes of...
2009-10-01 Stephen M. Cameroncciss: Handle cases when cciss_add_disk fails.
2009-10-01 Stephen M. Cameroncciss: Handle failure of blk_init_queue gracefully...
2009-10-01 Stephen M. Cameroncciss: Rearrange logical drive sysfs code to make the...
2009-10-01 Stephen M. Cameroncciss: Dynamically allocate struct device for each...
2009-10-01 Stephen M. Cameroncciss: Remove some unused code in rebuild_lun_table()
2009-10-01 Andrew Pattersoncciss: Allow triggering of rescan of logical drive...
2009-10-01 Andrew Pattersoncciss: Use one scan thread per controller and fix hang...
2009-10-01 Andrew Pattersoncciss: Remove sysfs entries for logical drives on drive...
2009-10-01 Randy Dunlapcciss: fix schedule_timeout() parameters
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
next