1. 7e241f6 libceph: fall back to sendmsg for slab pages by Ilya Dryomov · 6 years ago
  2. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  3. 31990f0 Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  4. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  5. 23ddf9b libceph: support the RADOS copy-from operation by Luis Henriques · 6 years ago
  6. 98c4bfe libceph: check reply num_data_items in setup_request_data() by Ilya Dryomov · 6 years ago
  7. 0d9c1ab libceph: preallocate message data items by Ilya Dryomov · 6 years ago
  8. 26f887e libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls by Ilya Dryomov · 6 years ago
  9. 39e58c3 libceph: introduce alloc_watch_request() by Ilya Dryomov · 6 years ago
  10. 81c6521 libceph: assign cookies in linger_submit() by Ilya Dryomov · 6 years ago
  11. 3b83f60 libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get() by Ilya Dryomov · 6 years ago
  12. 41a264e libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op() by Ilya Dryomov · 6 years ago
  13. 89486833 libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() by Ilya Dryomov · 6 years ago
  14. 33165d4 libceph: introduce ceph_pagelist_alloc() by Ilya Dryomov · 6 years ago
  15. 24639ce56 libceph: osd_req_op_cls_init() doesn't need to take opcode by Ilya Dryomov · 6 years ago
  16. 69d6302b libceph: Remove VLA usage of skcipher by Kees Cook · 6 years ago
  17. 4de17ae crush: fix using plain integer as NULL warning by YueHaibing · 6 years ago
  18. bad8721 libceph: remove unnecessary non NULL check for request_key by YueHaibing · 6 years ago
  19. f1d10e0 libceph: weaken sizeof check in ceph_x_verify_authorizer_reply() by Ilya Dryomov · 6 years ago
  20. 130f52f libceph: check authorizer reply/challenge length before reading by Ilya Dryomov · 6 years ago
  21. cc255c7 libceph: implement CEPHX_V2 calculation mode by Ilya Dryomov · 6 years ago
  22. 6daca13 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
  23. 149cac4 libceph: factor out encrypt_authorizer() by Ilya Dryomov · 6 years ago
  24. c571fe2 libceph: factor out __ceph_x_decrypt() by Ilya Dryomov · 6 years ago
  25. c0f56b4 libceph: factor out __prepare_write_connect() by Ilya Dryomov · 6 years ago
  26. 262614c libceph: store ceph_auth_handshake pointer in ceph_connection by Ilya Dryomov · 6 years ago
  27. 24e1dd6 ceph: fix whitespace by Stephen Hemminger · 6 years ago
  28. fac02dd libceph: use timespec64 for r_mtime by Arnd Bergmann · 6 years ago
  29. 473bd2d libceph: use timespec64 in for keepalive2 and ticket validity by Arnd Bergmann · 6 years ago
  30. 2f56b6b libceph: amend "bad option arg" error message by Ilya Dryomov · 6 years ago
  31. 17173c8 libceph: stop parsing when a bad int arg is detected by Chengguang Xu · 6 years ago
  32. 6d54228 libceph: make ceph_osdc_notify{,_ack}() payload_len u32 by Ilya Dryomov · 6 years ago
  33. dc594c3 Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  34. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  35. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  36. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  37. a86f009 libceph: allocate the locator string with GFP_NOFAIL by Ilya Dryomov · 6 years ago
  38. c843d13 libceph: make abort_on_full a per-osdc setting by Ilya Dryomov · 6 years ago
  39. 690f951 libceph: don't abort reads in ceph_osdc_abort_on_full() by Ilya Dryomov · 6 years ago
  40. 6001567 libceph: avoid a use-after-free during map check by Ilya Dryomov · 6 years ago
  41. 29e8782 libceph: don't warn if req->r_abort_on_full is set by Ilya Dryomov · 7 years ago
  42. 4eea0fe libceph: use for_each_request() in ceph_osdc_abort_on_full() by Ilya Dryomov · 7 years ago
  43. 88bc192 libceph: defer __complete_request() to a workqueue by Ilya Dryomov · 6 years ago
  44. 26df726 libceph: move more code into __complete_request() by Ilya Dryomov · 6 years ago
  45. 0d09c57 libceph: no need to call flush_workqueue() before destruction by Ilya Dryomov · 7 years ago
  46. 66850df libceph: introduce ceph_osdc_abort_requests() by Ilya Dryomov · 7 years ago
  47. e5c9388 libceph: use MSG_TRUNC for discarding received bytes by Ilya Dryomov · 7 years ago
  48. d2935d6 libceph: get rid of more_kvec in try_write() by Ilya Dryomov · 7 years ago
  49. fe943d5 libceph, rbd: add error handling for osd_req_op_cls_init() by Chengguang Xu · 7 years ago
  50. 0010f70 libceph: add osd_req_op_extent_osd_data_bvecs() by Ilya Dryomov · 7 years ago
  51. 9c55ad1 libceph: validate con->state at the top of try_write() by Ilya Dryomov · 7 years ago
  52. 7b4c443 libceph: reschedule a tick in finish_hunting() by Ilya Dryomov · 7 years ago
  53. facb9f6 libceph: un-backoff on tick when we have a authenticated session by Ilya Dryomov · 7 years ago
  54. b284d4d Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  55. fb18a57 ceph: quota: add initial infrastructure to support cephfs quotas by Luis Henriques · 7 years ago
  56. 57a35df libceph, ceph: add __init attribution to init funcitons by Chengguang Xu · 7 years ago
  57. f2f8787 libceph: adding missing message types to ceph_msg_type_name() by Chengguang Xu · 7 years ago
  58. 7377324 libceph: fix misjudgement of maximum monitor number by Chengguang Xu · 7 years ago
  59. 11e1478 libceph, ceph: change permission for readonly debugfs entries by Chengguang Xu · 7 years ago
  60. 4c069a5 ceph: add newline to end of debug message format by Chengguang Xu · 7 years ago
  61. 08c1ac5 libceph, ceph: move ceph_calc_file_object_mapping() to striper.c by Ilya Dryomov · 7 years ago
  62. ed0811d libceph: striping framework implementation by Ilya Dryomov · 7 years ago
  63. 45a267d libceph: handle zero-length data items by Ilya Dryomov · 7 years ago
  64. b9e281c libceph: introduce BVECS data type by Ilya Dryomov · 7 years ago
  65. 5359a17 libceph, rbd: new bio handling code (aka don't clone bios) by Ilya Dryomov · 7 years ago
  66. dccbf08 libceph, ceph: change ceph_calc_file_object_mapping() signature by Ilya Dryomov · 7 years ago
  67. db2196a libceph: eliminate overflows in ceph_calc_file_object_mapping() by Ilya Dryomov · 7 years ago
  68. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  69. 937441f libceph, ceph: avoid memory leak when specifying same option several times by Chengguang Xu · 7 years ago
  70. affff07 libceph: check kstrndup() return value by Chengguang Xu · 7 years ago
  71. adb072d Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  72. a0e136e Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  73. b112708 libceph: don't WARN() if user tries to add invalid key by Eric Biggers · 7 years ago
  74. 18370b3 ceph: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  75. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  76. 7747871 ceph: use get_user_pages_fast() by Al Viro · 7 years ago
  77. 29a0cfb libceph: don't allow bidirectional swap of pg-upmap-items by Ilya Dryomov · 7 years ago
  78. 06d7437 ceph: more accurate statfs by Douglas Fuller · 7 years ago
  79. 3fb99d4 ceph: nuke startsync op by Yanhu Cao · 7 years ago
  80. ae78dd8 libceph: make RECOVERY_DELETES feature create a new interval by Ilya Dryomov · 7 years ago
  81. f53b766 libceph: upmap semantic changes by Ilya Dryomov · 7 years ago
  82. c7ed1a4 crush: assume weight_set != null imples weight_set_size > 0 by Ilya Dryomov · 7 years ago
  83. e17e896 libceph: fallback for when there isn't a pool-specific choose_arg by Ilya Dryomov · 7 years ago
  84. 4690faf libceph: don't call ->reencode_message() more than once per message by Ilya Dryomov · 7 years ago
  85. 986e898 libceph: make encode_request_*() work with r_mempool requests by Ilya Dryomov · 7 years ago
  86. 7c40b22 libceph: potential NULL dereference in ceph_msg_data_create() by Dan Carpenter · 7 years ago
  87. 914902a libceph: don't call encode_request_finish() on MOSDBackoff messages by Ilya Dryomov · 7 years ago
  88. f5cc689 libceph: use alloc_pg_mapping() in __decode_pg_upmap_items() by Ilya Dryomov · 7 years ago
  89. c2acfd9 libceph: set -EINVAL in one place in crush_decode() by Ilya Dryomov · 7 years ago
  90. 00c8ebb3 libceph: NULL deref on osdmap_apply_incremental() error path by Dan Carpenter · 7 years ago
  91. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  92. 0bb05da libceph: osd_state is 32 bits wide in luminous by Ilya Dryomov · 7 years ago
  93. 9eebe45 crush: remove an obsolete comment by Ilya Dryomov · 7 years ago
  94. b88ed8d crush: crush_init_workspace starts with struct crush_work by Ilya Dryomov · 7 years ago
  95. 5cf9c4a libceph, crush: per-pool crush_choose_arg_map for crush_do_rule() by Ilya Dryomov · 7 years ago
  96. 069f322 crush: implement weight and id overrides for straw2 by Ilya Dryomov · 7 years ago
  97. 1c2e7b4 libceph: apply_upmap() by Ilya Dryomov · 7 years ago
  98. 463bb8d libceph: compute actual pgid in ceph_pg_to_up_acting_osds() by Ilya Dryomov · 7 years ago
  99. 6f428df libceph: pg_upmap[_items] infrastructure by Ilya Dryomov · 7 years ago
  100. 278b1d70 libceph: ceph_decode_skip_* helpers by Ilya Dryomov · 7 years ago