aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/cpqarray.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyGravatar Valentin Rothberg 1-2/+2
2013-09-24cpqarray: fix info leak in ida_locked_ioctl()Gravatar Dan Carpenter 1-0/+1
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-4/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-1/+1
2013-01-03Drivers: block: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-8/+8
2011-09-21drivers/block/cpqarray.c: use pci_dev->revisionGravatar Sergei Shtylyov 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-3/+0
2010-10-05block: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-7/+8
2010-08-07cpqarray: check put_user() resultGravatar Kulikov Vasiliy 1-2/+4
2010-08-07drivers/block: use memdup_userGravatar Julia Lawall 1-22/+10
2010-08-07block: push down BKL into .open and .releaseGravatar Arnd Bergmann 1-3/+19
2010-08-07block: push down BKL into .locked_ioctlGravatar Arnd Bergmann 1-2/+16
2010-06-14cpqarray: fix two more wrong section typeGravatar Jens Axboe 1-2/+2
2010-06-14cpqarray: fix wrong __init type on pci probe functionGravatar Jens Axboe 1-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsGravatar Martin K. Petersen 1-4/+1
2009-10-01cpqarray: switch to seq_fileGravatar Alexey Dobriyan 1-33/+30
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeGravatar Martin K. Petersen 1-2/+2
2009-05-11block: implement and enforce request peek/start/fetchGravatar Tejun Heo 1-2/+2
2009-05-11block: convert to pos and nr_sectors accessorsGravatar Tejun Heo 1-4/+5
2009-04-28block: implement and use [__]blk_end_request_all()Gravatar Tejun Heo 1-2/+1
2009-03-24cpqarray: enable bus masteringGravatar Dave Jones 1-0/+1
2008-11-06cpqarry: fix return value of cpqarray_init()Gravatar Andrey Borzenkov 1-1/+6
2008-10-21[PATCH] switch cpqarrayGravatar Al Viro 1-16/+16
2008-10-21[PATCH] beginning of methods conversionGravatar Al Viro 1-3/+3
2008-10-09drivers/block: Use DIV_ROUND_UPGravatar Julia Lawall 1-1/+1
2008-04-29proc: remove proc_root_driverGravatar Alexey Dobriyan 1-2/+2
2008-01-28blk_end_request: changing cpqarray (take 4)Gravatar Kiyoshi Ueda 1-29/+7
2007-10-23[PATCH] Fix breakage after SG cleanupsGravatar Ralf Baechle 1-0/+1
2007-10-22[SG] Update drivers to use sg helpersGravatar Jens Axboe 1-1/+2
2007-10-16drivers/block/cpqarray,cciss: kill unused varGravatar Jeff Garzik 1-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioGravatar NeilBrown 1-1/+1
2007-08-11drivers/block/cpqarray.c: better error handling and kmalloc + memset conversi...Gravatar Mariusz Kozlowski 1-52/+26
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-3/+3
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-5/+5
2006-11-14[PATCH] cpqarray: fix iostatGravatar Jens Axboe 1-4/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-1/+0
2006-09-30[PATCH] Kill various deprecated/unused block layer defines/functionsGravatar Jens Axboe 1-1/+0
2006-07-14[PATCH] drivers/block/cpqarray.c: remove an unused variableGravatar Adrian Bunk 1-2/+0
2006-07-02[PATCH] irq-flags: drivers/block Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-2/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGravatar Greg Kroah-Hartman 1-2/+0
2006-06-25[PATCH] cpqarray section fixGravatar Andrew Morton 1-2/+2
2006-06-25[PATCH] random: change cpqarray to use add_disk_randomnessGravatar Matt Mackall 1-2/+3
2006-03-24BUG_ON() Conversion in drivers/block/Gravatar Eric Sesterhenn 1-2/+1
2006-01-08[PATCH] drivers/block: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-2/+2
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodGravatar Christoph Hellwig 1-17/+19
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Gravatar Tejun Heo 1-1/+1