aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana2022-09-291-1/+1
* btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik2022-09-261-3/+3
* btrfs: unify the lock/unlock extent variantsJosef Bacik2022-09-261-8/+8
* btrfs: remove the wake argument from clear_extent_bitsJosef Bacik2022-09-261-3/+3
* btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik2022-09-261-17/+3
* btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik2022-09-261-20/+33
* btrfs: convert block group bit field to use bit helpersJosef Bacik2022-09-261-9/+7
* btrfs: change the lockdep class of free space inode's invalidate_lockIoannis Angelakopoulos2022-09-261-0/+10
* btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo2022-09-261-0/+6
* btrfs: clean up chained assignmentsDavid Sterba2022-07-251-1/+2
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-1/+1
|\
| * btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* | btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana2022-05-161-1/+1
* | btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik2022-05-161-2/+5
|/
* btrfs: add inode to truncate controlJosef Bacik2022-01-071-1/+2
* btrfs: pass the ino via truncate controlJosef Bacik2022-01-071-0/+1
* btrfs: use a flag to control when to clear the file extent rangeJosef Bacik2022-01-071-0/+1
* btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik2022-01-071-0/+1
* btrfs: only update i_size in truncate paths that careJosef Bacik2022-01-071-0/+3
* btrfs: add truncate control structJosef Bacik2022-01-071-2/+5
* btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik2022-01-071-7/+13
* btrfs: add an inode-item.hJosef Bacik2022-01-071-0/+1
* btrfs: change name and type of private member of btrfs_free_space_ctlNikolay Borisov2022-01-031-6/+6
* btrfs: make __btrfs_add_free_space take just block group referenceNikolay Borisov2022-01-031-15/+10
* btrfs: consolidate unlink_free_space/__unlink_free_space functionsNikolay Borisov2022-01-031-25/+15
* btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bitsNikolay Borisov2022-01-031-24/+13
* btrfs: eliminate if in main loop in tree_search_offsetNikolay Borisov2022-01-031-7/+4
* btrfs: get next entry in tree_search_offset before doing checksNikolay Borisov2022-01-031-5/+4
* btrfs: index free space entries on sizeJosef Bacik2022-01-031-44/+137
* btrfs: only use ->max_extent_size if it is set in the bitmapJosef Bacik2022-01-031-1/+25
* btrfs: subpage: add bitmap for PageChecked flagQu Wenruo2021-10-261-1/+5
* btrfs: zoned: implement active zone trackingNaohiro Aota2021-10-261-2/+3
* btrfs: zoned: tweak reclaim threshold for zone capacityNaohiro Aota2021-10-261-2/+6
* btrfs: zoned: calculate free space from zone capacityNaohiro Aota2021-10-261-1/+6
* btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota2021-08-231-2/+5
* btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn2021-08-231-3/+4
* btrfs: allocate file_ra_state on stack in readahead_cacheGoldwyn Rodrigues2021-08-231-9/+3
* btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana2021-06-211-1/+1
* btrfs: initialize return variable in cleanup_free_space_cache_v1Tom Rix2021-05-041-1/+1
* btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-1/+8
* btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota2021-03-041-1/+6
* btrfs: avoid double put of block group when emptying clusterJosef Bacik2021-02-221-4/+4
* btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov2021-02-221-2/+4
* 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