aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-19ceph: Switch to use %ptSpAndy Shevchenko1-4/+2
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler1-10/+6
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-1/+5
2024-11-18ceph: miscellaneous spelling fixesDmitry Antipov1-1/+1
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-45/+63
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li1-39/+57
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li1-6/+6
2023-10-09ceph: move ceph_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+30
2023-08-22ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattrJeff Layton1-0/+27
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton1-0/+3
2023-07-13ceph: convert to ctime accessor functionsJeff Layton1-1/+1
2023-05-04Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-7/+13
2023-04-30ceph: do not print the whole xattr value if it's too longXiubo Li1-7/+13
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2022-08-03ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques1-4/+8
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-7/+7
2022-05-25ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar1-1/+9
2022-03-01ceph: add getvxattr opMilind Changire1-2/+11
2021-10-20security: Return xattr name from security_dentry_init_security()Vivek Goyal1-2/+1
2021-09-02ceph: add a new vxattr to return auth mds for an inodeJeff Layton1-0/+19
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao1-0/+7
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+1
2020-12-14ceph: set osdmap epoch for setxattrXiubo Li1-0/+3
2020-12-14ceph: add ceph.caps vxattrLuis Henriques1-0/+27
2020-12-14ceph: add ceph.{cluster_fsid/client_id} vxattrsXiubo Li1-0/+42
2020-12-14ceph: acquire Fs caps when getting dir statsJeff Layton1-3/+6
2020-10-12ceph: mark ceph_fmt_xattr() as printf-like for better type checkingIlya Dryomov1-1/+2
2020-08-03ceph: remove unnecessary cast in kfree()Xu Wang1-6/+6
2020-06-01ceph: add caps perf metric for each superblockXiubo Li1-2/+2
2020-01-27ceph: print name of xattr in __ceph_{get,set}xattr() doutsJeff Layton1-2/+3
2020-01-27ceph: print dentry offset in hex and fix xattr_version typeXiubo Li1-1/+1
2019-09-16ceph: allow arbitrary security.* xattrsJeff Layton1-33/+2
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton1-1/+2
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton1-7/+2
2019-09-16ceph: don't list vxattrs in listxattr()Jeff Layton1-29/+0
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques1-3/+8
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques1-2/+6
2019-07-08ceph: don't NULL terminate virtual xattrsJeff Layton1-25/+59
2019-07-08ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton1-7/+7
2019-07-08ceph: make getxattr_cb return ssize_tJeff Layton1-45/+45
2019-07-08ceph: add selinux supportYan, Zheng1-17/+125
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng1-0/+10
2019-07-08ceph: fix debug print format in __set_xattr()Yan, Zheng1-2/+2
2019-07-08ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp1-1/+1
2019-07-08ceph: remove unused vxattr length helpersDavid Disseldorp1-43/+0
2019-07-08ceph: fix listxattr vxattr buffer length calculationDavid Disseldorp1-24/+30
2019-07-08ceph: add ceph.snap.btime vxattrDavid Disseldorp1-0/+27
2019-07-08ceph: clean up ceph.dir.pin vxattr name sizeof()David Disseldorp1-1/+1
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng1-1/+19
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov1-2/+1
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann1-2/+2
2018-06-04ceph: always get rstat from auth mdsYan, Zheng1-12/+18
2018-06-04ceph: use bit flags to define vxattr attributesYan, Zheng1-18/+16
2018-04-23ceph: check if mds create snaprealm when setting quotaYan, Zheng1-3/+25
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques1-0/+44
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-4/+4
2017-07-07ceph: getattr before read on ceph.* xattrsYan, Zheng1-0/+3
2017-05-04ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2016-10-18ceph: fix non static symbol warningWei Yongjun1-2/+2
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-07-28ceph: rados pool namespace supportYan, Zheng1-25/+52
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-17/+11
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+4
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-3/+4
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-10/+15
2016-05-26ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng1-6/+11
2016-05-26libceph: a major OSD client updateIlya Dryomov1-4/+4
2016-04-23ceph: kill __ceph_removexattr()Yan, Zheng1-126/+0
2016-04-23ceph: Switch to generic xattr handlersAndreas Gruenbacher1-39/+27
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher1-16/+12
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-4/+4
2016-03-25ceph: fix security xattr deadlockYan, Zheng1-3/+65
2016-03-25ceph: don't request vxattrs from MDSYan, Zheng1-2/+4
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-2/+2
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng1-2/+18
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng1-6/+39
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+8
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap1-7/+16
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-8/+8
2014-12-17ceph: fix setting empty extended attributeYan, Zheng1-2/+5
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng1-31/+18
2014-10-14ceph: fix llistxattr on symlinkYan, Zheng1-2/+1
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng1-19/+10
2014-07-28ceph: fix sizeof(struct tYpO *) typoIlya Dryomov1-1/+1
2014-07-28ceph: remove redundant memset(0)Ilya Dryomov1-1/+1
2014-04-04ceph: don't include ceph.{file,dir}.layout vxattr in listxattr()Yan, Zheng1-2/+2
2014-04-04ceph: check buffer size in ceph_vxattrcb_layout()Yan, Zheng1-9/+25
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil1-8/+2
2014-02-17ceph: fix ceph_removexattr()Yan, Zheng1-1/+1
2014-02-17ceph: remove xattr when null value is given to setxattr()Yan, Zheng1-2/+14
2014-02-17ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng1-12/+26
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds1-2/+3
2013-12-31ceph: add acl for cephfsGuangliang Zhao1-12/+48
2013-07-03ceph: fix sleeping function called from invalid context.majianpeng1-4/+5
2013-02-25ceph: eliminate sparse warnings in fs codeAlex Elder1-2/+2
2013-02-13ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil1-0/+59
2013-02-13ceph: add ceph.dir.layout vxattrSage Weil1-0/+8
2013-02-13ceph: change ceph.file.layout.* implementation, contentSage Weil1-14/+53
2013-02-13ceph: fix listxattr handling for vxattrsSage Weil1-6/+13
2013-02-13ceph: fix getxattr vxattr handlingSage Weil1-12/+8
2013-02-13ceph: add exists_cb to vxattr structSage Weil1-0/+2
2013-02-13ceph: pass ceph.* removexattrs through to MDSSage Weil1-0/+5
2013-02-13ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil1-0/+5
2013-02-13ceph: support hidden vxattrsSage Weil1-9/+11
2013-02-13ceph: remove 'ceph.layout' virtual xattrSage Weil1-7/+0
2012-07-30ceph: fix potential double freeAlan Cox1-0/+1
2012-05-07ceph: drop support for preferred_osd pgsSage Weil1-9/+0
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder1-3/+8
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder1-6/+8
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder1-5/+51
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder1-11/+11
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder1-10/+10
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder1-13/+26
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder1-11/+14
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder1-23/+20
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder1-3/+1
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+3
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder1-1/+3
2012-01-12ceph: ensure prealloc_blob is in place when removing xattrAlex Elder1-0/+22
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-21/+21
2011-07-26ceph: protect access to d_parentSage Weil1-2/+6
2011-06-07ceph: use ihold when we already have an inode refSage Weil1-2/+4
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil1-4/+8
2011-01-13ceph: fix xattr rbtree searchSage Weil1-0/+3
2010-10-20fs/ceph/xattr.c: Use kmemdupJulia Lawall1-2/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-6/+9
2010-08-22ceph: include dirty xattrs state in snapped capsSage Weil1-0/+1
2010-08-01ceph: code cleanupYehuda Sadeh1-0/+2
2010-05-17ceph: use ceph. prefix for virtual xattrsSage Weil1-10/+11
2010-05-17ceph: listxattr should compare version by >=Henry C Chang1-1/+1
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-2/+2
2010-05-17ceph: cleanup: remove dead codeDan Carpenter1-6/+0
2010-05-17ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil1-3/+5
2009-11-21fs/ceph: introduce missing kfreeJulia Lawall1-2/+4
2009-11-01ceph: fix uninitialized err variableSage Weil1-1/+1
2009-10-07ceph: include preferred_osd in file layout virtual xattrSage Weil1-1/+8
2009-10-06ceph: inode operationsSage Weil1-0/+833