aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rsxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-5/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet2-5/+5
2013-11-08rsxx: Fix possible kernel panic with invalid config.Philip J Kelleher2-4/+6
2013-11-08rsxx: Disallow discards from being unmapped.Philip J Kelleher2-12/+17
2013-11-08rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher2-21/+24
2013-11-08rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher2-47/+28
2013-11-08rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher3-22/+37
2013-06-19rsxx: Adding in debugfs entries.Philip J Kelleher2-0/+278
2013-06-19rsxx: Fixes incorrect stats calculation.Philip J Kelleher1-0/+1
2013-06-19rsxx: Adding EEH check inside cregs timeout.Philip J Kelleher1-0/+9
2013-06-19rsxx: Adapter address space sanity check.Philip J Kelleher1-0/+3
2013-06-19rsxx: Fixes DLPAR add kernel panic if partition still mounted.Philip J Kelleher1-0/+4
2013-06-19rsxx: Changing the adapter name to the official name.Philip J Kelleher1-5/+5
2013-06-19rsxx: Adding in sync_start module paramenter.Philip J Kelleher1-0/+34
2013-06-19rsxx: Allow block size to be determined by configuration.Philip J Kelleher1-19/+1
2013-06-19rsxx: Fixes soft-lockup issues during DMAs.Philip J Kelleher2-8/+28
2013-06-19rsxx: Restructured DMA cancel scheme.Philip J Kelleher4-93/+95
2013-06-19rsxx: Individual workqueues for interruptible events.Philip J Kelleher3-3/+27
2013-03-26rsxx: remove unused variablePhilip J Kelleher1-1/+0
2013-03-26rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher3-5/+22
2013-03-25block: removes dynamic allocation on stackPhilip J Kelleher1-1/+6
2013-03-16rsxx: fix missing unlock on error return in rsxx_eeh_remap_dmas()Jens Axboe1-0/+1
2013-03-16Adding in EEH support to the IBM FlashSystem 70/80 device driverPhilip J Kelleher4-67/+436
2013-03-11block: IBM RamSan 70/80 error message bug fix.Philip J Kelleher1-3/+4
2013-03-11block: IBM RamSan 70/80 branding changes.Philip J Kelleher6-16/+11
2013-03-11block: IBM RamSan 70/80 fixes inconsistent locking.Philip J Kelleher1-26/+18
2013-03-11block: IBM RamSan 70/80 trivial changes.Philip J Kelleher5-30/+11
2013-02-18block: IBM RamSan 70/80 driver fixesPhilip J Kelleher7-63/+69
2013-02-07rsxx: add slab.h include to dma.cJens Axboe1-0/+1
2013-02-06block: remove new __devinit/exit annotations on ramsam driverStephen Rothwell1-3/+3
2013-02-05block: IBM RamSan 70/80 device driverjosh.h.morris@us.ibm.com9-0/+3496