1. 785892f ceph: cache layout in parent dir on first sync create by Jeff Layton · 5 years ago
  2. 6deb800 ceph: add new MDS req field to hold delegated inode number by Jeff Layton · 5 years ago
  3. d484648 ceph: decode interval_sets for delegated inos by Jeff Layton · 5 years ago
  4. 966c716 ceph: make ceph_fill_inode non-static by Jeff Layton · 5 years ago
  5. 2ccb454 ceph: perform asynchronous unlink if we have sufficient caps by Jeff Layton · 6 years ago
  6. 173e70e ceph: don't take refs to want mask unless we have all bits by Yan, Zheng · 5 years ago
  7. a25949b ceph: cap tracking for async directory operations by Jeff Layton · 5 years ago
  8. 40dcf75 ceph: make __take_cap_refs non-static by Jeff Layton · 5 years ago
  9. 891f3f5 ceph: add infrastructure for waiting for async create to complete by Jeff Layton · 5 years ago
  10. f5e17ae ceph: track primary dentry link by Jeff Layton · 5 years ago
  11. 3bb48b4 ceph: add flag to designate that a request is asynchronous by Jeff Layton · 5 years ago
  12. c7e4f85 ceph: more caps.c lockdep assertions by Jeff Layton · 5 years ago
  13. e8a4d26 ceph: clean up kick_flushing_inode_caps() by Jeff Layton · 5 years ago
  14. 8ccf7fc ceph: return ETIMEDOUT errno to userland when request timed out by Xiubo Li · 5 years ago
  15. 1b0c3b9 ceph: re-org copy_file_range and fix some error paths by Luis Henriques · 5 years ago
  16. 058daab ceph: move to a dedicated slabcache for mds requests by Jeff Layton · 5 years ago
  17. c36d641 ceph: reorganize fields in ceph_mds_request by Jeff Layton · 5 years ago
  18. cb03c14 ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwrite by Andreas Gruenbacher · 5 years ago
  19. f682dc7 ceph: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  20. bbb480a ceph: check if file lock exists before sending unlock request by Yan, Zheng · 5 years ago
  21. 5107d7d ceph: move ceph_osdc_{read,write}pages to ceph.ko by Xiubo Li · 5 years ago
  22. 7083747 ceph: don't ClearPageChecked in ceph_invalidatepage() by Jeff Layton · 5 years ago
  23. 072eaf3 libceph: drop CEPH_DEFINE_SHOW_FUNC by Ilya Dryomov · 5 years ago
  24. 525d15e ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} by Yan, Zheng · 6 years ago
  25. f85122a ceph: add refcounting for Fx caps by Jeff Layton · 6 years ago
  26. 3db0a2f ceph: register MDS request with dir inode from the start by Jeff Layton · 6 years ago
  27. c8d6ee0 ceph: fix memory leak in ceph_cleanup_snapid_map() by Luis Henriques · 4 years, 10 months ago
  28. 7614209 ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL by Ilya Dryomov · 4 years, 10 months ago
  29. 3b20bc2 ceph: noacl mount option is effectively ignored by Xiubo Li · 5 years ago
  30. b27a939 ceph: canonicalize server path in place by Ilya Dryomov · 5 years ago
  31. 8e4473b ceph: do not execute direct write in parallel if O_APPEND is specified by Xiubo Li · 5 years ago
  32. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  33. d53d0f7 ceph: use errorfc() and friends instead of spelling the prefix out by Al Viro · 5 years ago
  34. 48ce73b fs_parse: handle optional arguments sanely by Al Viro · 5 years ago
  35. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  36. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  37. cc3c0b5 add prefix to fs_context->log by Al Viro · 5 years ago
  38. c80c98f ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log by Al Viro · 5 years ago
  39. 5eede62 fold struct fs_parameter_enum into struct constant_table by Al Viro · 5 years ago
  40. 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
  41. 4c46bef Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  42. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  43. 24604f7 ceph: move net/ceph/ceph_fs.c to fs/ceph/util.c by Jeff Layton · 5 years ago
  44. d36e0b6 ceph: print name of xattr in __ceph_{get,set}xattr() douts by Jeff Layton · 5 years ago
  45. 3c80209 ceph: print r_direct_hash in hex in __choose_mds() dout by Xiubo Li · 5 years ago
  46. 78beb0f ceph: use copy-from2 op in copy_file_range by Luis Henriques · 5 years ago
  47. 045100c ceph: close holes in structs ceph_mds_session and ceph_mds_request by Jeff Layton · 5 years ago
  48. 9ba1e22 ceph: allocate the correct amount of extra bytes for the session features by Xiubo Li · 5 years ago
  49. 5b3248c ceph: rename get_session and switch to use ceph_get_mds_session by Xiubo Li · 5 years ago
  50. 4fbc0c7 ceph: remove the extra slashes in the server path by Xiubo Li · 5 years ago
  51. b38c9eb ceph: add possible_max_rank and make the code more readable by Xiubo Li · 5 years ago
  52. 0eb3085 ceph: print dentry offset in hex and fix xattr_version type by Xiubo Li · 5 years ago
  53. 9f8b72b ceph: only touch the caps which have the subset mask requested by Xiubo Li · 5 years ago
  54. 893e456 ceph: don't clear I_NEW until inode metadata is fully populated by Jeff Layton · 5 years ago
  55. c4853e9 ceph: retry the same mds later after the new session is opened by Xiubo Li · 5 years ago
  56. 9782005 ceph: check availability of mds cluster on mount after wait timeout by Xiubo Li · 5 years ago
  57. 4d681c2 ceph: keep the session state until it is released by Xiubo Li · 5 years ago
  58. 9cf5456 ceph: add __send_request helper by Xiubo Li · 5 years ago
  59. 9a6bed4 ceph: ensure we have a new cap before continuing in fill_inode by Jeff Layton · 5 years ago
  60. 57c2199 ceph: drop unused ttl_from parameter from fill_inode by Jeff Layton · 5 years ago
  61. 07edc05 ceph: fix possible long time wait during umount by Xiubo Li · 5 years ago
  62. 5d47648 ceph: only choose one MDS who is in up:active state without laggy by Xiubo Li · 5 years ago
  63. 4d7ace0 ceph: fix mdsmap cluster available check based on laggy number by Xiubo Li · 5 years ago
  64. d80865b ceph: remove unnecessary assignment in ceph_pre_init_acls() by Chengguang Xu · 6 years ago
  65. 8f5ac17 ceph: delete redundant douts in con_get/put() by Chengguang Xu · 7 years ago
  66. 9c1c2b3 ceph: hold extra reference to r_parent over life of request by Jeff Layton · 6 years ago
  67. da08e1e ceph: add more debug info when decoding mdsmap by Xiubo Li · 5 years ago
  68. bd84fbc ceph: switch to global cap helper by Xiubo Li · 5 years ago
  69. bba1560 ceph: trigger the reclaim work once there has enough pending caps by Xiubo Li · 5 years ago
  70. 3a3430a ceph: show tasks waiting on caps in debugfs caps file by Jeff Layton · 5 years ago
  71. ad8c28a ceph: convert int fields in ceph_mount_options to unsigned int by Jeff Layton · 5 years ago
  72. 668c9a6 fs: ceph: Delete timespec64_trunc() usage by Deepa Dinamani · 5 years ago
  73. a231582 Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  74. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  75. 82995cc libceph, rbd, ceph: convert to use the new mount API by David Howells · 6 years ago
  76. 2def865 ceph: don't leave ino field in ceph_mds_request_head uninitialized by Jeff Layton · 5 years ago
  77. f5946bc ceph: tone down loglevel on ceph_mdsc_build_path warning by Jeff Layton · 5 years ago
  78. 74d6f03 ceph: fix geting random mds from mdsmap by Xiubo Li · 5 years ago
  79. 721d5c1 ceph: make several helper accessors take const pointers by Jeff Layton · 5 years ago
  80. 6a81749 ceph: increment/decrement dio counter on async requests by Jeff Layton · 5 years ago
  81. a81bc31 ceph: take the inode lock before acquiring cap refs by Jeff Layton · 5 years ago
  82. ff29fde ceph: return -EINVAL if given fsc mount option on kernel w/o support by Jeff Layton · 5 years ago
  83. a3a0819 ceph: don't allow copy_file_range when stripe_count != 1 by Luis Henriques · 5 years ago
  84. 5bb5e6e ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open by Jeff Layton · 5 years ago
  85. 1f08529 ceph: add missing check in d_revalidate snapdir handling by Al Viro · 5 years ago
  86. aa8dd81 ceph: fix RCU case handling in ceph_d_revalidate() by Al Viro · 5 years ago
  87. ea60ed6 ceph: fix use-after-free in __ceph_remove_cap() by Luis Henriques · 5 years ago
  88. 18bd6ca ceph: fix compat_ioctl for ceph_dir_operations by Arnd Bergmann · 6 years ago
  89. 1d3f872 ceph: just skip unrecognized info in ceph_reply_info_extra by Jeff Layton · 5 years ago
  90. f41def3 Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  91. 3ee5a70 ceph: call ceph_mdsc_destroy from destroy_fs_client by Jeff Layton · 5 years ago
  92. 6fd4e63 ceph: allow object copies across different filesystems in the same cluster by Luis Henriques · 5 years ago
  93. 48f930e ceph: include ceph_debug.h in cache.c by Ilya Dryomov · 5 years ago
  94. 536cc33 ceph: move static keyword to the front of declarations by Krzysztof Wilczynski · 5 years ago
  95. 71a228b ceph: reconnect connection if session hang in opening state by Erqi Chen · 5 years ago
  96. 96ac915 ceph: use release_pages() directly by John Hubbard · 5 years ago
  97. b8fe918 ceph: allow arbitrary security.* xattrs by Jeff Layton · 5 years ago
  98. 026105e ceph: only set CEPH_I_SEC_INITED if we got a MAC label by Jeff Layton · 5 years ago
  99. 668959a ceph: turn ceph_security_invalidate_secctx into static inline by Jeff Layton · 5 years ago
  100. 321fe13 ceph: add buffered/direct exclusionary locking for reads and writes by Jeff Layton · 5 years ago