summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: migrate subpage code to folio interfacesQu Wenruo2023-12-151-2/+2
* btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana2023-10-121-7/+6
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-3/+3
* btrfs: remove btrfs_crc32c wrapperJosef Bacik2023-10-121-2/+2
* btrfs: move btrfs_crc32c_final into free-space-cache.cJosef Bacik2023-10-121-0/+5
* btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota2023-08-211-7/+1
* btrfs: print target number of bytes when dumping free spaceFilipe Manana2023-08-211-1/+2
* btrfs: make find_first_extent_bit() return a booleanFilipe Manana2023-08-211-4/+3
* btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.cJosef Bacik2023-06-191-19/+0
* btrfs: assert tree lock is held when removing free space entriesFilipe Manana2023-06-191-10/+24
* btrfs: assert tree lock is held when linking free spaceFilipe Manana2023-06-191-0/+2
* btrfs: assert tree lock is held when searching for free space entriesFilipe Manana2023-06-191-0/+2
* btrfs: assert proper locks are held at tree_insert_offset()Filipe Manana2023-06-191-6/+19
* btrfs: simplify arguments to tree_insert_offset()Filipe Manana2023-06-191-21/+16
* btrfs: use precomputed end offsets at do_trimming()Filipe Manana2023-06-191-1/+1
* btrfs: avoid searching twice for previous node when merging free space entriesFilipe Manana2023-06-191-3/+6
* btrfs: avoid extra memory allocation when copying free space cacheFilipe Manana2023-06-191-2/+4
* btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana2023-05-091-3/+4
* btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota2023-03-151-1/+7
* 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