1. ade4233 Merge b7769c45b8d9 ("Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux") into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
  2. f6fbdcd ceph: mark ceph_fmt_xattr() as printf-like for better type checking by Ilya Dryomov · 4 years, 4 months ago
  3. 418b4bd Merge dc06fe51d26e ("Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux") into android-mainline by Greg Kroah-Hartman · 4 years, 5 months ago
  4. c00e452 ceph: remove unnecessary cast in kfree() by Xu Wang · 4 years, 6 months ago
  5. a253db89 Merge ad57a1022f9e ("Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat") into android-mainline by Greg Kroah-Hartman · 4 years, 7 months ago
  6. 1af16d5 ceph: add caps perf metric for each superblock by Xiubo Li · 4 years, 10 months ago
  7. 32aad42 Merge 236f45329460 ("Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs") into android-mainline by Greg Kroah-Hartman · 5 years ago
  8. d36e0b6 ceph: print name of xattr in __ceph_{get,set}xattr() douts by Jeff Layton · 5 years ago
  9. 0eb3085 ceph: print dentry offset in hex and fix xattr_version type by Xiubo Li · 5 years ago
  10. 3484eba FROMLIST: Add flags option to get xattr method paired to __vfs_getxattr by Mark Salyzyn · 5 years ago
  11. b8fe918 ceph: allow arbitrary security.* xattrs by Jeff Layton · 5 years ago
  12. 026105e ceph: only set CEPH_I_SEC_INITED if we got a MAC label by Jeff Layton · 5 years ago
  13. 668959a ceph: turn ceph_security_invalidate_secctx into static inline by Jeff Layton · 5 years ago
  14. e09580b ceph: don't list vxattrs in listxattr() by Jeff Layton · 5 years ago
  15. 12fe3dd ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() by Luis Henriques · 5 years ago
  16. 86968ef ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() by Luis Henriques · 5 years ago
  17. 2635053 ceph: don't NULL terminate virtual xattrs by Jeff Layton · 6 years ago
  18. 3b42101 ceph: return -ERANGE if virtual xattr value didn't fit in buffer by Jeff Layton · 6 years ago
  19. f1d1b51 ceph: make getxattr_cb return ssize_t by Jeff Layton · 6 years ago
  20. ac6713c ceph: add selinux support by Yan, Zheng · 6 years ago
  21. 5c31e92 ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx by Yan, Zheng · 6 years ago
  22. 0572978 ceph: fix debug print format in __set_xattr() by Yan, Zheng · 6 years ago
  23. 7188072 ceph: fix "ceph.dir.rctime" vxattr value by David Disseldorp · 6 years ago
  24. d0f191d ceph: remove unused vxattr length helpers by David Disseldorp · 6 years ago
  25. 2b2abca ceph: fix listxattr vxattr buffer length calculation by David Disseldorp · 6 years ago
  26. 100cc61 ceph: add ceph.snap.btime vxattr by David Disseldorp · 6 years ago
  27. e1b8143 ceph: clean up ceph.dir.pin vxattr name sizeof() by David Disseldorp · 6 years ago
  28. 0879687 ceph: support getting ceph.dir.pin vxattr by Yan, Zheng · 6 years ago
  29. 33165d4 libceph: introduce ceph_pagelist_alloc() by Ilya Dryomov · 6 years ago
  30. 9bbeab4 ceph: use timespec64 for inode timestamp by Arnd Bergmann · 7 years ago
  31. 49a9f4f ceph: always get rstat from auth mds by Yan, Zheng · 7 years ago
  32. 4e9906e ceph: use bit flags to define vxattr attributes by Yan, Zheng · 7 years ago
  33. f191982 ceph: check if mds create snaprealm when setting quota by Yan, Zheng · 7 years ago
  34. fb18a57 ceph: quota: add initial infrastructure to support cephfs quotas by Luis Henriques · 7 years ago
  35. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  36. d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
  37. 1684dd0 ceph: getattr before read on ceph.* xattrs by Yan, Zheng · 8 years ago
  38. eeca958 ceph: fix memory leak in __ceph_setxattr() by Luis Henriques · 8 years ago
  39. 5130cce ceph: fix non static symbol warning by Wei Yongjun · 8 years ago
  40. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  41. 779fe0f ceph: rados pool namespace support by Yan, Zheng · 9 years ago
  42. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 9 years ago
  43. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  44. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 9 years ago
  45. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  46. 04303d8 ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr by Yan, Zheng · 9 years ago
  47. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 9 years ago
  48. b971e94e ceph: kill __ceph_removexattr() by Yan, Zheng · 9 years ago
  49. 2cdeb1e ceph: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
  50. a26fecc ceph: Get rid of d_find_alias in ceph_set_acl by Andreas Gruenbacher · 9 years ago
  51. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
  52. 315f240 ceph: fix security xattr deadlock by Yan, Zheng · 9 years ago
  53. 29dccfa ceph: don't request vxattrs from MDS by Yan, Zheng · 9 years ago
  54. 8bbd471 ceph: replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 9 years ago
  55. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 10 years ago
  56. 604d1b0 ceph: take snap_rwsem when accessing snap realm's cached_context by Yan, Zheng · 10 years ago
  57. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  58. a149bb9 ceph: kstrdup() memory handling by Sanidhya Kashyap · 10 years ago
  59. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  60. 0aeff37 ceph: fix setting empty extended attribute by Yan, Zheng · 10 years ago
  61. 25e6bae ceph: use pagelist to present MDS request data by Yan, Zheng · 10 years ago
  62. 0abb43d ceph: fix llistxattr on symlink by Yan, Zheng · 10 years ago
  63. 508b32d ceph: request xattrs if xattr_version is zero by Yan, Zheng · 10 years ago
  64. 7e8a295 ceph: fix sizeof(struct tYpO *) typo by Ilya Dryomov · 10 years ago
  65. 1a295bd ceph: remove redundant memset(0) by Ilya Dryomov · 10 years ago
  66. cc48c3e ceph: don't include ceph.{file,dir}.layout vxattr in listxattr() by Yan, Zheng · 11 years ago
  67. 1e5c664 ceph: check buffer size in ceph_vxattrcb_layout() by Yan, Zheng · 11 years ago
  68. 752c8bd ceph: do not chain inode updates to parent fsync by Sage Weil · 12 years ago
  69. 524186a ceph: fix ceph_removexattr() by Yan, Zheng · 11 years ago
  70. bcdfeb2 ceph: remove xattr when null value is given to setxattr() by Yan, Zheng · 11 years ago
  71. fbc0b97 ceph: properly handle XATTR_CREATE and XATTR_REPLACE by Yan, Zheng · 11 years ago
  72. 4db658e ceph: Fix up after semantic merge conflict by Linus Torvalds · 11 years ago
  73. 7221fe4 ceph: add acl for cephfs by Guangliang Zhao · 11 years ago
  74. a1dc193 ceph: fix sleeping function called from invalid context. by majianpeng · 12 years ago
  75. 2c3dd4f ceph: eliminate sparse warnings in fs code by Alex Elder · 12 years ago
  76. 695b711 ceph: implement hidden per-field ceph.*.layout.* vxattrs by Sage Weil · 12 years ago
  77. 1f08f2b ceph: add ceph.dir.layout vxattr by Sage Weil · 12 years ago
  78. 32ab0bd ceph: change ceph.file.layout.* implementation, content by Sage Weil · 12 years ago
  79. b65917d ceph: fix listxattr handling for vxattrs by Sage Weil · 12 years ago
  80. 0bee82f ceph: fix getxattr vxattr handling by Sage Weil · 12 years ago
  81. f36e447 ceph: add exists_cb to vxattr struct by Sage Weil · 12 years ago
  82. d421acb ceph: pass ceph.* removexattrs through to MDS by Sage Weil · 12 years ago
  83. 3adf654 ceph: pass unhandled ceph.* setxattrs through to MDS by Sage Weil · 12 years ago
  84. 8860147 ceph: support hidden vxattrs by Sage Weil · 12 years ago
  85. 39b648d9 ceph: remove 'ceph.layout' virtual xattr by Sage Weil · 12 years ago
  86. 21ec6ff ceph: fix potential double free by Alan Cox · 12 years ago
  87. 3469ac1a ceph: drop support for preferred_osd pgs by Sage Weil · 13 years ago
  88. 3489b42 ceph: fix three bugs, two in ceph_vxattrcb_file_layout() by Alex Elder · 13 years ago
  89. 18fa8b3 ceph: make ceph_setxattr() and ceph_removexattr() more alike by Alex Elder · 13 years ago
  90. 3ce6cd1 ceph: avoid repeatedly computing the size of constant vxattr names by Alex Elder · 13 years ago
  91. aa4066e ceph: encode type in vxattr callback routines by Alex Elder · 13 years ago
  92. 881a5fa ceph: drop "_cb" from name of struct ceph_vxattr_cb by Alex Elder · 13 years ago
  93. eb78808 ceph: use macros to normalize vxattr table definitions by Alex Elder · 13 years ago
  94. 2289190 ceph: use a symbolic name for "ceph." extended attribute namespace by Alex Elder · 13 years ago
  95. 06476a6 ceph: pass inode rather than table to ceph_match_vxattr() by Alex Elder · 13 years ago
  96. b829c19 ceph: don't null-terminate xattr values by Alex Elder · 13 years ago
  97. 6c073a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  98. 114fc47 ceph: change "ceph.layout" xattr to be "ceph.file.layout" by Alex Elder · 13 years ago
  99. 83eb26a ceph: ensure prealloc_blob is in place when removing xattr by Alex Elder · 13 years ago
  100. be65559 ceph: use i_ceph_lock instead of i_lock by Sage Weil · 13 years ago