Age | Commit message (Expand) | Author |
2023-11-10 | Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds |
2023-11-03 | ceph: print cluster fsid and client global_id in all debug logs | Xiubo Li |
2023-11-03 | ceph: rename _to_client() to _to_fs_client() | Xiubo Li |
2023-10-09 | ceph: move ceph_xattr_handlers to .rodata | Wedson Almeida Filho |
2023-09-06 | Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds |
2023-08-22 | ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr | Jeff Layton |
2023-08-22 | ceph: implement -o test_dummy_encryption mount option | Jeff Layton |
2023-07-13 | ceph: convert to ctime accessor functions | Jeff Layton |
2023-05-04 | Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds |
2023-04-30 | ceph: do not print the whole xattr value if it's too long | Xiubo Li |
2023-03-06 | fs: drop unused posix acl handlers | Christian Brauner |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner |
2022-08-03 | ceph: prevent a client from exceeding the MDS maximum xattr size | Luís Henriques |
2022-06-09 | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context | David Howells |
2022-05-25 | ceph: allow ceph.dir.rctime xattr to be updatable | Venky Shankar |
2022-03-01 | ceph: add getvxattr op | Milind Changire |
2021-10-20 | security: Return xattr name from security_dentry_init_security() | Vivek Goyal |
2021-09-02 | ceph: add a new vxattr to return auth mds for an inode | Jeff Layton |
2021-04-27 | ceph: support getting ceph.dir.rsnaps vxattr | Yanhu Cao |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner |
2020-12-14 | ceph: set osdmap epoch for setxattr | Xiubo Li |
2020-12-14 | ceph: add ceph.caps vxattr | Luis Henriques |
2020-12-14 | ceph: add ceph.{cluster_fsid/client_id} vxattrs | Xiubo Li |
2020-12-14 | ceph: acquire Fs caps when getting dir stats | Jeff Layton |
2020-10-12 | ceph: mark ceph_fmt_xattr() as printf-like for better type checking | Ilya Dryomov |
2020-08-03 | ceph: remove unnecessary cast in kfree() | Xu Wang |
2020-06-01 | ceph: add caps perf metric for each superblock | Xiubo Li |
2020-01-27 | ceph: print name of xattr in __ceph_{get,set}xattr() douts | Jeff Layton |
2020-01-27 | ceph: print dentry offset in hex and fix xattr_version type | Xiubo Li |
2019-09-16 | ceph: allow arbitrary security.* xattrs | Jeff Layton |
2019-09-16 | ceph: only set CEPH_I_SEC_INITED if we got a MAC label | Jeff Layton |
2019-09-16 | ceph: turn ceph_security_invalidate_secctx into static inline | Jeff Layton |
2019-09-16 | ceph: don't list vxattrs in listxattr() | Jeff Layton |
2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() | Luis Henriques |
2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() | Luis Henriques |
2019-07-08 | ceph: don't NULL terminate virtual xattrs | Jeff Layton |
2019-07-08 | ceph: return -ERANGE if virtual xattr value didn't fit in buffer | Jeff Layton |
2019-07-08 | ceph: make getxattr_cb return ssize_t | Jeff Layton |
2019-07-08 | ceph: add selinux support | Yan, Zheng |
2019-07-08 | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx | Yan, Zheng |
2019-07-08 | ceph: fix debug print format in __set_xattr() | Yan, Zheng |
2019-07-08 | ceph: fix "ceph.dir.rctime" vxattr value | David Disseldorp |
2019-07-08 | ceph: remove unused vxattr length helpers | David Disseldorp |
2019-07-08 | ceph: fix listxattr vxattr buffer length calculation | David Disseldorp |
2019-07-08 | ceph: add ceph.snap.btime vxattr | David Disseldorp |
2019-07-08 | ceph: clean up ceph.dir.pin vxattr name sizeof() | David Disseldorp |
2019-03-05 | ceph: support getting ceph.dir.pin vxattr | Yan, Zheng |
2018-10-22 | libceph: introduce ceph_pagelist_alloc() | Ilya Dryomov |
2018-08-02 | ceph: use timespec64 for inode timestamp | Arnd Bergmann |
2018-06-04 | ceph: always get rstat from auth mds | Yan, Zheng |