summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-051-4/+27
|\
| * btrfs: fix warning when creating a directory with smack enabledFilipe Manana2021-03-021-4/+27
* | acl: handle idmapped mountsChristian Brauner2021-01-241-0/+2
|/
* btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana2020-12-081-1/+3
* btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov2020-12-081-2/+2
* Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana2019-06-171-3/+3
* btrfs: start transaction in xattr_handler_set_propAnand Jain2019-04-291-1/+20
* btrfs: refactor btrfs_set_props to validate externallyAnand Jain2019-04-291-0/+5
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-291-3/+2
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-291-2/+1
* btrfs: cleanup btrfs_setxattr_trans and drop transaction parameterAnand Jain2019-04-291-6/+3
* btrfs: split btrfs_setxattr calls regarding transactionAnand Jain2019-04-291-2/+4
* btrfs: remove redundant readonly root check in btrfs_setxattr_transAnand Jain2019-04-291-3/+0
* btrfs: export btrfs_setxattrAnand Jain2019-04-291-3/+2
* btrfs: rename do_setxattr to btrfs_setxattrAnand Jain2019-04-291-5/+5
* btrfs: rename btrfs_setxattr to btrfs_setxattr_transAnand Jain2019-04-291-6/+6
* btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba2019-04-291-1/+1
* btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain2019-04-291-1/+1
* btrfs: rename fs_info argument to fs_privateAnand Jain2019-04-291-2/+2
* btrfs: merge _btrfs_set_prop helpersAnand Jain2019-04-291-1/+1
* Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana2018-12-171-0/+8
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-15/+1
* btrfs: adjust return type of btrfs_getxattrDavid Sterba2018-03-261-1/+1
* btrfs: drop underscores from exported xattr functionsDavid Sterba2018-03-261-6/+6
* Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-01-291-6/+0
|\
| * btrfs: Cleanup existing name_len checksQu Wenruo2018-01-221-6/+0
* | fs: new API for handling inode->i_versionJeff Layton2018-01-291-0/+1
|/
* btrfs: Check name_len with boundary in verify dir_itemSu Yue2017-06-211-1/+1
* btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba2017-02-141-6/+6
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-5/+5
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-1/+1
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-7/+10
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-1/+1
* fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-7/+5
* btrfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-171-19/+3
* xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-4/+2
* Btrfs: fix listxattrs not listing all xattrs packed in the same itemFilipe Manana2016-03-011-24/+41
* btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-181-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-1/+1
* Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-181-2/+2
|\
| * Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-1/+1
| |\
| | * btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-1/+1
| * | btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba2015-12-031-1/+1
| |/
* / btrfs: Use xattr handler infrastructureAndreas Gruenbacher2015-12-061-107/+59
|/
* Btrfs: fix race when listing an inode's xattrsFilipe Manana2015-11-091-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-8/+8
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-8/+8
* | btrfs: don't accept bare namespace as a valid xattrDavid Sterba2015-03-261-14/+39
|/
* Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana2015-03-021-2/+6