1. 4ca2fea ceph: unify inode i_ctime update by Yan, Zheng · 7 years ago
  2. 5619901 ceph: use current_kernel_time() to get request time stamp by Yan, Zheng · 7 years ago
  3. 03f2190 ceph: check i_nlink while converting a file handle to dentry by Luis Henriques · 8 years ago
  4. 42c99fc ceph: check that the new inode size is within limits in ceph_fallocate() by Luis Henriques · 8 years ago
  5. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  6. 1134e09 fs: ceph: CURRENT_TIME with ktime_get_real_ts() by Deepa Dinamani · 8 years ago
  7. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  8. eeca958 ceph: fix memory leak in __ceph_setxattr() by Luis Henriques · 8 years ago
  9. f775ff7 ceph: fix file open flags on ppc64 by Alexander Graf · 8 years ago
  10. b50c2de ceph: choose readdir frag based on previous readdir reply by Yan, Zheng · 8 years ago
  11. 26544c62 ceph: when seeing write errors on an inode, switch to sync writes by Jeff Layton · 8 years ago
  12. 6fc1fe5e Revert "ceph: SetPageError() for writeback pages if writepages fails" by Jeff Layton · 8 years ago
  13. 92475f0 ceph: handle epoch barriers in cap messages by Jeff Layton · 8 years ago
  14. a1f4020 libceph: allow requests to return immediately on full conditions if caller wishes by Jeff Layton · 8 years ago
  15. 7916254 ceph: make seeky readdir more efficient by Yan, Zheng · 8 years ago
  16. 2827528 ceph: close stopped mds' session by Yan, Zheng · 8 years ago
  17. 0a07fc8 ceph: fix potential use-after-free by Yan, Zheng · 8 years ago
  18. 76201b6 ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds by Yan, Zheng · 8 years ago
  19. 8242c9f ceph: fix wrong check in ceph_renew_caps() by Yan, Zheng · 8 years ago
  20. 0e1a5ee libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  21. 805692d ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  22. 3997c01 ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  23. 74da4a0f libceph, ceph: always advertise all supported features by Ilya Dryomov · 8 years ago
  24. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  25. 8179a10 ceph: fix recursion between ceph_set_acl() and __ceph_setattr() by Yan, Zheng · 8 years ago
  26. 09dc9fc ceph: Convert to separately allocated bdi by Jan Kara · 8 years ago
  27. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  28. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  29. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
  30. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  31. b2deee2 Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  32. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  33. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  34. 54ea004 libceph, rbd, ceph: WRITE | ONDISK -> WRITE by Ilya Dryomov · 8 years ago
  35. 55f2a04 ceph: remove special ack vs commit behavior by Ilya Dryomov · 8 years ago
  36. f107548 ceph: tidy some white space in get_nonsnap_parent() by Dan Carpenter · 8 years ago
  37. df963ea ceph: remove req from unsafe list when unregistering it by Jeff Layton · 8 years ago
  38. 5eb9f60 ceph: do a LOOKUP in d_revalidate instead of GETATTR by Jeff Layton · 8 years ago
  39. cdde7c4 ceph: call update_dentry_lease even when r_locked dir is not set by Jeff Layton · 8 years ago
  40. f5d55f0 ceph: vet the target and parent inodes before updating dentry lease by Jeff Layton · 8 years ago
  41. 80d025f ceph: don't update_dentry_lease unless we actually got one by Jeff Layton · 8 years ago
  42. 3dd69aa ceph: add a new flag to indicate whether parent is locked by Jeff Layton · 8 years ago
  43. bc2de10d ceph: convert bools in ceph_mds_request to a new r_req_flags field by Jeff Layton · 8 years ago
  44. f5a03b0 ceph: drop session argument to ceph_fill_trace by Jeff Layton · 8 years ago
  45. 6fffaef ceph: remove "Debugging hook" from ceph_fill_trace by Jeff Layton · 8 years ago
  46. c1944fe ceph: avoid calling ceph_renew_caps() infinitely by Yan, Zheng · 8 years ago
  47. 00f06cb ceph: make sure flushing inode in proper session's cap_flushing list by Yan, Zheng · 8 years ago
  48. d641df8 ceph: update readpages osd request according to size of pages by Yan, Zheng · 8 years ago
  49. 24c149a ceph: fix bogus endianness change in ceph_ioctl_set_layout by Jeff Layton · 8 years ago
  50. eb65b91 ceph: avoid updating mds_wanted too frequently by Yan, Zheng · 8 years ago
  51. 7c94ba2 ceph: set io_pages bdi hint by Andreas Gerstmayr · 8 years ago
  52. 0fbc536 ceph: fix spelling mistake: "enabing" -> "enabling" by Colin Ian King · 8 years ago
  53. 52953d5 ceph: cleanup ACCESS_ONCE -> READ_ONCE by Seraphime Kirkovski · 8 years ago
  54. ca6c8ae ceph: pass parent inode info to ceph_encode_dentry_release if we have it by Jeff Layton · 8 years ago
  55. adf0d68 ceph: fix unsafe dcache access in ceph_encode_dentry_release by Jeff Layton · 8 years ago
  56. fd36a71 ceph: pass parent dir ino info to build_dentry_path by Jeff Layton · 8 years ago
  57. c6b0b65 ceph: clean up unsafe d_parent accesses in build_dentry_path by Jeff Layton · 8 years ago
  58. 30c7123 ceph: clean up unsafe d_parent access in __choose_mds by Jeff Layton · 8 years ago
  59. 6df8c9d ceph: fix bad endianness handling in parse_reply_info_extra by Jeff Layton · 8 years ago
  60. fe2ed42 ceph: fix endianness bug in frag_tree_split_cmp by Jeff Layton · 8 years ago
  61. 1097680 ceph: fix endianness of getattr mask in ceph_d_revalidate by Jeff Layton · 8 years ago
  62. 6e09d0f ceph: fix ceph_get_caps() interruption by Yan, Zheng · 8 years ago
  63. 84fcc2d ceph: fix get_oldest_context() by Geng, Jichao · 8 years ago
  64. cc8e834 ceph: fix mds cluster availability check by Yan, Zheng · 8 years ago
  65. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  66. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  67. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  68. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  69. c4364f8 Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus by Al Viro · 8 years ago
  70. c297eb42 libceph: always signal completion when done by Ilya Dryomov · 8 years ago
  71. 80e80fb ceph: avoid creating orphan object when checking pool permission by Yan, Zheng · 8 years ago
  72. dc24de8 ceph: properly set issue_seq for cap release by Yan, Zheng · 8 years ago
  73. 1e4ef0c ceph: add flags parameter to send_cap_msg by Jeff Layton · 8 years ago
  74. 43b2967 ceph: update cap message struct version to 10 by Jeff Layton · 8 years ago
  75. 0ff8bfb ceph: define new argument structure for send_cap_msg by Jeff Layton · 8 years ago
  76. 9670079 ceph: move xattr initialzation before the encoding past the ceph_mds_caps by Jeff Layton · 8 years ago
  77. 4945a08 ceph: fix minor typo in unsafe_request_wait by Jeff Layton · 8 years ago
  78. 5f743e4 ceph: record truncate size/seq for snap data writeback by Yan, Zheng · 8 years ago
  79. e9e427f ceph: check availability of mds cluster on mount by Yan, Zheng · 8 years ago
  80. 7ce469a ceph: fix splice read for no Fc capability case by Yan, Zheng · 8 years ago
  81. 2b1ac85 ceph: try getting buffer capability for readahead/fadvise by Yan, Zheng · 8 years ago
  82. 5c341ee3 ceph: fix scheduler warning due to nested blocking by Nikolay Borisov · 8 years ago
  83. a380a03 ceph: fix printing wrong return variable in ceph_direct_read_write() by Zhi Zhang · 8 years ago
  84. 0dde584 libceph: drop len argument of *verify_authorizer_reply() by Ilya Dryomov · 8 years ago
  85. b9de313 fix ceph_write_end() by Al Viro · 8 years ago
  86. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  87. c3f4688 ceph: don't set req->r_locked_dir in ceph_d_revalidate by Jeff Layton · 8 years ago
  88. 8a8d561 ceph: use default file splice read callback by Yan, Zheng · 8 years ago
  89. ad5cb12 ceph: switch to use of ->d_init() by Al Viro · 8 years ago
  90. 18fc8ab ceph: unify dentry_operations instances by Al Viro · 8 years ago
  91. 5130cce ceph: fix non static symbol warning by Wei Yongjun · 8 years ago
  92. 31ca587 ceph: fix uninitialized dentry pointer in ceph_real_mount() by Geert Uytterhoeven · 8 years ago
  93. f72f945 ceph: fix readdir vs fragmentation race by Yan, Zheng · 8 years ago
  94. 0d7718f6 ceph: fix error handling in ceph_read_iter by Nikolay Borisov · 8 years ago
  95. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  96. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  97. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  98. 8dfb790 Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  99. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  100. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago