index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
props.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: move super_block specific helpers into super.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: make module init/exit match their sequence
Qu Wenruo
2022-12-05
1
-1
/
+2
*
btrfs: move flush related definitions to space-info.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: remove the unnecessary result variables
zhang songyi
2022-09-26
1
-4
/
+1
*
btrfs: move common inode creation code into btrfs_create_new_inode()
Omar Sandoval
2022-05-16
1
-38
/
+2
*
btrfs: skip compression property for anything other than files and dirs
Filipe Manana
2022-04-27
1
-0
/
+43
*
btrfs: do not allow compression on nodatacow files
Chung-Chiang Cheng
2022-04-27
1
-5
/
+11
*
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
2022-01-03
1
-2
/
+3
*
btrfs: drop the _nr from the item helpers
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: props: change how empty value is interpreted
David Sterba
2021-06-22
1
-0
/
+14
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: simplify iget helpers
David Sterba
2020-05-25
1
-7
/
+2
*
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
2020-03-23
1
-1
/
+1
*
btrfs: props: remove unnecessary hash_init()
Chengguang Xu
2019-11-18
1
-2
/
+0
*
btrfs: drop unused parameter is_new from btrfs_iget
David Sterba
2019-11-18
1
-2
/
+2
*
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
2019-09-09
1
-1
/
+1
*
btrfs: shut up bogus -Wmaybe-uninitialized warning
Arnd Bergmann
2019-07-02
1
-1
/
+1
*
btrfs: correctly validate compression type
Johannes Thumshirn
2019-07-02
1
-5
/
+1
*
btrfs: use the existing reserved items for our first prop for inheritance
Josef Bacik
2019-05-09
1
-8
/
+22
*
btrfs: merge calls of btrfs_setxattr and btrfs_setxattr_trans in btrfs_set_prop
Anand Jain
2019-04-29
1
-19
/
+6
*
btrfs: delete unused function btrfs_set_prop_trans
Anand Jain
2019-04-29
1
-6
/
+0
*
btrfs: export btrfs_set_prop
Anand Jain
2019-04-29
1
-3
/
+3
*
btrfs: refactor btrfs_set_props to validate externally
Anand Jain
2019-04-29
1
-6
/
+17
*
btrfs: cleanup btrfs_setxattr_trans and drop transaction parameter
Anand Jain
2019-04-29
1
-7
/
+6
*
btrfs: split btrfs_setxattr calls regarding transaction
Anand Jain
2019-04-29
1
-10
/
+24
*
btrfs: rename btrfs_setxattr to btrfs_setxattr_trans
Anand Jain
2019-04-29
1
-10
/
+10
*
btrfs: prop: open code btrfs_set_prop in inherit_prop
Anand Jain
2019-04-29
1
-6
/
+24
*
btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans
Anand Jain
2019-04-29
1
-3
/
+9
*
btrfs: drop redundant forward declaration in props.c
Anand Jain
2019-04-29
1
-84
/
+79
*
btrfs: merge _btrfs_set_prop helpers
Anand Jain
2019-04-29
1
-17
/
+5
*
btrfs: prop: fix vanished compression property after failed set
Anand Jain
2019-04-04
1
-3
/
+3
*
btrfs: prop: fix zstd compression parameter validation
Anand Jain
2019-04-04
1
-1
/
+1
*
btrfs: property: Set incompat flag if lzo/zstd compression is set
Misono Tomohiro
2018-05-17
1
-4
/
+8
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+1
*
btrfs: drop underscores from exported xattr functions
David Sterba
2018-03-26
1
-3
/
+3
*
btrfs: Remove custom crc32c init code
Nikolay Borisov
2018-03-26
1
-1
/
+1
*
btrfs: prop: use common helper for type to string conversion
David Sterba
2018-01-22
1
-3
/
+3
*
btrfs: Cleanup existing name_len checks
Qu Wenruo
2018-01-22
1
-7
/
+0
*
Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-09-14
1
-0
/
+6
|
\
|
*
btrfs: Add zstd support
Nick Terrell
2017-08-15
1
-0
/
+6
*
|
btrfs: prepare for extensions in compression options
David Sterba
2017-08-16
1
-2
/
+2
*
|
btrfs: rename variable holding per-inode compression type
David Sterba
2017-08-16
1
-3
/
+3
|
/
*
btrfs: Verify dir_item in iterate_object_props
Su Yue
2017-06-21
1
-0
/
+7
*
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
2017-02-14
1
-2
/
+2
*
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
2016-12-06
1
-2
/
+3
*
btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size
Jeff Mahoney
2016-12-06
1
-1
/
+1
*
btrfs: simpilify btrfs_subvol_inherit_props
Jeff Mahoney
2016-07-26
1
-3
/
+3
[next]