1. 6c4867f floppy: use del_timer_sync() in init cleanup by Carsten Emde · 13 years ago
  2. 89c63a8 Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 13 years ago
  3. 1bc05b0 xen-blkback: fixed indentation and comments by Joe Jin · 13 years ago
  4. 6f5986b xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed. by Joe Jin · 13 years ago
  5. 40bb96a Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 13 years ago
  6. ea5e116 xen/blkback: Make description more obvious. by Konrad Rzeszutek Wilk · 13 years ago
  7. f41c53a block: swim3: fix unterminated of_device_id table by Axel Lin · 13 years ago
  8. ddad9ef drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parse by H Hartley Sweeten · 13 years ago
  9. 05eb0f2 loop: fix deadlock when sysfs and LOOP_CLR_FD race against each other by Kay Sievers · 13 years ago
  10. d134b00 loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop devices by Kay Sievers · 13 years ago
  11. 770fe30 loop: add management interface for on-demand device allocation by Kay Sievers · 13 years ago
  12. 34dd82a loop: replace linked list of allocated devices with an idr index by Kay Sievers · 13 years ago
  13. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  14. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  15. 029bcbd rbd: set blk_queue request sizes to object size by Josh Durgin · 13 years ago
  16. 79e3057c rbd: cancel watch request when releasing the device by Yehuda Sadeh · 13 years ago
  17. 8ded371 Merge branch 'for-3.1/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  18. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  19. a99a7d1 Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  20. 8181780 Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  21. 111ad11 Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  22. e7f5909 kill useless checks for sb->s_op == NULL by Al Viro · 13 years ago
  23. 8c11642 Merge commit 'v3.0-rc7' into devicetree/next by Grant Likely · 13 years ago
  24. 89153b5 xen-blkfront: Fix one off warning about name clash by Stefan Bader · 13 years ago
  25. 196cfe2 xen-blkfront: Drop name and minor adjustments for emulated scsi devices by Stefan Bader · 13 years ago
  26. 5d10302 dt: remove extra xsysace platform_driver registration by Grant Likely · 13 years ago
  27. 07d0c38 cciss: do not attempt to read from a write-only register by Stephen M. Cameron · 13 years ago
  28. a7e9357 xen/blkback: Add module alias for autoloading by Bastian Blank · 13 years ago
  29. b4726a9 xen/blkback: Don't let in-flight requests defer pending ones. by Daniel Stodden · 13 years ago
  30. 08b8bfc xen: Add __attribute__((format(printf... where appropriate by Joe Perches · 13 years ago
  31. 7b28afe Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into for-linus by Jens Axboe · 13 years ago
  32. 86e1e98 drbd: we should write meta data updates with FLUSH FUA by Lars Ellenberg · 13 years ago
  33. cb6518c drbd: when receive times out on meta socket, also check last receive time on data socket by Lars Ellenberg · 13 years ago
  34. 5a8b424 drbd: account bitmap IO during resync as resync-(related-)-io by Lars Ellenberg · 13 years ago
  35. 8ccee20 drbd: don't cond_resched_lock with IRQs disabled by Lars Ellenberg · 13 years ago
  36. 829c608 drbd: add missing spinlock to bitmap receive by Lars Ellenberg · 13 years ago
  37. 0cfdd24 drbd: Use the correct max_bio_size when creating resync requests by Philipp Reisner · 13 years ago
  38. 334955e i8253: Create linux/i8253.h and use it in all 8253 related files by Ralf Baechle · 13 years ago
  39. 4f1ba49 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  40. 0f48f26 block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removal by Linus Torvalds · 13 years ago
  41. 9b83c77 xen/blkback: potential null dereference in error handling by Dan Carpenter · 13 years ago
  42. 6464920 xen/blkback: don't call vbd_size() if bd_disk is NULL by Laszlo Ersek · 13 years ago
  43. 6917f83 drivers, block: virtio_blk: Replace cryptic number with the macro by Liu Yuan · 13 years ago
  44. 7a7c924 virtio_blk: allow re-reading config space at runtime by Christoph Hellwig · 13 years ago
  45. f310642 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 13 years ago
  46. 3b70b2e x86 idle floppy: deprecate disable_hlt() by Len Brown · 13 years ago
  47. 5988ce2 nbd: adjust 'max_part' according to part_shift by Namhyung Kim · 13 years ago
  48. 3b27108 nbd: limit module parameters to a sane value by Namhyung Kim · 13 years ago
  49. 35fbf5b nbd: pass MSG_* flags to kernel_recvmsg() by Namhyung Kim · 13 years ago
  50. ac04fee loop: export module parameters by Namhyung Kim · 13 years ago
  51. 8892cba brd: export module parameters by Namhyung Kim · 13 years ago
  52. 13868b7 brd: fix comment on initial device creation by Namhyung Kim · 13 years ago
  53. af46566 brd: handle on-demand devices correctly by Namhyung Kim · 13 years ago
  54. 315980c brd: limit 'max_part' module param to DISK_MAX_PARTS by Namhyung Kim · 13 years ago
  55. a2cba29 brd: get rid of unused members from struct brd_device by Namhyung Kim · 13 years ago
  56. 57bb559 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  57. 929cfdd Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  58. 798ce8f Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  59. 9db4b3e rbd: handle online resize of underlying rbd image by Sage Weil · 13 years ago
  60. aedfec5 rbd: use snprintf for disk->disk_name by Sage Weil · 13 years ago
  61. 916d4d6 rbd: cleanup: make kfree match kmalloc by Sage Weil · 13 years ago
  62. a1c15c5 loop: handle on-demand devices correctly by Namhyung Kim · 13 years ago
  63. 78f4bb3 loop: limit 'max_part' module param to DISK_MAX_PARTS by Namhyung Kim · 13 years ago
  64. 0ddf72b drbd: fix warning by Andrew Morton · 13 years ago
  65. 9b2f61a drbd: fix warning by Philipp Reisner · 13 years ago
  66. 24c4830 drbd: Fix spelling by Bart Van Assche · 13 years ago
  67. 9a0d9d0 drbd: fix schedule in atomic by Lars Ellenberg · 13 years ago
  68. 99432fc drbd: Take a more conservative approach when deciding max_bio_size by Philipp Reisner · 13 years ago
  69. 21423fa drbd: Fixed state transitions after async outdate-peer-handler returned by Philipp Reisner · 13 years ago
  70. fa7d939 drbd: Disallow the peer_disk_state to be D_OUTDATED while connected by Philipp Reisner · 13 years ago
  71. a8e4079 drbd: Fix for the connection problems on high latency links by Philipp Reisner · 13 years ago
  72. 76727f6 drbd: fix potential activity log refcount imbalance in error path by Lars Ellenberg · 13 years ago
  73. d2e1780 drbd: Only downgrade the disk state in case of disk failures by Philipp Reisner · 13 years ago
  74. f36af18 drbd: fix disconnect/reconnect loop, if ping-timeout == ping-int by Lars Ellenberg · 13 years ago
  75. 53ea433 drbd: fix potential distributed deadlock by Lars Ellenberg · 13 years ago
  76. 738a84b drbd: Fix for application IO with the on-io-error=pass-on policy by Philipp Reisner · 13 years ago
  77. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  78. 698567f Merge commit 'v2.6.39' into for-2.6.40/core by Jens Axboe · 13 years ago
  79. 13143d2 rbd: warn on update_snaps failure on notify by Sage Weil · 13 years ago
  80. 779d530 Merge branches 'for-jens/xen-backend-fixes' and 'for-jens/xen-blkback-v3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-2.6.40/drivers by Jens Axboe · 13 years ago
  81. 8ab5215 xen/blkback: don't fail empty barrier requests by Jan Beulich · 13 years ago
  82. a2b9c1f Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  83. 1fec709 rbd: fix split bio handling by Yehuda Sadeh · 13 years ago
  84. 496b318 xen/blkback: fix xenbus_transaction_start() hang caused by double xenbus_transaction_end() by Laszlo Ersek · 13 years ago
  85. 11f7700 rbd: fix leak of ops struct by Sage Weil · 13 years ago
  86. 5185432 xen/blkback: Align the tabs on the structure. by Konrad Rzeszutek Wilk · 13 years ago
  87. cca537a xen/blkback: if log_stats is enabled print out the data. by Konrad Rzeszutek Wilk · 13 years ago
  88. 5a577e3 xen/blkback: Add the prefix XEN in the common.h. by Konrad Rzeszutek Wilk · 13 years ago
  89. 3d81473 xen/blkback: Prefix 'vbd' with 'xen' in structs and functions. by Konrad Rzeszutek Wilk · 13 years ago
  90. 30fd150 xen/blkback: Change structure name blkif_st to xen_blkif. by Konrad Rzeszutek Wilk · 13 years ago
  91. 325a648 xen/blkback: Remove the unused typedefs. by Konrad Rzeszutek Wilk · 13 years ago
  92. 452a6b2 xen/blkback: Move include/xen/blkif.h into drivers/block/xen-blkback/common.h by Konrad Rzeszutek Wilk · 13 years ago
  93. b0f8012 xen/blkback: Fixing some more of the cleanpatch.pl warnings. by Konrad Rzeszutek Wilk · 13 years ago
  94. 03e0edf xen/blkback: Checkpatch.pl recommend against multiple assigments. by Konrad Rzeszutek Wilk · 13 years ago
  95. a4c3485 xen/blkback: Flesh out the description in the Kconfig. by Konrad Rzeszutek Wilk · 13 years ago
  96. b9fc029 xen/blkback: Fix spelling mistakes. by Konrad Rzeszutek Wilk · 13 years ago
  97. 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
  98. 72468bf xen/blkback: Removing the debug_lvl option. by Konrad Rzeszutek Wilk · 13 years ago
  99. 22b20f2 xen/blkback: Use the DRV_PFX in the pr_.. macros. by Konrad Rzeszutek Wilk · 13 years ago
  100. 1afbd73 xen/blkback: Make the DPRINTK uniform. by Konrad Rzeszutek Wilk · 13 years ago