summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | fs: make generic file read/write functions plugJens Axboe2011-03-101-0/+7
| | * | block: remove per-queue pluggingJens Axboe2011-03-10119-1269/+151
| | * | block: initial patch for on-stack per-task pluggingJens Axboe2011-03-1010-101/+344
| | * | scsi: convert to blk_delay_queue()Jens Axboe2011-03-101-25/+19
| | * | ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe2011-03-101-11/+2
| | * | block: add API for delaying work/request_fn a little bitJens Axboe2011-03-102-0/+35
| * | | staging: Convert to bdops->check_events()Tejun Heo2011-03-092-8/+14
| * | | pktcdvd: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+9
| * | | umem: Drop dummy ->media_changed()Tejun Heo2011-03-091-10/+0
| * | | s390/tape_block: Convert to bdops->check_events()Tejun Heo2011-03-091-5/+6
| * | | i2o_block: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+7
| * | | xsysace: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+5
| * | | ub: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+6
| * | | swim[3]: Convert to bdops->check_events()Tejun Heo2011-03-092-7/+12
| * | | dac960: Convert to bdops->check_events()Tejun Heo2011-03-091-3/+5
| * | | paride: Convert to bdops->check_events()Tejun Heo2011-03-093-14/+21
| * | | gdrom,viocd: Convert to bdops->check_events()Tejun Heo2011-03-092-13/+20
| * | | floppy,{ami|ata}flop: Convert to bdops->check_events()Tejun Heo2011-03-093-14/+19
| * | | ide: Convert to bdops->check_events()Tejun Heo2011-03-094-15/+20
| * | | block: Don't check events while open is in progressTejun Heo2011-03-091-7/+10
| * | | block: Don't check events on close unless it was blockedTejun Heo2011-03-091-4/+2
| * | | block: Don't implicitly trigger event check on disk_unblock_events()Tejun Heo2011-03-092-1/+2
| * | | blk-cgroup: Lower minimum weight from 100 to 10.Justin TerAvest2011-03-082-2/+2
| * | | block: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITYMartin K. Petersen2011-03-082-4/+1
| * | | blk-throttle: Some cleanups and race fixes in limit update codeVivek Goyal2011-03-071-56/+40
| * | | blk-throttle: process limit change only through one functionVivek Goyal2011-03-071-7/+1
| * | | Merge branch 'block-for-2.6.39-core' of ssh://master.kernel.org/pub/scm/linux...Jens Axboe2011-03-07209-734/+1841
| |\ \ \
| | * \ \ Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-04209-734/+1841
| | |\ \ \
| * | | | | cfq-iosched: Fix update_vdisktime logicGui Jianfeng2011-03-071-4/+2
| * | | | | cfq-iosched: give busy sync queue no dispatch limitShaohua Li2011-03-071-2/+24
| * | | | | cfq-iosched: fix race in cfq_set_request()Jens Axboe2011-03-071-2/+1
| |/ / / /
| * | | | block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal2011-03-034-8/+9
| * | | | loop: No need to initialize ->queue_lock explicitly before calling blk_cleanu...Vivek Goyal2011-03-031-3/+0
| * | | | block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal2011-03-032-8/+15
| | |/ / | |/| |
| * | | block/genhd: Change some numerals into macrosLiu Yuan2011-03-021-8/+8
| * | | cfq-iosched: Always provide group isolation.Justin TerAvest2011-03-012-64/+1
| * | | Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe2011-03-018522-264627/+554526
| |\ \ \
| * | | | block: share request flush fields with elevator_privateMike Snitzer2011-02-113-21/+22
| * | | | block: skip elevator data initialization for flush requestsMike Snitzer2011-02-111-4/+25
| * | | | block: reimplement FLUSH/FUA to support mergeTejun Heo2011-01-256-156/+332
| * | | | block: improve flush bio completionTejun Heo2011-01-251-27/+21
| * | | | block: add REQ_FLUSH_SEQTejun Heo2011-01-254-3/+6
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...Linus Torvalds2011-03-2439-502/+1924
|\ \ \ \ \
| * | | | | MN10300: gcc 4.6 vs am33 inline assemblyRichard Henderson2011-03-231-4/+17
| * | | | | MN10300: Deprecate gdbstubDavid Howells2011-03-181-1/+4
| * | | | | MN10300: Allow KGDB to use the MN10300 serial portsDavid Howells2011-03-181-0/+75
| * | | | | MN10300: Emulate single stepping in KGDB on MN10300David Howells2011-03-183-12/+425
| * | | | | MN10300: Generalise kernel debugger kernel halt, reboot or power off hookDavid Howells2011-03-181-3/+3
| * | | | | KGDB: Notify GDB of machine halt, reboot or power offDavid Howells2011-03-182-0/+31
| * | | | | MN10300: Use KGDBDavid Howells2011-03-186-2/+289