1. 076c40f ceph: don't forbid marking directory complete after forward seek by Yan, Zheng · 8 years ago
  2. 8974eeb ceph: record 'offset' for each entry of readdir result by Yan, Zheng · 8 years ago
  3. 956d39d ceph: define 'end/complete' in readdir reply as bit flags by Yan, Zheng · 8 years ago
  4. 2a5beea ceph: define struct for dir entry in readdir reply by Yan, Zheng · 8 years ago
  5. a78600e ceph: simplify 'offset in frag' by Yan, Zheng · 8 years ago
  6. 1cd42a4 ceph: remove unnecessary checks in __dcache_readdir by Yan, Zheng · 8 years ago
  7. c530cd2 ceph: search cache postion for dcache readdir by Yan, Zheng · 8 years ago
  8. 04303d8 ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr by Yan, Zheng · 8 years ago
  9. 3f38495 ceph: report mount root in session metadata by Yan, Zheng · 8 years ago
  10. aeda081 ceph: don't show symlink target in debugfs/mdsc by Yan, Zheng · 8 years ago
  11. 6c93df5 ceph: don't call truncate_pagecache in ceph_writepages_start by Yan, Zheng · 8 years ago
  12. 7731032 ceph: renew caps for read/write if mds session got killed. by Yan, Zheng · 8 years ago
  13. d463a43 ceph: CEPH_FEATURE_MDSENC support by Yan, Zheng · 8 years ago
  14. 235a098 ceph: multiple filesystem support by Yan, Zheng · 8 years ago
  15. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 8 years ago
  16. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 8 years ago
  17. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 8 years ago
  18. bb873b5 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  19. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 8 years ago
  20. f81f163 libceph: rename ceph_calc_pg_primary() by Ilya Dryomov · 8 years ago
  21. d9591f5 libceph: rename ceph_oloc_oid_to_pg() by Ilya Dryomov · 8 years ago
  22. fcd00b6 libceph: DEFINE_RB_FUNCS macro by Ilya Dryomov · 8 years ago
  23. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 8 years ago
  24. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 8 years ago
  25. 3ed97d6 libceph: make ceph_osdc_put_request() accept NULL by Ilya Dryomov · 8 years ago
  26. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  28. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  29. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  30. 6aa657c ceph: use generic_write_sync by Christoph Hellwig · 8 years ago
  31. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  32. 6c1ea26 libceph: make authorizer destruction independent of ceph_auth_client by Ilya Dryomov · 8 years ago
  33. b971e94 ceph: kill __ceph_removexattr() by Yan, Zheng · 8 years ago
  34. 2cdeb1e ceph: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  35. a26fecc ceph: Get rid of d_find_alias in ceph_set_acl by Andreas Gruenbacher · 8 years ago
  36. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  37. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  38. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 8 years ago
  39. 99ec269 ceph: use kmem_cache_zalloc by Geliang Tang · 8 years ago
  40. 200fd27 ceph: use lookup request to revalidate dentry by Yan, Zheng · 8 years ago
  41. 641235d ceph: kill ceph_get_dentry_parent_inode() by Yan, Zheng · 8 years ago
  42. 315f240 ceph: fix security xattr deadlock by Yan, Zheng · 8 years ago
  43. 29dccfa ceph: don't request vxattrs from MDS by Yan, Zheng · 8 years ago
  44. 132ca7e ceph: fix mounting same fs multiple times by Yan, Zheng · 8 years ago
  45. 4531126 ceph: remove unnecessary NULL check by Yan, Zheng · 8 years ago
  46. a3d714c ceph: avoid updating directory inode's i_size accidentally by Yan, Zheng · 9 years ago
  47. af5e5eb ceph: fix race during filling readdir cache by Yan, Zheng · 9 years ago
  48. 34b759b ceph: kill ceph_empty_snapc by Ilya Dryomov · 9 years ago
  49. ce43559 ceph: fix a wrong comparison by Anton Protopopov · 9 years ago
  50. 8bbd471 ceph: replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 9 years ago
  51. 5b64640 ceph: scattered page writeback by Yan, Zheng · 9 years ago
  52. a587d71 ceph: remove useless BUG_ON by Yan, Zheng · 9 years ago
  53. 133e915 ceph: don't enable rbytes mount option by default by Yan, Zheng · 9 years ago
  54. d1eee0c ceph: encode ctime in cap message by Yan, Zheng · 9 years ago
  55. 82dcaba libceph: revamp subs code, switch to SUBSCRIBE2 protocol by Ilya Dryomov · 9 years ago
  56. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  57. f8b3171 ceph_fill_trace(): don't bother with d_instantiate(dn, NULL) by Al Viro · 8 years ago
  58. f7380af ceph: don't bother with d_rehash() in splice_dentry() by Al Viro · 8 years ago
  59. 5ea5c5e ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support by Yan, Zheng · 9 years ago
  60. db6aed7 ceph: fix snap context leak in error path by Yan, Zheng · 9 years ago
  61. 1418bf0 ceph: checking for IS_ERR instead of NULL by Dan Carpenter · 9 years ago
  62. 00e3f5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  63. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  64. 99c88e6 ceph: use i_size_{read,write} to get/set i_size by Yan, Zheng · 9 years ago
  65. 5be0389 ceph: re-send AIO write request when getting -EOLDSNAP error by Yan, Zheng · 9 years ago
  66. c8fe9b1 ceph: Asynchronous IO support by Yan, Zheng · 9 years ago
  67. 458c470 ceph: Avoid to propagate the invalid page point by Minfei Huang · 9 years ago
  68. f9cac5a ceph: fix double page_unlock() in page_mkwrite() by Yan, Zheng · 9 years ago
  69. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  70. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  71. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  72. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
  73. ca4ba96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  74. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  75. 79dbd1b libceph: msg signing callouts don't need con argument by Ilya Dryomov · 9 years ago
  76. 68cd5b4 ceph: make fsync() wait unsafe requests that created/modified inode by Yan, Zheng · 9 years ago
  77. 4c06ace ceph: add request to i_unsafe_dirops when getting unsafe reply by Yan, Zheng · 9 years ago
  78. 5e804ac ceph: don't invalidate page cache when inode is no longer used by Yan, Zheng · 9 years ago
  79. b5b9898 ceph: combine as many iovec as possile into one OSD request by Zhu, Caifeng · 9 years ago
  80. 777d738 ceph: fix message length computation by Arnd Bergmann · 9 years ago
  81. 1291fb9 ceph: fix a comment typo by Geliang Tang · 9 years ago
  82. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  83. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  84. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  85. 4383868 ceph: improve readahead for file holes by Yan, Zheng · 9 years ago
  86. 55b0b31 ceph: get inode size for each append write by Yan, Zheng · 9 years ago
  87. 5fdb138 ceph: cleanup use of ceph_msg_get by Jianpeng Ma · 9 years ago
  88. e36d571 ceph: no need to get parent inode in ceph_open by Jianpeng Ma · 9 years ago
  89. a43137f ceph: remove the useless judgement by Jianpeng Ma · 9 years ago
  90. 1550d34 ceph: remove redundant test of head->safe and silence static analysis warnings by Brad Hubbard · 9 years ago
  91. 2307863 ceph: fix queuing inode to mdsdir's snaprealm by Yan, Zheng · 9 years ago
  92. a341d4d ceph: invalidate dirty pages after forced umount by Yan, Zheng · 9 years ago
  93. 48fec5d ceph: EIO all operations after forced umount by Yan, Zheng · 9 years ago
  94. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  95. fc927cd ceph: always re-send cap flushes when MDS recovers by Yan, Zheng · 9 years ago
  96. f6762cb ceph: fix ceph_encode_locks_to_buffer() by Yan, Zheng · 9 years ago
  97. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  98. 0c76c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  99. e1966b4 ceph: fix ceph_writepages_start() by Yan, Zheng · 9 years ago
  100. fdd4e15 ceph: rework dcache readdir by Yan, Zheng · 9 years ago