1. e64f44a ceph: skip checking caps when session reconnecting and releasing reqs by Xiubo Li · 4 years, 7 months ago
  2. ea8412b ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lock by Xiubo Li · 4 years, 7 months ago
  3. 878dabb ceph: don't return -ESTALE if there's still an open file by Luis Henriques · 4 years, 8 months ago
  4. dffdcd7 ceph: allow rename operation under different quota realms by Luis Henriques · 4 years, 9 months ago
  5. daa668f ceph: normalize 'delta' parameter usage in check_quota_exceeded by Luis Henriques · 4 years, 9 months ago
  6. 829ad4d ceph: ceph_kick_flushing_caps needs the s_mutex by Jeff Layton · 4 years, 9 months ago
  7. d67c72e ceph: request expedited service on session's last cap flush by Jeff Layton · 4 years, 9 months ago
  8. 1cf03a6 ceph: convert mdsc->cap_dirty to a per-session list by Jeff Layton · 4 years, 9 months ago
  9. 6f05b30 ceph: reset i_requested_max_size if file write is not wanted by Yan, Zheng · 4 years, 9 months ago
  10. 8882819 ceph: throw a warning if we destroy session with mutex still locked by Jeff Layton · 4 years, 9 months ago
  11. dc3da04 ceph: fix potential race in ceph_check_caps by Jeff Layton · 4 years, 9 months ago
  12. 4fb5dda ceph: document what protects i_dirty_item and i_flushing_item by Jeff Layton · 4 years, 10 months ago
  13. 7833323 ceph: don't take i_ceph_lock in handle_cap_import by Jeff Layton · 4 years, 10 months ago
  14. 7391fba ceph: don't release i_ceph_lock in handle_cap_trunc by Jeff Layton · 4 years, 10 months ago
  15. d7dbfb4 ceph: add comments for handle_cap_flush_ack logic by Jeff Layton · 4 years, 10 months ago
  16. 681ac63 ceph: split up __finish_cap_flush by Jeff Layton · 4 years, 10 months ago
  17. 0a454bd ceph: reorganize __send_cap for less spinlock abuse by Jeff Layton · 4 years, 10 months ago
  18. 70c9482 ceph: add metadata perf metric support by Xiubo Li · 4 years, 10 months ago
  19. 97e27aa ceph: add read/write latency metric support by Xiubo Li · 4 years, 10 months ago
  20. 1af16d5 ceph: add caps perf metric for each superblock by Xiubo Li · 4 years, 10 months ago
  21. f9009ef ceph: add dentry lease metric support by Xiubo Li · 4 years, 10 months ago
  22. fb33c11 ceph: flush release queue when handling caps for unknown inode by Jeff Layton · 4 years, 7 months ago
  23. 0a85ed6 Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  24. d51cfc5 bdi: use bdi_dev_name() to get device name by Yufen Yu · 4 years, 8 months ago
  25. 12ae44a ceph: demote quotarealm lookup warning to a debug message by Luis Henriques · 4 years, 8 months ago
  26. 4d8e28f ceph: fix double unlock in handle_cap_export() by Wu Bo · 4 years, 8 months ago
  27. 7d8976a ceph: fix special error code in ceph_try_get_caps() by Wu Bo · 4 years, 8 months ago
  28. 0fa8263 ceph: fix endianness bug when handling MDS session feature bits by Jeff Layton · 4 years, 8 months ago
  29. 2a575f13 ceph: fix potential bad pointer deref in async dirops cb's by Jeff Layton · 4 years, 9 months ago
  30. ef91572 ceph: fix snapshot directory timestamps by Luis Henriques · 4 years, 10 months ago
  31. 9bccb76 ceph: wait for async creating inode before requesting new max size by Yan, Zheng · 4 years, 10 months ago
  32. 0aa971b ceph: don't skip updating wanted caps when cap is stale by Yan, Zheng · 4 years, 10 months ago
  33. 42d70f8 ceph: request new max size only when there is auth cap by Yan, Zheng · 4 years, 10 months ago
  34. 546d402 ceph: cleanup return error of try_get_cap_refs() by Yan, Zheng · 4 years, 10 months ago
  35. c6d5029 ceph: return ceph_mdsc_do_request() errors from __get_parent() by Qiujun Huang · 4 years, 10 months ago
  36. bf73c62 ceph: check all mds' caps after page writeback by Yan, Zheng · 4 years, 10 months ago
  37. 11ba6b9 ceph: update i_requested_max_size only when sending cap msg to auth mds by Yan, Zheng · 4 years, 10 months ago
  38. 135e671 ceph: simplify calling of ceph_get_fmode() by Yan, Zheng · 4 years, 10 months ago
  39. a0d93e3 ceph: remove delay check logic from ceph_check_caps() by Yan, Zheng · 4 years, 10 months ago
  40. 719a251 ceph: consider inode's last read/write when calculating wanted caps by Yan, Zheng · 4 years, 10 months ago
  41. c0e385b ceph: always renew caps if mds_wanted is insufficient by Yan, Zheng · 4 years, 10 months ago
  42. 3313f66a ceph: update dentry lease for async create by Yan, Zheng · 4 years, 10 months ago
  43. 9a8d03c ceph: attempt to do async create when possible by Jeff Layton · 5 years ago
  44. 785892f ceph: cache layout in parent dir on first sync create by Jeff Layton · 5 years ago
  45. 6deb800 ceph: add new MDS req field to hold delegated inode number by Jeff Layton · 5 years ago
  46. d484648 ceph: decode interval_sets for delegated inos by Jeff Layton · 5 years ago
  47. 966c716 ceph: make ceph_fill_inode non-static by Jeff Layton · 5 years ago
  48. 2ccb454 ceph: perform asynchronous unlink if we have sufficient caps by Jeff Layton · 6 years ago
  49. 173e70e ceph: don't take refs to want mask unless we have all bits by Yan, Zheng · 4 years, 11 months ago
  50. a25949b ceph: cap tracking for async directory operations by Jeff Layton · 4 years, 11 months ago
  51. 40dcf75 ceph: make __take_cap_refs non-static by Jeff Layton · 5 years ago
  52. 891f3f5 ceph: add infrastructure for waiting for async create to complete by Jeff Layton · 5 years ago
  53. f5e17ae ceph: track primary dentry link by Jeff Layton · 4 years, 11 months ago
  54. 3bb48b4 ceph: add flag to designate that a request is asynchronous by Jeff Layton · 5 years ago
  55. c7e4f85 ceph: more caps.c lockdep assertions by Jeff Layton · 4 years, 10 months ago
  56. e8a4d26 ceph: clean up kick_flushing_inode_caps() by Jeff Layton · 4 years, 10 months ago
  57. 8ccf7fc ceph: return ETIMEDOUT errno to userland when request timed out by Xiubo Li · 4 years, 10 months ago
  58. 1b0c3b9 ceph: re-org copy_file_range and fix some error paths by Luis Henriques · 4 years, 10 months ago
  59. 058daab ceph: move to a dedicated slabcache for mds requests by Jeff Layton · 4 years, 11 months ago
  60. c36d641 ceph: reorganize fields in ceph_mds_request by Jeff Layton · 4 years, 11 months ago
  61. cb03c14 ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwrite by Andreas Gruenbacher · 4 years, 11 months ago
  62. f682dc7 ceph: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  63. bbb480a ceph: check if file lock exists before sending unlock request by Yan, Zheng · 4 years, 11 months ago
  64. 5107d7d ceph: move ceph_osdc_{read,write}pages to ceph.ko by Xiubo Li · 5 years ago
  65. 7083747 ceph: don't ClearPageChecked in ceph_invalidatepage() by Jeff Layton · 5 years ago
  66. 072eaf3 libceph: drop CEPH_DEFINE_SHOW_FUNC by Ilya Dryomov · 5 years ago
  67. 525d15e ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} by Yan, Zheng · 6 years ago
  68. f85122a ceph: add refcounting for Fx caps by Jeff Layton · 6 years ago
  69. 3db0a2f ceph: register MDS request with dir inode from the start by Jeff Layton · 6 years ago
  70. c8d6ee0 ceph: fix memory leak in ceph_cleanup_snapid_map() by Luis Henriques · 4 years, 10 months ago
  71. 7614209 ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL by Ilya Dryomov · 4 years, 10 months ago
  72. 3b20bc2 ceph: noacl mount option is effectively ignored by Xiubo Li · 4 years, 11 months ago
  73. b27a939 ceph: canonicalize server path in place by Ilya Dryomov · 4 years, 11 months ago
  74. 8e4473b ceph: do not execute direct write in parallel if O_APPEND is specified by Xiubo Li · 5 years ago
  75. 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
  76. d53d0f7 ceph: use errorfc() and friends instead of spelling the prefix out by Al Viro · 5 years ago
  77. 48ce73b fs_parse: handle optional arguments sanely by Al Viro · 5 years ago
  78. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  79. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  80. cc3c0b5 add prefix to fs_context->log by Al Viro · 5 years ago
  81. c80c98f ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log by Al Viro · 5 years ago
  82. 5eede62 fold struct fs_parameter_enum into struct constant_table by Al Viro · 5 years ago
  83. 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
  84. 4c46bef Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  85. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  86. 24604f7 ceph: move net/ceph/ceph_fs.c to fs/ceph/util.c by Jeff Layton · 5 years ago
  87. d36e0b6 ceph: print name of xattr in __ceph_{get,set}xattr() douts by Jeff Layton · 5 years ago
  88. 3c80209 ceph: print r_direct_hash in hex in __choose_mds() dout by Xiubo Li · 5 years ago
  89. 78beb0f ceph: use copy-from2 op in copy_file_range by Luis Henriques · 5 years ago
  90. 045100c ceph: close holes in structs ceph_mds_session and ceph_mds_request by Jeff Layton · 5 years ago
  91. 9ba1e22 ceph: allocate the correct amount of extra bytes for the session features by Xiubo Li · 5 years ago
  92. 5b3248c ceph: rename get_session and switch to use ceph_get_mds_session by Xiubo Li · 5 years ago
  93. 4fbc0c7 ceph: remove the extra slashes in the server path by Xiubo Li · 5 years ago
  94. b38c9eb ceph: add possible_max_rank and make the code more readable by Xiubo Li · 5 years ago
  95. 0eb3085 ceph: print dentry offset in hex and fix xattr_version type by Xiubo Li · 5 years ago
  96. 9f8b72b ceph: only touch the caps which have the subset mask requested by Xiubo Li · 5 years ago
  97. 893e456 ceph: don't clear I_NEW until inode metadata is fully populated by Jeff Layton · 5 years ago
  98. c4853e9 ceph: retry the same mds later after the new session is opened by Xiubo Li · 5 years ago
  99. 9782005 ceph: check availability of mds cluster on mount after wait timeout by Xiubo Li · 5 years ago
  100. 4d681c2 ceph: keep the session state until it is released by Xiubo Li · 5 years ago