aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/i2o/i2o_block.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-03i2o: move to stagingAlan Cox1-1228/+0
2013-05-07block_device_operations->release() should return voidAl Viro1-6/+2
2012-11-28messages: i2o: Fix typo in messages/i2oMasanari Iida1-1/+1
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-5/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-5/+1
2011-03-09i2o_block: Convert to bdops->check_events()Tejun Heo1-4/+7
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-08-11drivers/message: move dereference after NULL testJulia Lawall1-1/+2
2010-08-07scsi/i2o: restore ioctl changesArnd Bergmann1-5/+16
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+5
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-17/+5
2010-08-07scsi/i2o_block: cleanup ioctl handlingArnd Bergmann1-6/+18
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
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/+3
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-3/+3
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-2/+4
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-12/+4
2009-05-11block: cleanup rq->data_len usagesTejun Heo1-1/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-9/+11
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo1-1/+1
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-1/+1
2008-12-05Fix incorrect use of loose in i2o_block.cNick Andrew1-1/+1
2008-10-30i2o: fix kernel-doc warningsRandy Dunlap1-6/+6
2008-10-21[PATCH] switch i2oAl Viro1-9/+8
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-01-28blk_end_request: changing i2o_block (take 4)Kiyoshi Ueda1-12/+8
2007-11-05i2o: debug messages correctedVasily Averin1-2/+2
2007-10-24SG: audit of drivers that use blk_rq_map_sg()Jens Axboe1-0/+1
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-24/+0
2007-07-31fix integer overflow warning in i2o_blockMeelis Roos1-1/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+1
2007-07-17wrong memory access in i2o_block_device_lock()Vasily Averin1-1/+1
2007-03-27[PATCH] i2o: block IO errors on i2o diskVasily Averin1-11/+1
2006-12-07[PATCH] kernel-doc: fix fusion and i2o docsRandy Dunlap1-4/+11
2006-11-22WorkStruct: make allyesconfigDavid Howells1-6/+9
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-3/+4
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson1-4/+3
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-10/+8
2006-01-06Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+1