summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/props.c
AgeCommit message (Expand)Author
2020-05-25btrfs: simplify iget helpersDavid Sterba
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov
2019-11-18btrfs: props: remove unnecessary hash_init()Chengguang Xu
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik
2019-07-02btrfs: shut up bogus -Wmaybe-uninitialized warningArnd Bergmann
2019-07-02btrfs: correctly validate compression typeJohannes Thumshirn
2019-05-09btrfs: use the existing reserved items for our first prop for inheritanceJosef Bacik
2019-04-29btrfs: merge calls of btrfs_setxattr and btrfs_setxattr_trans in btrfs_set_propAnand Jain
2019-04-29btrfs: delete unused function btrfs_set_prop_transAnand Jain
2019-04-29btrfs: export btrfs_set_propAnand Jain
2019-04-29btrfs: refactor btrfs_set_props to validate externallyAnand Jain
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: rename btrfs_setxattr to btrfs_setxattr_transAnand Jain
2019-04-29btrfs: prop: open code btrfs_set_prop in inherit_propAnand Jain
2019-04-29btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain
2019-04-29btrfs: drop redundant forward declaration in props.cAnand Jain
2019-04-29btrfs: merge _btrfs_set_prop helpersAnand Jain
2019-04-04btrfs: prop: fix vanished compression property after failed setAnand Jain
2019-04-04btrfs: prop: fix zstd compression parameter validationAnand Jain
2018-05-17btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-26btrfs: drop underscores from exported xattr functionsDavid Sterba
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov
2018-01-22btrfs: prop: use common helper for type to string conversionDavid Sterba
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-16btrfs: prepare for extensions in compression optionsDavid Sterba
2017-08-16btrfs: rename variable holding per-inode compression typeDavid Sterba
2017-08-15btrfs: Add zstd supportNick Terrell
2017-06-21btrfs: Verify dir_item in iterate_object_propsSu Yue
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney
2016-07-26btrfs: simpilify btrfs_subvol_inherit_propsJeff Mahoney
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2015-10-21btrfs: cleanup iterating over prop_handlers arrayByongho Lee
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana