summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba2022-12-051-2/+2
* btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba2022-12-051-2/+1
* btrfs: move super_block specific helpers into super.hJosef Bacik2022-12-051-0/+1
* btrfs: move file prototypes to file.hJosef Bacik2022-12-051-0/+1
* btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1
* btrfs: update function commentsDavid Sterba2022-12-051-6/+3
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-1/+2
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: move free space cachep's out of ctree.hJosef Bacik2022-12-051-0/+28
* 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