1. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  3. 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  4. 4d41cef ceph: return error for traceless reply race by Yan, Zheng · 9 years ago
  5. 5cba372 ceph: fix dentry leaks by Yan, Zheng · 9 years ago
  6. 3de22be ceph: re-send requests when MDS enters reconnecting stage by Yan, Zheng · 9 years ago
  7. 2a0b61c ceph: show nocephx_require_signatures and notcp_nodelay options by Ilya Dryomov · 9 years ago
  8. bf91c31 ceph: fix atomic_open snapdir by Yan, Zheng · 10 years ago
  9. 2f92b3d ceph: properly mark empty directory as complete by Yan, Zheng · 10 years ago
  10. a6a5ce4 client: include kernel version in client metadata by Yan, Zheng · 10 years ago
  11. 38c48b5 ceph: provide seperate {inode,file}_operations for snapdir by Yan, Zheng · 10 years ago
  12. 1f041a8 ceph: fix request time stamp encoding by Yan, Zheng · 10 years ago
  13. fcc02d2 ceph: fix reading inline data when i_size > PAGE_SIZE by Yan, Zheng · 10 years ago
  14. 86d8f67 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions) by Yan, Zheng · 10 years ago
  15. c4d4a58 ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) by Yan, Zheng · 10 years ago
  16. d3383a8 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) by Yan, Zheng · 10 years ago
  17. 982d601 ceph: improve reference tracking for snaprealm by Yan, Zheng · 10 years ago
  18. 1487a68 ceph: properly zero data pages for file holes. by Yan, Zheng · 10 years ago
  19. 671762f ceph: acl: Remove unused function by Rickard Strandqvist · 10 years ago
  20. 03f4fcb ceph: handle SESSION_FORCE_RO message by Yan, Zheng · 10 years ago
  21. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 9 years ago
  22. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  23. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  24. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  25. df0ce26 fs: remove default_backing_dev_info by Christoph Hellwig · 10 years ago
  26. e4d2750 ceph: remove call to bdi_unregister by Christoph Hellwig · 10 years ago
  27. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  28. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  29. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
  30. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  31. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  32. 5263e31 locks: move flock locks to file_lock_context by Jeff Layton · 10 years ago
  33. c362781 ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locks by Jeff Layton · 10 years ago
  34. 0668ff5 ceph: use %zu for len in ceph_fill_inline_data() by Ilya Dryomov · 10 years ago
  35. 44e8967 Ceph: remove left-over reject file by Linus Torvalds · 10 years ago
  36. 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  37. 0aeff37 ceph: fix setting empty extended attribute by Yan, Zheng · 10 years ago
  38. 275dd19 ceph: fix mksnap crash by Yan, Zheng · 10 years ago
  39. 021b77b ceph: do_sync is never initialized by Dan Carpenter · 10 years ago
  40. 65a2266 ceph: support inline data feature by Yan, Zheng · 10 years ago
  41. e20d258 ceph: flush inline version by Yan, Zheng · 10 years ago
  42. 28127bd ceph: convert inline data to normal data before data write by Yan, Zheng · 10 years ago
  43. 8370124 ceph: sync read inline data by Yan, Zheng · 10 years ago
  44. 3738daa ceph: fetch inline data when getting Fcr cap refs by Yan, Zheng · 10 years ago
  45. 01deead ceph: use getattr request to fetch inline data by Yan, Zheng · 10 years ago
  46. 31c542a ceph: add inline data to pagecache by Yan, Zheng · 10 years ago
  47. fb01d1f ceph: parse inline data in MClientReply and MClientCaps by Yan, Zheng · 10 years ago
  48. 715e4cd libceph: specify position of extent operation by Yan, Zheng · 10 years ago
  49. ca3995a ceph: remove unused stringification macros by Ilya Dryomov · 10 years ago
  50. 97c85a8 ceph: introduce global empty snap context by Yan, Zheng · 10 years ago
  51. 7cfa031 ceph: message versioning fixes by John Spray · 10 years ago
  52. 33d0733 libceph: message signature support by Yan, Zheng · 10 years ago
  53. e96a650 ceph, rbd: delete unnecessary checks before two function calls by SF Markus Elfring · 10 years ago
  54. 70db4f3 ceph: introduce a new inode flag indicating if cached dentries are ordered by Yan, Zheng · 10 years ago
  55. 9280be2 ceph: fix file lock interruption by Yan, Zheng · 10 years ago
  56. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  57. b583043 kill f_dentry uses by Al Viro · 10 years ago
  58. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  59. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  60. 3231300 ceph: fix flush tid comparision by Yan, Zheng · 10 years ago
  61. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  62. 6b04908 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  63. 0bc6228 ceph: fix divide-by-zero in __validate_layout() by Yan, Zheng · 10 years ago
  64. ab6c2c3 ceph: fix bool assignments by Fabian Frederick · 10 years ago
  65. 14ed970 ceph: additional debugfs output by John Spray · 10 years ago
  66. a687eca ceph: export ceph_session_state_name function by John Spray · 10 years ago
  67. b1ee94a ceph: include the initial ACL in create/mkdir/mknod MDS requests by Yan, Zheng · 10 years ago
  68. 25e6bae ceph: use pagelist to present MDS request data by Yan, Zheng · 10 years ago
  69. e4339d28 libceph: reference counting pagelist by Yan, Zheng · 10 years ago
  70. 0abb43d ceph: fix llistxattr on symlink by Yan, Zheng · 10 years ago
  71. dbd0c8b ceph: send client metadata to MDS by John Spray · 10 years ago
  72. a4483e8 ceph: remove redundant code for max file size verification by Chao Yu · 10 years ago
  73. 3b70b388 ceph: remove redundant io_iter_advance() by Yan, Zheng · 10 years ago
  74. 6cd3bca ceph: move ceph_find_inode() outside the s_mutex by Yan, Zheng · 10 years ago
  75. 508b32d ceph: request xattrs if xattr_version is zero by Yan, Zheng · 10 years ago
  76. 03974e8 ceph: make sure request isn't in any waiting list when kicking request. by Yan, Zheng · 10 years ago
  77. 656e438 ceph: protect kick_requests() with mdsc->mutex by Yan, Zheng · 10 years ago
  78. 5d23371 ceph: trim unused inodes before reconnecting to recovering MDS by Yan, Zheng · 10 years ago
  79. c143c23 vfs: Remove d_drop calls from d_revalidate implementations by Eric W. Biederman · 10 years ago
  80. 8d2d441 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  81. 1a0a397 dcache: d_obtain_alias callers don't all want DISCONNECTED by J. Bruce Fields · 10 years ago
  82. 282c105 ceph: fix kick_requests() by Yan, Zheng · 10 years ago
  83. 06fee30 ceph: fix append mode write by Yan, Zheng · 10 years ago
  84. 7e8a295 ceph: fix sizeof(struct tYpO *) typo by Ilya Dryomov · 10 years ago
  85. 1a295bd ceph: remove redundant memset(0) by Ilya Dryomov · 10 years ago
  86. 08a0f24 ceph: replace comma with a semicolon by Himangi Saraogi · 10 years ago
  87. d0d0db2 ceph: check zero length in ceph_sync_read() by Yan, Zheng · 10 years ago
  88. 51da8e8 ceph: reset r_resend_mds after receiving -ESTALE by Yan, Zheng · 10 years ago
  89. f5f1864 ceph: properly apply umask when ACL is enabled by Yan, Zheng · 10 years ago
  90. 5aaa432 ceph: pass proper page offset to copy_page_to_iter() by Yan, Zheng · 10 years ago
  91. c5c9a0b ceph: include time stamp in replayed MDS requests by Yan, Zheng · 10 years ago
  92. 494d77b ceph: check unsupported fallocate mode by Yan, Zheng · 10 years ago
  93. 6d87c22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  94. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  95. 3551dd7 ceph: switch to iter_file_splice_write() by Al Viro · 10 years ago
  96. 4e217b5 ceph: use truncate_pagecache() instead of truncate_inode_pages() by Yan, Zheng · 10 years ago
  97. 3364d11 fs/ceph/debugfs.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  98. f3ae1b9 fs/ceph: replace pr_warning by pr_warn by Fabian Frederick · 10 years ago
  99. b8e6906 ceph: include time stamp in every MDS request by Sage Weil · 10 years ago
  100. 23cd573 ceph: refactor readpage_nounlock() to make the logic clearer by Zhang Zhen · 10 years ago