aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cpqarray.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-10block: remove per-queue pluggingJens Axboe1-3/+0
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-08-07cpqarray: check put_user() resultKulikov Vasiliy1-2/+4
2010-08-07drivers/block: use memdup_userJulia Lawall1-22/+10
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-3/+19
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-2/+16
2010-06-14cpqarray: fix two more wrong section typeJens Axboe1-2/+2
2010-06-14cpqarray: fix wrong __init type on pci probe functionJens Axboe1-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-4/+1
2009-10-01cpqarray: switch to seq_fileAlexey Dobriyan1-33/+30
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-2/+2
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+2
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-4/+5
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-2/+1
2009-03-24cpqarray: enable bus masteringDave Jones1-0/+1
2008-11-06cpqarry: fix return value of cpqarray_init()Andrey Borzenkov1-1/+6
2008-10-21[PATCH] switch cpqarrayAl Viro1-16/+16
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-09drivers/block: Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-04-29proc: remove proc_root_driverAlexey Dobriyan1-2/+2
2008-01-28blk_end_request: changing cpqarray (take 4)Kiyoshi Ueda1-29/+7
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle1-0/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-1/+2
2007-10-16drivers/block/cpqarray,cciss: kill unused varJeff Garzik1-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-1/+1
2007-08-11drivers/block/cpqarray.c: better error handling and kmalloc + memset conversion to k[cz]allocMariusz Kozlowski1-52/+26
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-3/+3
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-5/+5
2006-11-14[PATCH] cpqarray: fix iostatJens Axboe1-4/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-30[PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe1-1/+0
2006-07-14[PATCH] drivers/block/cpqarray.c: remove an unused variableAdrian Bunk1-2/+0
2006-07-02[PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-25[PATCH] cpqarray section fixAndrew Morton1-2/+2
2006-06-25[PATCH] random: change cpqarray to use add_disk_randomnessMatt Mackall1-2/+3
2006-03-24BUG_ON() Conversion in drivers/block/Eric Sesterhenn1-2/+1
2006-01-08[PATCH] drivers/block: Use ARRAY_SIZE macroTobias Klauser1-2/+2
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-17/+19
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1850