summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)Author
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: always set NODATASUM/NODATACOW in __create_free_space_inodeNikolay Borisov
2020-12-09btrfs: remove crc_check logic from free spaceNikolay Borisov
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik
2020-12-08btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik
2020-12-08btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-08-19btrfs: fix space cache memory leak after transaction abortFilipe Manana
2020-08-10btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik
2020-07-27btrfs: make btrfs_dirty_pages take btrfs_inodeNikolay Borisov
2020-07-27btrfs: use helper btrfs_get_block_groupAnand Jain
2020-07-27btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain
2020-05-25btrfs: turn space cache writeout failure messages into debug messagesFilipe Manana
2020-05-25btrfs: include error on messages about failure to write space/inode cachesFilipe Manana
2020-05-25btrfs: simplify iget helpersDavid Sterba
2020-05-25btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana
2020-03-23btrfs: simplify error handling in __btrfs_write_out_cache()Johannes Thumshirn
2020-03-23btrfs: use standard debug config option to enable free-space-cache debug printsJohannes Thumshirn
2020-03-23btrfs: make the uptodate argument of io_ctl_add_pages() booleanJohannes Thumshirn
2020-03-23btrfs: use inode from io_ctl in io_ctl_prepare_pagesJohannes Thumshirn
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov
2020-03-23btrfs: Pass transaction handle to write_pinned_extent_entriesNikolay Borisov
2020-01-20btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou
2020-01-20btrfs: make smaller extents more likely to go into bitmapsDennis Zhou
2020-01-20btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou
2020-01-20btrfs: have multiple discard listsDennis Zhou
2020-01-20btrfs: make max async discard size tunableDennis Zhou
2020-01-20btrfs: limit max discard size for async discardDennis 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-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: check page->mapping when loading free space cacheJosef Bacik
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval
2019-09-09btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy