1. 0c7db27 drbd: bm_page_async_io: properly initialize page->private by Arne Redlich · 12 years ago
  2. 4d95a10 drbd: use the newly introduced page pool for bitmap IO by Lars Ellenberg · 13 years ago
  3. 4281808 drbd: add page pool to be used for meta data IO by Lars Ellenberg · 13 years ago
  4. 0e8488a drbd: allow bitmap to change during writeout from resync_finished by Lars Ellenberg · 12 years ago
  5. a574daf drbd: fix race between drbdadm invalidate/verify and finishing resync by Lars Ellenberg · 12 years ago
  6. ba280c0 drbd: fix resend/resubmit of frozen IO by Lars Ellenberg · 12 years ago
  7. 5de7382 drbd: Ensure that data_size is not 0 before using data_size-1 as index by Philipp Reisner · 12 years ago
  8. 197296f drbd: Delay/reject other state changes while establishing a connection by Philipp Reisner · 12 years ago
  9. 46385c8 drbd: move put_ldev from __req_mod() to the endio callback by Lars Ellenberg · 13 years ago
  10. d64957c drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONE by Lars Ellenberg · 12 years ago
  11. 41c4a00 drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspended by Lars Ellenberg · 13 years ago
  12. 6d49e10 drbd: make OOS_HANDED_TO_NETWORK its own case by Lars Ellenberg · 13 years ago
  13. c088b2d drbd: don't pretend that barrier_nr == 0 was special by Lars Ellenberg · 12 years ago
  14. 7ffcaa7 drbd: remove unused static helper function by Lars Ellenberg · 12 years ago
  15. a5d214f drbd: remove some very outdated comments by Lars Ellenberg · 12 years ago
  16. 1abc2af drbd: missing wakeup after drbd_rs_del_all by Lars Ellenberg · 12 years ago
  17. 671a74e drbd: remove now unused seq_num member from struct drbd_request by Lars Ellenberg · 12 years ago
  18. 001a886 drbd: fix potential data corruption and protocol error by Lars Ellenberg · 12 years ago
  19. b6a370ba drbd: Fix a potential write ordering issue on SyncTarget nodes by Philipp Reisner · 12 years ago
  20. fc28845 drbd: Fix a potential race that could case data inconsistency by Philipp Reisner · 13 years ago
  21. 031a7c1 drbd: add missing part_round_stats to _drbd_start_io_acct by Lars Ellenberg · 13 years ago
  22. 47a4f1c drbd: Fix module refcount leak in drbd_accept() by Lars Ellenberg · 13 years ago
  23. 7caacb6 drbd: Consider the disk-timeout also for meta-data IO operations by Philipp Reisner · 13 years ago
  24. 4afc433 drbd: Do not send state packets while lower than C_CONNECTED cstate by Philipp Reisner · 13 years ago
  25. 545752d drbd: fix race between disconnect and receive_state by Lars Ellenberg · 13 years ago
  26. 763eb63 drbd: fix potential spinlock deadlock by Lars Ellenberg · 13 years ago
  27. e89868a drbd: Fixed an obvious copy-n-paste mistake by Philipp Reisner · 13 years ago
  28. f479ea0 drbd: send intermediate state change results to the peer by Lars Ellenberg · 13 years ago
  29. a2e9138 drbd: fix spurious meta data IO "error" by Lars Ellenberg · 13 years ago
  30. aaae506 drbd: Fixed a race condition between detach and start of resync by Philipp Reisner · 13 years ago
  31. 6a9a92f drbd: fix harmless race to not trigger an ASSERT by Lars Ellenberg · 13 years ago
  32. 5ba3dac drbd: Derive sync-UUIDs only from the bitmap-uuid if it is non-zero by Philipp Reisner · 13 years ago
  33. 7b4e4d3 drbd: drbd_nl_resize(): Fix missing put_ldev() on error path by Andreas Gruenbacher · 13 years ago
  34. 40424e4 drbd: fix "stalled" empty resync by Lars Ellenberg · 13 years ago
  35. 1e86ac4 drbd: Bugfix for the connection behavior by Philipp Reisner · 13 years ago
  36. 80f9fd5 drbd: Cleanup all epoch objects upon connection loss by Philipp Reisner · 13 years ago
  37. fd2491f drbd: detach must not try to abort non-local requests from drbd-8.4 by Philipp Reisner · 13 years ago
  38. 79f16f5 drbd: Consider that the no-data-condition could be in connected state by Philipp Reisner · 13 years ago
  39. bca482e drbd: Fixed current UUID generation by Philipp Reisner · 13 years ago
  40. 22f46ce drbd: change some GFP_KERNEL to GFP_NOIO by Lars Ellenberg · 13 years ago
  41. dfa8bed drbd: Implemented the disk-timeout option by Philipp Reisner · 13 years ago
  42. 02ee8f9 drbd: Force flag for the detach operation by Philipp Reisner · 13 years ago
  43. 5ca1de0 drbd: Allow new IOs while the local disk in in FAILED state by Philipp Reisner · 13 years ago
  44. 9e58c4d drbd: Bitmap IO functions can now return prematurely if the disk breaks by Philipp Reisner · 13 years ago
  45. d1f3779 drbd: Added a kref to bm_aio_ctx by Philipp Reisner · 13 years ago
  46. b205762 drbd: Hold a reference to ldev while doing meta-data IO by Philipp Reisner · 13 years ago
  47. 4a2fe56 drbd: Keep a reference to the bio until the completion handler finished by Philipp Reisner · 13 years ago
  48. 0c46442 drbd: Implemented wait_until_done_or_disk_failure() by Philipp Reisner · 13 years ago
  49. e171173 drbd: Replaced md_io_mutex by an atomic: md_io_in_use by Philipp Reisner · 13 years ago
  50. cc94c65 drbd: moved md_io into mdev by Philipp Reisner · 13 years ago
  51. 2b4dd36 drbd: Immediately allow completion of IOs, that wait for IO completions on a failed disk by Philipp Reisner · 13 years ago
  52. 6d7e32f drbd: Keep a reference to barrier acked requests by Philipp Reisner · 13 years ago
  53. 6809384 drbd: Improve compatibility with drbd's older than 8.3.7 by Philipp Reisner · 13 years ago
  54. 77e8fdf drbd: Only print sanitize state's warnings, if the state change happens by Philipp Reisner · 13 years ago
  55. 0766734 drbd: downgraded error printk to info by Lars Ellenberg · 13 years ago
  56. 071cf1c drbd: allow ping-timeout of up to 30 seconds by Lars Ellenberg · 13 years ago
  57. 5f138ce DRBD: Fix comparison always false warning due to long/long long compare by David Howells · 13 years ago
  58. 7948bcd drbd: spelling fix: too small by Lars Ellenberg · 13 years ago
  59. 1381e9a drbd: cosmetic: fix accidental division instead of modulo when pretty printing by Lars Ellenberg · 13 years ago
  60. ebd2b0c drbd: Lower log priority for an event that is definitely not an error by Philipp Reisner · 13 years ago
  61. 0b7877d Merge tag 'v3.4-rc5' into for-3.5/core by Jens Axboe · 12 years ago
  62. 69964ea Linux 3.4-rc5 by Linus Torvalds · 12 years ago
  63. 6cfdd02 Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  64. 64f371b autofs: make the autofsv5 packet file descriptor use a packetized pipe by Linus Torvalds · 12 years ago
  65. 26e0f90 PM / Freezer / Docs: Update documentation about freezing of tasks by Marcos Paulo de Souza · 12 years ago
  66. 9883035 pipes: add a "packetized pipe" mode for writing by Linus Torvalds · 12 years ago
  67. de9e24e Merge tag 'staging-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  68. 8d7d1ad Merge tag 'usb-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  69. f7b0069 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  70. b990f9b Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  71. cd88e3a Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  72. fcbf94b Revert "autofs: work around unhappy compat problem on x86-64" by Linus Torvalds · 12 years ago
  73. 3a69ddd drm/i915: Set the Stencil Cache eviction policy to non-LRA mode. by Kenneth Graunke · 12 years ago
  74. 700698e drm/radeon/kms: need to set up ss on DP bridges as well by Alex Deucher · 12 years ago
  75. c629eaf Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  76. 4bbbf13f Merge tag 'stable/for-linus-3.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  77. 84c6a81 Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  78. 9f7e2f9 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  79. a882a4d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  80. 78e97a4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  81. c28c485 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  82. daae677 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  83. 06fc5d3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  84. f607245 Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  85. d7e69bc Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  86. 9c68770 Merge branch 'docs-3.4' of git://git.samba.org/jlayton/linux by Linus Torvalds · 12 years ago
  87. 7eb7ce4 xen: correctly check for pending events when restoring irq flags by David Vrabel · 12 years ago
  88. dc7fdde Btrfs: reduce lock contention during extent insertion by Chris Mason · 12 years ago
  89. fede766 Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdir by Chris Mason · 12 years ago
  90. 2431a81 spi/spi-bfin5xx: Fix flush of last bit after each spi transfer by Scott Jiang · 12 years ago
  91. 128465c spi/spi-bfin5xx: fix reversed if condition in interrupt mode by Scott Jiang · 12 years ago
  92. 8d9d2a4 spi/spi_bfin_sport: drop bits_per_word from client data by Scott Jiang · 12 years ago
  93. 7666fd8 spi/bfin_spi: drop bits_per_word from client data by Scott Jiang · 12 years ago
  94. 488e1a9 spi/spi-bfin-sport: move word length setup to transfer handler by Scott Jiang · 12 years ago
  95. 22ac3e8 spi/bfin5xx: rename config macro name for bfin5xx spi controller driver by Scott Jiang · 12 years ago
  96. ea505bc spi/pl022: Allow request for higher frequency than maximum possible by Viresh Kumar · 12 years ago
  97. 7654b72 Btrfs: Fix space checking during fs resize by Daniel J Blueman · 12 years ago
  98. 1f699d3 Btrfs: fix block_rsv and space_info lock ordering by Stefan Behrens · 12 years ago
  99. 1daf354 Btrfs: Prevent root_list corruption by Daniel J Blueman · 12 years ago
  100. 3e74317 Btrfs: fix repair code for RAID10 by Jan Schmidt · 12 years ago