1. 3e394da drbd: Move sequence number logic into drbd_receiver.c and simplify it by Andreas Gruenbacher · 13 years ago
  2. cc37827 drbd: Initialize the sequence number sent over the network even when not used by Andreas Gruenbacher · 13 years ago
  3. bdc7adb drbd: Remove redundant initialization by Andreas Gruenbacher · 13 years ago
  4. d876302 drbd: Rename "enum drbd_packets" to "enum drbd_packet" by Andreas Gruenbacher · 13 years ago
  5. f2ad906 drbd: Move cmdname() out of drbd_int.h by Andreas Gruenbacher · 13 years ago
  6. b42a70a drbd: Do not access tconn after it was freed by Philipp Reisner · 13 years ago
  7. 257d0af drbd: Implemented receiving of new style packets on meta socket by Philipp Reisner · 13 years ago
  8. fd340c1 drbd: Use new header layout by Philipp Reisner · 13 years ago
  9. c012949 drbd: Replaced all p_header80 with a generic p_header by Philipp Reisner · 13 years ago
  10. c6d25cf drbd: Preparing to use p_header96 for all packets by Philipp Reisner · 13 years ago
  11. 191d3cc drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev by Philipp Reisner · 13 years ago
  12. a063845 drbd: moved crypto transformations and friends from mdev to tconn by Philipp Reisner · 13 years ago
  13. 87eeee4 drbd: moved req_lock and transfer log from mdev to tconn by Philipp Reisner · 13 years ago
  14. 31890f4 drbd: moved agreed_pro_version, last_received and ko_count to tconn by Philipp Reisner · 13 years ago
  15. e6b3ea8 drbd: moved receiver, worker and asender from mdev to tconn by Philipp Reisner · 13 years ago
  16. e42325a drbd: moved data and meta from mdev to tconn by Philipp Reisner · 13 years ago
  17. b2fb6dbe drbd: moved net_cont and net_cnt_wait from mdev to tconn by Philipp Reisner · 13 years ago
  18. 89e58e7 drbd: moved net_conf from mdev to tconn by Philipp Reisner · 13 years ago
  19. 2111438 drbd: Minimal struct drbd_tconn by Philipp Reisner · 13 years ago
  20. 9749f30 idr: idr_for_each_entry() macro by Philipp Reisner · 13 years ago
  21. 6618bf1 drbd: Interval tree bugfix by Andreas Gruenbacher · 13 years ago
  22. e3cfa7b drbd: Inline function overlaps() is now unused by Andreas Gruenbacher · 13 years ago
  23. 70dc65e drbd: Remove some useless paranoia code by Andreas Gruenbacher · 14 years ago
  24. 841ce24 drbd: Replace the ERR_IF macro with an assert-like macro by Andreas Gruenbacher · 14 years ago
  25. e77a0a5 drbd: Convert all constants in enum drbd_thread_state to upper case by Andreas Gruenbacher · 13 years ago
  26. 8554df1 drbd: Convert all constants in enum drbd_req_event to upper case by Andreas Gruenbacher · 13 years ago
  27. bb3bfe9 drbd: Remove the unused hash tables by Andreas Gruenbacher · 13 years ago
  28. 8b94625 drbd: Use interval tree for overlapping epoch entry detection by Andreas Gruenbacher · 13 years ago
  29. 010f6e6 drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval by Andreas Gruenbacher · 13 years ago
  30. bc9c5c4 drbd: Use the read and write request trees for request lookups by Andreas Gruenbacher · 13 years ago
  31. dac1389 drbd: Add read_requests tree by Andreas Gruenbacher · 13 years ago
  32. de69671 drbd: Use interval tree for overlapping write request detection by Andreas Gruenbacher · 13 years ago
  33. ace652a drbd: Put sector and size in struct drbd_request into struct drbd_interval by Andreas Gruenbacher · 14 years ago
  34. 0939b0e drbd: Add interval tree data structure by Andreas Gruenbacher · 14 years ago
  35. c3afd8f drbd: Request lookup code cleanup (4) by Andreas Gruenbacher · 13 years ago
  36. ae3388d drbd: Request lookup code cleanup (3) by Andreas Gruenbacher · 13 years ago
  37. 668eebc drbd: Request lookup code cleanup (2) by Andreas Gruenbacher · 13 years ago
  38. 5162458 drbd: Request lookup code cleanup (1) by Andreas Gruenbacher · 13 years ago
  39. 9c50842 drbd: Update outdated comment by Andreas Gruenbacher · 13 years ago
  40. d628769 drbd: Move drbd_free_tl_hash() to drbd_main() by Andreas Gruenbacher · 13 years ago
  41. 579b57e drbd: Magic reserved block_id value cleanup by Andreas Gruenbacher · 13 years ago
  42. e7fad8a drbd: Endianness convert the constants instead of the variables by Andreas Gruenbacher · 13 years ago
  43. ca9bc12 drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG by Andreas Gruenbacher · 13 years ago
  44. 9a8e775 drbd: Consistently use block_id == ID_SYNCER for checksum based resync and online verify by Andreas Gruenbacher · 13 years ago
  45. 3980485 drbd: Remove superfluous declaration by Andreas Gruenbacher · 13 years ago
  46. 28c455c drbd: Get rid of req_validator_fn typedef by Andreas Gruenbacher · 13 years ago
  47. e03c8dd loop: always allow userspace partitions and optionally support automatic scanning by Kay Sievers · 13 years ago
  48. e8b177c Merge branch 'for-3.2/core' into for-3.2/drivers by Jens Axboe · 13 years ago
  49. d27769e block: add GENHD_FL_NO_PART_SCAN by Tejun Heo · 13 years ago
  50. dfaa2ef loop: add discard support for loop devices by Lukas Czerner · 13 years ago
  51. 548ef6c nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixes by Andrew Morton · 13 years ago
  52. 5eedf54 nbd: replace some printk with dev_warn() and dev_info() by WANG Cong · 13 years ago
  53. 7742ce4 nbd: lower the loglevel of an error message by WANG Cong · 13 years ago
  54. 7f1b90f nbd: replace printk KERN_ERR with dev_err() by WANG Cong · 13 years ago
  55. 1695b87 nbd: replace sysfs_create_file() with device_create_file() by WANG Cong · 13 years ago
  56. 25ac0c2 nbd: use task_pid_nr() to get current pid by WANG Cong · 13 years ago
  57. f963d27 cciss: add transport mode attribute to sys by Joe Handzik · 13 years ago
  58. 1304953 cciss: Adds simple mode functionality by Joseph Handzik · 13 years ago
  59. 322a8b0 Linux 3.1-rc1 by Linus Torvalds · 13 years ago
  60. 9e23311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  61. fc97114 sh: Fix boot crash related to SCI by Rafael J. Wysocki · 13 years ago
  62. f23c126 arm: remove stale export of 'sha_transform' by Linus Torvalds · 13 years ago
  63. 4d44871 arm: remove "optimized" SHA1 routines by Linus Torvalds · 13 years ago
  64. 3295514 fix rcu annotations noise in cred.h by Al Viro · 13 years ago
  65. 7813b94 vfs: rename 'do_follow_link' to 'should_follow_link' by Linus Torvalds · 13 years ago
  66. 206b1d0 Fix POSIX ACL permission check by Ari Savolainen · 13 years ago
  67. c2f340a Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  68. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 13 years ago
  69. 830c0f0 vfs: renumber DCACHE_xyz flags, remove some stale ones by Linus Torvalds · 13 years ago
  70. 7cd4767 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  71. cf283ad ore: Make ore its own module by Boaz Harrosh · 13 years ago
  72. 8ff660a exofs: Rename raid engine from exofs/ios.c => ore by Boaz Harrosh · 13 years ago
  73. 9e9db45 exofs: ios: Move to a per inode components & device-table by Boaz Harrosh · 13 years ago
  74. 85e44df exofs: Move exofs specific osd operations out of ios.c by Boaz Harrosh · 13 years ago
  75. e1042ba exofs: Add offset/length to exofs_get_io_state by Boaz Harrosh · 14 years ago
  76. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  77. bc0b96b crypto: Move md5_transform to lib/md5.c by David S. Miller · 13 years ago
  78. 1957e7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  79. ce195d3 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  80. 2560540 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 13 years ago
  81. 45a05f9 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  82. f38092b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  83. 4b00e4b savagedb: Fix typo causing regression in savage4 series video chip detection by John Stanley · 13 years ago
  84. 6f76b6f CodingStyle: Document the exception of not splitting user-visible strings, for grepping by Josh Triplett · 13 years ago
  85. 1117f72 vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files by Linus Torvalds · 13 years ago
  86. c214270 oom_ajd: don't use WARN_ONCE, just use printk_once by Linus Torvalds · 13 years ago
  87. 1eb19a1 lib/sha1: use the git implementation of SHA-1 by Mandeep Singh Baines · 13 years ago
  88. 0785a8e sparc: Fix build with DEBUG_PAGEALLOC enabled. by David S. Miller · 13 years ago
  89. 5389102 Merge branch 'battery' into release by Len Brown · 13 years ago
  90. 69d94ec Battery: sysfs_remove_battery(): possible circular locking by Sergey Senozhatsky · 13 years ago
  91. 02b2677 PM / Runtime: Allow _put_sync() from interrupts-disabled context by Kevin Hilman · 13 years ago
  92. fe202fd PM / Domains: Fix pm_genpd_poweron() by Rafael J. Wysocki · 13 years ago
  93. 15b956a acer-wmi: support Lenovo ideapad S205 wifi switch by Lee, Chun-Yi · 13 years ago
  94. 2c3422d acerhdf.c: spaces in aliased changed to * by Anton V. Boyarshinov · 13 years ago
  95. 7451a55 platform-drivers-x86: ideapad-laptop: add missing ideapad_input_exit in ideapad_acpi_add error path by Axel Lin · 13 years ago
  96. 70fda70 x86 driver: fix typo in TDP override enabling by Jesse Barnes · 13 years ago
  97. 78a7539 Platform: fix samsung-laptop DMI identification for N150/N210/220/N230 by Thomas Courbon · 13 years ago
  98. f1566f0 dell-wmi: Add keys for Dell XPS L502X by Seth Forshee · 13 years ago
  99. 046f828 platform-drivers-x86: samsung-q10: make dmi_check_callback return 1 by Axel Lin · 13 years ago
  100. 78542e1 Platform: Samsung Q10 backlight driver by Frederick van der Wyck · 13 years ago