summaryrefslogtreecommitdiffstats
path: root/drivers/block/cpqarray.c
AgeCommit message (Expand)AuthorLines
2013-09-24cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter-0/+1
2013-05-07block_device_operations->release() should return voidAl Viro-4/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-1/+1
2013-01-03Drivers: block: remove __dev* attributes.Greg Kroah-Hartman-8/+8
2011-09-21drivers/block/cpqarray.c: use pci_dev->revisionSergei Shtylyov-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe-3/+0
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann-7/+8
2010-08-07cpqarray: check put_user() resultKulikov Vasiliy-2/+4
2010-08-07drivers/block: use memdup_userJulia Lawall-22/+10
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann-3/+19
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann-2/+16
2010-06-14cpqarray: fix two more wrong section typeJens Axboe-2/+2
2010-06-14cpqarray: fix wrong __init type on pci probe functionJens Axboe-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen-4/+1
2009-10-01cpqarray: switch to seq_fileAlexey Dobriyan-33/+30
2009-09-22const: make block_device_operations constAlexey Dobriyan-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen-2/+2
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo-2/+2
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo-4/+5
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo-2/+1
2009-03-24cpqarray: enable bus masteringDave Jones-0/+1
2008-11-06cpqarry: fix return value of cpqarray_init()Andrey Borzenkov-1/+6
2008-10-21[PATCH] switch cpqarrayAl Viro-16/+16
2008-10-21[PATCH] beginning of methods conversionAl Viro-3/+3
2008-10-09drivers/block: Use DIV_ROUND_UPJulia Lawall-1/+1
2008-04-29proc: remove proc_root_driverAlexey Dobriyan-2/+2
2008-01-28blk_end_request: changing cpqarray (take 4)Kiyoshi Ueda-29/+7
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle-0/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-1/+2
2007-10-16drivers/block/cpqarray,cciss: kill unused varJeff Garzik-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown-1/+1
2007-08-11drivers/block/cpqarray.c: better error handling and kmalloc + memset conversi...Mariusz Kozlowski-52/+26
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe-3/+3
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day-5/+5
2006-11-14[PATCH] cpqarray: fix iostatJens Axboe-4/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-2/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones-1/+0
2006-09-30[PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe-1/+0
2006-07-14[PATCH] drivers/block/cpqarray.c: remove an unused variableAdrian Bunk-2/+0
2006-07-02[PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner-1/+1
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman-2/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman-2/+0
2006-06-25[PATCH] cpqarray section fixAndrew Morton-2/+2
2006-06-25[PATCH] random: change cpqarray to use add_disk_randomnessMatt Mackall-2/+3
2006-03-24BUG_ON() Conversion in drivers/block/Eric Sesterhenn-2/+1
2006-01-08[PATCH] drivers/block: Use ARRAY_SIZE macroTobias Klauser-2/+2
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig-17/+19
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1850