aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+6
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-11/+7
2008-07-15block: unexport blk_end_sync_rqFUJITA Tomonori1-2/+1
2008-07-15block: remove the checking for NULL queue in blk_put_requestFUJITA Tomonori1-9/+3
2008-07-15block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait()Bartlomiej Zolnierkiewicz1-0/+3
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+6
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet7-31/+80
2008-07-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds16-157/+959
2008-07-12[SCSI] bsg: fix oops on removeJames Bottomley1-1/+2
2008-07-12[SCSI] bsg: fix bsg_mutex hang with device removalFUJITA Tomonori1-3/+6
2008-07-04block: blk_rq_map_kern uses the bounce buffers for stack buffersFUJITA Tomonori1-0/+5
2008-07-04block: add blk_queue_update_dma_padFUJITA Tomonori1-4/+20
2008-07-03block: extend queue_flag bitopsJens Axboe1-8/+4
2008-07-03block: request_module(): use format stringmaximilian attems1-1/+1
2008-07-03block: integrity flags can't use bit ops on unsigned shortJens Axboe1-10/+7
2008-07-03cmdfilter: extend default read filterAdel Gadllah1-0/+9
2008-07-03block: add bounce support to blk_rq_map_user_iovFUJITA Tomonori1-0/+1
2008-07-03cfq-iosched: get rid of enable_idle being unused warningJens Axboe1-1/+1
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah5-128/+361
2008-07-03block: integrity checkpatch cleanupsJens Axboe1-3/+5
2008-07-03block: Block layer data integrity supportMartin K. Petersen7-0/+419
2008-07-03block: export "ro" attributeKay Sievers1-0/+10
2008-07-03Added in user-injected messages into blk tracesAlan D. Brunelle1-0/+45
2008-07-03cfq-iosched: add message logging through blktraceJens Axboe1-10/+55
2008-07-03as-iosched: properly protect ioc_gone and ioc countJens Axboe1-3/+15
2008-07-03cfq-iosched: properly protect ioc_gone and ioc countJens Axboe1-3/+15
2008-07-01block: Fix the starving writes bug in the anticipatory IO schedulerDivyesh Shah1-0/+2
2008-06-16Merge branch 'linus' into core/softirqIngo Molnar5-30/+76
2008-06-12block: disable IRQs until data is written to relay channelCarl Henrik Lunde1-6/+4
2008-06-09Fix invalid access errors in blk_lookup_devtLinus Torvalds1-0/+2
2008-05-28cfq-iosched: fix RCU problem in cfq_cic_lookup()Jens Axboe1-2/+26
2008-05-28block: make blktrace use per-cpu buffers for message notesJens Axboe1-3/+12
2008-05-28Added in elevator switch message to blktrace streamAlan D. Brunelle1-0/+2
2008-05-28Added in MESSAGE notes for blktracesAlan D. Brunelle1-0/+14
2008-05-28block: reorder cfq_queue to save space on 64bit buildsRichard Kennedy1-4/+4
2008-05-28block: Move the second call to get_request to the end of the loopZhang, Yanmin1-20/+17
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra1-1/+1
2008-05-18bsg: cdev lock_kernel() pushdownJonathan Corbet1-1/+6
2008-05-14Remove blkdev warning triggered by using mdNeil Brown2-4/+9
2008-05-14block: do_mounts - accept root=<non-existant partition>Kay Sievers1-3/+6
2008-05-13Fix misuses of bdevname()Jean Delvare2-2/+2
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe1-8/+10
2008-05-07cfq-iosched: make io priorities inherit CPU scheduling class as well as niceJens Axboe1-2/+2
2008-05-07block: optimize generic_unplug_device()Jens Axboe1-3/+5
2008-05-07block: get rid of likely/unlikely predictions in merge logicJens Axboe1-6/+6
2008-05-07cfq-iosched: fix RCU race in the cfq io_context destructor handlingJens Axboe2-7/+14
2008-05-07block: adjust tagging function queue bit lockingJens Axboe1-3/+6
2008-05-07block: sysfs store function needs to grab queue_lock and use queue_flag_*()Jens Axboe1-2/+4
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-6/+11