1. aa8dd81 ceph: fix RCU case handling in ceph_d_revalidate() by Al Viro · 5 years ago
  2. 18253e0 Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  3. ac6713c ceph: add selinux support by Yan, Zheng · 6 years ago
  4. 5c31e92 ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx by Yan, Zheng · 6 years ago
  5. 8f2a98ef ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() by Yan, Zheng · 6 years ago
  6. feab6ac ceph: fix dir_lease_is_valid() by Yan, Zheng · 6 years ago
  7. 516162b9 ceph: don't open-code the check for dead lockref by Al Viro · 6 years ago
  8. 76a495d ceph: ensure d_name stability in ceph_dentry_hash() by Jeff Layton · 6 years ago
  9. fe33032 ceph: add mount option to limit caps count by Yan, Zheng · 6 years ago
  10. 37c4efc ceph: periodically trim stale dentries by Yan, Zheng · 6 years ago
  11. 1e9c2eb ceph: delete stale dentry when last reference is dropped by Yan, Zheng · 6 years ago
  12. 9bbeab4 ceph: use timespec64 for inode timestamp by Arnd Bergmann · 6 years ago
  13. 67fcd15 ceph: add d_drop for some error cases in ceph_symlink() by Chengguang Xu · 6 years ago
  14. 0459871 ceph: add d_drop for some error cases in ceph_mknod() by Chengguang Xu · 6 years ago
  15. 597817d ceph: support file lock on directory by Yan, Zheng · 7 years ago
  16. b284d4d Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  17. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  18. 2596366 ceph: don't check quota for snap inode by Yan, Zheng · 7 years ago
  19. cafe21a ceph: quota: don't allow cross-quota renames by Luis Henriques · 7 years ago
  20. b7a2921 ceph: quota: support for ceph.quota.max_files by Luis Henriques · 7 years ago
  21. bb48bd4 ceph: optimize memory usage by Chengguang Xu · 7 years ago
  22. 7373768 ceph: change variable name to follow common rule by Chengguang Xu · 7 years ago
  23. 4c069a5 ceph: add newline to end of debug message format by Chengguang Xu · 7 years ago
  24. 6ef0bc6 ceph: flush dirty caps of unlinked inode ASAP by Zhi Zhang · 7 years ago
  25. 304ec48 get rid of pointless includes of fs_struct.h by Al Viro · 7 years ago
  26. 5495c2d ceph: avoid dereferencing invalid pointer during cached readdir by Yan, Zheng · 7 years ago
  27. 97aeb6b ceph: use atomic_t for ceph_inode_info::i_shared_gen by Yan, Zheng · 7 years ago
  28. 8d8f371 ceph: cleanup traceless reply handling for rename by Yan, Zheng · 7 years ago
  29. 87c91a9 ceph: voluntarily drop Fx cap for readdir request by Yan, Zheng · 7 years ago
  30. d19a0b5 ceph: voluntarily drop Lx cap for link/rename requests by Yan, Zheng · 7 years ago
  31. 222b7f9 ceph: voluntarily drop Ax cap for requests that create new inode by Yan, Zheng · 7 years ago
  32. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  33. 5d37ca1 ceph: send LSSNAP request to auth mds of directory inode by Yan, Zheng · 7 years ago
  34. 84583cfb ceph: fix race in concurrent readdir by Yan, Zheng · 7 years ago
  35. b50c2de ceph: choose readdir frag based on previous readdir reply by Yan, Zheng · 8 years ago
  36. 7916254 ceph: make seeky readdir more efficient by Yan, Zheng · 8 years ago
  37. 5eb9f60 ceph: do a LOOKUP in d_revalidate instead of GETATTR by Jeff Layton · 8 years ago
  38. 3dd69aa ceph: add a new flag to indicate whether parent is locked by Jeff Layton · 8 years ago
  39. bc2de10d ceph: convert bools in ceph_mds_request to a new r_req_flags field by Jeff Layton · 8 years ago
  40. 52953d5 ceph: cleanup ACCESS_ONCE -> READ_ONCE by Seraphime Kirkovski · 8 years ago
  41. 1097680 ceph: fix endianness of getattr mask in ceph_d_revalidate by Jeff Layton · 8 years ago
  42. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  43. c3f4688 ceph: don't set req->r_locked_dir in ceph_d_revalidate by Jeff Layton · 8 years ago
  44. ad5cb12 ceph: switch to use of ->d_init() by Al Viro · 8 years ago
  45. 18fc8ab ceph: unify dentry_operations instances by Al Viro · 8 years ago
  46. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  47. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  48. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  49. 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
  50. 0f5aa88 ceph: do not modify fi->frag in need_reset_readdir() by Nicolas Iooss · 8 years ago
  51. f49d1e0 ceph: handle LOOKUP_RCU in ceph_d_revalidate by Jeff Layton · 9 years ago
  52. 14fb9c9 ceph: allow dentry_lease_is_valid to work under RCU walk by Jeff Layton · 9 years ago
  53. 5b484a5 ceph: clear d_fsinfo pointer under d_lock by Jeff Layton · 9 years ago
  54. 9b16f03c ceph: don't use ->d_time by Miklos Szeredi · 9 years ago
  55. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  56. 3b33f69 ceph: make logical calculation functions return bool by Zhang Zhuoyu · 9 years ago
  57. f3c4ebe ceph: using hash value to compose dentry offset by Yan, Zheng · 9 years ago
  58. 076c40f ceph: don't forbid marking directory complete after forward seek by Yan, Zheng · 9 years ago
  59. 8974eeb ceph: record 'offset' for each entry of readdir result by Yan, Zheng · 9 years ago
  60. 956d39d ceph: define 'end/complete' in readdir reply as bit flags by Yan, Zheng · 9 years ago
  61. 2a5beea ceph: define struct for dir entry in readdir reply by Yan, Zheng · 9 years ago
  62. a78600e ceph: simplify 'offset in frag' by Yan, Zheng · 9 years ago
  63. 1cd42a4 ceph: remove unnecessary checks in __dcache_readdir by Yan, Zheng · 9 years ago
  64. c530cd2 ceph: search cache postion for dcache readdir by Yan, Zheng · 9 years ago
  65. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  66. 2cdeb1e ceph: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
  67. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  68. 99ec269 ceph: use kmem_cache_zalloc by Geliang Tang · 9 years ago
  69. 200fd27 ceph: use lookup request to revalidate dentry by Yan, Zheng · 9 years ago
  70. 641235d ceph: kill ceph_get_dentry_parent_inode() by Yan, Zheng · 9 years ago
  71. 315f240 ceph: fix security xattr deadlock by Yan, Zheng · 9 years ago
  72. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  73. fdd4e15 ceph: rework dcache readdir by Yan, Zheng · 10 years ago
  74. 687265e ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL by Yan, Zheng · 10 years ago
  75. da819c8 ceph: fix directory fsync by Yan, Zheng · 10 years ago
  76. 5be7303 ceph: simplify two mount_timeout sites by Ilya Dryomov · 10 years ago
  77. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 10 years ago
  78. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  79. 0ea611a ceph: rename snapshot support by Yan, Zheng · 10 years ago
  80. a149bb9 ceph: kstrdup() memory handling by Sanidhya Kashyap · 10 years ago
  81. 57e9546 ceph: match wait_for_completion_timeout return type by Nicholas Mc Guire · 10 years ago
  82. e2c3de0 ceph: fix dcache/nocache mount option by Yan, Zheng · 10 years ago
  83. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  84. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  85. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  86. 4d41cef ceph: return error for traceless reply race by Yan, Zheng · 10 years ago
  87. 5cba372 ceph: fix dentry leaks by Yan, Zheng · 10 years ago
  88. 38c48b5 ceph: provide seperate {inode,file}_operations for snapdir by Yan, Zheng · 10 years ago
  89. 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  90. 275dd19 ceph: fix mksnap crash by Yan, Zheng · 10 years ago
  91. 70db4f3 ceph: introduce a new inode flag indicating if cached dentries are ordered by Yan, Zheng · 10 years ago
  92. b583043 kill f_dentry uses by Al Viro · 10 years ago
  93. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  94. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  95. 6b04908 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  96. b1ee94a ceph: include the initial ACL in create/mkdir/mknod MDS requests by Yan, Zheng · 10 years ago
  97. c143c23 vfs: Remove d_drop calls from d_revalidate implementations by Eric W. Biederman · 11 years ago
  98. 0a8a70f ceph: clear directory's completeness when creating file by Yan, Zheng · 11 years ago
  99. 6da5246 ceph: use fpos_cmp() to compare dentry positions by Yan, Zheng · 11 years ago
  100. 0081bd8 ceph: check directory's completeness before emitting directory entry by Yan, Zheng · 11 years ago