summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/props.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: simplify iget helpersDavid Sterba2020-05-251-7/+2
* btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov2020-03-231-1/+1
* btrfs: props: remove unnecessary hash_init()Chengguang Xu2019-11-181-2/+0
* btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba2019-11-181-2/+2
* btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik2019-09-091-1/+1
* btrfs: shut up bogus -Wmaybe-uninitialized warningArnd Bergmann2019-07-021-1/+1
* btrfs: correctly validate compression typeJohannes Thumshirn2019-07-021-5/+1
* btrfs: use the existing reserved items for our first prop for inheritanceJosef Bacik2019-05-091-8/+22
* btrfs: merge calls of btrfs_setxattr and btrfs_setxattr_trans in btrfs_set_propAnand Jain2019-04-291-19/+6
* btrfs: delete unused function btrfs_set_prop_transAnand Jain2019-04-291-6/+0
* btrfs: export btrfs_set_propAnand Jain2019-04-291-3/+3
* btrfs: refactor btrfs_set_props to validate externallyAnand Jain2019-04-291-6/+17
* btrfs: cleanup btrfs_setxattr_trans and drop transaction parameterAnand Jain2019-04-291-7/+6
* btrfs: split btrfs_setxattr calls regarding transactionAnand Jain2019-04-291-10/+24
* btrfs: rename btrfs_setxattr to btrfs_setxattr_transAnand Jain2019-04-291-10/+10
* btrfs: prop: open code btrfs_set_prop in inherit_propAnand Jain2019-04-291-6/+24
* btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain2019-04-291-3/+9
* btrfs: drop redundant forward declaration in props.cAnand Jain2019-04-291-84/+79
* btrfs: merge _btrfs_set_prop helpersAnand Jain2019-04-291-17/+5
* btrfs: prop: fix vanished compression property after failed setAnand Jain2019-04-041-3/+3
* btrfs: prop: fix zstd compression parameter validationAnand Jain2019-04-041-1/+1
* btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro2018-05-171-4/+8
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: drop underscores from exported xattr functionsDavid Sterba2018-03-261-3/+3
* btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-1/+1
* btrfs: prop: use common helper for type to string conversionDavid Sterba2018-01-221-3/+3
* btrfs: Cleanup existing name_len checksQu Wenruo2018-01-221-7/+0
* Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-141-0/+6
|\
| * btrfs: Add zstd supportNick Terrell2017-08-151-0/+6
* | btrfs: prepare for extensions in compression optionsDavid Sterba2017-08-161-2/+2
* | btrfs: rename variable holding per-inode compression typeDavid Sterba2017-08-161-3/+3
|/
* btrfs: Verify dir_item in iterate_object_propsSu Yue2017-06-211-0/+7
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-2/+2
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-2/+3
* btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-061-1/+1
* btrfs: simpilify btrfs_subvol_inherit_propsJeff Mahoney2016-07-261-3/+3
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* btrfs: cleanup iterating over prop_handlers arrayByongho Lee2015-10-211-7/+6
* btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-161-0/+2
* Btrfs: add support for inode propertiesFilipe David Borba Manana2014-01-281-0/+427