aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/delalloc-space.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-2/+0
2024-02-13btrfs: don't reserve space for checksums when writing to nocow filesGravatar Filipe Manana 1-10/+19
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowGravatar Boris Burkov 1-1/+1
2023-10-12btrfs: don't arbitrarily slow down delalloc if we're committingGravatar Josef Bacik 1-3/+0
2023-10-12btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()Gravatar Filipe Manana 1-1/+2
2023-04-17btrfs: count extents before taking inode's spinlock when reserving metadataGravatar Filipe Manana 1-1/+1
2022-12-05btrfs: update function commentsGravatar David Sterba 1-29/+30
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsGravatar Josef Bacik 1-3/+10
2022-07-25btrfs: convert count_max_extents() to use fs_info->max_extent_sizeGravatar Naohiro Aota 1-3/+3
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesGravatar Filipe Manana 1-4/+5
2022-03-14btrfs: support different disk extent size for delallocGravatar Omar Sandoval 1-8/+10
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesGravatar Josef Bacik 1-1/+1
2021-12-08btrfs: free exchange changeset on failuresGravatar Johannes Thumshirn 1-3/+9
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2021-02-08btrfs: fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_re...Gravatar Nikolay Borisov 1-12/+17
2020-10-07btrfs: add btrfs_reserve_data_bytes and use itGravatar Josef Bacik 1-115/+4
2020-10-07btrfs: use the btrfs_space_info_free_bytes_may_use helper for delallocGravatar Josef Bacik 1-3/+1
2020-07-27btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeGravatar Nikolay Borisov 1-4/+4
2020-07-27btrfs: make btrfs_check_data_free_space take btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2020-07-27btrfs: make btrfs_delalloc_release_space take btrfs_inodeGravatar Nikolay Borisov 1-3/+3
2020-07-27btrfs: make btrfs_free_reserved_data_space take btrfs_inodeGravatar Nikolay Borisov 1-9/+9
2020-07-27btrfs: make btrfs_free_reserved_data_space_noquota take btrfs_fs_infoGravatar Nikolay Borisov 1-4/+3
2020-07-27btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-07-27btrfs: make btrfs_qgroup_free_data take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-07-27btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()Gravatar Filipe Manana 1-7/+4
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseGravatar Nikolay Borisov 1-2/+2
2020-03-23btrfs: add a comment describing delalloc space reservationGravatar Josef Bacik 1-0/+102
2019-11-18Btrfs: remove unnecessary delalloc mutex for inodesGravatar Filipe Manana 1-16/+5
2019-10-17Btrfs: fix qgroup double free after failure to reserve metadata for delallocGravatar Filipe Manana 1-1/+0
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Gravatar Qu Wenruo 1-4/+2
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperGravatar Josef Bacik 1-4/+0
2019-09-09btrfs: only reserve metadata_size for inodesGravatar Josef Bacik 1-4/+17
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersGravatar Josef Bacik 1-4/+4
2019-09-09btrfs: migrate the chunk allocation codeGravatar Josef Bacik 1-0/+1
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeGravatar Josef Bacik 1-0/+494