1. 8ab5215 xen/blkback: don't fail empty barrier requests by Jan Beulich · 13 years ago
  2. 496b318 xen/blkback: fix xenbus_transaction_start() hang caused by double xenbus_transaction_end() by Laszlo Ersek · 13 years ago
  3. 5185432 xen/blkback: Align the tabs on the structure. by Konrad Rzeszutek Wilk · 13 years ago
  4. cca537a xen/blkback: if log_stats is enabled print out the data. by Konrad Rzeszutek Wilk · 13 years ago
  5. 5a577e3 xen/blkback: Add the prefix XEN in the common.h. by Konrad Rzeszutek Wilk · 13 years ago
  6. 3d81473 xen/blkback: Prefix 'vbd' with 'xen' in structs and functions. by Konrad Rzeszutek Wilk · 13 years ago
  7. 30fd150 xen/blkback: Change structure name blkif_st to xen_blkif. by Konrad Rzeszutek Wilk · 13 years ago
  8. 325a648 xen/blkback: Remove the unused typedefs. by Konrad Rzeszutek Wilk · 13 years ago
  9. 452a6b2 xen/blkback: Move include/xen/blkif.h into drivers/block/xen-blkback/common.h by Konrad Rzeszutek Wilk · 13 years ago
  10. b0f8012 xen/blkback: Fixing some more of the cleanpatch.pl warnings. by Konrad Rzeszutek Wilk · 13 years ago
  11. 03e0edf xen/blkback: Checkpatch.pl recommend against multiple assigments. by Konrad Rzeszutek Wilk · 13 years ago
  12. 41ca4d3 xen/blkback: Fix checkpatch.pl warnings about more than 80 lines. by Konrad Rzeszutek Wilk · 13 years ago
  13. a4c3485 xen/blkback: Flesh out the description in the Kconfig. by Konrad Rzeszutek Wilk · 13 years ago
  14. b9fc029 xen/blkback: Fix spelling mistakes. by Konrad Rzeszutek Wilk · 13 years ago
  15. 68c88dd xen/blkback: Move blkif_get_x86_[32|64]_req to common.h in block/xen-blkback dir. by Konrad Rzeszutek Wilk · 13 years ago
  16. 72468bf xen/blkback: Removing the debug_lvl option. by Konrad Rzeszutek Wilk · 13 years ago
  17. 22b20f2 xen/blkback: Use the DRV_PFX in the pr_.. macros. by Konrad Rzeszutek Wilk · 13 years ago
  18. 1afbd73 xen/blkback: Make the DPRINTK uniform. by Konrad Rzeszutek Wilk · 13 years ago
  19. ebe8190 xen/blkback: Change printk/DPRINTK to pr_.. type variant. by Konrad Rzeszutek Wilk · 13 years ago
  20. 01f37f2 xen/blkback: Fixed up comments and converted spaces to tabs. by Konrad Rzeszutek Wilk · 13 years ago
  21. 3d68b39 xen/blkback: Fix up some of the comments. by Konrad Rzeszutek Wilk · 13 years ago
  22. fc53bf7 xen/blkback: Squash the checking for operation into dispatch_rw_block_io by Konrad Rzeszutek Wilk · 13 years ago
  23. 24f567f xen/blkback: Add support for BLKIF_OP_FLUSH_DISKCACHE and drop BLKIF_OP_WRITE_BARRIER. by Konrad Rzeszutek Wilk · 13 years ago
  24. 73d842a xen-blkfront: Provide for 'feature-flush-cache' the BLKIF_OP_WRITE_FLUSH_CACHE operation. by Konrad Rzeszutek Wilk · 13 years ago
  25. a19be5f Revert "xen/blkback: Move the plugging/unplugging to a higher level." by Konrad Rzeszutek Wilk · 13 years ago
  26. 013c3ca xen/blkback: Stick REQ_SYNC on WRITEs to deal with CFQ I/O scheduler. by Konrad Rzeszutek Wilk · 13 years ago
  27. 97961ef xen/blkback: Move the plugging/unplugging to a higher level. by Konrad Rzeszutek Wilk · 13 years ago
  28. 8b6bf74 xen/blkback: Prefix exposed functions with xen_ by Konrad Rzeszutek Wilk · 13 years ago
  29. 42c7841 xen-blkback: Inline some of the functions that were moved from vbd/interface.c by Konrad Rzeszutek Wilk · 13 years ago
  30. 6cd0388 xen-blkback: Remove from the copyright notice the address. by Konrad Rzeszutek Wilk · 13 years ago
  31. ee9ff85 xen/blkback: Squash vbd.c,interface.c in blkback.c and xenbus.c respectivly. by Konrad Rzeszutek Wilk · 13 years ago
  32. dfc07b1 xen/blkback: Move it from drivers/xen to drivers/block by Konrad Rzeszutek Wilk · 13 years ago
  33. d2436ed block, xen/blkback: remove blk_[get|put]_queue calls. by Konrad Rzeszutek Wilk · 13 years ago
  34. 6fd17b5 xen/blkback: Get the 'requeust_queue' properly. by Konrad Rzeszutek Wilk · 13 years ago
  35. e935049 xen/blkback: Move the check for misaligned I/O once more. by Konrad Rzeszutek Wilk · 13 years ago
  36. 9f3aedf xen/blkback: Change fast_flush_area to xen_blkbk_unmap, and tweak xen_blk_map_seg. by Konrad Rzeszutek Wilk · 13 years ago
  37. 976222e xen/blkback: Move the check for misaligned I/O higher. by Konrad Rzeszutek Wilk · 13 years ago
  38. 1a95fe6 xen/blkback: Shuffle code around (vbd_translate moved higher). by Konrad Rzeszutek Wilk · 13 years ago
  39. b0aef17 xen/blkback: Cleanup move the code a bit around. by Konrad Rzeszutek Wilk · 13 years ago
  40. 7708992 xen/blkback: Seperate the bio allocation and the bio submission. by Konrad Rzeszutek Wilk · 13 years ago
  41. 0faa8cc xen/blkback: remove per-queue plugging by Konrad Rzeszutek Wilk · 13 years ago
  42. 2e9977c xen/blkback: Fix checkpatch warnings in blkback.c by Konrad Rzeszutek Wilk · 13 years ago
  43. d6091b2 xen/blkback: Fix checkpatch warnings of xenbus.c by Konrad Rzeszutek Wilk · 13 years ago
  44. e5f4b3c xen/blkback: Fix interface.c checkpatch warnings .. except by Konrad Rzeszutek Wilk · 13 years ago
  45. 3c64b58 xen/blkback: Fix checkpatch warnings in vbd.c by Konrad Rzeszutek Wilk · 13 years ago
  46. 5489377 xen/blkback: blkif->struct blkif_st by Konrad Rzeszutek Wilk · 13 years ago
  47. a1397fa xen/blkback: Add some comments. by Konrad Rzeszutek Wilk · 13 years ago
  48. 314146e xen/blkback: Fix the WRITE_BARRIER by Tom Goetz · 14 years ago
  49. a742b02 xen/blkback: Use kzalloc's, and GFP_KERNEL for data structures. by Konrad Rzeszutek Wilk · 14 years ago
  50. 5dc0363 xen/blkback: Utilize the M2P override mechanism for GNTMAP_host_map by Konrad Rzeszutek Wilk · 14 years ago
  51. 464fb41 xen/blkback: Use 'vzalloc' for page arrays and pre-allocate pages. by Konrad Rzeszutek Wilk · 14 years ago
  52. c35950b xen/blkback: Union the blkif_request request specific fields by Konrad Rzeszutek Wilk · 14 years ago
  53. e8e2887 xen/blkback: Move global/static variables into struct xen_blkbk. by Konrad Rzeszutek Wilk · 14 years ago
  54. efe08a3 xen/blkback: simplify address translations by Jan Beulich · 15 years ago
  55. bc0c081 xen/blkback: Update to use blkdev_get_by_dev instead of open_by_devnum. by Konrad Rzeszutek Wilk · 14 years ago
  56. 248e9f7 xen/blkback: Replace WRITE_BARRIER with (REQ_FLUSH | REQ_FUA) by Konrad Rzeszutek Wilk · 14 years ago
  57. 313d7b0 blkback: Fix CVE-2010-3699 by Keir Fraser · 14 years ago
  58. a81135d xen/blkback: Print additional information when a vbd is resized. by K. Y. Srinivasan · 14 years ago
  59. cbf4629 xen/blkback: Flush blkback data when connecting. by Chris Lalancette · 14 years ago
  60. 98e036a xen/blkback: add accessor for xenbus backend device by Jeremy Fitzhardinge · 15 years ago
  61. 2ccbfe2 xen/blkback: Propagate changed size of VBDs by K. Y. Srinivasan · 15 years ago
  62. 5cf6e4f xen/blkback: use drv_get/set_drvdata rather than directly accessing driver_data. by Jeremy Fitzhardinge · 15 years ago
  63. e7579a9 xen: rename blkbk module xen-blkback. by Ian Campbell · 15 years ago
  64. 8770b26 Fix compile warnings: ignoring return value of 'xenbus_register_backend' .. by Konrad Rzeszutek Wilk · 15 years ago
  65. afd91d0 xen/blkback: little cleanups by Jeremy Fitzhardinge · 15 years ago
  66. 0660c7d xen/blkback: remove spurious debug output noise by Jeremy Fitzhardinge · 15 years ago
  67. 05d4386 xen/blkback: deal with hardsect_size to logical_block_size rename by Jeremy Fitzhardinge · 15 years ago
  68. 690f1b6 block: export blk_get/put_queue for blkback by Jeremy Fitzhardinge · 15 years ago
  69. 8270b45 blkback: Fix potential resource leak. by Keir Fraser · 16 years ago
  70. dd36724 xen/blkback: don't include xen/evtchn.h by Jeremy Fitzhardinge · 16 years ago
  71. 8812293 xen-blkback-porting by Jeremy Fitzhardinge · 16 years ago
  72. 4d05a28 xen: add blkback support by Konrad Rzeszutek Wilk · 13 years ago
  73. a6360dd Linux 2.6.39-rc3 by Linus Torvalds · 13 years ago
  74. 1e05ff0 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  75. 39411f8 xfs_destroy_workqueues() should not be tagged with__exit by Luck, Tony · 13 years ago
  76. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  77. 18770c7 Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  78. 6b98cd5 Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  79. b42282e pci: fix PCI bus allocation alignment handling by Linus Torvalds · 13 years ago
  80. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  81. 8faa7cf dt/fsldma: fix build warning caused by of_platform_device changes by Ira W. Snyder · 13 years ago
  82. c820563 ext4: fix data corruption regression by reverting commit 6de9843dab3f by Theodore Ts'o · 13 years ago
  83. f80da1e ext4: Allow indirect-block file to grow the file size to max file size by Kazuya Mio · 13 years ago
  84. be4f27d ext4: allow an active handle to be started when freezing by Yongqiang Yang · 13 years ago
  85. 0893ed4 ext4: sync the directory inode in ext4_sync_parent() by Curt Wohlgemuth · 13 years ago
  86. 88edaa4 net: Add support for SMSC LAN9530, LAN9730 and LAN89530 by Steve Glendinning · 13 years ago
  87. 4263a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  88. 23fcf2e nfsd4: fix oops on lock failure by J. Bruce Fields · 13 years ago
  89. 510ec7b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  90. 84f3b6d Merge branch 'fix/hda' into for-linus by Takashi Iwai · 13 years ago
  91. 664cee4 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 13 years ago
  92. 94c8a98 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  93. f9fa0bc signal.c: fix erroneous syscall kernel-doc by Randy Dunlap · 13 years ago
  94. bb3c90f Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  95. 3d762ca Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  96. a1b7ea5 xfs: use proper interfaces for on-stack plugging by Christoph Hellwig · 13 years ago
  97. 957935d xfs: fix xfs_debug warnings by Christoph Hellwig · 13 years ago
  98. ecb697c xfs: fix variable set but not used warnings by Christoph Hellwig · 13 years ago
  99. 60b1809 mlx4_en: Restoring RX buffer pointer in case of failure by Yevgeny Petrilin · 13 years ago
  100. ab6dc30 mlx4: Sensing link type at device initialization by Yevgeny Petrilin · 13 years ago