aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-2/+1
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana1-1/+1
2025-11-24btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai1-25/+11
2025-07-22btrfs: replace strcpy() with strscpy()Brahmajit Das1-4/+5
2025-01-13btrfs: xattr: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana1-1/+0
2024-11-11btrfs: drop unused parameter fs_info from btrfs_match_dir_item_name()David Sterba1-3/+2
2024-09-10btrfs: add and use helper to verify the calling task has locked the inodeFilipe Manana1-1/+1
2024-07-11btrfs: pass a btrfs_inode to btrfs_set_prop()David Sterba1-1/+1
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba1-1/+1
2024-05-07btrfs: rename err to ret in btrfs_initxattrs()Anand Jain1-5/+5
2023-12-15btrfs: cache that we don't have security.capability setJosef Bacik1-2/+53
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-6/+6
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana1-2/+2
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-4/+4
2023-10-09btrfs: move btrfs_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-07-13btrfs: convert to ctime accessor functionsJeff Layton1-2/+2
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-2/+2
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik1-1/+2
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-08-22btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues1-0/+3
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_listxattrGabriel Niebler1-29/+11
2022-04-27btrfs: skip compression property for anything other than files and dirsFilipe Manana1-0/+3
2022-04-27btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana1-2/+4
2022-04-27btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng1-1/+1
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-3/+3
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik1-3/+1
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana1-1/+1
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+27
2021-03-02btrfs: fix warning when creating a directory with smack enabledFilipe Manana1-4/+27
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+2
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana1-1/+3
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov1-2/+2
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana1-3/+3
2019-04-29btrfs: start transaction in xattr_handler_set_propAnand Jain1-1/+20
2019-04-29btrfs: refactor btrfs_set_props to validate externallyAnand Jain1-0/+5
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba1-3/+2
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba1-2/+1
2019-04-29btrfs: cleanup btrfs_setxattr_trans and drop transaction parameterAnand Jain1-6/+3
2019-04-29btrfs: split btrfs_setxattr calls regarding transactionAnand Jain1-2/+4
2019-04-29btrfs: remove redundant readonly root check in btrfs_setxattr_transAnand Jain1-3/+0
2019-04-29btrfs: export btrfs_setxattrAnand Jain1-3/+2
2019-04-29btrfs: rename do_setxattr to btrfs_setxattrAnand Jain1-5/+5
2019-04-29btrfs: rename btrfs_setxattr to btrfs_setxattr_transAnand Jain1-6/+6
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba1-1/+1
2019-04-29btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain1-1/+1
2019-04-29btrfs: rename fs_info argument to fs_privateAnand Jain1-2/+2
2019-04-29btrfs: merge _btrfs_set_prop helpersAnand Jain1-1/+1
2018-12-17Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana1-0/+8
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-15/+1
2018-03-26btrfs: adjust return type of btrfs_getxattrDavid Sterba1-1/+1
2018-03-26btrfs: drop underscores from exported xattr functionsDavid Sterba1-6/+6
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-6/+0
2018-01-29fs: new API for handling inode->i_versionJeff Layton1-0/+1
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo1-6/+0
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue1-1/+1
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba1-6/+6
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-5/+5
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-7/+10
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-7/+5
2016-05-17btrfs: Switch to generic xattr handlersAndreas Gruenbacher1-19/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-4/+2
2016-03-01Btrfs: fix listxattrs not listing all xattrs packed in the same itemFilipe Manana1-24/+41
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-1/+1
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason1-1/+1
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-1/+1
2015-12-06btrfs: Use xattr handler infrastructureAndreas Gruenbacher1-107/+59
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba1-1/+1
2015-11-09Btrfs: fix race when listing an inode's xattrsFilipe Manana1-1/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-8/+8
2015-03-26btrfs: don't accept bare namespace as a valid xattrDavid Sterba1-14/+39
2015-03-02Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana1-2/+6
2014-11-20Btrfs: make xattr replace operations atomicFilipe Manana1-57/+93
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-2/+2
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+11
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana1-1/+11
2014-01-25btrfs: use generic posix ACL infrastructureChristoph Hellwig1-2/+3
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-2/+2
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik1-0/+1
2012-12-16Btrfs: don't add a NULL extended attributeLiu Bo1-0/+10
2012-12-16Btrfs: fix an while-loop of listxattrLiu Bo1-1/+1
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik1-0/+1
2012-01-16Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik1-1/+1
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+11
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-25/+25
2011-10-19Btrfs: fix regression in re-setting a large xattrJosef Bacik1-0/+11
2011-09-11btrfs: xattr: fix attribute removalDavid Sterba1-0/+9
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris1-25/+25
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-25/+25
2011-07-11Btrfs: try to only do one btrfs_search_slot in do_setxattrJosef Bacik1-26/+40
2011-05-28Merge branch 'for-chris' ofChris Mason1-2/+0
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik1-2/+0
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason1-2/+2
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason1-4/+4
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-2/+2
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-4/+4
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-21/+12
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()Li Zefan1-21/+12
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik1-0/+2
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-2/+4
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-2/+4
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan1-0/+18
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-2/+0
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-9/+3
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-9/+3
2010-05-21btrfs: constify xattr_handlerStephen Hemminger1-1/+1
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng1-26/+54
2009-10-13Btrfs: fix btrfs acl #ifdef checksChris Mason1-1/+1
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball1-1/+1
2009-02-04Btrfs: join the transaction in __btrfs_setxattrJosef Bacik1-1/+1
2009-02-04Btrfs: selinux supportJim Owens1-0/+32
2009-01-21Btrfs: cleanup xattr codeJosef Bacik1-2/+12
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-1/+2
2008-12-17Btrfs: fix return value from btrfs_listxattr when buffer size is too smallYehuda Sadeh Weinraub1-1/+1
2008-09-25Btrfs: optimize btrget/set/removexattrChristoph Hellwig1-131/+73
2008-09-25btrfs: optmize listxattrChristoph Hellwig1-71/+11
2008-09-25Btrfs: Add ACL supportJosef Bacik1-10/+16
2008-09-25Btrfs: Remove unused xattr codeJosef Bacik1-51/+0
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-9/+1
2008-09-25Btrfs: Dislable acl xattr handlersYan1-6/+6
2008-09-25Btrfs: Fix compile on kernel without ACLs enabledYan1-2/+4
2008-09-25Btrfs: Change magic string to reflect new formatChris Mason1-1/+2
2008-09-25Btrfs: Implement ACLs setting and gettingYan1-12/+4
2008-09-25Btrfs: xattr fixesJosef Bacik1-2/+2
2008-09-25Btrfs: Make ACLs return EOPNOTSUPP for nowJosef Bacik1-2/+2
2008-09-25xattr support for btrfsJosef Bacik1-0/+497