1. 8d2d441 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  2. 1a0a397 dcache: d_obtain_alias callers don't all want DISCONNECTED by J. Bruce Fields · 10 years ago
  3. 282c105 ceph: fix kick_requests() by Yan, Zheng · 10 years ago
  4. 06fee30 ceph: fix append mode write by Yan, Zheng · 10 years ago
  5. 7e8a295 ceph: fix sizeof(struct tYpO *) typo by Ilya Dryomov · 10 years ago
  6. 1a295bd ceph: remove redundant memset(0) by Ilya Dryomov · 10 years ago
  7. 08a0f24 ceph: replace comma with a semicolon by Himangi Saraogi · 10 years ago
  8. d0d0db2 ceph: check zero length in ceph_sync_read() by Yan, Zheng · 10 years ago
  9. 51da8e8 ceph: reset r_resend_mds after receiving -ESTALE by Yan, Zheng · 10 years ago
  10. f5f1864 ceph: properly apply umask when ACL is enabled by Yan, Zheng · 10 years ago
  11. 5aaa432 ceph: pass proper page offset to copy_page_to_iter() by Yan, Zheng · 10 years ago
  12. c5c9a0b ceph: include time stamp in replayed MDS requests by Yan, Zheng · 10 years ago
  13. 494d77b ceph: check unsupported fallocate mode by Yan, Zheng · 10 years ago
  14. 6d87c22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  15. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  16. 3551dd7 ceph: switch to iter_file_splice_write() by Al Viro · 10 years ago
  17. 4e217b5 ceph: use truncate_pagecache() instead of truncate_inode_pages() by Yan, Zheng · 10 years ago
  18. 3364d11 fs/ceph/debugfs.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  19. f3ae1b9 fs/ceph: replace pr_warning by pr_warn by Fabian Frederick · 10 years ago
  20. b8e6906 ceph: include time stamp in every MDS request by Sage Weil · 10 years ago
  21. 23cd573 ceph: refactor readpage_nounlock() to make the logic clearer by Zhang Zhen · 10 years ago
  22. ca665e0 mds: check cap ID when handling cap export message by Yan, Zheng · 10 years ago
  23. 8d08503 ceph: remember subtree root dirfrag's auth MDS by Yan, Zheng · 10 years ago
  24. 3e7fbe9 ceph: introduce ceph_fill_fragtree() by Yan, Zheng · 10 years ago
  25. 2cd698b ceph: handle cap import atomically by Yan, Zheng · 10 years ago
  26. d9df278 ceph: pre-allocate ceph_cap struct for ceph_add_cap() by Yan, Zheng · 10 years ago
  27. f98a128 ceph: update inode fields according to issued caps by Yan, Zheng · 10 years ago
  28. c6bcda6 ceph: queue vmtruncate if necessary when handing cap grant/revoke by Yan, Zheng · 10 years ago
  29. 979d4c1 ceph: remove useless ACL check by Zhang Zhen · 10 years ago
  30. e84be11 ceph: ceph_get_parent() can be static by Fengguang Wu · 10 years ago
  31. 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 10 years ago
  32. 4908b82 ceph: switch to ->write_iter() by Al Viro · 10 years ago
  33. 64c3131 ceph_sync_direct_write: stop poking into iov_iter guts by Al Viro · 10 years ago
  34. 2b777c9 ceph_sync_read: stop poking into iov_iter guts by Al Viro · 10 years ago
  35. 3644424 ceph: switch to ->read_iter() by Al Viro · 10 years ago
  36. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  37. ed978a8 new helper: generic_file_read_iter() by Al Viro · 10 years ago
  38. 05bb2e0 ceph_aio_read(): keep iov_iter across retries by Al Viro · 10 years ago
  39. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  40. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  41. e7c2460 kill iov_iter_copy_from_user() by Al Viro · 10 years ago
  42. 5575eeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  43. 3bd5814 ceph: reserve caps for file layout/lock MDS requests by Yan, Zheng · 10 years ago
  44. fd7b95c ceph: avoid releasing caps that are being used by Yan, Zheng · 10 years ago
  45. 0a8a70f ceph: clear directory's completeness when creating file by Yan, Zheng · 10 years ago
  46. 6da5246 ceph: use fpos_cmp() to compare dentry positions by Yan, Zheng · 10 years ago
  47. 0081bd8 ceph: check directory's completeness before emitting directory entry by Yan, Zheng · 10 years ago
  48. 9ac0367 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  49. 96c57ad ceph: fix pr_fmt() redefinition by Linus Torvalds · 10 years ago
  50. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  51. 0790b31 fs: disallow all fallocate operation on active swapfile by Lukas Czerner · 10 years ago
  52. eab8723 ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure by Al Viro · 10 years ago
  53. a30be7c ceph: skip invalid dentry during dcache readdir by Yan, Zheng · 10 years ago
  54. a56371d ceph: flush cap release queue when trimming session caps by Yan, Zheng · 10 years ago
  55. 4819301 ceph: don't grabs open file reference for aborted request by Yan, Zheng · 10 years ago
  56. ab86654 ceph: drop extra open file reference in ceph_atomic_open() by Yan, Zheng · 10 years ago
  57. 5400839 ceph: preallocate buffer for readdir reply by Yan, Zheng · 10 years ago
  58. cc48c3e ceph: don't include ceph.{file,dir}.layout vxattr in listxattr() by Yan, Zheng · 10 years ago
  59. 1e5c664 ceph: check buffer size in ceph_vxattrcb_layout() by Yan, Zheng · 10 years ago
  60. 00bd8ed ceph: fix null pointer dereference in discard_cap_releases() by Yan, Zheng · 10 years ago
  61. 5f75ce5 ceph: Remove get/set acl on symlinks by Fabian Frederick · 10 years ago
  62. d9ffc4f ceph: set mds_wanted when MDS reply changes a cap to auth cap by Yan, Zheng · 10 years ago
  63. eb13e83 ceph: use fl->fl_file as owner identifier of flock and posix lock by Yan, Zheng · 10 years ago
  64. eb70c0c ceph: forbid mandatory file lock by Yan, Zheng · 10 years ago
  65. 0e8e95d ceph: use fl->fl_type to decide flock operation by Yan, Zheng · 10 years ago
  66. 8c93cd6 ceph: update i_max_size even if inode version does not change by Yan, Zheng · 10 years ago
  67. a255060 ceph: make sure write caps are registered with auth MDS by Yan, Zheng · 10 years ago
  68. c137a32 ceph: print inode number for LOOKUPINO request by Yan, Zheng · 10 years ago
  69. 19913b4 ceph: add get_name() NFS export callback by Yan, Zheng · 10 years ago
  70. 8996f4f ceph: fix ceph_fh_to_parent() by Yan, Zheng · 10 years ago
  71. 9017c2e ceph: add get_parent() NFS export callback by Yan, Zheng · 10 years ago
  72. 4f32b42 ceph: simplify ceph_fh_to_dentry() by Yan, Zheng · 10 years ago
  73. f1fc4fee ceph: fscache: Wait for completion of object initialization by Yunchuan Wen · 11 years ago
  74. 32d3e14 ceph: fscache: Update object store limit after file writing by Yunchuan Wen · 11 years ago
  75. 020c4bd ceph: fscache: add an interface to synchronize object store limit by Yunchuan Wen · 11 years ago
  76. 4b58c9b ceph: do not set r_old_dentry_dir on link() by Sage Weil · 11 years ago
  77. 844d87c ceph: do not assume r_old_dentry[_dir] always set together by Sage Weil · 11 years ago
  78. 752c8bd ceph: do not chain inode updates to parent fsync by Sage Weil · 11 years ago
  79. 180061a ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename() by Sage Weil · 11 years ago
  80. 15289dc ceph: let MDS adjust readdir 'frag' by Yan, Zheng · 10 years ago
  81. dcd3cc0 ceph: fix reset_readdir() by Yan, Zheng · 10 years ago
  82. f049420 ceph: fix ceph_dir_llseek() by Yan, Zheng · 10 years ago
  83. aec605f4 ceph_aio_write(): switch to generic_perform_write() by Al Viro · 10 years ago
  84. fcacafd kill the 5th argument of generic_file_buffered_write() by Al Viro · 10 years ago
  85. 4d5f5df ceph: fix __dcache_readdir() by Yan, Zheng · 10 years ago
  86. 45195e4 ceph: add acl, noacl options for cephfs mount by Sage Weil · 10 years ago
  87. c969d9b ceph: make ceph_forget_all_cached_acls() static inline by Guangliang Zhao · 10 years ago
  88. b20a95a ceph: add missing init_acl() for mkdir() and atomic_open() by Yan, Zheng · 10 years ago
  89. 7a92d64 ceph: fix ceph_set_acl() by Yan, Zheng · 10 years ago
  90. 524186a ceph: fix ceph_removexattr() by Yan, Zheng · 10 years ago
  91. bcdfeb2 ceph: remove xattr when null value is given to setxattr() by Yan, Zheng · 10 years ago
  92. fbc0b97 ceph: properly handle XATTR_CREATE and XATTR_REPLACE by Yan, Zheng · 10 years ago
  93. 77516dc ceph: fix missing dput in ceph_set_acl by Sage Weil · 10 years ago
  94. 7585823 ceph: simplify ceph_{get,init}_acl by Christoph Hellwig · 10 years ago
  95. 32d35d4 ceph: remove duplicate declaration of ceph_setattr by Peter Rosin · 10 years ago
  96. 72466d0 ceph: fix posix ACL hooks by Sage Weil · 10 years ago
  97. 4db658e ceph: Fix up after semantic merge conflict by Linus Torvalds · 10 years ago
  98. 125d725 ceph: cast PAGE_SIZE to size_t in ceph_sync_write() by Ilya Dryomov · 10 years ago
  99. 37b52fe ceph: fix dout() compile warnings in ceph_filemap_fault() by Ilya Dryomov · 10 years ago
  100. 7c13cb6 libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg() by Ilya Dryomov · 10 years ago