aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/space-info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-08btrfs: shrink delalloc pages instead of full inodesJosef Bacik1-1/+3
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana1-1/+1
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik1-10/+4
2020-10-07btrfs: remove unused function calc_global_rsv_need_space()YueHaibing1-5/+0
2020-10-07btrfs: fix possible infinite loop in data async reclaimJosef Bacik1-0/+6
2020-10-07btrfs: add a comment explaining the data flush stepsJosef Bacik1-0/+47
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik1-33/+84
2020-10-07btrfs: flush delayed refs when trying to reserve data spaceJosef Bacik1-0/+1
2020-10-07btrfs: run delayed iputs before committing the transaction for dataJosef Bacik1-1/+1
2020-10-07btrfs: don't force commit if we are dataJosef Bacik1-18/+4
2020-10-07btrfs: drop the commit_cycles stuff for data reservationsJosef Bacik1-19/+2
2020-10-07btrfs: use the same helper for data and metadata reservationsJosef Bacik1-33/+13
2020-10-07btrfs: serialize data reservations if we are flushingJosef Bacik1-1/+4
2020-10-07btrfs: use ticketing for data space reservationsJosef Bacik1-58/+64
2020-10-07btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik1-0/+92
2020-10-07btrfs: add the data transaction commit logic into may_commit_transactionJosef Bacik1-7/+24
2020-10-07btrfs: add flushing states for handling data reservationsJosef Bacik1-0/+6
2020-10-07btrfs: check tickets after waiting on ordered extentsJosef Bacik1-8/+9
2020-10-07btrfs: use btrfs_start_delalloc_roots in shrink_delallocJosef Bacik1-54/+1
2020-10-07btrfs: make ALLOC_CHUNK use the space info flagsJosef Bacik1-1/+1
2020-10-07btrfs: make shrink_delalloc take space_info as an argJosef Bacik1-5/+4
2020-10-07btrfs: handle U64_MAX for shrink_delallocJosef Bacik1-3/+14
2020-10-07btrfs: remove orig from shrink_delallocJosef Bacik1-2/+2
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik1-1/+1
2020-07-27btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik1-1/+1
2020-07-02btrfs: fix reclaim_size counter leak after stealing from global reserveFilipe Manana1-1/+1
2020-05-25btrfs: remove pointless assertion on reclaim_size counterFilipe Manana1-1/+0
2020-05-25btrfs: run btrfs_try_granting_tickets if a priority ticket failsJosef Bacik1-4/+10
2020-05-25btrfs: only check priority tickets for priority flushingJosef Bacik1-2/+21
2020-05-25btrfs: account for trans_block_rsv in may_commit_transactionJosef Bacik1-0/+6
2020-05-25btrfs: allow to use up to 90% of the global block rsv for unlinkJosef Bacik1-1/+1
2020-05-25btrfs: improve global reserve stealing logicJosef Bacik1-1/+36
2020-04-08btrfs: fix reclaim counter leak of space_info objectsFilipe Manana1-6/+14
2020-03-23btrfs: account ticket size at add/delete timeNikolay Borisov1-6/+6
2020-03-23btrfs: fix btrfs_calc_reclaim_metadata_size calculationJosef Bacik1-9/+34
2020-03-23btrfs: describe the space reservation system in generalJosef Bacik1-0/+147
2020-01-31btrfs: take overcommit into account in inc_block_group_roJosef Bacik1-8/+10
2020-01-20btrfs: don't pass system_chunk into can_overcommitJosef Bacik1-27/+15
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-1/+1
2019-11-18Btrfs: remove wait queue from space_info structureFilipe Manana1-1/+0
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-2/+1
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-1/+1
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba1-1/+1
2019-10-25Btrfs: fix race leading to metadata space leak after task received signalFilipe Manana1-0/+21
2019-09-09btrfs: add enospc debug messages for ticket failureJosef Bacik1-7/+25
2019-09-09btrfs: do not account global reserve in can_overcommitJosef Bacik1-18/+1
2019-09-09btrfs: remove orig_bytes from reserve_ticketJosef Bacik1-8/+0
2019-09-09btrfs: fix may_commit_transaction to deal with no partial fillingJosef Bacik1-0/+12
2019-09-09btrfs: rework wake_all_ticketsJosef Bacik1-7/+49
2019-09-09btrfs: refactor the ticket wakeup codeJosef Bacik1-50/+5