Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | xen/blkback: Add some comments. | Konrad Rzeszutek Wilk | 2011-04-15 | 5 | -24/+71 | |
| | * | | | | | | xen/blkback: Fix the WRITE_BARRIER | Tom Goetz | 2011-04-15 | 1 | -4/+6 | |
| | * | | | | | | xen/blkback: Use kzalloc's, and GFP_KERNEL for data structures. | Konrad Rzeszutek Wilk | 2011-04-15 | 1 | -8/+9 | |
| | * | | | | | | xen/blkback: Utilize the M2P override mechanism for GNTMAP_host_map | Konrad Rzeszutek Wilk | 2011-04-15 | 1 | -4/+19 | |
| | * | | | | | | xen/blkback: Use 'vzalloc' for page arrays and pre-allocate pages. | Konrad Rzeszutek Wilk | 2011-04-15 | 1 | -7/+16 | |
| | * | | | | | | xen/blkback: Union the blkif_request request specific fields | Konrad Rzeszutek Wilk | 2011-04-15 | 1 | -7/+7 | |
| | * | | | | | | xen/blkback: Move global/static variables into struct xen_blkbk. | Konrad Rzeszutek Wilk | 2011-04-15 | 1 | -34/+48 | |
| | * | | | | | | xen/blkback: simplify address translations | Jan Beulich | 2011-04-15 | 1 | -4/+6 | |
| | * | | | | | | xen/blkback: Update to use blkdev_get_by_dev instead of open_by_devnum. | Konrad Rzeszutek Wilk | 2011-04-15 | 1 | -2/+2 | |
| | * | | | | | | xen/blkback: Replace WRITE_BARRIER with (REQ_FLUSH | REQ_FUA) | Konrad Rzeszutek Wilk | 2011-04-15 | 1 | -4/+4 | |
| | * | | | | | | blkback: Fix CVE-2010-3699 | Keir Fraser | 2011-04-15 | 1 | -0/+6 | |
| | * | | | | | | xen/blkback: Print additional information when a vbd is resized. | K. Y. Srinivasan | 2011-04-15 | 1 | -0/+2 | |
| | * | | | | | | xen/blkback: Flush blkback data when connecting. | Chris Lalancette | 2011-04-15 | 1 | -0/+7 | |
| | * | | | | | | xen/blkback: add accessor for xenbus backend device | Jeremy Fitzhardinge | 2011-04-15 | 3 | -1/+8 | |
| | * | | | | | | xen/blkback: Propagate changed size of VBDs | K. Y. Srinivasan | 2011-04-15 | 3 | -0/+48 | |
| | * | | | | | | xen/blkback: use drv_get/set_drvdata rather than directly accessing driver_data. | Jeremy Fitzhardinge | 2011-04-15 | 1 | -5/+5 | |
| | * | | | | | | xen: rename blkbk module xen-blkback. | Ian Campbell | 2011-04-15 | 1 | -2/+2 | |
| | * | | | | | | Fix compile warnings: ignoring return value of 'xenbus_register_backend' .. | Konrad Rzeszutek Wilk | 2011-04-15 | 4 | -11/+22 | |
| | * | | | | | | xen/blkback: little cleanups | Jeremy Fitzhardinge | 2011-04-15 | 1 | -1/+1 | |
| | * | | | | | | xen/blkback: remove spurious debug output noise | Jeremy Fitzhardinge | 2011-04-15 | 1 | -1/+0 | |
| | * | | | | | | xen/blkback: deal with hardsect_size to logical_block_size rename | Jeremy Fitzhardinge | 2011-04-15 | 2 | -2/+2 | |
| | * | | | | | | blkback: Fix potential resource leak. | Keir Fraser | 2011-04-15 | 1 | -4/+4 | |
| | * | | | | | | xen/blkback: don't include xen/evtchn.h | Jeremy Fitzhardinge | 2011-04-15 | 1 | -1/+0 | |
| | * | | | | | | xen-blkback-porting | Jeremy Fitzhardinge | 2011-04-15 | 5 | -33/+36 | |
| | * | | | | | | xen: add blkback support | Konrad Rzeszutek Wilk | 2011-04-15 | 8 | -0/+1647 | |
| * | | | | | | | xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override. | Konrad Rzeszutek Wilk | 2011-05-18 | 1 | -7/+24 | |
| * | | | | | | | xen-blkfront: Introduce BLKIF_OP_FLUSH_DISKCACHE support. | Konrad Rzeszutek Wilk | 2011-05-12 | 1 | -13/+36 | |
| * | | | | | | | xen-blkfront: fix data size for xenbus_gather in blkfront_connect | Marek Marczykowski | 2011-05-12 | 1 | -1/+1 | |
| * | | | | | | | cciss: fix compile issue | Jens Axboe | 2011-05-06 | 1 | -25/+25 | |
| * | | | | | | | cciss: add cciss_tape_cmds module paramter | Stephen M. Cameron | 2011-05-06 | 3 | -23/+33 | |
| * | | | | | | | cciss: do not use bit 2 doorbell reset | Stephen M. Cameron | 2011-05-06 | 1 | -2/+8 | |
| * | | | | | | | cciss: do not attempt PCI power management reset method if we know it won't w... | Stephen M. Cameron | 2011-05-06 | 1 | -5/+31 | |
| * | | | | | | | cciss: remove superfluous sleeps around reset code | Stephen M. Cameron | 2011-05-06 | 1 | -3/+0 | |
| * | | | | | | | cciss: do soft reset if hard reset is broken | Stephen M. Cameron | 2011-05-06 | 1 | -15/+221 | |
| * | | | | | | | cciss: use new doorbell-bit-5 reset method | Stephen M. Cameron | 2011-05-06 | 2 | -11/+16 | |
| * | | | | | | | cciss: increase timeouts for post-reset no-ops | Stephen M. Cameron | 2011-05-06 | 2 | -2/+3 | |
| * | | | | | | | cciss: clarify messages around reset behavior | Stephen M. Cameron | 2011-05-06 | 1 | -2/+3 | |
| * | | | | | | | cciss: increase time to wait for board reset to start | Stephen M. Cameron | 2011-05-06 | 1 | -1/+1 | |
| * | | | | | | | cciss: get rid of message related magic numbers | Stephen M. Cameron | 2011-05-06 | 2 | -4/+12 | |
| * | | | | | | | cciss: fix reply pool and block fetch table memory leaks | Stephen M. Cameron | 2011-05-06 | 1 | -0/+4 | |
| * | | | | | | | cciss: factor out irq request code | Stephen M. Cameron | 2011-05-06 | 1 | -16/+25 | |
| * | | | | | | | cciss: factor out scatterlist allocation functions | Stephen M. Cameron | 2011-05-06 | 1 | -20/+35 | |
| * | | | | | | | cciss: factor out command pool allocation functions | Stephen M. Cameron | 2011-05-06 | 1 | -31/+36 | |
| * | | | | | | | cciss: do a better job of detecting controller reset failure | Stephen M. Cameron | 2011-05-06 | 2 | -10/+73 | |
| * | | | | | | | cciss: add readl after writel in interrupt mask setting code | Stephen M. Cameron | 2011-05-06 | 1 | -0/+6 | |
* | | | | | | | | Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-05-25 | 5 | -9/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge commit 'v2.6.39' into for-2.6.40/core | Jens Axboe | 2011-05-20 | 329 | -1281/+3020 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | SATA: enable non-queueable flush flag | shaohua.li@intel.com | 2011-05-06 | 1 | -6/+7 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | block: don't block events on excl write for non-optical devices | Tejun Heo | 2011-04-21 | 4 | -3/+5 | |
| * | | | | | | | cdrom: always check_disk_change() on open | Tejun Heo | 2011-04-21 | 1 | -3/+3 |