aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedGravatar Filipe Manana 1-1/+1
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+27
2021-03-02btrfs: fix warning when creating a directory with smack enabledGravatar Filipe Manana 1-4/+27
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-0/+2
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeGravatar Filipe Manana 1-1/+3
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncGravatar Filipe Manana 1-3/+3
2019-04-29btrfs: start transaction in xattr_handler_set_propGravatar Anand Jain 1-1/+20
2019-04-29btrfs: refactor btrfs_set_props to validate externallyGravatar Anand Jain 1-0/+5
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemGravatar David Sterba 1-3/+2
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemGravatar David Sterba 1-2/+1
2019-04-29btrfs: cleanup btrfs_setxattr_trans and drop transaction parameterGravatar Anand Jain 1-6/+3
2019-04-29btrfs: split btrfs_setxattr calls regarding transactionGravatar Anand Jain 1-2/+4
2019-04-29btrfs: remove redundant readonly root check in btrfs_setxattr_transGravatar Anand Jain 1-3/+0
2019-04-29btrfs: export btrfs_setxattrGravatar Anand Jain 1-3/+2
2019-04-29btrfs: rename do_setxattr to btrfs_setxattrGravatar Anand Jain 1-5/+5
2019-04-29btrfs: rename btrfs_setxattr to btrfs_setxattr_transGravatar Anand Jain 1-6/+6
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceGravatar David Sterba 1-1/+1
2019-04-29btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transGravatar Anand Jain 1-1/+1
2019-04-29btrfs: rename fs_info argument to fs_privateGravatar Anand Jain 1-2/+2
2019-04-29btrfs: merge _btrfs_set_prop helpersGravatar Anand Jain 1-1/+1
2018-12-17Btrfs: use nofs context when initializing security xattrs to avoid deadlockGravatar Filipe Manana 1-0/+8
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-15/+1
2018-03-26btrfs: adjust return type of btrfs_getxattrGravatar David Sterba 1-1/+1
2018-03-26btrfs: drop underscores from exported xattr functionsGravatar David Sterba 1-6/+6
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-6/+0
2018-01-29fs: new API for handling inode->i_versionGravatar Jeff Layton 1-0/+1
2018-01-22btrfs: Cleanup existing name_len checksGravatar Qu Wenruo 1-6/+0
2017-06-21btrfs: Check name_len with boundary in verify dir_itemGravatar Su Yue 1-1/+1
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsGravatar David Sterba 1-6/+6
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-7/+10
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-7/+5
2016-05-17btrfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-19/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 1-4/+2
2016-03-01Btrfs: fix listxattrs not listing all xattrs packed in the same itemGravatar Filipe Manana 1-24/+41
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Gravatar Deepa Dinamani 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-1/+1
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Chris Mason 1-1/+1
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaGravatar David Sterba 1-1/+1
2015-12-06btrfs: Use xattr handler infrastructureGravatar Andreas Gruenbacher 1-107/+59
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsGravatar David Sterba 1-1/+1
2015-11-09Btrfs: fix race when listing an inode's xattrsGravatar Filipe Manana 1-1/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-8/+8
2015-03-26btrfs: don't accept bare namespace as a valid xattrGravatar David Sterba 1-14/+39