aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/viodasd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-1/+18
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+2
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-02-03powerpc/viodasd: Remove VIOD_KERN_<level> macros for printksJoe Perches1-50/+36
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-11block: use printk_onceMarcin Slusarz1-9/+3
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-3/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-1/+1
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo1-3/+3
2008-10-21[PATCH] switch viodasdAl Viro1-7/+7
2008-10-21[PATCH] beginning of methods conversionAl Viro1-2/+2
2008-10-07powerpc/iseries: Remove unused variable in viodasd.cJohann Felix Soden1-3/+0
2008-05-23[POWERPC] iSeries: Remove unused mail addressStephen Rothwell1-1/+1
2008-04-01[POWERPC] Use FIELD_SIZEOF in drivers/block/viodasd.cJulia Lawall1-1/+1
2008-03-13[POWERPC] Fix viodasd driver with scatterlist debugBenjamin Herrenschmidt1-2/+1
2008-01-28blk_end_request: changing viodasd (take 4)Kiyoshi Ueda1-9/+6
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-0/+2
2007-10-11[POWERPC] iSeries: Move viodasd probingStephen Rothwell1-52/+25
2007-08-11Clean up duplicate includes in drivers/block/Jesper Juhl1-1/+0
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-10[POWERPC] Fix viodasd geometry calculationsStephen Rothwell1-2/+2
2006-12-20[POWERPC] iSeries: fix viodasd initStephen Rothwell1-0/+6
2006-12-04[POWERPC] iSeries: improve viodasd initialisationStephen Rothwell1-13/+36
2006-06-26[PATCH] devfs: Last little devfs cleanups throughout the kernel tree.Greg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman1-2/+0
2006-05-19[PATCH] powerpc: update iSeries viodasd device-tree entriesStephen Rothwell1-1/+1
2006-01-12[PATCH] powerpc: remove bitfields from HvLpEventStephen Rothwell1-17/+15
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-35/+9
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo1-1/+1
2005-11-02merge filename and modify references to iseries/vio.hKelly Daly1-1/+1
2005-11-02merge filename and modify references to iseries/hv_types.hKelly Daly1-1/+1
2005-11-02merge filename and modify references to iseries/hv_lp_event.hKelly Daly1-1/+1
2005-11-02merge filename and modify reference to iseries/hv_lp_config.hKelly Daly1-1/+1
2005-10-24powerpc: set the driver.owner field for all vio driversStephen Rothwell1-1/+2
2005-10-24powerpc: don't duplicate name between vio_driver and device_driverStephen Rothwell1-2/+4
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+846