aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xd.c
Commit message (Expand)AuthorAgeFilesLines
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-3/+4
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+15
* block/xd.c: fix brace typoRandy Dunlap2010-08-071-1/+1
* 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: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* block,xd: Delay allocation of DMA buffers until device is knownMel Gorman2009-12-091-11/+19
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-9/+3
* xd: dequeue in-flight requestTejun Heo2009-05-111-12/+17
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-2/+2
* amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block driversTejun Heo2009-04-281-7/+2
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-7/+8
* [PATCH] switch xdAl Viro2008-10-211-2/+2
* [PATCH] beginning of methods conversionAl Viro2008-10-211-1/+1
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-1/+1
* [PATCH] Use linux/io.h instead of asm/io.hMatthew Wilcox2006-10-111-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-1/+1
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] drivers/block: Use ARRAY_SIZE macroTobias Klauser2006-01-081-3/+3
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-081-12/+13
* [PATCH] drivers/block: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-4/+2
* [PATCH] janitor: block/xd: replace schedule_timeout() with msleep()/msleep_in...Nishanth Aravamudan2005-09-101-9/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1112