1. 23ed6e1 rbd: ignore result of ceph_copy_from_page_vector() by Alex Elder · 12 years ago
  2. 1ceae7e rbd: prevent bytes transferred overflow by Alex Elder · 12 years ago
  3. b324814 libceph: use void pointers in page vector functions by Alex Elder · 12 years ago
  4. 9e0eb85 ceph: remove a few bogus declarations by Alex Elder · 12 years ago
  5. fbfab53 libceph: allow STAT osd operations by Alex Elder · 12 years ago
  6. ef06f4d3 rbd: add parentheses to object request iterator macros by Alex Elder · 12 years ago
  7. f44246e libceph: simplify data length calculation by Alex Elder · 12 years ago
  8. 0eb40bf libceph: update ceph_mds_state_name() and ceph_mds_op_name() by Alex Elder · 12 years ago
  9. dd6f5e1 libceph: update ceph_fs.h by Alex Elder · 12 years ago
  10. a9f36c3 libceph: remove dead code in osd_req_encode_op() by Alex Elder · 12 years ago
  11. 4c46459 libceph: report defined but unsupported osd ops by Alex Elder · 12 years ago
  12. 2979ddb libceph: update ceph_osd_op_name() by Alex Elder · 12 years ago
  13. 4b568b1 libceph: add ceph_osd_state_name() by Alex Elder · 12 years ago
  14. 0315a77 libceph: update rados.h by Alex Elder · 12 years ago
  15. 2d2f522 libceph: kill ceph_osdc_wait_event() by Alex Elder · 12 years ago
  16. 3c663bb libceph: kill ceph_osdc_create_event() "one_shot" parameter by Alex Elder · 12 years ago
  17. 60e56f1 libceph: kill ceph_calc_raw_layout() by Alex Elder · 12 years ago
  18. 6078938 libdeph: don't export ceph_osdc_init() or ceph_osdc_stop() by Alex Elder · 12 years ago
  19. f9d2519 libceph: lock outside send_queued() by Alex Elder · 12 years ago
  20. a3bea47 ceph: kill ceph_osdc_new_request() "num_reply" parameter by Alex Elder · 12 years ago
  21. 2480882 ceph: kill ceph_osdc_writepages() "flags" parameter by Alex Elder · 12 years ago
  22. fbf8685 ceph: kill ceph_osdc_writepages() "dosync" parameter by Alex Elder · 12 years ago
  23. 87f979d ceph: kill ceph_osdc_writepages() "nofail" parameter by Alex Elder · 12 years ago
  24. e7e319a libceph: improve packing in struct ceph_osd_req_op by Alex Elder · 12 years ago
  25. 0774130 rbd: add barriers near done flag operations by Alex Elder · 12 years ago
  26. a14ea26 rbd: turn off interrupts for open/remove locking by Alex Elder · 12 years ago
  27. 9cbb1d7 libceph: don't require r_num_pages for bio requests by Alex Elder · 12 years ago
  28. 1e32d34 rbd: don't take extra bio reference for osd client by Alex Elder · 12 years ago
  29. 72fe25e libceph: add a compatibility check interface by Alex Elder · 12 years ago
  30. b82d167 rbd: prevent open for image being removed by Alex Elder · 12 years ago
  31. 6d29290 rbd: define flags field, use it for exists flag by Alex Elder · 12 years ago
  32. 8eb8756 rbd: don't drop watch requests on completion by Alex Elder · 12 years ago
  33. 25dcf95 rbd: decrement obj request count when deleting by Alex Elder · 12 years ago
  34. 975241a rbd: track object rather than osd request for watch by Alex Elder · 12 years ago
  35. 6977c3f rbd: unregister linger in watch sync routine by Alex Elder · 12 years ago
  36. 9f20e02 rbd: get rid of rbd_req_sync_exec() by Alex Elder · 12 years ago
  37. 36be9a7 rbd: implement sync method with new code by Alex Elder · 12 years ago
  38. cf81b60 rbd: send notify ack asynchronously by Alex Elder · 12 years ago
  39. 5ae9db8 rbd: get rid of rbd_req_sync_notify_ack() by Alex Elder · 12 years ago
  40. b8d7003 rbd: use new code for notify ack by Alex Elder · 12 years ago
  41. ecf7a03 rbd: get rid of rbd_req_sync_watch() by Alex Elder · 12 years ago
  42. 9969ebc rbd: implement watch/unwatch with new code by Alex Elder · 12 years ago
  43. 86ea43b rbd: get rid of rbd_req_sync_read() by Alex Elder · 12 years ago
  44. 788e2df rbd: implement sync object read with new code by Alex Elder · 12 years ago
  45. 7d250b9 rbd: kill rbd_req_coll and rbd_request by Alex Elder · 12 years ago
  46. 2250a71 rbd: kill rbd_rq_fn() and all other related code by Alex Elder · 12 years ago
  47. bf0d5f50 rbd: new request tracking code by Alex Elder · 12 years ago
  48. 3ebc21f libceph: fix messenger CONFIG_BLOCK dependencies by Alex Elder · 12 years ago
  49. 695b711 ceph: implement hidden per-field ceph.*.layout.* vxattrs by Sage Weil · 12 years ago
  50. 1f08f2b ceph: add ceph.dir.layout vxattr by Sage Weil · 12 years ago
  51. 32ab0bd ceph: change ceph.file.layout.* implementation, content by Sage Weil · 12 years ago
  52. b65917d ceph: fix listxattr handling for vxattrs by Sage Weil · 12 years ago
  53. 0bee82f ceph: fix getxattr vxattr handling by Sage Weil · 12 years ago
  54. f36e447 ceph: add exists_cb to vxattr struct by Sage Weil · 12 years ago
  55. d421acb ceph: pass ceph.* removexattrs through to MDS by Sage Weil · 12 years ago
  56. 3adf654 ceph: pass unhandled ceph.* setxattrs through to MDS by Sage Weil · 12 years ago
  57. 8860147 ceph: support hidden vxattrs by Sage Weil · 12 years ago
  58. 39b648d9 ceph: remove 'ceph.layout' virtual xattr by Sage Weil · 12 years ago
  59. 969e5aa Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing by Alex Elder · 12 years ago
  60. 1ec3911 libceph: fix undefined behavior when using snprintf() by Cong Ding · 12 years ago
  61. c043064 rbd: don't retry setting up header watch by Alex Elder · 12 years ago
  62. 38901e0 rbd: check for overflow in rbd_get_num_segments() by Alex Elder · 12 years ago
  63. 98571b5 rbd: small changes by Alex Elder · 12 years ago
  64. 949db15 Linux 3.8-rc5 by Linus Torvalds · 12 years ago
  65. d7df025 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  66. 66e2d3e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  67. d93816a Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  68. 01acd3e Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  69. 1496ec1 Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  70. ba2ab41 Merge tag 'pm+acpi-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  71. bff9241 Merge tag 'regmap-fix-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  72. 3f58e09 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  73. acc5da0 Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  74. 1eafa6c Btrfs: fix repeated delalloc work allocation by Miao Xie · 12 years ago
  75. c9f01bf Btrfs: fix wrong max device number for single profile by Miao Xie · 12 years ago
  76. 2cba30f Btrfs: fix missed transaction->aborted check by Miao Xie · 12 years ago
  77. 8d25a08 Btrfs: Add ACCESS_ONCE() to transaction->abort accesses by Miao Xie · 12 years ago
  78. e58dd74 Btrfs: put csums on the right ordered extent by Josef Bacik · 12 years ago
  79. 192000d Btrfs: use right range to find checksum for compressed extents by Liu Bo · 12 years ago
  80. b017511 Btrfs: fix panic when recovering tree log by Josef Bacik · 12 years ago
  81. 201a903 Btrfs: do not allow logged extents to be merged or removed by Josef Bacik · 12 years ago
  82. 3836414 Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux into fixes by Olof Johansson · 12 years ago
  83. 60fd8e3 Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes by Olof Johansson · 12 years ago
  84. 5266629 mfd: vexpress-sysreg: Don't skip initialization on probe by Pawel Moll · 12 years ago
  85. ab838bc ARM: vexpress: Enable A7 cores in V2P-CA15_A7's Device Tree by Pawel Moll · 12 years ago
  86. 1585defb ARM: vexpress: extend the MPIDR range used for pen release check by Lorenzo Pieralisi · 12 years ago
  87. af4ca6a Merge remote-tracking branch 'regmap/fix/debugfs' into tmp by Mark Brown · 12 years ago
  88. 4ad3041 Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes by Olof Johansson · 12 years ago
  89. f6be19c Merge tag 'mvebu_fixes_for_v3.8-rc5' of git://git.infradead.org/users/jcooper/linux into fixes by Olof Johansson · 12 years ago
  90. ff7532c Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  91. ae763db Merge tag 'char-misc-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  92. 6f48ea5 Merge tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  93. 2116e02 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  94. 5e30bbb MAINTAINERS: Someone needs to watch over the serial drivers by Greg Kroah-Hartman · 12 years ago
  95. 248152b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 12 years ago
  96. c1b8414 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  97. dba63b2 USB: EHCI: fix build error in ehci-mxc by Alan Stern · 12 years ago
  98. db23366 Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  99. 6d26b3a MAINTAINERS: remove me by Alan Cox · 12 years ago
  100. 31614bb ALSA: hda - Fix inconsistent pin states after resume by Takashi Iwai · 12 years ago