summaryrefslogtreecommitdiff
path: root/fs/btrfs/xattr.c
AgeCommit message (Expand)Author
2023-12-15btrfs: cache that we don't have security.capability setJosef Bacik
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-09btrfs: move btrfs_xattr_handlers to .rodataWedson Almeida Filho
2023-07-13btrfs: convert to ctime accessor functionsJeff Layton
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-08-22btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_listxattrGabriel Niebler
2022-04-27btrfs: skip compression property for anything other than files and dirsFilipe Manana
2022-04-27btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana
2022-04-27btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-02btrfs: fix warning when creating a directory with smack enabledFilipe Manana
2021-01-24acl: handle idmapped mountsChristian Brauner
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov
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