summaryrefslogtreecommitdiffstats
path: root/drivers/block/hd.c
Commit message (Expand)AuthorAgeFilesLines
* remove the obsolete hd driverChristoph Hellwig2017-04-051-819/+0
* hd: stop sharing request queue across multiple gendisksOmar Sandoval2017-03-281-23/+39
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-23/+22
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* block: hd: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-011-11/+1
* block: remove struct request buffer memberJens Axboe2014-04-151-5/+5
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle2011-06-091-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar2010-05-031-1/+0
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* | i8253: Convert i8253_lock to raw_spinlockThomas Gleixner2010-03-021-2/+2
|/
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* hd: stop defining MAJOR_NRChristoph Hellwig2009-06-181-6/+4
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+1
* hd: dequeue and track in-flight requestTejun Heo2009-05-111-23/+40
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-7/+7
* hd: clean up request completion pathsTejun Heo2009-04-281-24/+12
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-7/+7
* hd: fix lockingTejun Heo2009-04-281-10/+7
* include/linux/hdreg.h: remove unused definesBartlomiej Zolnierkiewicz2009-04-011-0/+2
* hd: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-101-4/+5
* hd.c: remove the #include <linux/mc146818rtc.h>Adrian Bunk2008-07-161-1/+0
* move ide/legacy/hd.c to drivers/block/Adrian Bunk2008-07-161-0/+815