summaryrefslogtreecommitdiffstats
path: root/drivers/message/i2o/i2o_block.c
Commit message (Expand)AuthorAgeFilesLines
* i2o: move to stagingAlan Cox2015-02-031-1228/+0
* block_device_operations->release() should return voidAl Viro2013-05-071-6/+2
* messages: i2o: Fix typo in messages/i2oMasanari Iida2012-11-281-1/+1
* block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-211-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-5/+1
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-5/+1
* | i2o_block: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+7
|/
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+8
* drivers/message: move dereference after NULL testJulia Lawall2010-08-111-1/+2
* scsi/i2o: restore ioctl changesArnd Bergmann2010-08-071-5/+16
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+5
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-17/+5
* scsi/i2o_block: cleanup ioctl handlingArnd Bergmann2010-08-071-6/+18
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* 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/+3
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-3/+3
* block: convert to dequeueing model (easy ones)Tejun Heo2009-05-111-2/+4
* block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo2009-05-111-12/+4
* block: cleanup rq->data_len usagesTejun Heo2009-05-111-1/+1
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-9/+11
* block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-111-1/+1
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-1/+1
* Fix incorrect use of loose in i2o_block.cNick Andrew2008-12-051-1/+1
* i2o: fix kernel-doc warningsRandy Dunlap2008-10-301-6/+6
* [PATCH] switch i2oAl Viro2008-10-211-9/+8
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* blk_end_request: changing i2o_block (take 4)Kiyoshi Ueda2008-01-281-12/+8
* i2o: debug messages correctedVasily Averin2007-11-051-2/+2
* SG: audit of drivers that use blk_rq_map_sg()Jens Axboe2007-10-241-0/+1
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-24/+0
* fix integer overflow warning in i2o_blockMeelis Roos2007-07-311-1/+1
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+1
* wrong memory access in i2o_block_device_lock()Vasily Averin2007-07-171-1/+1
* [PATCH] i2o: block IO errors on i2o diskVasily Averin2007-03-271-11/+1
* [PATCH] kernel-doc: fix fusion and i2o docsRandy Dunlap2006-12-071-4/+11
* WorkStruct: make allyesconfigDavid Howells2006-11-221-6/+9
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-3/+4
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-4/+3
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-081-10/+8
* Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-01-061-1/+1
|\