1. ea60ed6 ceph: fix use-after-free in __ceph_remove_cap() by Luis Henriques · 5 years ago
  2. 1d3f872 ceph: just skip unrecognized info in ceph_reply_info_extra by Jeff Layton · 5 years ago
  3. f41def3 Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  4. 3ee5a70 ceph: call ceph_mdsc_destroy from destroy_fs_client by Jeff Layton · 5 years ago
  5. 6fd4e63 ceph: allow object copies across different filesystems in the same cluster by Luis Henriques · 5 years ago
  6. 48f930e ceph: include ceph_debug.h in cache.c by Ilya Dryomov · 5 years ago
  7. 536cc33 ceph: move static keyword to the front of declarations by Krzysztof Wilczynski · 5 years ago
  8. 71a228b ceph: reconnect connection if session hang in opening state by Erqi Chen · 5 years ago
  9. 96ac915 ceph: use release_pages() directly by John Hubbard · 5 years ago
  10. b8fe918 ceph: allow arbitrary security.* xattrs by Jeff Layton · 5 years ago
  11. 026105e ceph: only set CEPH_I_SEC_INITED if we got a MAC label by Jeff Layton · 5 years ago
  12. 668959a ceph: turn ceph_security_invalidate_secctx into static inline by Jeff Layton · 5 years ago
  13. 321fe13 ceph: add buffered/direct exclusionary locking for reads and writes by Jeff Layton · 5 years ago
  14. 3e8730f ceph: don't return a value from void function by John Hubbard · 5 years ago
  15. 249c1df ceph: don't freeze during write page faults by Jeff Layton · 5 years ago
  16. c62498d ceph: update the mtime when truncating up by Jeff Layton · 5 years ago
  17. 0ed26f3 ceph: fix indentation in __get_snap_name() by Ilya Dryomov · 5 years ago
  18. 98cd281 ceph: remove incorrect comment above __send_cap by Jeff Layton · 6 years ago
  19. daca8bd ceph: remove CEPH_I_NOFLUSH by Jeff Layton · 6 years ago
  20. 27b0a39 ceph: remove unneeded test in try_flush_caps by Jeff Layton · 6 years ago
  21. 9f3345d ceph: have __mark_caps_flushing return flush_tid by Jeff Layton · 6 years ago
  22. 354c63a ceph: fix comments over ceph_add_cap by Jeff Layton · 6 years ago
  23. 533a281 ceph: eliminate session->s_trim_caps by Jeff Layton · 6 years ago
  24. 606d102 ceph: fetch cap_gen under spinlock in ceph_add_cap by Jeff Layton · 6 years ago
  25. 5de16b3 ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds by Jeff Layton · 5 years ago
  26. b72b13e ceph: don't SetPageError on writepage errors by Jeff Layton · 6 years ago
  27. 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
  28. 81f148a ceph: invalidate all write mode filp after reconnect by Yan, Zheng · 5 years ago
  29. ff5d913 ceph: return -EIO if read/write against filp that lost file locks by Yan, Zheng · 5 years ago
  30. d468e72 ceph: add helper function that forcibly reconnects to ceph cluster. by Yan, Zheng · 5 years ago
  31. 5e3ded1 ceph: pass filp to ceph_get_caps() by Yan, Zheng · 5 years ago
  32. f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 5 years ago
  33. 7e6906c ceph: allow closing session in restarting/reconnect state by Yan, Zheng · 5 years ago
  34. e09580b ceph: don't list vxattrs in listxattr() by Jeff Layton · 5 years ago
  35. e1e4460 ceph: allow copy_file_range when src and dst inode are same by Jeff Layton · 5 years ago
  36. 7506703 ceph: fix directories inode i_blkbits initialization by Luis Henriques · 5 years ago
  37. 028ca4d fs: ceph: Initialize filesystem timestamp ranges by Deepa Dinamani · 6 years ago
  38. 28a2826 ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply by Jeff Layton · 5 years ago
  39. c95f1c5 ceph: clear page dirty before invalidate page by Erqi Chen · 5 years ago
  40. af8a85a ceph: fix buffer free while holding i_ceph_lock in fill_inode() by Luis Henriques · 6 years ago
  41. 12fe3dd ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() by Luis Henriques · 6 years ago
  42. 86968ef ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() by Luis Henriques · 6 years ago
  43. 18253e0 Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  44. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  45. 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
  46. 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
  47. d31d07b ceph: fix end offset in truncate_inode_pages_range call by Luis Henriques · 6 years ago
  48. 52dd0f1 ceph: use generic_delete_inode() for ->drop_inode by Luis Henriques · 6 years ago
  49. 87bc5b8 ceph: use ceph_evict_inode to cleanup inode's resource by Yan, Zheng · 6 years ago
  50. 0f7cf80 ceph: initialize superblock s_time_gran to 1 by Luis Henriques · 6 years ago
  51. 94e8577 libceph: rename r_unsafe_item to r_private_item by Ilya Dryomov · 6 years ago
  52. 2635053 ceph: don't NULL terminate virtual xattrs by Jeff Layton · 6 years ago
  53. 3b42101 ceph: return -ERANGE if virtual xattr value didn't fit in buffer by Jeff Layton · 6 years ago
  54. f1d1b51 ceph: make getxattr_cb return ssize_t by Jeff Layton · 6 years ago
  55. 49ada6e ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP by Yan, Zheng · 6 years ago
  56. d6cee9d ceph: kick flushing and flush snaps before sending normal cap message by Yan, Zheng · 6 years ago
  57. 054f8d4 ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() by Yan, Zheng · 6 years ago
  58. 5c30835 ceph: increment change_attribute on local changes by Jeff Layton · 6 years ago
  59. 176c77c ceph: handle change_attr in cap messages by Jeff Layton · 6 years ago
  60. a35ead3 ceph: add change_attr field to ceph_inode_info by Jeff Layton · 6 years ago
  61. 5898178 ceph: allow querying of STATX_BTIME in ceph_getattr by Jeff Layton · 6 years ago
  62. ec62b89 ceph: handle btime in cap messages by Jeff Layton · 6 years ago
  63. 245ce99 ceph: add btime field to ceph_inode_info by Jeff Layton · 6 years ago
  64. f3848af ceph: have MDS map decoding use entity_addr_t decoder by Jeff Layton · 6 years ago
  65. 428138c ceph: remove request from waiting list before unregister by Yan, Zheng · 6 years ago
  66. 6f0f597 ceph: don't blindly unregister session that is in opening state by Yan, Zheng · 6 years ago
  67. 2ef5df1 ceph: fix infinite loop in get_quota_realm() by Yan, Zheng · 6 years ago
  68. ac6713c ceph: add selinux support by Yan, Zheng · 6 years ago
  69. 5c31e92 ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx by Yan, Zheng · 6 years ago
  70. 0572978 ceph: fix debug print format in __set_xattr() by Yan, Zheng · 6 years ago
  71. 03af439 ceph: fix warning PTR_ERR_OR_ZERO can be used by Hariprasad Kelam · 6 years ago
  72. d6e4781 ceph: hold i_ceph_lock when removing caps for freeing inode by Yan, Zheng · 6 years ago
  73. 8f2a98ef ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() by Yan, Zheng · 6 years ago
  74. 41883ba ceph: use READ_ONCE to access d_parent in RCU critical section by Yan, Zheng · 6 years ago
  75. feab6ac ceph: fix dir_lease_is_valid() by Yan, Zheng · 6 years ago
  76. 543212b ceph: close race between d_name_cmp() and update_dentry_lease() by Yan, Zheng · 6 years ago
  77. 7496077 ceph: fix improper use of smp_mb__before_atomic() by Andrea Parri · 6 years ago
  78. 7188072 ceph: fix "ceph.dir.rctime" vxattr value by David Disseldorp · 6 years ago
  79. d0f191d ceph: remove unused vxattr length helpers by David Disseldorp · 6 years ago
  80. 2b2abca ceph: fix listxattr vxattr buffer length calculation by David Disseldorp · 6 years ago
  81. 100cc61 ceph: add ceph.snap.btime vxattr by David Disseldorp · 6 years ago
  82. 193e7b3 ceph: carry snapshot creation time with inodes by David Disseldorp · 6 years ago
  83. e1b8143 ceph: clean up ceph.dir.pin vxattr name sizeof() by David Disseldorp · 6 years ago
  84. 13c4173 ceph: silence a checker warning in mdsc_show() by Dan Carpenter · 6 years ago
  85. 516162b9 ceph: don't open-code the check for dead lockref by Al Viro · 6 years ago
  86. 1a829ff ceph: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  87. d6b8bd6 ceph: fix ceph_mdsc_build_path to not stop on first component by Jeff Layton · 6 years ago
  88. 5dae222 vfs: allow copy_file_range to copy across devices by Amir Goldstein · 6 years ago
  89. 64bf5ff vfs: no fallback for ->copy_file_range by Dave Chinner · 6 years ago
  90. 7b2f936 ceph: fix error handling in ceph_get_caps() by Yan, Zheng · 6 years ago
  91. 3e1d045 ceph: avoid iput_final() while holding mutex or in dispatch thread by Yan, Zheng · 6 years ago
  92. 1cf89a8 ceph: single workqueue for inode related works by Yan, Zheng · 6 years ago
  93. 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
  94. f2cde89 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173 by Thomas Gleixner · 6 years ago
  95. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  96. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  97. 1d9d7cb Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  98. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  99. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  100. 00abf69 ceph: flush dirty inodes before proceeding with remount by Jeff Layton · 6 years ago