1. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  2. d79698d ceph: document unlocked d_parent accesses by Sage Weil · 13 years ago
  3. 41b02e1 ceph: explicitly reference rename old_dentry parent dir in request by Sage Weil · 13 years ago
  4. 4f17726 ceph: document locking for ceph_set_dentry_offset by Sage Weil · 13 years ago
  5. e5f86dc ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug by Sage Weil · 13 years ago
  6. bf1c6ac ceph: protect d_parent access in ceph_d_revalidate by Sage Weil · 13 years ago
  7. 5f21c96 ceph: protect access to d_parent by Sage Weil · 13 years ago
  8. 48d0cbd ceph: handle racing calls to ceph_init_dentry by Sage Weil · 13 years ago
  9. dfabbed6 ceph: set dir complete frag after adding capability by Sage Weil · 13 years ago
  10. e985222 ceph: set up readahead size when rsize is not passed by Yehuda Sadeh · 13 years ago
  11. 2f90b85 ceph: ignore lease mask by Sage Weil · 13 years ago
  12. 468640e ceph: fix ceph_lookup_open intent usage by Sage Weil · 13 years ago
  13. 9bae113 ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNC by Sage Weil · 13 years ago
  14. acda765 ceph: fix bad parent_inode calc in ceph_lookup_open by Sage Weil · 13 years ago
  15. d8de9ab ceph: avoid carrying Fw cap during write into page cache by Sage Weil · 13 years ago
  16. 8f04d42 ceph: report f_bfree based on kb_avail rather than diffing. by Greg Farnum · 13 years ago
  17. e77dc3e ceph: only queue capsnap if caps are dirty by Sage Weil · 13 years ago
  18. af0ed56 ceph: fix snap writeback when racing with writes by Sage Weil · 13 years ago
  19. 9cfa109 ceph: use flag bit for at_end readdir flag by Sage Weil · 13 years ago
  20. 4918b6d ceph: add F_SYNC file flag to force sync (non-O_DIRECT) io by Sage Weil · 13 years ago
  21. 252c672 ceph: add flags field to file_info by Sage Weil · 13 years ago
  22. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  23. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  24. b85fd6b don't open-code parent_ino() in assorted ->readdir() by Al Viro · 13 years ago
  25. a127e0a ceph: LOOKUP_OPEN is set only when it's the last component by Al Viro · 13 years ago
  26. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  27. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  28. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  29. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  30. 1b71fe2 ceph analog of cifs build_path_from_dentry() race fix by Al Viro · 13 years ago
  31. d7f124f ceph: fix sync and dio writes across stripe boundaries by Sage Weil · 13 years ago
  32. 773e9b4 ceph: fix page alignment corrections by Sage Weil · 13 years ago
  33. 0c1f91f ceph: unwind canceled flock state by Sage Weil · 13 years ago
  34. 0e98728 ceph: fix ENOENT logic in striped_read by Sage Weil · 13 years ago
  35. c3cd628 ceph: fix short sync reads from the OSD by Sage Weil · 13 years ago
  36. 70b666c ceph: use ihold when we already have an inode ref by Sage Weil · 13 years ago
  37. db35405 ceph: fix cap flush race reentrancy by Sage Weil · 13 years ago
  38. 45e3d3e ceph: avoid inode lookup on nfs fh reconnect by Sage Weil · 13 years ago
  39. 3c454cf ceph: use LOOKUPINO to make unconnected nfs fh more reliable by Sage Weil · 13 years ago
  40. 9d6fcb0 ceph: check return value for start_request in writepages by Sage Weil · 13 years ago
  41. 6b4a3b5 ceph: remove useless check by Sage Weil · 13 years ago
  42. da39822 ceph: fix broken comparison in readdir loop by Sage Weil · 13 years ago
  43. 3540303 ceph: fix rare potential cap leak by Sage Weil · 13 years ago
  44. ae59808 ceph: use snprintf for dirstat content by Sage Weil · 13 years ago
  45. 1b36698 libceph: remove unused variable by Sage Weil · 13 years ago
  46. 3b66378 ceph: take reference on mds request r_unsafe_dir by Sage Weil · 13 years ago
  47. d3d0720 ceph: do not use i_wrbuffer_ref as refcount for Fb cap by Henry C Chang · 13 years ago
  48. a26a185 ceph: fix list_add in ceph_put_snap_realm by Henry C Chang · 13 years ago
  49. 7d8e18a ceph: print debug message before put mds session by Henry C Chang · 13 years ago
  50. fca65b4 ceph: do not call __mark_dirty_inode under i_lock by Sage Weil · 13 years ago
  51. 8c71897 ceph: handle ceph_osdc_new_request failure in ceph_writepages_start by Henry C Chang · 13 years ago
  52. 3772d26 ceph: use ihold() when i_lock is held by Sage Weil · 13 years ago
  53. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  54. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  55. 50f3515 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  56. 8323c3a ceph: Move secret key parsing earlier. by Tommi Virtanen · 13 years ago
  57. 0444d76 fs: don't use igrab() while holding i_lock by Dave Chinner · 13 years ago
  58. ef550f6 ceph: flush msgr_wq during mds_client shutdown by Sage Weil · 13 years ago
  59. 147851d ceph: rename dentry_release -> d_release, fix comment by Sage Weil · 13 years ago
  60. 49bcb93 ceph: add request to the tail of unsafe write list by Henry C Chang · 13 years ago
  61. 78a2556 ceph: remove request from unsafe list if it is canceled/timed out by Henry C Chang · 13 years ago
  62. 80456f8 ceph: move readahead default to fs/ceph from libceph by Sage Weil · 13 years ago
  63. ad1fee9 ceph: add ino32 mount option by Yehuda Sadeh · 13 years ago
  64. 21f3b5f ceph: remove debugfs debug cruft by Sage Weil · 13 years ago
  65. 09adc80 ceph: preserve I_COMPLETE across rename by Sage Weil · 13 years ago
  66. 0eb980e ceph: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  67. 455cec0 ceph: no .snap inside of snapped namespace by Sage Weil · 13 years ago
  68. 16a8b70 ceph: do not clear I_COMPLETE from d_release by Sage Weil · 13 years ago
  69. b545cc1 ceph: do not set I_COMPLETE by Sage Weil · 13 years ago
  70. 9bde178 Revert "ceph: keep reference to parent inode on ceph_dentry" by Sage Weil · 13 years ago
  71. 8bd89ca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  72. 97d79b4 ceph: keep reference to parent inode on ceph_dentry by Yehuda Sadeh · 13 years ago
  73. e8e1ba96 ceph: queue cap_snaps once per realm by Sage Weil · 13 years ago
  74. b12ece7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  75. d66bbd4 ceph: avoid picking MDS that is not active by Sage Weil · 13 years ago
  76. 7e57b81 ceph: avoid immediate cap check after import by Sage Weil · 13 years ago
  77. 088b3f5 ceph: fix flushing of caps vs cap import by Sage Weil · 13 years ago
  78. 24be0c4 ceph: fix erroneous cap flush to non-auth mds by Sage Weil · 13 years ago
  79. 50aac4f ceph: fix cap_wanted_delay_{min,max} mount option initialization by Sage Weil · 13 years ago
  80. 17db143 ceph: fix xattr rbtree search by Sage Weil · 14 years ago
  81. 1c1266b ceph: fix getattr on directory when using norbytes by Yehuda Sadeh · 14 years ago
  82. a170315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  83. 01e6acc ceph: fsc->*_wq's aren't used in memory reclaim path by Tejun Heo · 14 years ago
  84. 582c86e ceph: Makefile: Remove unnessary code by Tracey Dent · 14 years ago
  85. dc69e2e ceph: associate requests with opening sessions by Sage Weil · 14 years ago
  86. 4af25fd ceph: drop redundant r_mds field by Sage Weil · 14 years ago
  87. 14303d2 ceph: implement DIRLAYOUTHASH feature to get dir layout from MDS by Sage Weil · 14 years ago
  88. 6c0f3af ceph: add dir_layout to inode by Sage Weil · 14 years ago
  89. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  90. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  91. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  92. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  93. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  94. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  95. da50295 fs: dcache scale d_unhashed by Nick Piggin · 14 years ago
  96. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  97. b6aa590 ceph: mark user pages dirty on direct-io reads by Henry C Chang · 14 years ago
  98. 92cf765 ceph: fix null pointer dereference in ceph_init_dentry for nfs reexport by Sage Weil · 14 years ago
  99. ab226e2 ceph: fix direct-io on non-page-aligned buffers by Henry C Chang · 14 years ago
  100. 1cd275f ceph: fix ioctl magic by Sage Weil · 14 years ago