1. da08e1e ceph: add more debug info when decoding mdsmap by Xiubo Li · 5 years ago
  2. bd84fbc ceph: switch to global cap helper by Xiubo Li · 5 years ago
  3. bba1560 ceph: trigger the reclaim work once there has enough pending caps by Xiubo Li · 5 years ago
  4. 3a3430a ceph: show tasks waiting on caps in debugfs caps file by Jeff Layton · 5 years ago
  5. ad8c28a ceph: convert int fields in ceph_mount_options to unsigned int by Jeff Layton · 5 years ago
  6. a231582 Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  7. 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
  8. 82995cc libceph, rbd, ceph: convert to use the new mount API by David Howells · 6 years ago
  9. 2def865 ceph: don't leave ino field in ceph_mds_request_head uninitialized by Jeff Layton · 5 years ago
  10. f5946bc ceph: tone down loglevel on ceph_mdsc_build_path warning by Jeff Layton · 5 years ago
  11. 74d6f03 ceph: fix geting random mds from mdsmap by Xiubo Li · 5 years ago
  12. 721d5c1 ceph: make several helper accessors take const pointers by Jeff Layton · 5 years ago
  13. 6a81749 ceph: increment/decrement dio counter on async requests by Jeff Layton · 5 years ago
  14. a81bc31 ceph: take the inode lock before acquiring cap refs by Jeff Layton · 5 years ago
  15. ff29fde ceph: return -EINVAL if given fsc mount option on kernel w/o support by Jeff Layton · 5 years ago
  16. a3a0819 ceph: don't allow copy_file_range when stripe_count != 1 by Luis Henriques · 5 years ago
  17. 5bb5e6e ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open by Jeff Layton · 5 years ago
  18. 1f08529 ceph: add missing check in d_revalidate snapdir handling by Al Viro · 5 years ago
  19. aa8dd81 ceph: fix RCU case handling in ceph_d_revalidate() by Al Viro · 5 years ago
  20. ea60ed6 ceph: fix use-after-free in __ceph_remove_cap() by Luis Henriques · 5 years ago
  21. 18bd6ca ceph: fix compat_ioctl for ceph_dir_operations by Arnd Bergmann · 6 years ago
  22. 1d3f872 ceph: just skip unrecognized info in ceph_reply_info_extra by Jeff Layton · 5 years ago
  23. f41def3 Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  24. 3ee5a70 ceph: call ceph_mdsc_destroy from destroy_fs_client by Jeff Layton · 5 years ago
  25. 6fd4e63 ceph: allow object copies across different filesystems in the same cluster by Luis Henriques · 5 years ago
  26. 48f930e ceph: include ceph_debug.h in cache.c by Ilya Dryomov · 5 years ago
  27. 536cc33 ceph: move static keyword to the front of declarations by Krzysztof Wilczynski · 5 years ago
  28. 71a228b ceph: reconnect connection if session hang in opening state by Erqi Chen · 5 years ago
  29. 96ac915 ceph: use release_pages() directly by John Hubbard · 5 years ago
  30. b8fe918 ceph: allow arbitrary security.* xattrs by Jeff Layton · 5 years ago
  31. 026105e ceph: only set CEPH_I_SEC_INITED if we got a MAC label by Jeff Layton · 5 years ago
  32. 668959a ceph: turn ceph_security_invalidate_secctx into static inline by Jeff Layton · 5 years ago
  33. 321fe13 ceph: add buffered/direct exclusionary locking for reads and writes by Jeff Layton · 5 years ago
  34. 3e8730f ceph: don't return a value from void function by John Hubbard · 5 years ago
  35. 249c1df ceph: don't freeze during write page faults by Jeff Layton · 5 years ago
  36. c62498d ceph: update the mtime when truncating up by Jeff Layton · 6 years ago
  37. 0ed26f3 ceph: fix indentation in __get_snap_name() by Ilya Dryomov · 5 years ago
  38. 98cd281 ceph: remove incorrect comment above __send_cap by Jeff Layton · 6 years ago
  39. daca8bd ceph: remove CEPH_I_NOFLUSH by Jeff Layton · 6 years ago
  40. 27b0a39 ceph: remove unneeded test in try_flush_caps by Jeff Layton · 6 years ago
  41. 9f3345d ceph: have __mark_caps_flushing return flush_tid by Jeff Layton · 6 years ago
  42. 354c63a ceph: fix comments over ceph_add_cap by Jeff Layton · 6 years ago
  43. 533a281 ceph: eliminate session->s_trim_caps by Jeff Layton · 6 years ago
  44. 606d102 ceph: fetch cap_gen under spinlock in ceph_add_cap by Jeff Layton · 6 years ago
  45. 5de16b3 ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds by Jeff Layton · 6 years ago
  46. b72b13e ceph: don't SetPageError on writepage errors by Jeff Layton · 6 years ago
  47. 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 6 years ago
  48. 81f148a ceph: invalidate all write mode filp after reconnect by Yan, Zheng · 6 years ago
  49. ff5d913 ceph: return -EIO if read/write against filp that lost file locks by Yan, Zheng · 6 years ago
  50. d468e72 ceph: add helper function that forcibly reconnects to ceph cluster. by Yan, Zheng · 6 years ago
  51. 5e3ded1 ceph: pass filp to ceph_get_caps() by Yan, Zheng · 6 years ago
  52. f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 6 years ago
  53. 7e6906c ceph: allow closing session in restarting/reconnect state by Yan, Zheng · 6 years ago
  54. e09580b ceph: don't list vxattrs in listxattr() by Jeff Layton · 6 years ago
  55. e1e4460 ceph: allow copy_file_range when src and dst inode are same by Jeff Layton · 6 years ago
  56. 7506703 ceph: fix directories inode i_blkbits initialization by Luis Henriques · 6 years ago
  57. 028ca4d fs: ceph: Initialize filesystem timestamp ranges by Deepa Dinamani · 6 years ago
  58. 28a2826 ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply by Jeff Layton · 5 years ago
  59. c95f1c5 ceph: clear page dirty before invalidate page by Erqi Chen · 6 years ago
  60. af8a85a ceph: fix buffer free while holding i_ceph_lock in fill_inode() by Luis Henriques · 6 years ago
  61. 12fe3dd ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() by Luis Henriques · 6 years ago
  62. 86968ef ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() by Luis Henriques · 6 years ago
  63. 18253e0 Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  64. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  65. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  66. 40f06c7 Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  67. d31d07b ceph: fix end offset in truncate_inode_pages_range call by Luis Henriques · 6 years ago
  68. 52dd0f1 ceph: use generic_delete_inode() for ->drop_inode by Luis Henriques · 6 years ago
  69. 87bc5b8 ceph: use ceph_evict_inode to cleanup inode's resource by Yan, Zheng · 6 years ago
  70. 0f7cf80 ceph: initialize superblock s_time_gran to 1 by Luis Henriques · 6 years ago
  71. 94e8577 libceph: rename r_unsafe_item to r_private_item by Ilya Dryomov · 6 years ago
  72. 2635053 ceph: don't NULL terminate virtual xattrs by Jeff Layton · 6 years ago
  73. 3b42101 ceph: return -ERANGE if virtual xattr value didn't fit in buffer by Jeff Layton · 6 years ago
  74. f1d1b51 ceph: make getxattr_cb return ssize_t by Jeff Layton · 6 years ago
  75. 49ada6e ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP by Yan, Zheng · 6 years ago
  76. d6cee9d ceph: kick flushing and flush snaps before sending normal cap message by Yan, Zheng · 6 years ago
  77. 054f8d4 ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() by Yan, Zheng · 6 years ago
  78. 5c30835 ceph: increment change_attribute on local changes by Jeff Layton · 6 years ago
  79. 176c77c ceph: handle change_attr in cap messages by Jeff Layton · 6 years ago
  80. a35ead3 ceph: add change_attr field to ceph_inode_info by Jeff Layton · 6 years ago
  81. 5898178 ceph: allow querying of STATX_BTIME in ceph_getattr by Jeff Layton · 6 years ago
  82. ec62b89 ceph: handle btime in cap messages by Jeff Layton · 6 years ago
  83. 245ce99 ceph: add btime field to ceph_inode_info by Jeff Layton · 6 years ago
  84. f3848af ceph: have MDS map decoding use entity_addr_t decoder by Jeff Layton · 6 years ago
  85. 428138c ceph: remove request from waiting list before unregister by Yan, Zheng · 6 years ago
  86. 6f0f597 ceph: don't blindly unregister session that is in opening state by Yan, Zheng · 6 years ago
  87. 2ef5df1 ceph: fix infinite loop in get_quota_realm() by Yan, Zheng · 6 years ago
  88. ac6713c ceph: add selinux support by Yan, Zheng · 6 years ago
  89. 5c31e92 ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx by Yan, Zheng · 6 years ago
  90. 0572978 ceph: fix debug print format in __set_xattr() by Yan, Zheng · 6 years ago
  91. 03af439 ceph: fix warning PTR_ERR_OR_ZERO can be used by Hariprasad Kelam · 6 years ago
  92. d6e4781 ceph: hold i_ceph_lock when removing caps for freeing inode by Yan, Zheng · 6 years ago
  93. 8f2a98ef ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() by Yan, Zheng · 6 years ago
  94. 41883ba ceph: use READ_ONCE to access d_parent in RCU critical section by Yan, Zheng · 6 years ago
  95. feab6ac ceph: fix dir_lease_is_valid() by Yan, Zheng · 6 years ago
  96. 543212b ceph: close race between d_name_cmp() and update_dentry_lease() by Yan, Zheng · 6 years ago
  97. 7496077 ceph: fix improper use of smp_mb__before_atomic() by Andrea Parri · 6 years ago
  98. 7188072 ceph: fix "ceph.dir.rctime" vxattr value by David Disseldorp · 6 years ago
  99. d0f191d ceph: remove unused vxattr length helpers by David Disseldorp · 6 years ago
  100. 2b2abca ceph: fix listxattr vxattr buffer length calculation by David Disseldorp · 6 years ago