summaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.h
AgeCommit message (Expand)Author
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba
2024-03-04btrfs: mark __btrfs_add_free_space staticLijuan Li
2023-06-19btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.cJosef Bacik
2022-12-05btrfs: convert discard stat defs to enumJosef Bacik
2022-12-05btrfs: move free space cachep's out of ctree.hJosef Bacik
2022-12-05btrfs: move discard stat defs to free-space-cache.hJosef Bacik
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik
2022-01-03btrfs: change name and type of private member of btrfs_free_space_ctlNikolay Borisov
2022-01-03btrfs: make __btrfs_add_free_space take just block group referenceNikolay Borisov
2022-01-03btrfs: index free space entries on sizeJosef Bacik
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota
2020-12-09btrfs: remove free space items when disabling space cache v1Boris Burkov
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov
2020-12-09btrfs: remove recalc_thresholds from free space opsDavid Sterba
2020-12-09btrfs: remove crc_check logic from free spaceNikolay Borisov
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik
2020-07-27btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain
2020-01-20btrfs: have multiple discard listsDennis Zhou
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou
2020-01-20btrfs: track discardable extents for async discardDennis Zhou
2020-01-20btrfs: discard one region at a time in async discardDennis Zhou
2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou
2020-01-20btrfs: keep track of free space bitmap trim status cleanlinessDennis Zhou
2020-01-20btrfs: keep track of which extents have been discardedDennis Zhou
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-09-09btrfs: move struct io_ctl to free-space-cache.hDavid Sterba
2019-09-09btrfs: move btrfs_add_free_space out of a header fileJosef Bacik
2019-04-29btrfs: get fs_info from block group in btrfs_find_space_clusterDavid Sterba
2019-04-29btrfs: get fs_info from block group in load_free_space_cacheDavid Sterba
2019-04-29btrfs: get fs_info from block group in lookup_free_space_inodeDavid Sterba
2019-04-29btrfs: get fs_info from trans in btrfs_write_out_cacheDavid Sterba
2019-04-29btrfs: get fs_info from trans in create_free_space_inodeDavid Sterba
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba
2015-10-21Btrfs: keep track of largest extent in bitmapsJosef Bacik
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason
2015-04-10Btrfs: two stage dirty block group writeoutChris Mason
2014-12-02Btrfs: fix race between writing free space cache and trimmingFilipe Manana
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana
2013-11-11Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana
2013-09-21Btrfs: allocate the free space by the existed max extent size when ENOSPCMiao Xie
2013-09-01Btrfs: separate out tests into their own directoryJosef Bacik