summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: cache that we don't have security.capability setJosef Bacik2023-12-151-2/+53
* Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-10-301-6/+6
|\
| * btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana2023-10-121-2/+2
| * btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-4/+4
* | btrfs: move btrfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-091-1/+1
|/
* btrfs: convert to ctime accessor functionsJeff Layton2023-07-131-2/+2
* fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-2/+2
* btrfs: move dir-item prototypes into dir-item.hJosef Bacik2022-12-051-0/+1
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-1/+2
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues2022-08-221-0/+3
* btrfs: use btrfs_for_each_slot in btrfs_listxattrGabriel Niebler2022-05-161-29/+11
* btrfs: skip compression property for anything other than files and dirsFilipe Manana2022-04-271-0/+3
* btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana2022-04-271-2/+4
* btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng2022-04-271-1/+1
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-3/+3
* btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik2022-01-031-3/+1
* btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana2021-10-261-1/+1
* 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