1. 1bdb70e ceph: clean up 'osd%d down' console msg by Sage Weil · 15 years ago
  2. f28bcfb ceph: convert port endianness by Sage Weil · 15 years ago
  3. 6a18be1 ceph: fix sparse endian warning by Sage Weil · 15 years ago
  4. 5104212 ceph: fix endian conversions for ceph_pg by Sage Weil · 15 years ago
  5. 63f2d21 ceph: use fixed endian encoding for ceph_entity_addr by Sage Weil · 15 years ago
  6. 859e7b1 ceph: init/destroy bdi in client create/destroy helpers by Sage Weil · 15 years ago
  7. 33aa96e crush: always return a value from crush_bucket_choose by Sage Weil · 15 years ago
  8. 63ff78b ceph: fix uninitialized err variable by Sage Weil · 15 years ago
  9. ff1d1f7 ceph: fix intra strip unit length calculation by Noah Watkins · 15 years ago
  10. 645a102 ceph: fix object striping calculation for non-default striping schemes by Sage Weil · 15 years ago
  11. 5600f5e ceph: correct comment to match striping calculation by Sage Weil · 15 years ago
  12. 35e054a ceph: remove redundant use of le32_to_cpu by Noah Watkins · 15 years ago
  13. fbbccec ceph: replace list_entry with container_of by Noah Watkins · 15 years ago
  14. 6b80518 ceph: allocate and parse mount args before client instance by Sage Weil · 15 years ago
  15. e53c2fe ceph: fix, clean up string mount arg parsing by Sage Weil · 15 years ago
  16. 6ca874e ceph: silence uninitialized variable warning by Sage Weil · 15 years ago
  17. 7b813c46 ceph: reduce parse_mount_args stack usage by Sage Weil · 15 years ago
  18. ecb19c4 ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriate by Sage Weil · 15 years ago
  19. 232d4b0 ceph: move directory size logic to ceph_getattr by Sage Weil · 15 years ago
  20. bb097ff ceph: v0.17 of client by Sage Weil · 15 years ago
  21. ee7fdfa ceph: include preferred osd in placement seed by Sage Weil · 15 years ago
  22. 8fa9765 ceph: enable readahead by Sage Weil · 15 years ago
  23. 76e3b39 ceph: move dirty caps code around by Sage Weil · 15 years ago
  24. 8f3bc05 ceph: warn on allocation from msgpool with larger front_len by Sage Weil · 15 years ago
  25. 07bd10f ceph: correct subscribe_ack msgpool payload size by Sage Weil · 15 years ago
  26. afcdaea ceph: flush dirty caps via the cap_dirty list by Sage Weil · 15 years ago
  27. cdc35f9 ceph: move generic flushing code into helper by Sage Weil · 15 years ago
  28. f2cf418 ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_super by Sage Weil · 15 years ago
  29. c89136e ceph: convert encode/decode macros to inlines by Sage Weil · 15 years ago
  30. 535bbb5 ceph: add version field to message header by Sage Weil · 15 years ago
  31. 5720330 ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAP by Sage Weil · 15 years ago
  32. 8fc57da4 ceph: ignore trailing data in monamp by Sage Weil · 15 years ago
  33. 752727a ceph: add file layout validation by Sage Weil · 15 years ago
  34. 13e38c8 ceph: update to mon client protocol v15 by Sage Weil · 15 years ago
  35. 266673d ceph: cancel osd requests before resending them by Sage Weil · 15 years ago
  36. 81b024e ceph: reset osd session on fault, not peer_reset by Sage Weil · 15 years ago
  37. 991abb6 ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping) by Sage Weil · 15 years ago
  38. 0ba6478 ceph: revoke osd request message on request completion by Sage Weil · 15 years ago
  39. c1ea882 ceph: fix osd request submission race by Sage Weil · 15 years ago
  40. 0656d11 ceph: renew mon subscription before it expires by Sage Weil · 15 years ago
  41. e251e28 ceph: fix mdsmap decoding when multiple mds's are present by Sage Weil · 15 years ago
  42. b28813a ceph: gracefully avoid empty crush buckets by Sage Weil · 15 years ago
  43. b195bef ceph: include preferred_osd in file layout virtual xattr by Sage Weil · 15 years ago
  44. fa0b72e ceph: show meaningful version on module load by Sage Weil · 15 years ago
  45. e324b8f ceph: document shared files in README by Sage Weil · 15 years ago
  46. 9030aaf ceph: Kconfig, Makefile by Sage Weil · 15 years ago
  47. 76aa844 ceph: debugfs by Sage Weil · 15 years ago
  48. 8f4e91d ceph: ioctls by Sage Weil · 15 years ago
  49. a8e63b7 ceph: nfs re-export support by Sage Weil · 15 years ago
  50. 8fc91fd ceph: message pools by Sage Weil · 15 years ago
  51. 31b8006 ceph: messenger library by Sage Weil · 15 years ago
  52. 963b61e ceph: snapshot management by Sage Weil · 15 years ago
  53. a8599bd ceph: capability management by Sage Weil · 15 years ago
  54. ba75bb9 ceph: monitor client by Sage Weil · 15 years ago
  55. 5ecc0a0 ceph: CRUSH mapping algorithm by Sage Weil · 15 years ago
  56. f24e998 ceph: OSD client by Sage Weil · 15 years ago
  57. 2f2dc05 ceph: MDS client by Sage Weil · 15 years ago
  58. 1d3576f ceph: address space operations by Sage Weil · 15 years ago
  59. 124e68e ceph: file operations by Sage Weil · 15 years ago
  60. 2817b00 ceph: directory operations by Sage Weil · 15 years ago
  61. 355da1e ceph: inode operations by Sage Weil · 15 years ago
  62. 16725b9 ceph: super.c by Sage Weil · 15 years ago
  63. c30dbb9 ceph: ref counted buffer by Sage Weil · 15 years ago
  64. de57606 ceph: client types by Sage Weil · 15 years ago
  65. 0dee3c2 ceph: on-wire types by Sage Weil · 15 years ago
  66. 7ad920b ceph: documentation by Sage Weil · 15 years ago
  67. 17d857b Linux 2.6.32-rc1 by Linus Torvalds · 15 years ago
  68. b3b75ce alpha: Fix duplicate <asm/thread_info.h> include by Linus Torvalds · 15 years ago
  69. f278a2f tty: Fix regressions caused by commit b50989dc by Dave Young · 15 years ago
  70. 569ec4c ACPI: kill "unused variable ‘i’" warning by Linus Torvalds · 15 years ago
  71. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  72. 6f50710 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  73. 73964f6 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  74. 9d98ece Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  75. e56d953 ACPI: IA64=y ACPI=n build fix by Len Brown · 15 years ago
  76. 3d5b6fb ACPI: Kill overly verbose "power state" log messages by Roland Dreier · 15 years ago
  77. d949f36 x86: Fix hwpoison code related build failure on 32-bit NUMAQ by Linus Torvalds · 15 years ago
  78. 3e2ada5 ACPI: fix Compaq Evo N800c (Pentium 4m) boot hang regression by Zhao Yakui · 15 years ago
  79. 14f0334 ACPI: Clarify resource conflict message by Jean Delvare · 15 years ago
  80. b684a36 thinkpad-acpi: fix CONFIG_THINKPAD_ACPI_HOTKEY_POLL build problem by Henrique de Moraes Holschuh · 15 years ago
  81. ba77d20 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  82. 0d9df25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 15 years ago
  83. cce1d9f Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 15 years ago
  84. d910fc7 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 15 years ago
  85. 1d1764c headers: kref.h redux by Alexey Dobriyan · 15 years ago
  86. 3b38376 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  87. 49e70dd Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  88. 179b914 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  89. 4187e7e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  90. 5bb241b Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  91. 76e0134 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  92. bfebb14 Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  93. 07e2e6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  94. d8f654e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  95. 052a0cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  96. 9e6ec39 make Linux bootable on ARM again by Nicolas Pitre · 15 years ago
  97. a7998ce backlight: new driver for ADP5520/ADP5501 MFD PMICs by Michael Hennerich · 15 years ago
  98. 89dfc28 backlight: extend event support to also support poll() by Henrique de Moraes Holschuh · 15 years ago
  99. e96c928 ACPI: i2c-scmi: don't use acpi_device_uid() by Bjorn Helgaas · 15 years ago
  100. 2b474ad Merge branch 'thinkpad-2.6.32-part2' into release by Len Brown · 15 years ago