aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/space-info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-09btrfs: stop partially refilling tickets when releasing spaceJosef Bacik1-27/+16
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik1-10/+0
2019-09-09btrfs: do not allow reservations if we have pending ticketsJosef Bacik1-3/+7
2019-09-09btrfs: move math functions to misc.hDavid Sterba1-1/+1
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik1-1/+1
2019-09-09btrfs: introduce an evict flushing stateJosef Bacik1-2/+25
2019-09-09btrfs: refactor priority_reclaim_metadata_spaceJosef Bacik1-6/+9
2019-09-09btrfs: factor out the ticket flush handlingJosef Bacik1-22/+42
2019-09-09btrfs: unify error handling for ticket flushingJosef Bacik1-21/+11
2019-09-09btrfs: add a flush step for delayed iputsJosef Bacik1-2/+3
2019-09-09btrfs: factor out sysfs code for creating space infosDavid Sterba1-23/+2
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-07-02btrfs: Simplify update of space_info in __reserve_metadata_bytes()Goldwyn Rodrigues1-11/+5
2019-07-02btrfs: unexport can_overcommitJosef Bacik1-12/+11
2019-07-02btrfs: move reserve_metadata_bytes and supporting code to space-info.cJosef Bacik1-0/+698
2019-07-02btrfs: move dump_space_info to space-info.cJosef Bacik1-0/+55
2019-07-02btrfs: move btrfs_space_info_add_*_bytes to space-info.cJosef Bacik1-0/+106
2019-07-02btrfs: move and export can_overcommitJosef Bacik1-0/+68
2019-07-02btrfs: move the space_info handling code to space-info.cJosef Bacik1-0/+174