Age | Commit message (Expand) | Author | Files | Lines |
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/vir... | 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/sag... | 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/vir... | 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 |
2014-10-14 | ceph: use pagelist to present MDS request data | Yan, Zheng | 1 | -31/+18 |
2014-10-14 | ceph: fix llistxattr on symlink | Yan, Zheng | 1 | -2/+1 |
2014-10-14 | ceph: request xattrs if xattr_version is zero | Yan, Zheng | 1 | -19/+10 |
2014-07-28 | ceph: fix sizeof(struct tYpO *) typo | Ilya Dryomov | 1 | -1/+1 |
2014-07-28 | ceph: remove redundant memset(0) | Ilya Dryomov | 1 | -1/+1 |
2014-04-04 | ceph: don't include ceph.{file,dir}.layout vxattr in listxattr() | Yan, Zheng | 1 | -2/+2 |
2014-04-04 | ceph: check buffer size in ceph_vxattrcb_layout() | Yan, Zheng | 1 | -9/+25 |
2014-04-03 | ceph: do not chain inode updates to parent fsync | Sage Weil | 1 | -8/+2 |
2014-02-17 | ceph: fix ceph_removexattr() | Yan, Zheng | 1 | -1/+1 |
2014-02-17 | ceph: remove xattr when null value is given to setxattr() | Yan, Zheng | 1 | -2/+14 |
2014-02-17 | ceph: properly handle XATTR_CREATE and XATTR_REPLACE | Yan, Zheng | 1 | -12/+26 |
2014-01-28 | ceph: Fix up after semantic merge conflict | Linus Torvalds | 1 | -2/+3 |
2013-12-31 | ceph: add acl for cephfs | Guangliang Zhao | 1 | -12/+48 |
2013-07-03 | ceph: fix sleeping function called from invalid context. | majianpeng | 1 | -4/+5 |
2013-02-25 | ceph: eliminate sparse warnings in fs code | Alex Elder | 1 | -2/+2 |
2013-02-13 | ceph: implement hidden per-field ceph.*.layout.* vxattrs | Sage Weil | 1 | -0/+59 |
2013-02-13 | ceph: add ceph.dir.layout vxattr | Sage Weil | 1 | -0/+8 |
2013-02-13 | ceph: change ceph.file.layout.* implementation, content | Sage Weil | 1 | -14/+53 |
2013-02-13 | ceph: fix listxattr handling for vxattrs | Sage Weil | 1 | -6/+13 |
2013-02-13 | ceph: fix getxattr vxattr handling | Sage Weil | 1 | -12/+8 |