aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn1-1/+8
2021-03-04btrfs: zoned: do not account freed region of read-only block group as zone_unusableNaohiro Aota1-1/+6
2021-02-22btrfs: avoid double put of block group when emptying clusterJosef Bacik1-4/+4
2021-02-22btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov1-2/+4
2021-02-09btrfs: zoned: advance allocation pointer after tree log nodeNaohiro Aota1-1/+15
2021-02-09btrfs: zoned: implement sequential extent allocationNaohiro Aota1-0/+6
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota1-0/+67
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo1-3/+12
2021-02-08btrfs: improve parameter description for __btrfs_write_out_cacheNikolay Borisov1-5/+8
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov1-1/+1
2021-02-08btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng1-1/+5
2020-12-09btrfs: remove free space items when disabling space cache v1Boris Burkov1-4/+95
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov1-0/+28
2020-12-09btrfs: remove recalc_thresholds from free space opsDavid Sterba1-44/+42
2020-12-09btrfs: always set NODATASUM/NODATACOW in __create_free_space_inodeNikolay Borisov1-5/+3
2020-12-09btrfs: remove crc_check logic from free spaceNikolay Borisov1-32/+5
2020-12-09btrfs: remove inode number cache featureNikolay Borisov1-177/+0
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov1-3/+3
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik1-89/+66
2020-12-08btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik1-6/+8
2020-12-08btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues1-1/+1
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba1-12/+9
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap1-1/+1
2020-08-19btrfs: fix space cache memory leak after transaction abortFilipe Manana1-1/+1
2020-08-10btrfs: only search for left_info if there is no right_info in try_merge_free_spaceJosef Bacik1-2/+2
2020-07-27btrfs: make btrfs_dirty_pages take btrfs_inodeNikolay Borisov1-2/+3
2020-07-27btrfs: use helper btrfs_get_block_groupAnand Jain1-2/+2
2020-07-27btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain1-9/+5
2020-05-25btrfs: turn space cache writeout failure messages into debug messagesFilipe Manana1-11/+4
2020-05-25btrfs: include error on messages about failure to write space/inode cachesFilipe Manana1-6/+6
2020-05-25btrfs: simplify iget helpersDavid Sterba1-1/+1
2020-05-25btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana1-41/+0
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana1-12/+13
2020-03-23btrfs: simplify error handling in __btrfs_write_out_cache()Johannes Thumshirn1-13/+11
2020-03-23btrfs: use standard debug config option to enable free-space-cache debug printsJohannes Thumshirn1-3/+3
2020-03-23btrfs: make the uptodate argument of io_ctl_add_pages() booleanJohannes Thumshirn1-3/+3
2020-03-23btrfs: use inode from io_ctl in io_ctl_prepare_pagesJohannes Thumshirn1-4/+4
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov1-1/+1
2020-03-23btrfs: Pass transaction handle to write_pinned_extent_entriesNikolay Borisov1-1/+2
2020-01-20btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou1-0/+14
2020-01-20btrfs: make smaller extents more likely to go into bitmapsDennis Zhou1-2/+2
2020-01-20btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou1-15/+11
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou1-0/+14
2020-01-20btrfs: have multiple discard listsDennis Zhou1-13/+42
2020-01-20btrfs: make max async discard size tunableDennis Zhou1-7/+13
2020-01-20btrfs: limit max discard size for async discardDennis Zhou1-9/+32
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou1-9/+32
2020-01-20btrfs: track discardable extents for async discardDennis Zhou1-9/+97
2020-01-20btrfs: discard one region at a time in async discardDennis Zhou1-29/+102