summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delalloc-space.c
AgeCommit message (Expand)AuthorLines
2021-12-08btrfs: free exchange changeset on failuresJohannes Thumshirn-3/+9
2021-06-22btrfs: fix typos in commentsDavid Sterba-1/+1
2021-02-08btrfs: fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_re...Nikolay Borisov-12/+17
2020-10-07btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik-115/+4
2020-10-07btrfs: use the btrfs_space_info_free_bytes_may_use helper for delallocJosef Bacik-3/+1
2020-07-27btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeNikolay Borisov-4/+4
2020-07-27btrfs: make btrfs_check_data_free_space take btrfs_inodeNikolay Borisov-5/+5
2020-07-27btrfs: make btrfs_delalloc_release_space take btrfs_inodeNikolay Borisov-3/+3
2020-07-27btrfs: make btrfs_free_reserved_data_space take btrfs_inodeNikolay Borisov-9/+9
2020-07-27btrfs: make btrfs_free_reserved_data_space_noquota take btrfs_fs_infoNikolay Borisov-4/+3
2020-07-27btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov-1/+1
2020-07-27btrfs: make btrfs_qgroup_free_data take btrfs_inodeNikolay Borisov-1/+1
2020-07-27btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()Filipe Manana-7/+4
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov-2/+2
2020-03-23btrfs: add a comment describing delalloc space reservationJosef Bacik-0/+102
2019-11-18Btrfs: remove unnecessary delalloc mutex for inodesFilipe Manana-16/+5
2019-10-17Btrfs: fix qgroup double free after failure to reserve metadata for delallocFilipe Manana-1/+0
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo-4/+2
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik-4/+0
2019-09-09btrfs: only reserve metadata_size for inodesJosef Bacik-4/+17
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik-4/+4
2019-09-09btrfs: migrate the chunk allocation codeJosef Bacik-0/+1
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik-0/+494