aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)Author
2023-12-15btrfs: migrate subpage code to folio interfacesQu Wenruo
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: remove btrfs_crc32c wrapperJosef Bacik
2023-10-12btrfs: move btrfs_crc32c_final into free-space-cache.cJosef Bacik
2023-08-21btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota
2023-08-21btrfs: print target number of bytes when dumping free spaceFilipe Manana
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana
2023-06-19btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.cJosef Bacik
2023-06-19btrfs: assert tree lock is held when removing free space entriesFilipe Manana
2023-06-19btrfs: assert tree lock is held when linking free spaceFilipe Manana
2023-06-19btrfs: assert tree lock is held when searching for free space entriesFilipe Manana
2023-06-19btrfs: assert proper locks are held at tree_insert_offset()Filipe Manana
2023-06-19btrfs: simplify arguments to tree_insert_offset()Filipe Manana
2023-06-19btrfs: use precomputed end offsets at do_trimming()Filipe Manana
2023-06-19btrfs: avoid searching twice for previous node when merging free space entriesFilipe Manana
2023-06-19btrfs: avoid extra memory allocation when copying free space cacheFilipe Manana
2023-05-09btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana
2023-03-15btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move file prototypes to file.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move free space cachep's out of ctree.hJosef Bacik
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik
2022-09-26btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik
2022-09-26btrfs: change the lockdep class of free space inode's invalidate_lockIoannis Angelakopoulos
2022-09-26btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo
2022-07-25btrfs: clean up chained assignmentsDavid Sterba
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik
2022-05-09btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)
2022-01-07btrfs: add inode to truncate controlJosef Bacik
2022-01-07btrfs: pass the ino via truncate controlJosef Bacik
2022-01-07btrfs: use a flag to control when to clear the file extent rangeJosef Bacik
2022-01-07btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik
2022-01-07btrfs: only update i_size in truncate paths that careJosef Bacik
2022-01-07btrfs: add truncate control structJosef Bacik
2022-01-07btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik