1. e64f44a ceph: skip checking caps when session reconnecting and releasing reqs by Xiubo Li · 4 years, 8 months ago
  2. ea8412b ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lock by Xiubo Li · 4 years, 8 months ago
  3. 829ad4d ceph: ceph_kick_flushing_caps needs the s_mutex by Jeff Layton · 4 years, 10 months ago
  4. 1cf03a6 ceph: convert mdsc->cap_dirty to a per-session list by Jeff Layton · 4 years, 10 months ago
  5. 8882819 ceph: throw a warning if we destroy session with mutex still locked by Jeff Layton · 4 years, 10 months ago
  6. 70c9482 ceph: add metadata perf metric support by Xiubo Li · 4 years, 10 months ago
  7. f9009ef ceph: add dentry lease metric support by Xiubo Li · 4 years, 10 months ago
  8. 0fa8263 ceph: fix endianness bug when handling MDS session feature bits by Jeff Layton · 4 years, 9 months ago
  9. 719a251 ceph: consider inode's last read/write when calculating wanted caps by Yan, Zheng · 4 years, 11 months ago
  10. c0e385b ceph: always renew caps if mds_wanted is insufficient by Yan, Zheng · 4 years, 11 months ago
  11. 785892f ceph: cache layout in parent dir on first sync create by Jeff Layton · 5 years ago
  12. 6deb800 ceph: add new MDS req field to hold delegated inode number by Jeff Layton · 5 years ago
  13. d484648 ceph: decode interval_sets for delegated inos by Jeff Layton · 5 years ago
  14. a25949b ceph: cap tracking for async directory operations by Jeff Layton · 5 years ago
  15. 891f3f5 ceph: add infrastructure for waiting for async create to complete by Jeff Layton · 5 years ago
  16. 3bb48b4 ceph: add flag to designate that a request is asynchronous by Jeff Layton · 5 years ago
  17. 8ccf7fc ceph: return ETIMEDOUT errno to userland when request timed out by Xiubo Li · 5 years ago
  18. 058daab ceph: move to a dedicated slabcache for mds requests by Jeff Layton · 5 years ago
  19. 525d15e ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} by Yan, Zheng · 6 years ago
  20. 3db0a2f ceph: register MDS request with dir inode from the start by Jeff Layton · 6 years ago
  21. 4c46bef Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  22. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  23. 3c80209 ceph: print r_direct_hash in hex in __choose_mds() dout by Xiubo Li · 5 years ago
  24. 9ba1e22 ceph: allocate the correct amount of extra bytes for the session features by Xiubo Li · 5 years ago
  25. 5b3248c ceph: rename get_session and switch to use ceph_get_mds_session by Xiubo Li · 5 years ago
  26. b38c9eb ceph: add possible_max_rank and make the code more readable by Xiubo Li · 5 years ago
  27. c4853e9 ceph: retry the same mds later after the new session is opened by Xiubo Li · 5 years ago
  28. 9782005 ceph: check availability of mds cluster on mount after wait timeout by Xiubo Li · 5 years ago
  29. 4d681c2 ceph: keep the session state until it is released by Xiubo Li · 5 years ago
  30. 9cf5456 ceph: add __send_request helper by Xiubo Li · 5 years ago
  31. 07edc05 ceph: fix possible long time wait during umount by Xiubo Li · 5 years ago
  32. 5d47648 ceph: only choose one MDS who is in up:active state without laggy by Xiubo Li · 5 years ago
  33. 8f5ac17 ceph: delete redundant douts in con_get/put() by Chengguang Xu · 7 years ago
  34. 9c1c2b3 ceph: hold extra reference to r_parent over life of request by Jeff Layton · 6 years ago
  35. bba1560 ceph: trigger the reclaim work once there has enough pending caps by Xiubo Li · 5 years ago
  36. 3a3430a ceph: show tasks waiting on caps in debugfs caps file by Jeff Layton · 5 years ago
  37. ad8c28a ceph: convert int fields in ceph_mount_options to unsigned int by Jeff Layton · 5 years ago
  38. 668c9a6 fs: ceph: Delete timespec64_trunc() usage by Deepa Dinamani · 5 years ago
  39. 2def865 ceph: don't leave ino field in ceph_mds_request_head uninitialized by Jeff Layton · 5 years ago
  40. f5946bc ceph: tone down loglevel on ceph_mdsc_build_path warning by Jeff Layton · 5 years ago
  41. 1d3f872 ceph: just skip unrecognized info in ceph_reply_info_extra by Jeff Layton · 5 years ago
  42. 71a228b ceph: reconnect connection if session hang in opening state by Erqi Chen · 5 years ago
  43. 533a281 ceph: eliminate session->s_trim_caps by Jeff Layton · 6 years ago
  44. 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
  45. d468e72 ceph: add helper function that forcibly reconnects to ceph cluster. by Yan, Zheng · 5 years ago
  46. f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 5 years ago
  47. a35ead3 ceph: add change_attr field to ceph_inode_info by Jeff Layton · 6 years ago
  48. 245ce99 ceph: add btime field to ceph_inode_info by Jeff Layton · 6 years ago
  49. 428138c ceph: remove request from waiting list before unregister by Yan, Zheng · 6 years ago
  50. 6f0f597 ceph: don't blindly unregister session that is in opening state by Yan, Zheng · 6 years ago
  51. 8f2a98ef ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() by Yan, Zheng · 6 years ago
  52. 41883ba ceph: use READ_ONCE to access d_parent in RCU critical section by Yan, Zheng · 6 years ago
  53. 193e7b3 ceph: carry snapshot creation time with inodes by David Disseldorp · 6 years ago
  54. d6b8bd6 ceph: fix ceph_mdsc_build_path to not stop on first component by Jeff Layton · 6 years ago
  55. 3e1d045 ceph: avoid iput_final() while holding mutex or in dispatch thread by Yan, Zheng · 6 years ago
  56. 4198aba ceph: fix unaligned access in ceph_send_cap_releases by Jeff Layton · 6 years ago
  57. 488f528 ceph: just call get_session in __ceph_lookup_mds_session by Jeff Layton · 6 years ago
  58. 8340f22 ceph: move wait for mds request into helper function by Jeff Layton · 6 years ago
  59. 86bda53 ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request by Jeff Layton · 6 years ago
  60. 111c708 ceph: after an MDS request, do callback and completions by Jeff Layton · 6 years ago
  61. c1dfc27 ceph: use pathlen values returned by set_request_path_attr by Jeff Layton · 6 years ago
  62. f77f21b ceph: use __getname/__putname in ceph_mdsc_build_path by Jeff Layton · 6 years ago
  63. 964fff7 ceph: use ceph_mdsc_build_path instead of clone_dentry_name by Jeff Layton · 6 years ago
  64. 69a10fb ceph: fix potential use-after-free in ceph_mdsc_build_path by Jeff Layton · 6 years ago
  65. f5d77269 ceph: make iterate_session_caps a public symbol by Jeff Layton · 6 years ago
  66. 0c44a8e ceph: quota: fix quota subdir mounts by Luis Henriques · 6 years ago
  67. 3765918 ceph: fix ci->i_head_snapc leak by Yan, Zheng · 6 years ago
  68. 1bcb344 ceph: only use d_name directly when parent is locked by Jeff Layton · 6 years ago
  69. fe33032 ceph: add mount option to limit caps count by Yan, Zheng · 6 years ago
  70. 37c4efc ceph: periodically trim stale dentries by Yan, Zheng · 6 years ago
  71. 1e9c2eb ceph: delete stale dentry when last reference is dropped by Yan, Zheng · 6 years ago
  72. e3ec8d6 ceph: send cap releases more aggressively by Yan, Zheng · 6 years ago
  73. 0879687 ceph: support getting ceph.dir.pin vxattr by Yan, Zheng · 6 years ago
  74. b37fe1f ceph: support versioned reply by Yan, Zheng · 6 years ago
  75. 75c9627 ceph: map snapid to anonymous bdev ID by Yan, Zheng · 7 years ago
  76. 81c5a14 ceph: split large reconnect into multiple messages by Yan, Zheng · 6 years ago
  77. 84bf395 ceph: decode feature bits in session message by Yan, Zheng · 6 years ago
  78. 5ccedf1 ceph: don't encode inode pathes into reconnect message by Yan, Zheng · 6 years ago
  79. d2f8bb2 ceph: update wanted caps after resuming stale session by Yan, Zheng · 6 years ago
  80. 23c625c libceph: assume argonaut on the server side by Ilya Dryomov · 6 years ago
  81. 0d9c1ab libceph: preallocate message data items by Ilya Dryomov · 6 years ago
  82. 89486833 libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() by Ilya Dryomov · 6 years ago
  83. 33165d4 libceph: introduce ceph_pagelist_alloc() by Ilya Dryomov · 6 years ago
  84. 0fcf6c0 ceph: don't drop message if it contains more data than expected by Yan, Zheng · 6 years ago
  85. 342ce18 ceph: support cephfs' own feature bits by Yan, Zheng · 7 years ago
  86. d554849 ceph: change to void return type for __do_request() by Chengguang Xu · 6 years ago
  87. 719784b ceph: add new field max_file_size in ceph_fs_client by Chengguang Xu · 7 years ago
  88. 6daca13 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
  89. 0ed1e90 ceph: use timespec64 for r_stamp by Arnd Bergmann · 7 years ago
  90. 9bbeab4 ceph: use timespec64 for inode timestamp by Arnd Bergmann · 7 years ago
  91. 63ecae7 ceph: stop using current_kernel_time() by Arnd Bergmann · 7 years ago
  92. dfeb84d ceph: fix incorrect use of strncpy by Yan, Zheng · 7 years ago
  93. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  94. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  95. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  96. d557c48 ceph: quota: add counter for snaprealms with quota by Luis Henriques · 7 years ago
  97. fb18a57 ceph: quota: add initial infrastructure to support cephfs quotas by Luis Henriques · 7 years ago
  98. 7aac453 ceph: rename function drop_leases() to a more descriptive name by Yan, Zheng · 7 years ago
  99. 50c55ae ceph: fix invalid point dereference for error case in mdsc destroy by Chengguang Xu · 7 years ago
  100. 98cfda8 ceph: return proper bool type to caller instead of pointer by Chengguang Xu · 7 years ago