index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
props.c
Age
Commit message (
Expand
)
Author
2020-05-25
btrfs: simplify iget helpers
David Sterba
2020-03-23
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
2019-11-18
btrfs: props: remove unnecessary hash_init()
Chengguang Xu
2019-11-18
btrfs: drop unused parameter is_new from btrfs_iget
David Sterba
2019-09-09
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
2019-07-02
btrfs: shut up bogus -Wmaybe-uninitialized warning
Arnd Bergmann
2019-07-02
btrfs: correctly validate compression type
Johannes Thumshirn
2019-05-09
btrfs: use the existing reserved items for our first prop for inheritance
Josef Bacik
2019-04-29
btrfs: merge calls of btrfs_setxattr and btrfs_setxattr_trans in btrfs_set_prop
Anand Jain
2019-04-29
btrfs: delete unused function btrfs_set_prop_trans
Anand Jain
2019-04-29
btrfs: export btrfs_set_prop
Anand Jain
2019-04-29
btrfs: refactor btrfs_set_props to validate externally
Anand Jain
2019-04-29
btrfs: cleanup btrfs_setxattr_trans and drop transaction parameter
Anand Jain
2019-04-29
btrfs: split btrfs_setxattr calls regarding transaction
Anand Jain
2019-04-29
btrfs: rename btrfs_setxattr to btrfs_setxattr_trans
Anand Jain
2019-04-29
btrfs: prop: open code btrfs_set_prop in inherit_prop
Anand Jain
2019-04-29
btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans
Anand Jain
2019-04-29
btrfs: drop redundant forward declaration in props.c
Anand Jain
2019-04-29
btrfs: merge _btrfs_set_prop helpers
Anand Jain
2019-04-04
btrfs: prop: fix vanished compression property after failed set
Anand Jain
2019-04-04
btrfs: prop: fix zstd compression parameter validation
Anand Jain
2018-05-17
btrfs: property: Set incompat flag if lzo/zstd compression is set
Misono Tomohiro
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-03-26
btrfs: drop underscores from exported xattr functions
David Sterba
2018-03-26
btrfs: Remove custom crc32c init code
Nikolay Borisov
2018-01-22
btrfs: prop: use common helper for type to string conversion
David Sterba
2018-01-22
btrfs: Cleanup existing name_len checks
Qu Wenruo
2017-09-14
Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-08-16
btrfs: prepare for extensions in compression options
David Sterba
2017-08-16
btrfs: rename variable holding per-inode compression type
David Sterba
2017-08-15
btrfs: Add zstd support
Nick Terrell
2017-06-21
btrfs: Verify dir_item in iterate_object_props
Su Yue
2017-02-14
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
2016-12-06
btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size
Jeff Mahoney
2016-07-26
btrfs: simpilify btrfs_subvol_inherit_props
Jeff Mahoney
2016-03-11
btrfs: move btrfs_compression_type to compression.h
Anand Jain
2015-10-21
btrfs: cleanup iterating over prop_handlers array
Byongho Lee
2015-02-16
btrfs: constify structs with op functions or static definitions
David Sterba
2014-01-28
Btrfs: add support for inode properties
Filipe David Borba Manana