summaryrefslogtreecommitdiff
path: root/fs/btrfs/delalloc-space.c
AgeCommit message (Expand)Author
2024-02-13btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2023-10-12btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik
2023-10-12btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()Filipe Manana
2023-04-17btrfs: count extents before taking inode's spinlock when reserving metadataFilipe Manana
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik
2022-07-25btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana
2022-03-14btrfs: support different disk extent size for delallocOmar Sandoval
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik
2021-12-08btrfs: free exchange changeset on failuresJohannes Thumshirn
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-02-08btrfs: fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_re...Nikolay Borisov
2020-10-07btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik
2020-10-07btrfs: use the btrfs_space_info_free_bytes_may_use helper for delallocJosef Bacik
2020-07-27btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_check_data_free_space take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_delalloc_release_space take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_free_reserved_data_space take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_free_reserved_data_space_noquota take btrfs_fs_infoNikolay Borisov
2020-07-27btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_qgroup_free_data take btrfs_inodeNikolay Borisov
2020-07-27btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()Filipe Manana
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov
2020-03-23btrfs: add a comment describing delalloc space reservationJosef Bacik
2019-11-18Btrfs: remove unnecessary delalloc mutex for inodesFilipe Manana
2019-10-17Btrfs: fix qgroup double free after failure to reserve metadata for delallocFilipe Manana
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik
2019-09-09btrfs: only reserve metadata_size for inodesJosef Bacik
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik
2019-09-09btrfs: migrate the chunk allocation codeJosef Bacik
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik