summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen-blkfront: Provide for 'feature-flush-cache' the BLKIF_OP_WRITE_FLUSH_CACH...Konrad Rzeszutek Wilk2011-05-121-0/+13
* xen-blkfront: fix data size for xenbus_gather in blkfront_connectMarek Marczykowski2011-05-121-1/+1
* cciss: fix compile issueJens Axboe2011-05-061-25/+25
* cciss: add cciss_tape_cmds module paramterStephen M. Cameron2011-05-064-23/+48
* cciss: do not use bit 2 doorbell resetStephen M. Cameron2011-05-061-2/+8
* cciss: do not attempt PCI power management reset method if we know it won't w...Stephen M. Cameron2011-05-061-5/+31
* cciss: remove superfluous sleeps around reset codeStephen M. Cameron2011-05-061-3/+0
* cciss: do soft reset if hard reset is brokenStephen M. Cameron2011-05-061-15/+221
* cciss: use new doorbell-bit-5 reset methodStephen M. Cameron2011-05-062-11/+16
* cciss: increase timeouts for post-reset no-opsStephen M. Cameron2011-05-062-2/+3
* cciss: clarify messages around reset behaviorStephen M. Cameron2011-05-061-2/+3
* cciss: increase time to wait for board reset to startStephen M. Cameron2011-05-061-1/+1
* cciss: get rid of message related magic numbersStephen M. Cameron2011-05-062-4/+12
* cciss: fix reply pool and block fetch table memory leaksStephen M. Cameron2011-05-061-0/+4
* cciss: factor out irq request codeStephen M. Cameron2011-05-061-16/+25
* cciss: factor out scatterlist allocation functionsStephen M. Cameron2011-05-061-20/+35
* cciss: factor out command pool allocation functionsStephen M. Cameron2011-05-061-31/+36
* cciss: do a better job of detecting controller reset failureStephen M. Cameron2011-05-062-10/+73
* cciss: add readl after writel in interrupt mask setting codeStephen M. Cameron2011-05-061-0/+6
* iosched: remove redundant sprintfKees Cook2011-05-061-6/+1
* block: Remove 'plug/unplug' comment in blk_execute_rq_nowaitTao Ma2011-05-051-1/+1
* block: don't block events on excl write for non-optical devicesTejun Heo2011-04-216-10/+16
* block: rescan partitions on invalidated devices on -ENOMEDIA tooTejun Heo2011-04-211-9/+18
* cdrom: always check_disk_change() on openTejun Heo2011-04-211-3/+3
* Linux 2.6.39-rc4v2.6.39-rc4Linus Torvalds2011-04-191-1/+1
* Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2011-04-192-5/+2
|\
| * msm: timer: fix missing return valueDavid Brown2011-03-311-1/+1
| * msm: Remove extraneous ffa device checkDavid Brown2011-03-311-4/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-04-188-26/+361
|\ \
| * | Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov2011-04-181-1/+12
| * | Input: estimate number of events per packetJeff Brown2011-04-182-0/+46
| * | Input: evdev - indicate buffer overrun with SYN_DROPPEDJeff Brown2011-04-133-12/+28
| * | Input: document event types and codes and their intended useChase Douglas2011-04-131-0/+256
| * | Input: add KEY_IMAGES specifically for AL Image BrowserJarod Wilson2011-04-131-4/+5
| * | Input: twl4030_keypad - fix potential NULL dereference in twl4030_kp_probe()Axel Lin2011-04-121-1/+3
| * | Input: h3600_ts - fix error handling at connectChristoph Fritz2011-04-071-7/+10
| * | Input: twl4030_keypad - avoid potential NULL-pointer dereferenceShubhrajyoti D2011-04-071-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-04-1818-187/+186
|\ \ \
| * | | block: add blk_run_queue_asyncChristoph Hellwig2011-04-189-23/+36
| * | | block: blk_delay_queue() should use kblockd workqueueJens Axboe2011-04-181-1/+2
| * | | md: fix up raid1/raid10 unplugging.NeilBrown2011-04-182-28/+20
| * | | md: incorporate new plugging into raid5.NeilBrown2011-04-181-7/+16
| * | | md: provide generic support for handling unplug callbacks.NeilBrown2011-04-182-0/+60
| * | | md - remove old plugging code.NeilBrown2011-04-184-104/+8
| * | | md/dm - remove remains of plug_fn callback.NeilBrown2011-04-182-9/+0
| * | | md: use new plugging interface for RAID IO.NeilBrown2011-04-183-1/+10
| * | | block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe2011-04-181-8/+25
| * | | Revert "block: add callback function for unplug notification"Jens Axboe2011-04-183-22/+0
| * | | block: Enhance new plugging support to support general callbacksNeilBrown2011-04-182-1/+26
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-04-1811-26/+81
|\ \ \ \