aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: make /proc/partitions and /proc/diskstats use class_find_device()Greg Kroah-Hartman2008-07-211-12/+13
* block: move header for /proc/partitions to seq_startGreg Kroah-Hartman2008-07-211-3/+4
* block: make proc files seq_start use the class_find_device()Greg Kroah-Hartman2008-07-211-14/+17
* block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledRandy Dunlap2008-07-211-0/+2
* block: make blk_lookup_devt use the class iterator functionGreg Kroah-Hartman2008-07-211-12/+26
* block: make printk_partition use the class iterator functionGreg Kroah-Hartman2008-07-211-43/+50
* block: fix compiler warning in genhd.cGreg Kroah-Hartman2008-07-211-1/+3
* device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+2
* sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams2008-07-211-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-151-3/+6
|\
| * [SCSI] bsg: fix bsg_mutex hang with device removalFUJITA Tomonori2008-07-121-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-152-11/+7
|\ \
| * | block: unexport blk_end_sync_rqFUJITA Tomonori2008-07-151-2/+1
| * | block: remove the checking for NULL queue in blk_put_requestFUJITA Tomonori2008-07-151-9/+3
| * | block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait()Bartlomiej Zolnierkiewicz2008-07-151-0/+3
* | | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-141-1/+1
|\ \ \
| * \ \ Merge branch 'linus' into core/softirqIngo Molnar2008-06-165-30/+76
| |\ \ \
| * | | | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-1/+1
* | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-141-1/+6
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-147-31/+80
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | bsg: cdev lock_kernel() pushdownJonathan Corbet2008-05-181-1/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-07-1416-157/+959
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | block: blk_rq_map_kern uses the bounce buffers for stack buffersFUJITA Tomonori2008-07-041-0/+5
| * | | | block: add blk_queue_update_dma_padFUJITA Tomonori2008-07-041-4/+20
| * | | | block: extend queue_flag bitopsJens Axboe2008-07-031-8/+4
| * | | | block: request_module(): use format stringmaximilian attems2008-07-031-1/+1
| * | | | block: integrity flags can't use bit ops on unsigned shortJens Axboe2008-07-031-10/+7
| * | | | cmdfilter: extend default read filterAdel Gadllah2008-07-031-0/+9
| * | | | block: add bounce support to blk_rq_map_user_iovFUJITA Tomonori2008-07-031-0/+1
| * | | | cfq-iosched: get rid of enable_idle being unused warningJens Axboe2008-07-031-1/+1
| * | | | allow userspace to modify scsi command filter on per device basisAdel Gadllah2008-07-035-128/+361
| * | | | block: integrity checkpatch cleanupsJens Axboe2008-07-031-3/+5
| * | | | block: Block layer data integrity supportMartin K. Petersen2008-07-037-0/+419
| * | | | block: export "ro" attributeKay Sievers2008-07-031-0/+10
| * | | | Added in user-injected messages into blk tracesAlan D. Brunelle2008-07-031-0/+45
| * | | | cfq-iosched: add message logging through blktraceJens Axboe2008-07-031-10/+55
| * | | | as-iosched: properly protect ioc_gone and ioc countJens Axboe2008-07-031-3/+15
| * | | | cfq-iosched: properly protect ioc_gone and ioc countJens Axboe2008-07-031-3/+15
* | | | | [SCSI] bsg: fix oops on removeJames Bottomley2008-07-121-1/+2
|/ / / /
* | / / block: Fix the starving writes bug in the anticipatory IO schedulerDivyesh Shah2008-07-011-0/+2
| |/ / |/| |
* | | block: disable IRQs until data is written to relay channelCarl Henrik Lunde2008-06-121-6/+4
* | | Fix invalid access errors in blk_lookup_devtLinus Torvalds2008-06-091-0/+2
| |/ |/|
* | cfq-iosched: fix RCU problem in cfq_cic_lookup()Jens Axboe2008-05-281-2/+26
* | block: make blktrace use per-cpu buffers for message notesJens Axboe2008-05-281-3/+12
* | Added in elevator switch message to blktrace streamAlan D. Brunelle2008-05-281-0/+2
* | Added in MESSAGE notes for blktracesAlan D. Brunelle2008-05-281-0/+14
* | block: reorder cfq_queue to save space on 64bit buildsRichard Kennedy2008-05-281-4/+4
* | block: Move the second call to get_request to the end of the loopZhang, Yanmin2008-05-281-20/+17
|/
* Remove blkdev warning triggered by using mdNeil Brown2008-05-142-4/+9
* block: do_mounts - accept root=<non-existant partition>Kay Sievers2008-05-141-3/+6