1. 5522ae0 libceph: use slab cache for osd client requests by Alex Elder · 11 years ago
  2. 4f0dcb1 libceph: create source file "net/ceph/snapshot.c" by Alex Elder · 11 years ago
  3. c3f5610 libceph: validate timespec conversions by Alex Elder · 11 years ago
  4. b587398 libceph: add signed type limits by Alex Elder · 11 years ago
  5. 6c57b55 libceph: support pages for class request data by Alex Elder · 11 years ago
  6. 4971977 libceph: support raw data requests by Alex Elder · 12 years ago
  7. 406e2c9 libceph: kill off osd data write_request parameters by Alex Elder · 11 years ago
  8. 26be880 libceph: change how "safe" callback is used by Alex Elder · 11 years ago
  9. 04017e2 libceph: make method call data be a separate data item by Alex Elder · 11 years ago
  10. 90af360 libceph: add, don't set data for a message by Alex Elder · 11 years ago
  11. ca8b3a6 libceph: implement multiple data items in a message by Alex Elder · 11 years ago
  12. 5240d9f libceph: replace message data pointer with list by Alex Elder · 12 years ago
  13. 8ae4f4f libceph: have cursor point to data by Alex Elder · 12 years ago
  14. 36153ec libceph: move cursor into message by Alex Elder · 12 years ago
  15. c851c49 libceph: record bio length by Alex Elder · 11 years ago
  16. ea96571 libceph: fix possible CONFIG_BLOCK build problem by Alex Elder · 11 years ago
  17. 5476492 libceph: kill off osd request r_data_in and r_data_out by Alex Elder · 11 years ago
  18. ec9123c libceph: set the data pointers when encoding ops by Alex Elder · 11 years ago
  19. a4ce40a libceph: combine initializing and setting osd data by Alex Elder · 11 years ago
  20. 5f562df libceph: format class info at init time by Alex Elder · 11 years ago
  21. c99d2d4 libceph: specify osd op by index in request by Alex Elder · 11 years ago
  22. 8c042b0 libceph: add data pointers in osd op structures by Alex Elder · 11 years ago
  23. 54d5064 libceph: rename data out field in osd request op by Alex Elder · 11 years ago
  24. 7952873 libceph: keep source rather than message osd op array by Alex Elder · 11 years ago
  25. 43bfe5d libceph: define osd data initialization helpers by Alex Elder · 11 years ago
  26. e5975c7 ceph: build osd request message later for writepages by Alex Elder · 12 years ago
  27. acead00 libceph: don't build request in ceph_osdc_new_request() by Alex Elder · 12 years ago
  28. a193080 libceph: record message data length by Alex Elder · 12 years ago
  29. fdce58c libceph: record length of bio list with bio by Alex Elder · 12 years ago
  30. ace6d3a libceph: drop ceph_osd_request->r_con_filling_msg by Alex Elder · 12 years ago
  31. ef4859d libceph: define ceph_decode_pgid() only once by Alex Elder · 12 years ago
  32. 33803f3 libceph: define source request op functions by Alex Elder · 12 years ago
  33. adfe695 ceph: move max constant definitions by Alex Elder · 12 years ago
  34. 6644ed7 libceph: make message data be a pointer by Alex Elder · 12 years ago
  35. f5db90b libceph: kill last of ceph_msg_pos by Alex Elder · 12 years ago
  36. 859a35d libceph: kill most of ceph_msg_pos by Alex Elder · 12 years ago
  37. 4c59b4a libceph: collapse all data items into one by Alex Elder · 12 years ago
  38. 6518be4 libceph: kill ceph message bio_iter, bio_seg by Alex Elder · 12 years ago
  39. 25aff7c libceph: record residual bytes for all message data types by Alex Elder · 12 years ago
  40. e996607 libceph: wrap auth methods in a mutex by Sage Weil · 12 years ago
  41. 27859f9 libceph: wrap auth ops in wrapper functions by Sage Weil · 12 years ago
  42. 0bed9b5 libceph: add update_authorizer auth method by Sage Weil · 12 years ago
  43. 3a23083 libceph: implement RECONNECT_SEQ feature by Sage Weil · 12 years ago
  44. 9d2a06c libceph: kill message trail by Alex Elder · 12 years ago
  45. 95e072e libceph: kill osd request r_trail by Alex Elder · 12 years ago
  46. 9a5e6d0 libceph: have osd requests support pagelist data by Alex Elder · 12 years ago
  47. 175face libceph: let osd ops determine request data length by Alex Elder · 12 years ago
  48. e766d7b libceph: implement pages array cursor by Alex Elder · 12 years ago
  49. 6aaa451 libceph: implement bio message data item cursor by Alex Elder · 12 years ago
  50. dd236fc libceph: prepare for other message data item types by Alex Elder · 12 years ago
  51. fe38a2b libceph: start defining message data cursor by Alex Elder · 12 years ago
  52. 4379450 libceph: abstract message data by Alex Elder · 12 years ago
  53. f9e1577 libceph: be explicit about message data representation by Alex Elder · 12 years ago
  54. 97fb1c7 libceph: define ceph_msg_has_*() data macros by Alex Elder · 12 years ago
  55. 4a73ef2 libceph: record message data byte length by Alex Elder · 12 years ago
  56. 27fa838 libceph: isolate other message data fields by Alex Elder · 12 years ago
  57. f1baeb2 libceph: set page info with byte length by Alex Elder · 12 years ago
  58. 02afca6 libceph: isolate message page field manipulation by Alex Elder · 12 years ago
  59. e0c5948 libceph: record byte count not page count by Alex Elder · 12 years ago
  60. 7b11ba3 libceph: define CEPH_MSG_MAX_MIDDLE_LEN by Alex Elder · 12 years ago
  61. 0fff87e libceph: separate read and write data by Alex Elder · 12 years ago
  62. 2ac2b7a6 libceph: distinguish page and bio requests by Alex Elder · 12 years ago
  63. 2794a82 libceph: separate osd request data info by Alex Elder · 12 years ago
  64. 153e516 libceph: don't assign page info in ceph_osdc_new_request() by Alex Elder · 12 years ago
  65. 41766f8 libceph: rename ceph_calc_object_layout() by Alex Elder · 12 years ago
  66. ec02a2f libceph: kill ceph_msg->pagelist_count by Alex Elder · 12 years ago
  67. 2a24d1f libceph: use (void *) for untyped data in osd ops by Alex Elder · 12 years ago
  68. 0d5af16 libceph: complete lingering requests only once by Alex Elder · 12 years ago
  69. d4b515f libceph: distinguish page array and pagelist count by Alex Elder · 12 years ago
  70. 07c09b7 libceph: make ceph_msg->bio_seg be unsigned by Alex Elder · 12 years ago
  71. 830ac85 Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  72. db93f8b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  73. c437d88 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  74. 83f1b4b net: fix incorrect credentials passing by Linus Torvalds · 11 years ago
  75. c0a9f45 Merge remote-tracking branch 'efi/urgent' into x86/urgent by H. Peter Anvin · 11 years ago
  76. e15465e irda: small read past the end of array in debug code by Dan Carpenter · 11 years ago
  77. 53d945e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  78. 5a22483 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  79. 0a82a8d Revert "block: add missing block_bio_complete() tracepoint" by Linus Torvalds · 11 years ago
  80. 55a20ee x86, kdump: Retore crashkernel= to allocate under 896M by Yinghai Lu · 11 years ago
  81. c729de8 x86, kdump: Set crashkernel_low automatically by Yinghai Lu · 11 years ago
  82. fca8316 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  83. 4c82456 fuse: fix type definitions in uapi header by Miklos Szeredi · 11 years ago
  84. b4cbb19 vm: add vm_iomap_memory() helper function by Linus Torvalds · 11 years ago
  85. 0635eb8 Move utf16 functions to kernel core and rename by Matthew Garrett · 11 years ago
  86. bb33db7 Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  87. f88c91d ipv6: statically link register_inet6addr_notifier() by Cong Wang · 11 years ago
  88. 3c91930 Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  89. 935d8aa Add file_ns_capable() helper function for open-time capability checking by Linus Torvalds · 11 years ago
  90. 1de14c3 x86-32: Fix possible incomplete TLB invalidate with PAE pagetables by Dave Hansen · 11 years ago
  91. 7f49ef6 ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section by Steven Rostedt (Red Hat) · 11 years ago
  92. 6a76f8c tracing: Fix possible NULL pointer dereferences by Namhyung Kim · 11 years ago
  93. 8b5b8c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf into netfilter by David S. Miller · 11 years ago
  94. f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 11 years ago
  95. fe2971a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  96. 6b07a24 lsm: add the missing documentation for the security_skb_owned_by() hook by Paul Moore · 11 years ago
  97. 46fc4c9 ssb: implement spurious tone avoidance by Rafał Miłecki · 11 years ago
  98. e8f2b54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  99. 6eb4c7e netfilter: ipset: hash:*net*: nomatch flag not excluded on set resize by Jozsef Kadlecsik · 11 years ago
  100. 8ce584c procfs: add proc_remove_subtree() by Al Viro · 12 years ago