1. 5ef50c3 ceph: simplify+fix atomic_open by Sage Weil · 12 years ago
  2. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  3. aa711ee ceph: define snap counts as u32 everywhere by Alex Elder · 12 years ago
  4. 30d9049 kill struct opendata by Al Viro · 12 years ago
  5. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  6. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  7. 2d83bde ceph: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  8. 3819219 ceph: remove unused arg from ceph_lookup_open() by Miklos Szeredi · 12 years ago
  9. 3ce6cd1 ceph: avoid repeatedly computing the size of constant vxattr names by Alex Elder · 13 years ago
  10. a661fc5 ceph: use 2 instead of 1 as fallback for 32-bit inode number by Amon Ott · 13 years ago
  11. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  12. a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 13 years ago
  13. 5706b27 ceph: propagate umode_t by Al Viro · 13 years ago
  14. be65559 ceph: use i_ceph_lock instead of i_lock by Sage Weil · 13 years ago
  15. c6ffe10 ceph: use new D_COMPLETE dentry flag by Sage Weil · 13 years ago
  16. b58dc41 ceph: clear parent D_COMPLETE flag when on dentry prune by Sage Weil · 13 years ago
  17. 3310f75 ceph: fix 32-bit ino numbers by Amon Ott · 13 years ago
  18. 83817e3 ceph: rename rsize -> rasize by Sage Weil · 13 years ago
  19. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  20. e5f86dc ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug by Sage Weil · 13 years ago
  21. 5f21c96 ceph: protect access to d_parent by Sage Weil · 13 years ago
  22. 468640e ceph: fix ceph_lookup_open intent usage by Sage Weil · 13 years ago
  23. 9cfa109 ceph: use flag bit for at_end readdir flag by Sage Weil · 13 years ago
  24. 4918b6d ceph: add F_SYNC file flag to force sync (non-O_DIRECT) io by Sage Weil · 13 years ago
  25. 252c672 ceph: add flags field to file_info by Sage Weil · 13 years ago
  26. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  27. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  28. d3d0720 ceph: do not use i_wrbuffer_ref as refcount for Fb cap by Henry C Chang · 13 years ago
  29. fca65b4 ceph: do not call __mark_dirty_inode under i_lock by Sage Weil · 13 years ago
  30. 80456f8 ceph: move readahead default to fs/ceph from libceph by Sage Weil · 13 years ago
  31. ad1fee9 ceph: add ino32 mount option by Yehuda Sadeh · 14 years ago
  32. 9bde178 Revert "ceph: keep reference to parent inode on ceph_dentry" by Sage Weil · 13 years ago
  33. 8bd89ca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  34. 97d79b4 ceph: keep reference to parent inode on ceph_dentry by Yehuda Sadeh · 14 years ago
  35. a170315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  36. 6c0f3af ceph: add dir_layout to inode by Sage Weil · 14 years ago
  37. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  38. cd045cb ceph: fix rdcache_gen usage and invalidate by Sage Weil · 14 years ago
  39. efa4c12 ceph: do not carry i_lock for readdir from dcache by Sage Weil · 14 years ago
  40. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago
  41. e835124 ceph: only send one flushsnap per cap_snap per mds session by Sage Weil · 14 years ago
  42. ae00d4f ceph: fix cap_snap and realm split by Sage Weil · 14 years ago
  43. 7d8cb26 ceph: maintain i_head_snapc when any caps are dirty, not just for data by Sage Weil · 14 years ago
  44. 4a625be ceph: include dirty xattrs state in snapped caps by Sage Weil · 14 years ago
  45. 52dfb8a ceph: constify dentry_operations by Sage Weil · 14 years ago
  46. 40819f6 ceph: add flock/fcntl lock support by Greg Farnum · 14 years ago
  47. c6f3fdc ceph: add CEPH_FEATURE_FLOCK to the supported feature bits by Greg Farnum · 14 years ago
  48. a8b763a ceph: use %pU to print uuid (fsid) by Sage Weil · 14 years ago
  49. 6a25938 ceph: specify supported features in super.h by Sage Weil · 14 years ago
  50. 2bc5025 ceph: add ceph_get_cap_for_mds function. by Greg Farnum · 14 years ago
  51. 3715166 ceph: do caps accounting per mds_client by Yehuda Sadeh · 14 years ago
  52. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  53. 984c769 ceph: removed duplicated #includes by Andrea Gelmini · 14 years ago
  54. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  55. 23804d9 ceph: specify max_bytes on readdir replies by Sage Weil · 14 years ago
  56. 6e19a16 ceph: clean up mount options, ->show_options() by Sage Weil · 14 years ago
  57. 640ef79 ceph: use ceph_sb_to_client instead of ceph_client by Cheng Renquan · 14 years ago
  58. 81a6cf2 ceph: invalidate affected dentry leases on aborted requests by Sage Weil · 14 years ago
  59. d45d0d9 ceph: add missing #includes by Sage Weil · 14 years ago
  60. 96e35b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  61. fc837c8f ceph: queue_cap_snap should always queue dirty context by Sage Weil · 14 years ago
  62. 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
  63. f1a3d57 ceph: update for write_inode API change by Stephen Rothwell · 15 years ago
  64. 422d2cb ceph: reset osd after relevant messages timed out by Yehuda Sadeh · 14 years ago
  65. e9964c1 ceph: fix flush_dirty_caps race with caps migration by Sage Weil · 14 years ago
  66. 2600d2d ceph: drop messages on unregistered mds sessions; cleanup by Sage Weil · 14 years ago
  67. 7c1332b ceph: fix iterate_caps removal race by Sage Weil · 14 years ago
  68. 85ccce4 ceph: clean up readdir caps reservation by Sage Weil · 14 years ago
  69. a105f00 ceph: use rbtree for snap_realms by Sage Weil · 14 years ago
  70. 3c6f6b7 ceph: cleanup async writeback, truncation, invalidate helpers by Sage Weil · 14 years ago
  71. f5a2041 ceph: put unused osd connections on lru by Yehuda Sadeh · 14 years ago
  72. 9bd2e6f ceph: allow renewal of auth credentials by Sage Weil · 14 years ago
  73. 2baba25 ceph: writeback congestion control by Yehuda Sadeh · 15 years ago
  74. 06edf04 ceph: include link to bdi in debugfs by Sage Weil · 15 years ago
  75. 0743304 ceph: fix debugfs entry, simplify fsid checks by Sage Weil · 15 years ago
  76. 4e7a5dc ceph: negotiate authentication protocol; implement AUTH_NONE protocol by Sage Weil · 15 years ago
  77. 039934b ceph: build cleanly without CONFIG_DEBUG_FS by Sage Weil · 15 years ago
  78. cdac830 ceph: remove recon_gen logic by Sage Weil · 15 years ago
  79. 685f9a5d ceph: do not confuse stale and dead (unreconnected) caps by Sage Weil · 15 years ago
  80. fbbccec ceph: replace list_entry with container_of by Noah Watkins · 15 years ago
  81. 6b80518 ceph: allocate and parse mount args before client instance by Sage Weil · 15 years ago
  82. ecb19c4 ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriate by Sage Weil · 15 years ago
  83. 8fa9765 ceph: enable readahead by Sage Weil · 15 years ago
  84. afcdaea ceph: flush dirty caps via the cap_dirty list by Sage Weil · 15 years ago
  85. de57606 ceph: client types by Sage Weil · 15 years ago