aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useGravatar Chengming Zhou 1-2/+2
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_free_space cacheGravatar Kunwu Chan 1-3/+1
2024-03-04btrfs: add helper to get fs_info from struct inode pointerGravatar David Sterba 1-1/+1
2024-03-04btrfs: mark __btrfs_add_free_space staticGravatar Lijuan Li 1-1/+1
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-2/+0
2023-12-15btrfs: migrate subpage code to folio interfacesGravatar Qu Wenruo 1-2/+2
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Gravatar Filipe Manana 1-7/+6
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-3/+3
2023-10-12btrfs: remove btrfs_crc32c wrapperGravatar Josef Bacik 1-2/+2
2023-10-12btrfs: move btrfs_crc32c_final into free-space-cache.cGravatar Josef Bacik 1-0/+5
2023-08-21btrfs: zoned: no longer count fresh BG region as zone unusableGravatar Naohiro Aota 1-7/+1
2023-08-21btrfs: print target number of bytes when dumping free spaceGravatar Filipe Manana 1-1/+2
2023-08-21btrfs: make find_first_extent_bit() return a booleanGravatar Filipe Manana 1-4/+3
2023-06-19btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.cGravatar Josef Bacik 1-19/+0
2023-06-19btrfs: assert tree lock is held when removing free space entriesGravatar Filipe Manana 1-10/+24
2023-06-19btrfs: assert tree lock is held when linking free spaceGravatar Filipe Manana 1-0/+2
2023-06-19btrfs: assert tree lock is held when searching for free space entriesGravatar Filipe Manana 1-0/+2
2023-06-19btrfs: assert proper locks are held at tree_insert_offset()Gravatar Filipe Manana 1-6/+19
2023-06-19btrfs: simplify arguments to tree_insert_offset()Gravatar Filipe Manana 1-21/+16
2023-06-19btrfs: use precomputed end offsets at do_trimming()Gravatar Filipe Manana 1-1/+1
2023-06-19btrfs: avoid searching twice for previous node when merging free space entriesGravatar Filipe Manana 1-3/+6
2023-06-19btrfs: avoid extra memory allocation when copying free space cacheGravatar Filipe Manana 1-2/+4
2023-05-09btrfs: fix space cache inconsistency after error loading it from diskGravatar Filipe Manana 1-3/+4
2023-03-15btrfs: zoned: count fresh BG region as zone unusableGravatar Naohiro Aota 1-1/+7
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