1. 9cec64d ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() by Luis Henriques · 4 years, 10 months ago
  2. 679ff6a ceph: return -ERANGE if virtual xattr value didn't fit in buffer by Jeff Layton · 5 years ago
  3. 091784a ceph: fix memory leak in __ceph_setxattr() by Luis Henriques · 7 years ago
  4. 5130cce ceph: fix non static symbol warning by Wei Yongjun · 8 years ago
  5. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  6. 779fe0f ceph: rados pool namespace support by Yan, Zheng · 8 years ago
  7. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 8 years ago
  8. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  9. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  10. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  11. 04303d8 ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr by Yan, Zheng · 8 years ago
  12. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 8 years ago
  13. b971e94 ceph: kill __ceph_removexattr() by Yan, Zheng · 8 years ago
  14. 2cdeb1e ceph: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  15. a26fecc ceph: Get rid of d_find_alias in ceph_set_acl by Andreas Gruenbacher · 8 years ago
  16. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  17. 315f240 ceph: fix security xattr deadlock by Yan, Zheng · 8 years ago
  18. 29dccfa ceph: don't request vxattrs from MDS by Yan, Zheng · 8 years ago
  19. 8bbd471 ceph: replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 8 years ago
  20. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 9 years ago
  21. 604d1b0 ceph: take snap_rwsem when accessing snap realm's cached_context by Yan, Zheng · 9 years ago
  22. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  23. a149bb9 ceph: kstrdup() memory handling by Sanidhya Kashyap · 9 years ago
  24. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  25. 0aeff37 ceph: fix setting empty extended attribute by Yan, Zheng · 9 years ago
  26. 25e6bae ceph: use pagelist to present MDS request data by Yan, Zheng · 10 years ago
  27. 0abb43d ceph: fix llistxattr on symlink by Yan, Zheng · 10 years ago
  28. 508b32d ceph: request xattrs if xattr_version is zero by Yan, Zheng · 10 years ago
  29. 7e8a295 ceph: fix sizeof(struct tYpO *) typo by Ilya Dryomov · 10 years ago
  30. 1a295bd ceph: remove redundant memset(0) by Ilya Dryomov · 10 years ago
  31. cc48c3e ceph: don't include ceph.{file,dir}.layout vxattr in listxattr() by Yan, Zheng · 10 years ago
  32. 1e5c664 ceph: check buffer size in ceph_vxattrcb_layout() by Yan, Zheng · 10 years ago
  33. 752c8bd ceph: do not chain inode updates to parent fsync by Sage Weil · 11 years ago
  34. 524186a ceph: fix ceph_removexattr() by Yan, Zheng · 10 years ago
  35. bcdfeb2 ceph: remove xattr when null value is given to setxattr() by Yan, Zheng · 10 years ago
  36. fbc0b97 ceph: properly handle XATTR_CREATE and XATTR_REPLACE by Yan, Zheng · 10 years ago
  37. 4db658e ceph: Fix up after semantic merge conflict by Linus Torvalds · 10 years ago
  38. 7221fe4 ceph: add acl for cephfs by Guangliang Zhao · 11 years ago
  39. a1dc193 ceph: fix sleeping function called from invalid context. by majianpeng · 11 years ago
  40. 2c3dd4f ceph: eliminate sparse warnings in fs code by Alex Elder · 11 years ago
  41. 695b711 ceph: implement hidden per-field ceph.*.layout.* vxattrs by Sage Weil · 11 years ago
  42. 1f08f2b ceph: add ceph.dir.layout vxattr by Sage Weil · 11 years ago
  43. 32ab0bd ceph: change ceph.file.layout.* implementation, content by Sage Weil · 11 years ago
  44. b65917d ceph: fix listxattr handling for vxattrs by Sage Weil · 11 years ago
  45. 0bee82f ceph: fix getxattr vxattr handling by Sage Weil · 11 years ago
  46. f36e447 ceph: add exists_cb to vxattr struct by Sage Weil · 11 years ago
  47. d421acb ceph: pass ceph.* removexattrs through to MDS by Sage Weil · 11 years ago
  48. 3adf654 ceph: pass unhandled ceph.* setxattrs through to MDS by Sage Weil · 11 years ago
  49. 8860147 ceph: support hidden vxattrs by Sage Weil · 11 years ago
  50. 39b648d9 ceph: remove 'ceph.layout' virtual xattr by Sage Weil · 11 years ago
  51. 21ec6ff ceph: fix potential double free by Alan Cox · 12 years ago
  52. 3469ac1a ceph: drop support for preferred_osd pgs by Sage Weil · 12 years ago
  53. 3489b42 ceph: fix three bugs, two in ceph_vxattrcb_file_layout() by Alex Elder · 12 years ago
  54. 18fa8b3 ceph: make ceph_setxattr() and ceph_removexattr() more alike by Alex Elder · 12 years ago
  55. 3ce6cd1 ceph: avoid repeatedly computing the size of constant vxattr names by Alex Elder · 12 years ago
  56. aa4066e ceph: encode type in vxattr callback routines by Alex Elder · 12 years ago
  57. 881a5fa ceph: drop "_cb" from name of struct ceph_vxattr_cb by Alex Elder · 12 years ago
  58. eb78808 ceph: use macros to normalize vxattr table definitions by Alex Elder · 12 years ago
  59. 2289190 ceph: use a symbolic name for "ceph." extended attribute namespace by Alex Elder · 12 years ago
  60. 06476a6 ceph: pass inode rather than table to ceph_match_vxattr() by Alex Elder · 12 years ago
  61. b829c19 ceph: don't null-terminate xattr values by Alex Elder · 12 years ago
  62. 6c073a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  63. 114fc47 ceph: change "ceph.layout" xattr to be "ceph.file.layout" by Alex Elder · 12 years ago
  64. 83eb26a ceph: ensure prealloc_blob is in place when removing xattr by Alex Elder · 12 years ago
  65. be65559 ceph: use i_ceph_lock instead of i_lock by Sage Weil · 12 years ago
  66. 5f21c96 ceph: protect access to d_parent by Sage Weil · 13 years ago
  67. 70b666c ceph: use ihold when we already have an inode ref by Sage Weil · 13 years ago
  68. fca65b4 ceph: do not call __mark_dirty_inode under i_lock by Sage Weil · 13 years ago
  69. 17db143 ceph: fix xattr rbtree search by Sage Weil · 13 years ago
  70. 61413c2 fs/ceph/xattr.c: Use kmemdup by Julia Lawall · 14 years ago
  71. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago
  72. 4a625be ceph: include dirty xattrs state in snapped caps by Sage Weil · 14 years ago
  73. cd84db6 ceph: code cleanup by Yehuda Sadeh · 14 years ago
  74. 1a75627 ceph: use ceph. prefix for virtual xattrs by Sage Weil · 14 years ago
  75. bddfa3c ceph: listxattr should compare version by >= by Henry C Chang · 14 years ago
  76. 640ef79 ceph: use ceph_sb_to_client instead of ceph_client by Cheng Renquan · 14 years ago
  77. c770807 ceph: cleanup: remove dead code by Dan Carpenter · 14 years ago
  78. 31459fe ceph: use __page_cache_alloc and add_to_page_cache_lru by Yehuda Sadeh · 14 years ago
  79. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  80. b6c1d5b ceph: simplify ceph_buffer interface by Sage Weil · 14 years ago
  81. 60d8773 fs/ceph: introduce missing kfree by Julia Lawall · 15 years ago
  82. 63ff78b ceph: fix uninitialized err variable by Sage Weil · 15 years ago
  83. b195bef ceph: include preferred_osd in file layout virtual xattr by Sage Weil · 15 years ago
  84. 355da1e ceph: inode operations by Sage Weil · 15 years ago