1. 82995cc libceph, rbd, ceph: convert to use the new mount API by David Howells · 6 years ago
  2. 721d5c1 ceph: make several helper accessors take const pointers by Jeff Layton · 5 years ago
  3. 668959a ceph: turn ceph_security_invalidate_secctx into static inline by Jeff Layton · 5 years ago
  4. 321fe13 ceph: add buffered/direct exclusionary locking for reads and writes by Jeff Layton · 5 years ago
  5. daca8bd ceph: remove CEPH_I_NOFLUSH by Jeff Layton · 6 years ago
  6. 5de16b3 ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds by Jeff Layton · 5 years ago
  7. 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
  8. 81f148a ceph: invalidate all write mode filp after reconnect by Yan, Zheng · 5 years ago
  9. ff5d913 ceph: return -EIO if read/write against filp that lost file locks by Yan, Zheng · 5 years ago
  10. d468e72 ceph: add helper function that forcibly reconnects to ceph cluster. by Yan, Zheng · 5 years ago
  11. 5e3ded1 ceph: pass filp to ceph_get_caps() by Yan, Zheng · 5 years ago
  12. f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 5 years ago
  13. 12fe3dd ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() by Luis Henriques · 5 years ago
  14. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  15. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  16. 52dd0f1 ceph: use generic_delete_inode() for ->drop_inode by Luis Henriques · 6 years ago
  17. 87bc5b8 ceph: use ceph_evict_inode to cleanup inode's resource by Yan, Zheng · 6 years ago
  18. 176c77c ceph: handle change_attr in cap messages by Jeff Layton · 6 years ago
  19. ec62b89 ceph: handle btime in cap messages by Jeff Layton · 6 years ago
  20. 245ce99 ceph: add btime field to ceph_inode_info by Jeff Layton · 6 years ago
  21. ac6713c ceph: add selinux support by Yan, Zheng · 6 years ago
  22. 5c31e92 ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx by Yan, Zheng · 6 years ago
  23. d6e4781 ceph: hold i_ceph_lock when removing caps for freeing inode by Yan, Zheng · 6 years ago
  24. 7496077 ceph: fix improper use of smp_mb__before_atomic() by Andrea Parri · 6 years ago
  25. d0f191d ceph: remove unused vxattr length helpers by David Disseldorp · 6 years ago
  26. 193e7b3 ceph: carry snapshot creation time with inodes by David Disseldorp · 6 years ago
  27. 1a829ff ceph: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  28. 3e1d045 ceph: avoid iput_final() while holding mutex or in dispatch thread by Yan, Zheng · 6 years ago
  29. 1cf89a8 ceph: single workqueue for inode related works by Yan, Zheng · 6 years ago
  30. 1d9d7cb Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  31. 0c44a8e ceph: quota: fix quota subdir mounts by Luis Henriques · 6 years ago
  32. 3886274 ceph: factor out ceph_lookup_inode() by Luis Henriques · 6 years ago
  33. cfa6d41 ceph: use ->free_inode() by Al Viro · 6 years ago
  34. fe33032 ceph: add mount option to limit caps count by Yan, Zheng · 6 years ago
  35. 37c4efc ceph: periodically trim stale dentries by Yan, Zheng · 6 years ago
  36. 1e9c2eb ceph: delete stale dentry when last reference is dropped by Yan, Zheng · 6 years ago
  37. e3ec8d6 ceph: send cap releases more aggressively by Yan, Zheng · 6 years ago
  38. 0879687 ceph: support getting ceph.dir.pin vxattr by Yan, Zheng · 6 years ago
  39. 75c9627 ceph: map snapid to anonymous bdev ID by Yan, Zheng · 7 years ago
  40. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  41. 6f9718f ceph: make 'nocopyfrom' a default mount option by Luis Henriques · 6 years ago
  42. ea4cdc5 ceph: new mount option to disable usage of copy-from op by Luis Henriques · 6 years ago
  43. 2ee9dd9 ceph: add non-blocking parameter to ceph_try_get_caps() by Luis Henriques · 6 years ago
  44. 0a78ac4 Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  45. 7bf8f73 ceph: refactor ceph_unreserve_caps() by Chengguang Xu · 6 years ago
  46. 719784b ceph: add new field max_file_size in ceph_fs_client by Chengguang Xu · 6 years ago
  47. 9bbeab4 ceph: use timespec64 for inode timestamp by Arnd Bergmann · 6 years ago
  48. 44907d7 get rid of 'opened' argument of ->atomic_open() - part 3 by Al Viro · 7 years ago
  49. 9122eed ceph: quota: report root dir quota usage in statfs by Luis Henriques · 7 years ago
  50. d557c48 ceph: quota: add counter for snaprealms with quota by Luis Henriques · 7 years ago
  51. e3161f1 ceph: quota: cache inode pointer in ceph_snap_realm by Luis Henriques · 7 years ago
  52. 1ab302a ceph: quota: update MDS when max_bytes is approaching by Luis Henriques · 7 years ago
  53. 2b83845 ceph: quota: support for ceph.quota.max_bytes by Luis Henriques · 7 years ago
  54. cafe21a ceph: quota: don't allow cross-quota renames by Luis Henriques · 7 years ago
  55. b7a2921 ceph: quota: support for ceph.quota.max_files by Luis Henriques · 7 years ago
  56. fb18a57 ceph: quota: add initial infrastructure to support cephfs quotas by Luis Henriques · 7 years ago
  57. bb48bd4 ceph: optimize memory usage by Chengguang Xu · 7 years ago
  58. 6ef0bc6 ceph: flush dirty caps of unlinked inode ASAP by Zhi Zhang · 7 years ago
  59. e30ee58 ceph: try to allocate enough memory for reserved caps by Zhi Zhang · 7 years ago
  60. 5d98830 ceph: track read contexts in ceph_file_info by Yan, Zheng · 7 years ago
  61. 97aeb6b ceph: use atomic_t for ceph_inode_info::i_shared_gen by Yan, Zheng · 7 years ago
  62. b3f8d68 ceph: handle 'session get evicted while there are file locks' by Yan, Zheng · 7 years ago
  63. c6db847 ceph: make lock_to_ceph_filelock() static by Yan, Zheng · 7 years ago
  64. 89aa593 ceph: keep auth cap when inode has flocks or posix locks by Yan, Zheng · 7 years ago
  65. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  66. 4214fb1 ceph: validate correctness of some mount options by Yan, Zheng · 7 years ago
  67. 95cca2b ceph: limit osd write size by Yan, Zheng · 7 years ago
  68. aa18792 ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN by Yan, Zheng · 7 years ago
  69. 2ae409d ceph: remove unused cap_release_safety mount option by Yan, Zheng · 7 years ago
  70. 1d8f836 ceph: new mount option that specifies fscache uniquifier by Yan, Zheng · 8 years ago
  71. efb0ca7 ceph: update the 'approaching max_size' code by Yan, Zheng · 8 years ago
  72. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  73. 26544c62 ceph: when seeing write errors on an inode, switch to sync writes by Jeff Layton · 8 years ago
  74. 805692d ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  75. 09dc9fc ceph: Convert to separately allocated bdi by Jan Kara · 8 years ago
  76. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  77. 55f2a04 ceph: remove special ack vs commit behavior by Ilya Dryomov · 8 years ago
  78. f5a03b0 ceph: drop session argument to ceph_fill_trace by Jeff Layton · 8 years ago
  79. c1944fe ceph: avoid calling ceph_renew_caps() infinitely by Yan, Zheng · 8 years ago
  80. 7c94ba2 ceph: set io_pages bdi hint by Andreas Gerstmayr · 8 years ago
  81. ca6c8ae ceph: pass parent inode info to ceph_encode_dentry_release if we have it by Jeff Layton · 8 years ago
  82. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  83. 5f743e4 ceph: record truncate size/seq for snap data writeback by Yan, Zheng · 8 years ago
  84. e9e427f ceph: check availability of mds cluster on mount by Yan, Zheng · 8 years ago
  85. 2b1ac85 ceph: try getting buffer capability for readahead/fadvise by Yan, Zheng · 8 years ago
  86. ad5cb12 ceph: switch to use of ->d_init() by Al Viro · 8 years ago
  87. 18fc8ab ceph: unify dentry_operations instances by Al Viro · 8 years ago
  88. c8799fc ceph: optimize cap flush waiting by Yan, Zheng · 9 years ago
  89. ed9b430 ceph: cleanup ceph_flush_snaps() by Yan, Zheng · 9 years ago
  90. 70220ac ceph: introduce an inode flag to indicates if snapflush is needed by Yan, Zheng · 9 years ago
  91. 13c2b57 ceph: avoid sending duplicated cap flush message by Yan, Zheng · 9 years ago
  92. 0e29438 ceph: unify cap flush and snapcap flush by Yan, Zheng · 9 years ago
  93. e4500b5 ceph: use list instead of rbtree to track cap flushes by Yan, Zheng · 9 years ago
  94. 430afba ceph: mount non-default filesystem by name by Yan, Zheng · 9 years ago
  95. 9b16f03c ceph: don't use ->d_time by Miklos Szeredi · 9 years ago
  96. 9a5530c ceph: wait unsafe sync writes for evicting inode by Yan, Zheng · 9 years ago
  97. 774a6a1 ceph: reduce i_nr_by_mode array size by Yan, Zheng · 9 years ago
  98. 779fe0f ceph: rados pool namespace support by Yan, Zheng · 9 years ago
  99. f7f7e7a ceph: improve fscache revalidation by Yan, Zheng · 9 years ago
  100. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago