aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputGravatar David Sterba 1-2/+2
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorGravatar David Sterba 1-2/+1
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move file prototypes to file.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: update function commentsGravatar David Sterba 1-6/+3
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hGravatar Josef Bacik 1-1/+2
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move free space cachep's out of ctree.hGravatar Josef Bacik 1-0/+28
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cGravatar Filipe Manana 1-1/+1
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSGravatar Josef Bacik 1-3/+3
2022-09-26btrfs: unify the lock/unlock extent variantsGravatar Josef Bacik 1-8/+8
2022-09-26btrfs: remove the wake argument from clear_extent_bitsGravatar Josef Bacik 1-3/+3
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantGravatar Josef Bacik 1-17/+3
2022-09-26btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureGravatar Josef Bacik 1-20/+33
2022-09-26btrfs: convert block group bit field to use bit helpersGravatar Josef Bacik 1-9/+7
2022-09-26btrfs: change the lockdep class of free space inode's invalidate_lockGravatar Ioannis Angelakopoulos 1-0/+10
2022-09-26btrfs: dump extra info if one free space cache has more bitmaps than it shouldGravatar Qu Wenruo 1-0/+6
2022-07-25btrfs: clean up chained assignmentsGravatar David Sterba 1-1/+2
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupGravatar Filipe Manana 1-1/+1
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoGravatar Josef Bacik 1-2/+5
2022-05-09btrfs: Convert btrfs to read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-01-07btrfs: add inode to truncate controlGravatar Josef Bacik 1-1/+2
2022-01-07btrfs: pass the ino via truncate controlGravatar Josef Bacik 1-0/+1
2022-01-07btrfs: use a flag to control when to clear the file extent rangeGravatar Josef Bacik 1-0/+1
2022-01-07btrfs: only call inode_sub_bytes in truncate paths that careGravatar Josef Bacik 1-0/+1
2022-01-07btrfs: only update i_size in truncate paths that careGravatar Josef Bacik 1-0/+3
2022-01-07btrfs: add truncate control structGravatar Josef Bacik 1-2/+5
2022-01-07btrfs: move extent locking outside of btrfs_truncate_inode_itemsGravatar Josef Bacik 1-7/+13
2022-01-07btrfs: add an inode-item.hGravatar Josef Bacik 1-0/+1
2022-01-03btrfs: change name and type of private member of btrfs_free_space_ctlGravatar Nikolay Borisov 1-6/+6
2022-01-03btrfs: make __btrfs_add_free_space take just block group referenceGravatar Nikolay Borisov 1-15/+10
2022-01-03btrfs: consolidate unlink_free_space/__unlink_free_space functionsGravatar Nikolay Borisov 1-25/+15
2022-01-03btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bitsGravatar Nikolay Borisov 1-24/+13
2022-01-03btrfs: eliminate if in main loop in tree_search_offsetGravatar Nikolay Borisov 1-7/+4
2022-01-03btrfs: get next entry in tree_search_offset before doing checksGravatar Nikolay Borisov 1-5/+4
2022-01-03btrfs: index free space entries on sizeGravatar Josef Bacik 1-44/+137
2022-01-03btrfs: only use ->max_extent_size if it is set in the bitmapGravatar Josef Bacik 1-1/+25
2021-10-26btrfs: subpage: add bitmap for PageChecked flagGravatar Qu Wenruo 1-1/+5
2021-10-26btrfs: zoned: implement active zone trackingGravatar Naohiro Aota 1-2/+3
2021-10-26btrfs: zoned: tweak reclaim threshold for zone capacityGravatar Naohiro Aota 1-2/+6
2021-10-26btrfs: zoned: calculate free space from zone capacityGravatar Naohiro Aota 1-1/+6
2021-08-23btrfs: zoned: fix block group alloc_offset calculationGravatar Naohiro Aota 1-2/+5
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimGravatar Johannes Thumshirn 1-3/+4
2021-08-23btrfs: allocate file_ra_state on stack in readahead_cacheGravatar Goldwyn Rodrigues 1-9/+3
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsGravatar Filipe Manana 1-1/+1
2021-05-04btrfs: initialize return variable in cleanup_free_space_cache_v1Gravatar Tom Rix 1-1/+1
2021-04-20btrfs: zoned: automatically reclaim zonesGravatar Johannes Thumshirn 1-1/+8