summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: advance allocation pointer after tree log nodeNaohiro Aota2021-02-091-1/+15
* btrfs: zoned: implement sequential extent allocationNaohiro Aota2021-02-091-0/+6
* btrfs: zoned: track unusable bytes for zonesNaohiro Aota2021-02-091-0/+67
* btrfs: introduce btrfs_subpage for data inodesQu Wenruo2021-02-081-3/+12
* btrfs: improve parameter description for __btrfs_write_out_cacheNikolay Borisov2021-02-081-5/+8
* btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov2021-02-081-1/+1
* btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng2021-02-081-1/+5
* btrfs: remove free space items when disabling space cache v1Boris Burkov2020-12-091-4/+95
* btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov2020-12-091-0/+28
* btrfs: remove recalc_thresholds from free space opsDavid Sterba2020-12-091-44/+42
* btrfs: always set NODATASUM/NODATACOW in __create_free_space_inodeNikolay Borisov2020-12-091-5/+3
* btrfs: remove crc_check logic from free spaceNikolay Borisov2020-12-091-32/+5
* btrfs: remove inode number cache featureNikolay Borisov2020-12-091-177/+0
* btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov2020-12-081-3/+3
* btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov2020-12-081-1/+1
* btrfs: load free space cache into a temporary ctlJosef Bacik2020-12-081-89/+66
* btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik2020-12-081-6/+8
* btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues2020-12-081-1/+1
* btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba2020-10-071-12/+9
* btrfs: delete duplicated words + other fixes in commentsRandy Dunlap2020-10-071-1/+1
* btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-08-191-1/+1
* btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-101-2/+2
* btrfs: make btrfs_dirty_pages take btrfs_inodeNikolay Borisov2020-07-271-2/+3
* btrfs: use helper btrfs_get_block_groupAnand Jain2020-07-271-2/+2
* btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain2020-07-271-9/+5
* btrfs: turn space cache writeout failure messages into debug messagesFilipe Manana2020-05-251-11/+4
* btrfs: include error on messages about failure to write space/inode cachesFilipe Manana2020-05-251-6/+6
* btrfs: simplify iget helpersDavid Sterba2020-05-251-1/+1
* btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana2020-05-251-41/+0
* btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana2020-05-251-12/+13
* btrfs: simplify error handling in __btrfs_write_out_cache()Johannes Thumshirn2020-03-231-13/+11
* btrfs: use standard debug config option to enable free-space-cache debug printsJohannes Thumshirn2020-03-231-3/+3
* btrfs: make the uptodate argument of io_ctl_add_pages() booleanJohannes Thumshirn2020-03-231-3/+3
* btrfs: use inode from io_ctl in io_ctl_prepare_pagesJohannes Thumshirn2020-03-231-4/+4
* btrfs: switch to per-transaction pinned extentsNikolay Borisov2020-03-231-1/+1
* btrfs: Pass transaction handle to write_pinned_extent_entriesNikolay Borisov2020-03-231-1/+2
* btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou2020-01-201-0/+14
* btrfs: make smaller extents more likely to go into bitmapsDennis Zhou2020-01-201-2/+2
* btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou2020-01-201-15/+11
* btrfs: keep track of discard reuse statsDennis Zhou2020-01-201-0/+14
* btrfs: have multiple discard listsDennis Zhou2020-01-201-13/+42
* btrfs: make max async discard size tunableDennis Zhou2020-01-201-7/+13
* btrfs: limit max discard size for async discardDennis Zhou2020-01-201-9/+32
* btrfs: keep track of discardable_bytes for async discardDennis Zhou2020-01-201-9/+32
* btrfs: track discardable extents for async discardDennis Zhou2020-01-201-9/+97
* btrfs: discard one region at a time in async discardDennis Zhou2020-01-201-29/+102
* btrfs: handle empty block_group removal for async discardDennis Zhou2020-01-201-0/+33
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-6/+48
* btrfs: keep track of free space bitmap trim status cleanlinessDennis Zhou2020-01-201-9/+80
* btrfs: keep track of which extents have been discardedDennis Zhou2020-01-201-7/+56