aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana1-1/+1
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-3/+3
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-8/+8
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-3/+3
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik1-17/+3
2022-09-26btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik1-20/+33
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik1-9/+7
2022-09-26btrfs: change the lockdep class of free space inode's invalidate_lockIoannis Angelakopoulos1-0/+10
2022-09-26btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo1-0/+6
2022-07-25btrfs: clean up chained assignmentsDavid Sterba1-1/+2
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana1-1/+1
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik1-2/+5
2022-05-09btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)1-1/+1
2022-01-07btrfs: add inode to truncate controlJosef Bacik1-1/+2
2022-01-07btrfs: pass the ino via truncate controlJosef Bacik1-0/+1
2022-01-07btrfs: use a flag to control when to clear the file extent rangeJosef Bacik1-0/+1
2022-01-07btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik1-0/+1
2022-01-07btrfs: only update i_size in truncate paths that careJosef Bacik1-0/+3
2022-01-07btrfs: add truncate control structJosef Bacik1-2/+5
2022-01-07btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik1-7/+13
2022-01-07btrfs: add an inode-item.hJosef Bacik1-0/+1
2022-01-03btrfs: change name and type of private member of btrfs_free_space_ctlNikolay Borisov1-6/+6
2022-01-03btrfs: make __btrfs_add_free_space take just block group referenceNikolay Borisov1-15/+10
2022-01-03btrfs: consolidate unlink_free_space/__unlink_free_space functionsNikolay Borisov1-25/+15
2022-01-03btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bitsNikolay Borisov1-24/+13
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