aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-03btrfs: eliminate if in main loop in tree_search_offsetNikolay Borisov1-7/+4
2022-01-03btrfs: get next entry in tree_search_offset before doing checksNikolay Borisov1-5/+4
2022-01-03btrfs: index free space entries on sizeJosef Bacik1-44/+137
2022-01-03btrfs: only use ->max_extent_size if it is set in the bitmapJosef Bacik1-1/+25
2021-10-26btrfs: subpage: add bitmap for PageChecked flagQu Wenruo1-1/+5
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota1-2/+3
2021-10-26btrfs: zoned: tweak reclaim threshold for zone capacityNaohiro Aota1-2/+6
2021-10-26btrfs: zoned: calculate free space from zone capacityNaohiro Aota1-1/+6
2021-08-23btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota1-2/+5
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn1-3/+4
2021-08-23btrfs: allocate file_ra_state on stack in readahead_cacheGoldwyn Rodrigues1-9/+3
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana1-1/+1
2021-05-04btrfs: initialize return variable in cleanup_free_space_cache_v1Tom Rix1-1/+1
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