| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-16 | ceph: allow arbitrary security.* xattrs |  Jeff Layton | 1 | -33/+2 |
| 2019-09-16 | ceph: only set CEPH_I_SEC_INITED if we got a MAC label |  Jeff Layton | 1 | -1/+2 |
| 2019-09-16 | ceph: turn ceph_security_invalidate_secctx into static inline |  Jeff Layton | 1 | -7/+2 |
| 2019-09-16 | ceph: don't list vxattrs in listxattr() |  Jeff Layton | 1 | -29/+0 |
| 2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() |  Luis Henriques | 1 | -3/+8 |
| 2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() |  Luis Henriques | 1 | -2/+6 |
| 2019-07-08 | ceph: don't NULL terminate virtual xattrs |  Jeff Layton | 1 | -25/+59 |
| 2019-07-08 | ceph: return -ERANGE if virtual xattr value didn't fit in buffer |  Jeff Layton | 1 | -7/+7 |
| 2019-07-08 | ceph: make getxattr_cb return ssize_t |  Jeff Layton | 1 | -45/+45 |
| 2019-07-08 | ceph: add selinux support |  Yan, Zheng | 1 | -17/+125 |
| 2019-07-08 | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx |  Yan, Zheng | 1 | -0/+10 |
| 2019-07-08 | ceph: fix debug print format in __set_xattr() |  Yan, Zheng | 1 | -2/+2 |
| 2019-07-08 | ceph: fix "ceph.dir.rctime" vxattr value |  David Disseldorp | 1 | -1/+1 |
| 2019-07-08 | ceph: remove unused vxattr length helpers |  David Disseldorp | 1 | -43/+0 |
| 2019-07-08 | ceph: fix listxattr vxattr buffer length calculation |  David Disseldorp | 1 | -24/+30 |
| 2019-07-08 | ceph: add ceph.snap.btime vxattr |  David Disseldorp | 1 | -0/+27 |
| 2019-07-08 | ceph: clean up ceph.dir.pin vxattr name sizeof() |  David Disseldorp | 1 | -1/+1 |
| 2019-03-05 | ceph: support getting ceph.dir.pin vxattr |  Yan, Zheng | 1 | -1/+19 |
| 2018-10-22 | libceph: introduce ceph_pagelist_alloc() |  Ilya Dryomov | 1 | -2/+1 |
| 2018-08-02 | ceph: use timespec64 for inode timestamp |  Arnd Bergmann | 1 | -2/+2 |
| 2018-06-04 | ceph: always get rstat from auth mds |  Yan, Zheng | 1 | -12/+18 |
| 2018-06-04 | ceph: use bit flags to define vxattr attributes |  Yan, Zheng | 1 | -18/+16 |
| 2018-04-23 | ceph: check if mds create snaprealm when setting quota |  Yan, Zheng | 1 | -3/+25 |
| 2018-04-02 | ceph: quota: add initial infrastructure to support cephfs quotas |  Luis Henriques | 1 | -0/+44 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-06 | ceph: adjust 36 checks for NULL pointers |  Markus Elfring | 1 | -4/+4 |
| 2017-07-07 | ceph: getattr before read on ceph.* xattrs |  Yan, Zheng | 1 | -0/+3 |
| 2017-05-04 | ceph: fix memory leak in __ceph_setxattr() |  Luis Henriques | 1 | -0/+3 |
| 2016-10-18 | ceph: fix non static symbol warning |  Wei Yongjun | 1 | -2/+2 |
| 2016-09-27 | fs: Replace current_fs_time() with current_time() |  Deepa Dinamani | 1 | -1/+1 |
| 2016-07-28 | ceph: rados pool namespace support |  Yan, Zheng | 1 | -25/+52 |
| 2016-07-28 | libceph: define new ceph_file_layout structure |  Yan, Zheng | 1 | -17/+11 |
| 2016-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -3/+4 |
| 2016-05-27 | switch xattr_handler->set() to passing dentry and inode separately |  Al Viro | 1 | -3/+4 |
| 2016-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 1 | -10/+15 |
| 2016-05-26 | ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr |  Yan, Zheng | 1 | -6/+11 |
| 2016-05-26 | libceph: a major OSD client update |  Ilya Dryomov | 1 | -4/+4 |
| 2016-04-23 | ceph: kill __ceph_removexattr() |  Yan, Zheng | 1 | -126/+0 |
| 2016-04-23 | ceph: Switch to generic xattr handlers |  Andreas Gruenbacher | 1 | -39/+27 |
| 2016-04-23 | ceph: Get rid of d_find_alias in ceph_set_acl |  Andreas Gruenbacher | 1 | -16/+12 |
| 2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments |  Al Viro | 1 | -4/+4 |
| 2016-03-25 | ceph: fix security xattr deadlock |  Yan, Zheng | 1 | -3/+65 |
| 2016-03-25 | ceph: don't request vxattrs from MDS |  Yan, Zheng | 1 | -2/+4 |
| 2016-03-25 | ceph: replace CURRENT_TIME by current_fs_time() |  Deepa Dinamani | 1 | -2/+2 |
| 2015-06-25 | ceph: pre-allocate data structure that tracks caps flushing |  Yan, Zheng | 1 | -2/+18 |
| 2015-06-25 | ceph: take snap_rwsem when accessing snap realm's cached_context |  Yan, Zheng | 1 | -6/+39 |
| 2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -8/+8 |
| 2015-04-20 | ceph: kstrdup() memory handling |  Sanidhya Kashyap | 1 | -7/+16 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations |  David Howells | 1 | -8/+8 |
| 2014-12-17 | ceph: fix setting empty extended attribute |  Yan, Zheng | 1 | -2/+5 |