1. 23c2c76 ceph: eliminate ceph_async_iput() by Jeff Layton · 3 years, 7 months ago
  2. 4364c69 ceph: make ceph_queue_cap_snap static by Jeff Layton · 3 years, 8 months ago
  3. 7a971e2 ceph: fix error handling in ceph_atomic_open and ceph_lookup by Jeff Layton · 3 years, 7 months ago
  4. d4f6b31 ceph: don't allow access to MDS-private inodes by Jeff Layton · 3 years, 9 months ago
  5. e7f7295 ceph: support getting ceph.dir.rsnaps vxattr by Yanhu Cao · 4 years, 4 months ago
  6. e72968e ceph: drop pinned_page parameter from ceph_get_caps by Jeff Layton · 3 years, 9 months ago
  7. aa60cfc ceph: don't use d_add in ceph_handle_snapdir by Jeff Layton · 3 years, 10 months ago
  8. 7c46b31 ceph: rework PageFsCache handling by Jeff Layton · 4 years ago
  9. e7df452 ceph: rip out old fscache readpage handling by Jeff Layton · 4 years ago
  10. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
  11. a8810cd ceph: allow queueing cap/snap handling after putting cap references by Jeff Layton · 4 years, 1 month ago
  12. 64f28c6 ceph: clean up inode work queueing by Jeff Layton · 4 years, 3 months ago
  13. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  14. 6646ea1 Revert "ceph: allow rename operation under different quota realms" by Luis Henriques · 4 years, 2 months ago
  15. 247b1f1 ceph: add status debugfs file by Xiubo Li · 4 years, 2 months ago
  16. dbeec07 ceph: remove timeout on allowing reconnect after blocklisting by Jeff Layton · 4 years, 4 months ago
  17. aa5c791 ceph: make fsc->mount_state an int by Jeff Layton · 4 years, 3 months ago
  18. c74d79a ceph: comment cleanups and clarifications by Jeff Layton · 4 years, 3 months ago
  19. 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 4 months ago
  20. 2678da8 ceph: add ceph_sb_to_mdsc helper support to parse the mdsc by Xiubo Li · 4 years, 4 months ago
  21. ebce3eb ceph: fix inode number handling on arches with 32-bit ino_t by Jeff Layton · 4 years, 5 months ago
  22. a0102bd ceph: move sb->wb_pagevec_pool to be a global mempool by Jeff Layton · 4 years, 5 months ago
  23. f1f565a ceph: delete repeated words in fs/ceph/ by Randy Dunlap · 4 years, 6 months ago
  24. 18f473b ceph: periodically send perf metrics to MDSes by Xiubo Li · 4 years, 6 months ago
  25. e64f44a ceph: skip checking caps when session reconnecting and releasing reqs by Xiubo Li · 4 years, 8 months ago
  26. dffdcd7 ceph: allow rename operation under different quota realms by Luis Henriques · 4 years, 9 months ago
  27. 829ad4d ceph: ceph_kick_flushing_caps needs the s_mutex by Jeff Layton · 4 years, 9 months ago
  28. 1cf03a6 ceph: convert mdsc->cap_dirty to a per-session list by Jeff Layton · 4 years, 9 months ago
  29. 4fb5dda ceph: document what protects i_dirty_item and i_flushing_item by Jeff Layton · 4 years, 10 months ago
  30. 1af16d5 ceph: add caps perf metric for each superblock by Xiubo Li · 4 years, 10 months ago
  31. f9009ef ceph: add dentry lease metric support by Xiubo Li · 4 years, 10 months ago
  32. 135e671 ceph: simplify calling of ceph_get_fmode() by Yan, Zheng · 4 years, 10 months ago
  33. a0d93e3 ceph: remove delay check logic from ceph_check_caps() by Yan, Zheng · 4 years, 10 months ago
  34. 719a251 ceph: consider inode's last read/write when calculating wanted caps by Yan, Zheng · 4 years, 10 months ago
  35. c0e385b ceph: always renew caps if mds_wanted is insufficient by Yan, Zheng · 4 years, 10 months ago
  36. 785892f ceph: cache layout in parent dir on first sync create by Jeff Layton · 5 years ago
  37. 966c716 ceph: make ceph_fill_inode non-static by Jeff Layton · 5 years ago
  38. 2ccb454 ceph: perform asynchronous unlink if we have sufficient caps by Jeff Layton · 6 years ago
  39. 40dcf75 ceph: make __take_cap_refs non-static by Jeff Layton · 5 years ago
  40. 891f3f5 ceph: add infrastructure for waiting for async create to complete by Jeff Layton · 5 years ago
  41. f5e17ae ceph: track primary dentry link by Jeff Layton · 5 years ago
  42. e8a4d26 ceph: clean up kick_flushing_inode_caps() by Jeff Layton · 4 years, 11 months ago
  43. 525d15e ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} by Yan, Zheng · 6 years ago
  44. f85122a ceph: add refcounting for Fx caps by Jeff Layton · 6 years ago
  45. b27a939 ceph: canonicalize server path in place by Ilya Dryomov · 5 years ago
  46. 78beb0f ceph: use copy-from2 op in copy_file_range by Luis Henriques · 5 years ago
  47. ad8c28a ceph: convert int fields in ceph_mount_options to unsigned int by Jeff Layton · 5 years ago
  48. 82995cc libceph, rbd, ceph: convert to use the new mount API by David Howells · 6 years ago
  49. 721d5c1 ceph: make several helper accessors take const pointers by Jeff Layton · 5 years ago
  50. 668959a ceph: turn ceph_security_invalidate_secctx into static inline by Jeff Layton · 5 years ago
  51. 321fe13 ceph: add buffered/direct exclusionary locking for reads and writes by Jeff Layton · 5 years ago
  52. daca8bd ceph: remove CEPH_I_NOFLUSH by Jeff Layton · 6 years ago
  53. 5de16b3 ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds by Jeff Layton · 5 years ago
  54. 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
  55. 81f148a ceph: invalidate all write mode filp after reconnect by Yan, Zheng · 5 years ago
  56. ff5d913 ceph: return -EIO if read/write against filp that lost file locks by Yan, Zheng · 5 years ago
  57. d468e72 ceph: add helper function that forcibly reconnects to ceph cluster. by Yan, Zheng · 5 years ago
  58. 5e3ded1 ceph: pass filp to ceph_get_caps() by Yan, Zheng · 5 years ago
  59. f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 5 years ago
  60. 12fe3dd ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() by Luis Henriques · 5 years ago
  61. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  62. 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
  63. 52dd0f1 ceph: use generic_delete_inode() for ->drop_inode by Luis Henriques · 6 years ago
  64. 87bc5b8 ceph: use ceph_evict_inode to cleanup inode's resource by Yan, Zheng · 6 years ago
  65. 176c77c ceph: handle change_attr in cap messages by Jeff Layton · 6 years ago
  66. ec62b89 ceph: handle btime in cap messages by Jeff Layton · 6 years ago
  67. 245ce99 ceph: add btime field to ceph_inode_info by Jeff Layton · 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. d6e4781 ceph: hold i_ceph_lock when removing caps for freeing inode by Yan, Zheng · 6 years ago
  71. 7496077 ceph: fix improper use of smp_mb__before_atomic() by Andrea Parri · 6 years ago
  72. d0f191d ceph: remove unused vxattr length helpers by David Disseldorp · 6 years ago
  73. 193e7b3 ceph: carry snapshot creation time with inodes by David Disseldorp · 6 years ago
  74. 1a829ff ceph: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  75. 3e1d045 ceph: avoid iput_final() while holding mutex or in dispatch thread by Yan, Zheng · 6 years ago
  76. 1cf89a8 ceph: single workqueue for inode related works by Yan, Zheng · 6 years ago
  77. 1d9d7cb Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  78. 0c44a8e ceph: quota: fix quota subdir mounts by Luis Henriques · 6 years ago
  79. 3886274 ceph: factor out ceph_lookup_inode() by Luis Henriques · 6 years ago
  80. cfa6d41 ceph: use ->free_inode() by Al Viro · 6 years ago
  81. fe33032 ceph: add mount option to limit caps count by Yan, Zheng · 6 years ago
  82. 37c4efc ceph: periodically trim stale dentries by Yan, Zheng · 6 years ago
  83. 1e9c2eb ceph: delete stale dentry when last reference is dropped by Yan, Zheng · 6 years ago
  84. e3ec8d6 ceph: send cap releases more aggressively by Yan, Zheng · 6 years ago
  85. 0879687 ceph: support getting ceph.dir.pin vxattr by Yan, Zheng · 6 years ago
  86. 75c9627 ceph: map snapid to anonymous bdev ID by Yan, Zheng · 7 years ago
  87. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  88. 6f9718f ceph: make 'nocopyfrom' a default mount option by Luis Henriques · 6 years ago
  89. ea4cdc5 ceph: new mount option to disable usage of copy-from op by Luis Henriques · 6 years ago
  90. 2ee9dd9 ceph: add non-blocking parameter to ceph_try_get_caps() by Luis Henriques · 6 years ago
  91. 0a78ac4 Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  92. 7bf8f73 ceph: refactor ceph_unreserve_caps() by Chengguang Xu · 6 years ago
  93. 719784b ceph: add new field max_file_size in ceph_fs_client by Chengguang Xu · 6 years ago
  94. 9bbeab4 ceph: use timespec64 for inode timestamp by Arnd Bergmann · 6 years ago
  95. 44907d7 get rid of 'opened' argument of ->atomic_open() - part 3 by Al Viro · 7 years ago
  96. 9122eed ceph: quota: report root dir quota usage in statfs by Luis Henriques · 7 years ago
  97. d557c48 ceph: quota: add counter for snaprealms with quota by Luis Henriques · 7 years ago
  98. e3161f1 ceph: quota: cache inode pointer in ceph_snap_realm by Luis Henriques · 7 years ago
  99. 1ab302a ceph: quota: update MDS when max_bytes is approaching by Luis Henriques · 7 years ago
  100. 2b83845 ceph: quota: support for ceph.quota.max_bytes by Luis Henriques · 7 years ago