aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/hd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner1-2/+2
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-06-18hd: stop defining MAJOR_NRChristoph Hellwig1-6/+4
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+1
2009-05-11hd: dequeue and track in-flight requestTejun Heo1-23/+40
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-7/+7
2009-04-28hd: clean up request completion pathsTejun Heo1-24/+12
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-7/+7
2009-04-28hd: fix lockingTejun Heo1-10/+7
2009-04-01include/linux/hdreg.h: remove unused definesBartlomiej Zolnierkiewicz1-0/+2
2008-10-10hd: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-4/+5
2008-07-16hd.c: remove the #include <linux/mc146818rtc.h>Adrian Bunk1-1/+0
2008-07-16move ide/legacy/hd.c to drivers/block/Adrian Bunk1-0/+815