1. 60267ba ceph: reencode gid_list when reconnecting by Ilya Dryomov · 4 years, 3 months ago
  2. ce28716 libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1 by Ilya Dryomov · 4 years, 4 months ago
  3. cd1a677 libceph, ceph: implement msgr2.1 protocol (crc and secure modes) by Ilya Dryomov · 4 years, 4 months ago
  4. a5cbd5f libceph, ceph: get and handle cluster maps with addrvecs by Ilya Dryomov · 4 years, 4 months ago
  5. 285ea34 libceph, ceph: incorporate nautilus cephx changes by Ilya Dryomov · 4 years, 5 months ago
  6. 4f1ddb1 ceph: implement updated ceph_mds_request_head structure by Jeff Layton · 4 years, 3 months ago
  7. 396bd62 ceph: clean up argument lists to __prepare_send_request and __send_request by Jeff Layton · 4 years, 3 months ago
  8. 7fe0cde ceph: take a cred reference instead of tracking individual uid/gid by Jeff Layton · 4 years, 3 months ago
  9. 968cd14 ceph: set osdmap epoch for setxattr by Xiubo Li · 4 years, 3 months ago
  10. 4a756db ceph: remove redundant assignment to variable i by Colin Ian King · 4 years, 3 months ago
  11. bca9fc1 ceph: when filling trace, call ceph_get_inode outside of mutexes by Jeff Layton · 4 years, 4 months ago
  12. 06a1ad4 ceph: fix up some warnings on W=1 builds by Jeff Layton · 4 years, 5 months ago
  13. 4ae3713 ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is set by Jeff Layton · 4 years, 6 months ago
  14. dbeec07 ceph: remove timeout on allowing reconnect after blocklisting by Jeff Layton · 4 years, 6 months ago
  15. 50c9132 ceph: add new RECOVER mount_state when recovering session by Jeff Layton · 4 years, 6 months ago
  16. 62575e2 ceph: check session state after bumping session->s_seq by Jeff Layton · 4 years, 5 months ago
  17. 4bb926e ceph: add a note explaining session reject error string by Ilya Dryomov · 4 years, 6 months ago
  18. 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 6 months ago
  19. a33f643 ceph: encode inodes' parent/d_name in cap reconnect message by Yan, Zheng · 4 years, 7 months ago
  20. 02e3757 ceph: handle zero-length feature mask in session messages by Jeff Layton · 4 years, 7 months ago
  21. 224c7b6 ceph: use frag's MDS in either mode by Yanhu Cao · 4 years, 8 months ago
  22. a7caa88 ceph: fix use-after-free for fsc->mdsc by Xiubo Li · 4 years, 8 months ago
  23. 3b4168d ceph: send client provided metric flags in client metadata by Xiubo Li · 4 years, 8 months ago
  24. 18f473b ceph: periodically send perf metrics to MDSes by Xiubo Li · 4 years, 8 months ago
  25. aaf5a47 ceph: check the sesion state and return false in case it is closed by Xiubo Li · 4 years, 8 months ago
  26. fa99677 ceph: fix potential mdsc use-after-free crash by Xiubo Li · 4 years, 9 months ago
  27. b682c6d ceph: switch to WARN_ON_ONCE in encode_supported_features() by Xiubo Li · 4 years, 9 months ago
  28. 4f1d756 ceph: add global total_caps to count the mdsc's total caps number by Xiubo Li · 4 years, 9 months ago
  29. 3e699bd ceph: add check_session_state() helper and make it global by Xiubo Li · 4 years, 9 months ago
  30. e64f44a ceph: skip checking caps when session reconnecting and releasing reqs by Xiubo Li · 4 years, 10 months ago
  31. ea8412b ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lock by Xiubo Li · 4 years, 10 months ago
  32. 829ad4d ceph: ceph_kick_flushing_caps needs the s_mutex by Jeff Layton · 5 years ago
  33. 1cf03a6 ceph: convert mdsc->cap_dirty to a per-session list by Jeff Layton · 5 years ago
  34. 8882819 ceph: throw a warning if we destroy session with mutex still locked by Jeff Layton · 5 years ago
  35. 70c9482 ceph: add metadata perf metric support by Xiubo Li · 5 years ago
  36. f9009ef ceph: add dentry lease metric support by Xiubo Li · 5 years ago
  37. 0fa8263 ceph: fix endianness bug when handling MDS session feature bits by Jeff Layton · 4 years, 11 months ago
  38. 719a251 ceph: consider inode's last read/write when calculating wanted caps by Yan, Zheng · 5 years ago
  39. c0e385b ceph: always renew caps if mds_wanted is insufficient by Yan, Zheng · 5 years ago
  40. 785892f ceph: cache layout in parent dir on first sync create by Jeff Layton · 5 years ago
  41. 6deb800 ceph: add new MDS req field to hold delegated inode number by Jeff Layton · 5 years ago
  42. d484648 ceph: decode interval_sets for delegated inos by Jeff Layton · 5 years ago
  43. a25949b ceph: cap tracking for async directory operations by Jeff Layton · 5 years ago
  44. 891f3f5 ceph: add infrastructure for waiting for async create to complete by Jeff Layton · 5 years ago
  45. 3bb48b4 ceph: add flag to designate that a request is asynchronous by Jeff Layton · 5 years ago
  46. 8ccf7fc ceph: return ETIMEDOUT errno to userland when request timed out by Xiubo Li · 5 years ago
  47. 058daab ceph: move to a dedicated slabcache for mds requests by Jeff Layton · 5 years ago
  48. 525d15e ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} by Yan, Zheng · 6 years ago
  49. 3db0a2f ceph: register MDS request with dir inode from the start by Jeff Layton · 6 years ago
  50. 4c46bef Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  51. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  52. 3c80209 ceph: print r_direct_hash in hex in __choose_mds() dout by Xiubo Li · 5 years ago
  53. 9ba1e22 ceph: allocate the correct amount of extra bytes for the session features by Xiubo Li · 5 years ago
  54. 5b3248c ceph: rename get_session and switch to use ceph_get_mds_session by Xiubo Li · 5 years ago
  55. b38c9eb ceph: add possible_max_rank and make the code more readable by Xiubo Li · 5 years ago
  56. c4853e9 ceph: retry the same mds later after the new session is opened by Xiubo Li · 5 years ago
  57. 9782005 ceph: check availability of mds cluster on mount after wait timeout by Xiubo Li · 5 years ago
  58. 4d681c2 ceph: keep the session state until it is released by Xiubo Li · 5 years ago
  59. 9cf5456 ceph: add __send_request helper by Xiubo Li · 5 years ago
  60. 07edc05 ceph: fix possible long time wait during umount by Xiubo Li · 5 years ago
  61. 5d47648 ceph: only choose one MDS who is in up:active state without laggy by Xiubo Li · 5 years ago
  62. 8f5ac17 ceph: delete redundant douts in con_get/put() by Chengguang Xu · 7 years ago
  63. 9c1c2b3 ceph: hold extra reference to r_parent over life of request by Jeff Layton · 6 years ago
  64. bba1560 ceph: trigger the reclaim work once there has enough pending caps by Xiubo Li · 5 years ago
  65. 3a3430a ceph: show tasks waiting on caps in debugfs caps file by Jeff Layton · 5 years ago
  66. ad8c28a ceph: convert int fields in ceph_mount_options to unsigned int by Jeff Layton · 6 years ago
  67. 668c9a6 fs: ceph: Delete timespec64_trunc() usage by Deepa Dinamani · 5 years ago
  68. 2def865 ceph: don't leave ino field in ceph_mds_request_head uninitialized by Jeff Layton · 5 years ago
  69. f5946bc ceph: tone down loglevel on ceph_mdsc_build_path warning by Jeff Layton · 5 years ago
  70. 1d3f872 ceph: just skip unrecognized info in ceph_reply_info_extra by Jeff Layton · 5 years ago
  71. 71a228b ceph: reconnect connection if session hang in opening state by Erqi Chen · 6 years ago
  72. 533a281 ceph: eliminate session->s_trim_caps by Jeff Layton · 6 years ago
  73. 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 6 years ago
  74. d468e72 ceph: add helper function that forcibly reconnects to ceph cluster. by Yan, Zheng · 6 years ago
  75. f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 6 years ago
  76. a35ead3 ceph: add change_attr field to ceph_inode_info by Jeff Layton · 6 years ago
  77. 245ce99 ceph: add btime field to ceph_inode_info by Jeff Layton · 6 years ago
  78. 428138c ceph: remove request from waiting list before unregister by Yan, Zheng · 6 years ago
  79. 6f0f597 ceph: don't blindly unregister session that is in opening state by Yan, Zheng · 6 years ago
  80. 8f2a98ef ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() by Yan, Zheng · 6 years ago
  81. 41883ba ceph: use READ_ONCE to access d_parent in RCU critical section by Yan, Zheng · 6 years ago
  82. 193e7b3 ceph: carry snapshot creation time with inodes by David Disseldorp · 6 years ago
  83. d6b8bd6 ceph: fix ceph_mdsc_build_path to not stop on first component by Jeff Layton · 6 years ago
  84. 3e1d045 ceph: avoid iput_final() while holding mutex or in dispatch thread by Yan, Zheng · 6 years ago
  85. 4198aba ceph: fix unaligned access in ceph_send_cap_releases by Jeff Layton · 6 years ago
  86. 488f528 ceph: just call get_session in __ceph_lookup_mds_session by Jeff Layton · 6 years ago
  87. 8340f22 ceph: move wait for mds request into helper function by Jeff Layton · 6 years ago
  88. 86bda53 ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request by Jeff Layton · 6 years ago
  89. 111c708 ceph: after an MDS request, do callback and completions by Jeff Layton · 6 years ago
  90. c1dfc27 ceph: use pathlen values returned by set_request_path_attr by Jeff Layton · 6 years ago
  91. f77f21b ceph: use __getname/__putname in ceph_mdsc_build_path by Jeff Layton · 6 years ago
  92. 964fff7 ceph: use ceph_mdsc_build_path instead of clone_dentry_name by Jeff Layton · 6 years ago
  93. 69a10fb ceph: fix potential use-after-free in ceph_mdsc_build_path by Jeff Layton · 6 years ago
  94. f5d77269 ceph: make iterate_session_caps a public symbol by Jeff Layton · 6 years ago
  95. 0c44a8e ceph: quota: fix quota subdir mounts by Luis Henriques · 6 years ago
  96. 3765918 ceph: fix ci->i_head_snapc leak by Yan, Zheng · 6 years ago
  97. 1bcb344 ceph: only use d_name directly when parent is locked by Jeff Layton · 6 years ago
  98. fe33032 ceph: add mount option to limit caps count by Yan, Zheng · 6 years ago
  99. 37c4efc ceph: periodically trim stale dentries by Yan, Zheng · 6 years ago
  100. 1e9c2eb ceph: delete stale dentry when last reference is dropped by Yan, Zheng · 6 years ago