1. 6c073a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  2. d8fb02a ceph: create a new session lock to avoid lock inversion by Alex Elder · 13 years ago
  3. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  4. a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 13 years ago
  5. 2ff179e ceph: avoid iput() while holding spinlock in ceph_dir_fsync by Sage Weil · 13 years ago
  6. 3d8eb7a ceph: remove unnecessary d_fsdata conditional checks by Sage Weil · 13 years ago
  7. dba19c6 get rid of open-coded S_ISREG(), etc. by Al Viro · 13 years ago
  8. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  9. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  10. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  11. a4d4636 ceph: disable use of dcache for readdir etc. by Sage Weil · 13 years ago
  12. be65559 ceph: use i_ceph_lock instead of i_lock by Sage Weil · 13 years ago
  13. 774ac21 ceph: initialize root dentry by Sage Weil · 13 years ago
  14. c6ffe10 ceph: use new D_COMPLETE dentry flag by Sage Weil · 13 years ago
  15. b58dc41 ceph: clear parent D_COMPLETE flag when on dentry prune by Sage Weil · 13 years ago
  16. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  17. d79698d ceph: document unlocked d_parent accesses by Sage Weil · 13 years ago
  18. 41b02e1 ceph: explicitly reference rename old_dentry parent dir in request by Sage Weil · 13 years ago
  19. e5f86dc ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug by Sage Weil · 13 years ago
  20. bf1c6ac ceph: protect d_parent access in ceph_d_revalidate by Sage Weil · 13 years ago
  21. 5f21c96 ceph: protect access to d_parent by Sage Weil · 13 years ago
  22. 48d0cbd ceph: handle racing calls to ceph_init_dentry by Sage Weil · 13 years ago
  23. 468640e ceph: fix ceph_lookup_open intent usage by Sage Weil · 13 years ago
  24. 9cfa109 ceph: use flag bit for at_end readdir flag by Sage Weil · 13 years ago
  25. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  26. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  27. b85fd6b don't open-code parent_ino() in assorted ->readdir() by Al Viro · 13 years ago
  28. a127e0a ceph: LOOKUP_OPEN is set only when it's the last component by Al Viro · 13 years ago
  29. 70b666c ceph: use ihold when we already have an inode ref by Sage Weil · 13 years ago
  30. da39822 ceph: fix broken comparison in readdir loop by Sage Weil · 13 years ago
  31. ae59808 ceph: use snprintf for dirstat content by Sage Weil · 13 years ago
  32. 147851d ceph: rename dentry_release -> d_release, fix comment by Sage Weil · 13 years ago
  33. ad1fee9 ceph: add ino32 mount option by Yehuda Sadeh · 14 years ago
  34. 0eb980e ceph: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  35. 455cec0 ceph: no .snap inside of snapped namespace by Sage Weil · 13 years ago
  36. 16a8b70 ceph: do not clear I_COMPLETE from d_release by Sage Weil · 13 years ago
  37. b545cc1 ceph: do not set I_COMPLETE by Sage Weil · 13 years ago
  38. 9bde178 Revert "ceph: keep reference to parent inode on ceph_dentry" by Sage Weil · 13 years ago
  39. 8bd89ca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  40. 97d79b4 ceph: keep reference to parent inode on ceph_dentry by Yehuda Sadeh · 14 years ago
  41. a170315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  42. 6c0f3af ceph: add dir_layout to inode by Sage Weil · 14 years ago
  43. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  44. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  45. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  46. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  47. da50295 fs: dcache scale d_unhashed by Nick Piggin · 14 years ago
  48. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  49. 92cf765 ceph: fix null pointer dereference in ceph_init_dentry for nfs reexport by Sage Weil · 14 years ago
  50. 884ea89 ceph: avoid possible null deref in readdir after dir llseek by Sage Weil · 14 years ago
  51. 3105c19 ceph: fix readdir EOVERFLOW on 32-bit archs by Sage Weil · 14 years ago
  52. 7b88dad ceph: fix frag offset for non-leftmost frags by Sage Weil · 14 years ago
  53. a1629c3 ceph: fix dangling pointer by Sage Weil · 14 years ago
  54. efa4c12 ceph: do not carry i_lock for readdir from dcache by Sage Weil · 14 years ago
  55. 4c32f5d ceph: do not hide .snap in root directory by Sage Weil · 14 years ago
  56. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago
  57. ca04d9c ceph: fix null pointer deref on anon root dentry release by Sage Weil · 14 years ago
  58. 36e2168 ceph: initialize fields on new dentry_infos by Sage Weil · 14 years ago
  59. 52dfb8a ceph: constify dentry_operations by Sage Weil · 14 years ago
  60. cd84db6 ceph: code cleanup by Yehuda Sadeh · 14 years ago
  61. 252af52 ceph: fix d_release dop for snapdir, snapped dentries by Sage Weil · 14 years ago
  62. a0dff78 ceph: avoid dcache readdir for snapdir by Sage Weil · 14 years ago
  63. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  64. 7e34bc5 fs/ceph: Use ERR_CAST by Julia Lawall · 14 years ago
  65. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  66. 23804d9 ceph: specify max_bytes on readdir replies by Sage Weil · 14 years ago
  67. 1cd3935 ceph: set dn offset when spliced by Sage Weil · 14 years ago
  68. f1f2765 ceph: set next_offset on readdir finish by Sage Weil · 14 years ago
  69. 8c6efb5 ceph: fix memory leak due to possible dentry init race by Sage Weil · 14 years ago
  70. 640ef79 ceph: use ceph_sb_to_client instead of ceph_client by Cheng Renquan · 14 years ago
  71. 81a6cf2 ceph: invalidate affected dentry leases on aborted requests by Sage Weil · 14 years ago
  72. ea1409f ceph: clear dir complete, invalidate dentry on replayed rename by Sage Weil · 14 years ago
  73. 96e35b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  74. e1e4dd0 ceph: reserve one more caps space when doing readdir by Yehuda Sadeh · 14 years ago
  75. f5b0662 ceph: fix dentry reference leak in dcache readdir by Sage Weil · 14 years ago
  76. 9358c6d ceph: fix dentry rehashing on virtual .snap dir by Sage Weil · 14 years ago
  77. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  78. 393f662 ceph: fix possible double-free of mds request reference by Sage Weil · 14 years ago
  79. 04a419f ceph: add feature bits to connection handshake (protocol change) by Sage Weil · 15 years ago
  80. 5de7bf8 ceph: do not drop lease during revalidate by Sage Weil · 15 years ago
  81. 1d1de916 ceph: hide /.ceph from readdir results by Sage Weil · 15 years ago
  82. 09b8a7d ceph: exclude snapdir from readdir results by Sage Weil · 15 years ago
  83. 6b80518 ceph: allocate and parse mount args before client instance by Sage Weil · 15 years ago
  84. 2817b00 ceph: directory operations by Sage Weil · 15 years ago