summaryrefslogtreecommitdiffstats
path: root/drivers/block/cpqarray.c
Commit message (Expand)AuthorAgeFilesLines
* cpqarray: remove it from the kernelJens Axboe2016-03-141-1820/+0
* genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg2015-03-051-2/+2
* cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter2013-09-241-0/+1
* block_device_operations->release() should return voidAl Viro2013-05-071-4/+2
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* Drivers: block: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-8/+8
* drivers/block/cpqarray.c: use pci_dev->revisionSergei Shtylyov2011-09-211-1/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-3/+0
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+8
* cpqarray: check put_user() resultKulikov Vasiliy2010-08-071-2/+4
* drivers/block: use memdup_userJulia Lawall2010-08-071-22/+10
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-3/+19
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+16
* cpqarray: fix two more wrong section typeJens Axboe2010-06-141-2/+2
* cpqarray: fix wrong __init type on pci probe functionJens Axboe2010-06-141-1/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-4/+1
* cpqarray: switch to seq_fileAlexey Dobriyan2009-10-011-33/+30
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-2/+2
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+2
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-4/+5
* block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-281-2/+1
* cpqarray: enable bus masteringDave Jones2009-03-241-0/+1
* cpqarry: fix return value of cpqarray_init()Andrey Borzenkov2008-11-061-1/+6
* [PATCH] switch cpqarrayAl Viro2008-10-211-16/+16
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* drivers/block: Use DIV_ROUND_UPJulia Lawall2008-10-091-1/+1
* proc: remove proc_root_driverAlexey Dobriyan2008-04-291-2/+2
* blk_end_request: changing cpqarray (take 4)Kiyoshi Ueda2008-01-281-29/+7
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-231-0/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-1/+2
* drivers/block/cpqarray,cciss: kill unused varJeff Garzik2007-10-161-2/+1
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-1/+1
* drivers/block/cpqarray.c: better error handling and kmalloc + memset conversi...Mariusz Kozlowski2007-08-111-52/+26
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-3/+3
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-5/+5
* [PATCH] cpqarray: fix iostatJens Axboe2006-11-141-4/+11
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe2006-09-301-1/+0
* [PATCH] drivers/block/cpqarray.c: remove an unused variableAdrian Bunk2006-07-141-2/+0
* [PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-2/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
* [PATCH] cpqarray section fixAndrew Morton2006-06-251-2/+2
* [PATCH] random: change cpqarray to use add_disk_randomnessMatt Mackall2006-06-251-2/+3
* BUG_ON() Conversion in drivers/block/Eric Sesterhenn2006-03-241-2/+1
* [PATCH] drivers/block: Use ARRAY_SIZE macroTobias Klauser2006-01-081-2/+2
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-081-17/+19