summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | xen/blkback: Add some comments.Konrad Rzeszutek Wilk2011-04-155-24/+71
| | * | | | | | xen/blkback: Fix the WRITE_BARRIERTom Goetz2011-04-151-4/+6
| | * | | | | | xen/blkback: Use kzalloc's, and GFP_KERNEL for data structures.Konrad Rzeszutek Wilk2011-04-151-8/+9
| | * | | | | | xen/blkback: Utilize the M2P override mechanism for GNTMAP_host_mapKonrad Rzeszutek Wilk2011-04-151-4/+19
| | * | | | | | xen/blkback: Use 'vzalloc' for page arrays and pre-allocate pages.Konrad Rzeszutek Wilk2011-04-151-7/+16
| | * | | | | | xen/blkback: Union the blkif_request request specific fieldsKonrad Rzeszutek Wilk2011-04-151-7/+7
| | * | | | | | xen/blkback: Move global/static variables into struct xen_blkbk.Konrad Rzeszutek Wilk2011-04-151-34/+48
| | * | | | | | xen/blkback: simplify address translationsJan Beulich2011-04-151-4/+6
| | * | | | | | xen/blkback: Update to use blkdev_get_by_dev instead of open_by_devnum.Konrad Rzeszutek Wilk2011-04-151-2/+2
| | * | | | | | xen/blkback: Replace WRITE_BARRIER with (REQ_FLUSH | REQ_FUA)Konrad Rzeszutek Wilk2011-04-151-4/+4
| | * | | | | | blkback: Fix CVE-2010-3699Keir Fraser2011-04-151-0/+6
| | * | | | | | xen/blkback: Print additional information when a vbd is resized.K. Y. Srinivasan2011-04-151-0/+2
| | * | | | | | xen/blkback: Flush blkback data when connecting.Chris Lalancette2011-04-151-0/+7
| | * | | | | | xen/blkback: add accessor for xenbus backend deviceJeremy Fitzhardinge2011-04-153-1/+8
| | * | | | | | xen/blkback: Propagate changed size of VBDsK. Y. Srinivasan2011-04-153-0/+48
| | * | | | | | xen/blkback: use drv_get/set_drvdata rather than directly accessing driver_data.Jeremy Fitzhardinge2011-04-151-5/+5
| | * | | | | | xen: rename blkbk module xen-blkback.Ian Campbell2011-04-151-2/+2
| | * | | | | | Fix compile warnings: ignoring return value of 'xenbus_register_backend' ..Konrad Rzeszutek Wilk2011-04-154-11/+22
| | * | | | | | xen/blkback: little cleanupsJeremy Fitzhardinge2011-04-151-1/+1
| | * | | | | | xen/blkback: remove spurious debug output noiseJeremy Fitzhardinge2011-04-151-1/+0
| | * | | | | | xen/blkback: deal with hardsect_size to logical_block_size renameJeremy Fitzhardinge2011-04-152-2/+2
| | * | | | | | blkback: Fix potential resource leak.Keir Fraser2011-04-151-4/+4
| | * | | | | | xen/blkback: don't include xen/evtchn.hJeremy Fitzhardinge2011-04-151-1/+0
| | * | | | | | xen-blkback-portingJeremy Fitzhardinge2011-04-155-33/+36
| | * | | | | | xen: add blkback supportKonrad Rzeszutek Wilk2011-04-158-0/+1647
| * | | | | | | xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.Konrad Rzeszutek Wilk2011-05-181-7/+24
| * | | | | | | xen-blkfront: Introduce BLKIF_OP_FLUSH_DISKCACHE support.Konrad Rzeszutek Wilk2011-05-121-13/+36
| * | | | | | | 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-063-23/+33
| * | | | | | | 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
* | | | | | | | Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-05-255-9/+15
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe2011-05-20329-1281/+3020
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | SATA: enable non-queueable flush flagshaohua.li@intel.com2011-05-061-6/+7
| | |/ / / / / / | |/| | | | | |
| * | | | | | | block: don't block events on excl write for non-optical devicesTejun Heo2011-04-214-3/+5
| * | | | | | | cdrom: always check_disk_change() on openTejun Heo2011-04-211-3/+3