aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/props.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12btrfs: move btrfs_name_hash to dir-item.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: make module init/exit match their sequenceGravatar Qu Wenruo 1-1/+2
2022-12-05btrfs: move flush related definitions to space-info.hGravatar Josef Bacik 1-0/+1
2022-09-26btrfs: remove the unnecessary result variablesGravatar zhang songyi 1-4/+1
2022-05-16btrfs: move common inode creation code into btrfs_create_new_inode()Gravatar Omar Sandoval 1-38/+2
2022-04-27btrfs: skip compression property for anything other than files and dirsGravatar Filipe Manana 1-0/+43
2022-04-27btrfs: do not allow compression on nodatacow filesGravatar Chung-Chiang Cheng 1-5/+11
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesGravatar Josef Bacik 1-2/+3
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-1/+1
2021-06-22btrfs: props: change how empty value is interpretedGravatar David Sterba 1-0/+14
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2020-05-25btrfs: simplify iget helpersGravatar David Sterba 1-7/+2
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseGravatar Nikolay Borisov 1-1/+1
2019-11-18btrfs: props: remove unnecessary hash_init()Gravatar Chengguang Xu 1-2/+0
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetGravatar David Sterba 1-2/+2
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersGravatar Josef Bacik 1-1/+1
2019-07-02btrfs: shut up bogus -Wmaybe-uninitialized warningGravatar Arnd Bergmann 1-1/+1
2019-07-02btrfs: correctly validate compression typeGravatar Johannes Thumshirn 1-5/+1
2019-05-09btrfs: use the existing reserved items for our first prop for inheritanceGravatar Josef Bacik 1-8/+22
2019-04-29btrfs: merge calls of btrfs_setxattr and btrfs_setxattr_trans in btrfs_set_propGravatar Anand Jain 1-19/+6
2019-04-29btrfs: delete unused function btrfs_set_prop_transGravatar Anand Jain 1-6/+0
2019-04-29btrfs: export btrfs_set_propGravatar Anand Jain 1-3/+3
2019-04-29btrfs: refactor btrfs_set_props to validate externallyGravatar Anand Jain 1-6/+17
2019-04-29btrfs: cleanup btrfs_setxattr_trans and drop transaction parameterGravatar Anand Jain 1-7/+6
2019-04-29btrfs: split btrfs_setxattr calls regarding transactionGravatar Anand Jain 1-10/+24
2019-04-29btrfs: rename btrfs_setxattr to btrfs_setxattr_transGravatar Anand Jain 1-10/+10
2019-04-29btrfs: prop: open code btrfs_set_prop in inherit_propGravatar Anand Jain 1-6/+24
2019-04-29btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transGravatar Anand Jain 1-3/+9
2019-04-29btrfs: drop redundant forward declaration in props.cGravatar Anand Jain 1-84/+79
2019-04-29btrfs: merge _btrfs_set_prop helpersGravatar Anand Jain 1-17/+5
2019-04-04btrfs: prop: fix vanished compression property after failed setGravatar Anand Jain 1-3/+3
2019-04-04btrfs: prop: fix zstd compression parameter validationGravatar Anand Jain 1-1/+1
2018-05-17btrfs: property: Set incompat flag if lzo/zstd compression is setGravatar Misono Tomohiro 1-4/+8
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-26btrfs: drop underscores from exported xattr functionsGravatar David Sterba 1-3/+3
2018-03-26btrfs: Remove custom crc32c init codeGravatar Nikolay Borisov 1-1/+1
2018-01-22btrfs: prop: use common helper for type to string conversionGravatar David Sterba 1-3/+3
2018-01-22btrfs: Cleanup existing name_len checksGravatar Qu Wenruo 1-7/+0
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+6
2017-08-16btrfs: prepare for extensions in compression optionsGravatar David Sterba 1-2/+2
2017-08-16btrfs: rename variable holding per-inode compression typeGravatar David Sterba 1-3/+3
2017-08-15btrfs: Add zstd supportGravatar Nick Terrell 1-0/+6
2017-06-21btrfs: Verify dir_item in iterate_object_propsGravatar Su Yue 1-0/+7
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-2/+3
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeGravatar Jeff Mahoney 1-1/+1