summaryrefslogtreecommitdiff
path: root/fs/btrfs/xattr.c
AgeCommit message (Expand)Author
2022-09-05btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues
2021-03-09btrfs: fix warning when creating a directory with smack enabledFilipe Manana
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana
2019-04-29btrfs: start transaction in xattr_handler_set_propAnand Jain
2019-04-29btrfs: refactor btrfs_set_props to validate externallyAnand Jain
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba
2019-04-29btrfs: cleanup btrfs_setxattr_trans and drop transaction parameterAnand Jain
2019-04-29btrfs: split btrfs_setxattr calls regarding transactionAnand Jain
2019-04-29btrfs: remove redundant readonly root check in btrfs_setxattr_transAnand Jain
2019-04-29btrfs: export btrfs_setxattrAnand Jain
2019-04-29btrfs: rename do_setxattr to btrfs_setxattrAnand Jain
2019-04-29btrfs: rename btrfs_setxattr to btrfs_setxattr_transAnand Jain
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba
2019-04-29btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain
2019-04-29btrfs: rename fs_info argument to fs_privateAnand Jain
2019-04-29btrfs: merge _btrfs_set_prop helpersAnand Jain
2018-12-17Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-26btrfs: adjust return type of btrfs_getxattrDavid Sterba
2018-03-26btrfs: drop underscores from exported xattr functionsDavid Sterba
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-01-29fs: new API for handling inode->i_versionJeff Layton
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-17btrfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-03-01Btrfs: fix listxattrs not listing all xattrs packed in the same itemFilipe Manana
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2015-12-06btrfs: Use xattr handler infrastructureAndreas Gruenbacher
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba
2015-11-09Btrfs: fix race when listing an inode's xattrsFilipe Manana
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-26btrfs: don't accept bare namespace as a valid xattrDavid Sterba
2015-03-02Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana
2014-11-20Btrfs: make xattr replace operations atomicFilipe Manana
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds