1. fe33032 ceph: add mount option to limit caps count by Yan, Zheng · 6 years ago
  2. 02b2f54 libceph: allow setting abort_on_full for rbd by Dongsheng Yang · 6 years ago
  3. 23c625c libceph: assume argonaut on the server side by Ilya Dryomov · 6 years ago
  4. 23ddf9b libceph: support the RADOS copy-from operation by Luis Henriques · 6 years ago
  5. 0d9c1ab libceph: preallocate message data items by Ilya Dryomov · 6 years ago
  6. 33165d4 libceph: introduce ceph_pagelist_alloc() by Ilya Dryomov · 6 years ago
  7. 24639ce56 libceph: osd_req_op_cls_init() doesn't need to take opcode by Ilya Dryomov · 6 years ago
  8. 94e6992 libceph: bump CEPH_MSG_MAX_DATA_LEN by Ilya Dryomov · 6 years ago
  9. cc255c7 libceph: implement CEPHX_V2 calculation mode by Ilya Dryomov · 6 years ago
  10. 6daca13 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
  11. 262614c libceph: store ceph_auth_handshake pointer in ceph_connection by Ilya Dryomov · 6 years ago
  12. f7e52d8 libceph: remove now unused ceph_{en,de}code_timespec() by Ilya Dryomov · 6 years ago
  13. fac02dd libceph: use timespec64 for r_mtime by Arnd Bergmann · 6 years ago
  14. 473bd2d libceph: use timespec64 in for keepalive2 and ticket validity by Arnd Bergmann · 6 years ago
  15. c9ed51c libceph: change ceph_pagelist_encode_string() to take u32 by Ilya Dryomov · 6 years ago
  16. 6d54228 libceph: make ceph_osdc_notify{,_ack}() payload_len u32 by Ilya Dryomov · 6 years ago
  17. a86f009 libceph: allocate the locator string with GFP_NOFAIL by Ilya Dryomov · 6 years ago
  18. c843d13 libceph: make abort_on_full a per-osdc setting by Ilya Dryomov · 6 years ago
  19. 88bc192 libceph: defer __complete_request() to a workqueue by Ilya Dryomov · 6 years ago
  20. 66850df libceph: introduce ceph_osdc_abort_requests() by Ilya Dryomov · 7 years ago
  21. 49a9f4f ceph: always get rstat from auth mds by Yan, Zheng · 7 years ago
  22. fe943d5 libceph, rbd: add error handling for osd_req_op_cls_init() by Chengguang Xu · 7 years ago
  23. 0010f70 libceph: add osd_req_op_extent_osd_data_bvecs() by Ilya Dryomov · 7 years ago
  24. fb18a57 ceph: quota: add initial infrastructure to support cephfs quotas by Luis Henriques · 7 years ago
  25. bb48bd4 ceph: optimize memory usage by Chengguang Xu · 7 years ago
  26. 08c1ac5 libceph, ceph: move ceph_calc_file_object_mapping() to striper.c by Ilya Dryomov · 7 years ago
  27. ed0811d libceph: striping framework implementation by Ilya Dryomov · 7 years ago
  28. b9e281c libceph: introduce BVECS data type by Ilya Dryomov · 7 years ago
  29. 5359a17 libceph, rbd: new bio handling code (aka don't clone bios) by Ilya Dryomov · 7 years ago
  30. dccbf08 libceph, ceph: change ceph_calc_file_object_mapping() signature by Ilya Dryomov · 7 years ago
  31. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  32. 06d7437 ceph: more accurate statfs by Douglas Fuller · 7 years ago
  33. 9556971 ceph: new cap message flags indicate if there is pending capsnap by Yan, Zheng · 7 years ago
  34. 3fb99d4 ceph: nuke startsync op by Yanhu Cao · 7 years ago
  35. 4214fb1 ceph: validate correctness of some mount options by Yan, Zheng · 7 years ago
  36. 2ae409d ceph: remove unused cap_release_safety mount option by Yan, Zheng · 7 years ago
  37. ae78dd8 libceph: make RECOVERY_DELETES feature create a new interval by Ilya Dryomov · 7 years ago
  38. e67ae2b libceph: fix old style declaration warnings by Arnd Bergmann · 7 years ago
  39. 33e9c8d libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUS by Ilya Dryomov · 7 years ago
  40. 0bb05da libceph: osd_state is 32 bits wide in luminous by Ilya Dryomov · 7 years ago
  41. 6f428df libceph: pg_upmap[_items] infrastructure by Ilya Dryomov · 7 years ago
  42. 278b1d70 libceph: ceph_decode_skip_* helpers by Ilya Dryomov · 7 years ago
  43. a02a946 libceph: respect RADOS_BACKOFF backoffs by Ilya Dryomov · 7 years ago
  44. 76f827a libceph: make DEFINE_RB_* helpers more general by Ilya Dryomov · 7 years ago
  45. df28152 libceph: avoid unnecessary pi lookups in calc_target() by Ilya Dryomov · 7 years ago
  46. 04c7d78 libceph: make sure need_resend targets reflect latest map by Ilya Dryomov · 7 years ago
  47. 7de030d libceph: resend on PG splits if OSD has RESEND_ON_SPLIT by Ilya Dryomov · 7 years ago
  48. 8cb441c libceph: MOSDOp v8 encoding (actual spgid + full hash) by Ilya Dryomov · 7 years ago
  49. 98ad5eb libceph: ceph_connection_operations::reencode_message() method by Ilya Dryomov · 7 years ago
  50. dc98ff7 libceph: introduce ceph_spg, ceph_pg_to_primary_shard() by Ilya Dryomov · 7 years ago
  51. dc93e0e libceph: fold [l]req->last_force_resend into ceph_osd_request_target by Ilya Dryomov · 7 years ago
  52. 220abf5 libceph: support SERVER_JEWEL feature bits by Ilya Dryomov · 7 years ago
  53. 2d7522e libceph: advertise support for OSD_POOLRESEND by Ilya Dryomov · 7 years ago
  54. f179d3b libceph: new features macros by Ilya Dryomov · 7 years ago
  55. dcbbd97 libceph: remove ceph_sanitize_features() workaround by Ilya Dryomov · 7 years ago
  56. 6f4dbd1 libceph: use kbasename() and kill ceph_file_part() by Ilya Dryomov · 8 years ago
  57. f775ff7 ceph: fix file open flags on ppc64 by Alexander Graf · 8 years ago
  58. 14bb211 rbd: support updating the lock cookie without releasing the lock by Ilya Dryomov · 8 years ago
  59. 58eb793 libceph: add an epoch_barrier field to struct ceph_osd_client by Jeff Layton · 8 years ago
  60. a1f4020 libceph: allow requests to return immediately on full conditions if caller wishes by Jeff Layton · 8 years ago
  61. aa26d66 libceph: remove req->r_replay_version by Jeff Layton · 8 years ago
  62. 7916254 ceph: make seeky readdir more efficient by Yan, Zheng · 8 years ago
  63. 76201b6 ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds by Yan, Zheng · 8 years ago
  64. 0e1a5ee libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  65. 02113a0 libceph: convert ceph_osd.o_ref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  66. 06dfa96 libceph: convert ceph_snap_context.nref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  67. 74da4a0f libceph, ceph: always advertise all supported features by Ilya Dryomov · 8 years ago
  68. 7cc5e38 libceph: osd_request_timeout option by Ilya Dryomov · 8 years ago
  69. b18b955 libceph: get rid of ack vs commit by Ilya Dryomov · 8 years ago
  70. 6c696d8 rbd: kill obj_request->object_name and rbd_segment_name_cache by Ilya Dryomov · 8 years ago
  71. 083a51f libceph: bump CEPH_PG_MAX_SIZE to 32 by Ilya Dryomov · 8 years ago
  72. 743efcf crush: merge working data and scratch by Ilya Dryomov · 8 years ago
  73. 66a0e2d crush: remove mutable part of CRUSH map by Ilya Dryomov · 8 years ago
  74. d24cdcd libceph: use BUG() instead of BUG_ON(1) by Arnd Bergmann · 8 years ago
  75. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  76. c297eb42 libceph: always signal completion when done by Ilya Dryomov · 8 years ago
  77. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  78. 1e4ef0c ceph: add flags parameter to send_cap_msg by Jeff Layton · 8 years ago
  79. e9e427f ceph: check availability of mds cluster on mount by Yan, Zheng · 8 years ago
  80. 0dde584 libceph: drop len argument of *verify_authorizer_reply() by Ilya Dryomov · 8 years ago
  81. 264048a libceph: initialize last_linger_id with a large integer by Ilya Dryomov · 8 years ago
  82. 9f08217 ceph: don't include blk_types.h in messenger.h by Christoph Hellwig · 8 years ago
  83. fcff415 ceph: handle CEPH_SESSION_REJECT message by Yan, Zheng · 8 years ago
  84. 005a07bf rbd: add 'client_addr' sysfs rbd device attribute by Ilya Dryomov · 8 years ago
  85. 033268a libceph: rename ceph_client_id() -> ceph_client_gid() by Ilya Dryomov · 8 years ago
  86. 6305a3b libceph: support for blacklisting clients by Douglas Fuller · 9 years ago
  87. d4ed4a5 libceph: support for lock.lock_info by Douglas Fuller · 9 years ago
  88. f66241c libceph: support for advisory locking on RADOS objects by Douglas Fuller · 9 years ago
  89. 428a715 libceph: add ceph_osdc_call() single-page helper by Douglas Fuller · 9 years ago
  90. a4ed38d libceph: support for CEPH_OSD_OP_LIST_WATCHERS by Douglas Fuller · 9 years ago
  91. f01d5cb libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode() by Ilya Dryomov · 8 years ago
  92. a0f2b65 ceph: fix symbol versioning for ceph_monc_do_statfs by Arnd Bergmann · 8 years ago
  93. 0cabbd9 libceph: fsmap.user subscription support by Yan, Zheng · 9 years ago
  94. 774a6a1 ceph: reduce i_nr_by_mode array size by Yan, Zheng · 8 years ago
  95. 30c156d libceph: rados pool namespace support by Yan, Zheng · 9 years ago
  96. 51e9273 libceph: introduce reference counted string by Yan, Zheng · 9 years ago
  97. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 9 years ago
  98. 22748f9 libceph: add start en/decoding block helpers by Ilya Dryomov · 8 years ago
  99. 281dbe5 libceph: add an ONSTACK initializer for oids by Ilya Dryomov · 8 years ago
  100. b2aa5d0 libceph: fix some missing includes by Ilya Dryomov · 8 years ago