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
/
delalloc-space.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: remove unused included headers
David Sterba
2024-03-04
1
-2
/
+0
*
btrfs: don't reserve space for checksums when writing to nocow files
Filipe Manana
2024-02-13
1
-10
/
+19
*
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
2023-12-06
1
-1
/
+1
*
btrfs: don't arbitrarily slow down delalloc if we're committing
Josef Bacik
2023-10-12
1
-3
/
+0
*
btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()
Filipe Manana
2023-10-12
1
-1
/
+2
*
btrfs: count extents before taking inode's spinlock when reserving metadata
Filipe Manana
2023-04-17
1
-1
/
+1
*
btrfs: update function comments
David Sterba
2022-12-05
1
-29
/
+30
*
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.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: add the ability to use NO_FLUSH for data reservations
Josef Bacik
2022-09-29
1
-3
/
+10
*
btrfs: convert count_max_extents() to use fs_info->max_extent_size
Naohiro Aota
2022-07-25
1
-3
/
+3
*
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
2022-05-16
1
-4
/
+5
*
btrfs: support different disk extent size for delalloc
Omar Sandoval
2022-03-14
1
-8
/
+10
*
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: free exchange changeset on failures
Johannes Thumshirn
2021-12-08
1
-3
/
+9
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_re...
Nikolay Borisov
2021-02-08
1
-12
/
+17
*
btrfs: add btrfs_reserve_data_bytes and use it
Josef Bacik
2020-10-07
1
-115
/
+4
*
btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
Josef Bacik
2020-10-07
1
-3
/
+1
*
btrfs: make btrfs_delalloc_reserve_space take btrfs_inode
Nikolay Borisov
2020-07-27
1
-4
/
+4
*
btrfs: make btrfs_check_data_free_space take btrfs_inode
Nikolay Borisov
2020-07-27
1
-5
/
+5
*
btrfs: make btrfs_delalloc_release_space take btrfs_inode
Nikolay Borisov
2020-07-27
1
-3
/
+3
*
btrfs: make btrfs_free_reserved_data_space take btrfs_inode
Nikolay Borisov
2020-07-27
1
-9
/
+9
*
btrfs: make btrfs_free_reserved_data_space_noquota take btrfs_fs_info
Nikolay Borisov
2020-07-27
1
-4
/
+3
*
btrfs: make btrfs_qgroup_reserve_data take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+1
*
btrfs: make btrfs_qgroup_free_data take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+1
*
btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()
Filipe Manana
2020-07-27
1
-7
/
+4
*
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
2020-03-23
1
-2
/
+2
*
btrfs: add a comment describing delalloc space reservation
Josef Bacik
2020-03-23
1
-0
/
+102
*
Btrfs: remove unnecessary delalloc mutex for inodes
Filipe Manana
2019-11-18
1
-16
/
+5
*
Btrfs: fix qgroup double free after failure to reserve metadata for delalloc
Filipe Manana
2019-10-17
1
-1
/
+0
*
btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...
Qu Wenruo
2019-10-15
1
-4
/
+2
*
btrfs: roll tracepoint into btrfs_space_info_update helper
Josef Bacik
2019-09-09
1
-4
/
+0
*
btrfs: only reserve metadata_size for inodes
Josef Bacik
2019-09-09
1
-4
/
+17
*
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
2019-09-09
1
-4
/
+4
*
btrfs: migrate the chunk allocation code
Josef Bacik
2019-09-09
1
-0
/
+1
*
btrfs: migrate the delalloc space stuff to it's own home
Josef Bacik
2019-07-04
1
-0
/
+494