index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
free-space-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.c
Josef Bacik
1
-19
/
+0
2023-06-19
btrfs: assert tree lock is held when removing free space entries
Filipe Manana
1
-10
/
+24
2023-06-19
btrfs: assert tree lock is held when linking free space
Filipe Manana
1
-0
/
+2
2023-06-19
btrfs: assert tree lock is held when searching for free space entries
Filipe Manana
1
-0
/
+2
2023-06-19
btrfs: assert proper locks are held at tree_insert_offset()
Filipe Manana
1
-6
/
+19
2023-06-19
btrfs: simplify arguments to tree_insert_offset()
Filipe Manana
1
-21
/
+16
2023-06-19
btrfs: use precomputed end offsets at do_trimming()
Filipe Manana
1
-1
/
+1
2023-06-19
btrfs: avoid searching twice for previous node when merging free space entries
Filipe Manana
1
-3
/
+6
2023-06-19
btrfs: avoid extra memory allocation when copying free space cache
Filipe Manana
1
-2
/
+4
2023-05-09
btrfs: fix space cache inconsistency after error loading it from disk
Filipe Manana
1
-3
/
+4
2023-03-15
btrfs: zoned: count fresh BG region as zone unusable
Naohiro Aota
1
-1
/
+7
2022-12-05
btrfs: pass btrfs_inode to btrfs_add_delayed_iput
David Sterba
1
-2
/
+2
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
1
-2
/
+1
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: update function comments
David Sterba
1
-6
/
+3
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-1
/
+2
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move free space cachep's out of ctree.h
Josef Bacik
1
-0
/
+28
2022-09-29
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
1
-1
/
+1
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
1
-3
/
+3
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-8
/
+8
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
1
-3
/
+3
2022-09-26
btrfs: remove use btrfs_remove_free_space_cache instead of variant
Josef Bacik
1
-17
/
+3
2022-09-26
btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure
Josef Bacik
1
-20
/
+33
2022-09-26
btrfs: convert block group bit field to use bit helpers
Josef Bacik
1
-9
/
+7
2022-09-26
btrfs: change the lockdep class of free space inode's invalidate_lock
Ioannis Angelakopoulos
1
-0
/
+10
2022-09-26
btrfs: dump extra info if one free space cache has more bitmaps than it should
Qu Wenruo
1
-0
/
+6
2022-07-25
btrfs: clean up chained assignments
David Sterba
1
-1
/
+2
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2022-05-16
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
1
-1
/
+1
2022-05-16
btrfs: make the bg_reclaim_threshold per-space info
Josef Bacik
1
-2
/
+5
2022-05-09
btrfs: Convert btrfs to read_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-07
btrfs: add inode to truncate control
Josef Bacik
1
-1
/
+2
2022-01-07
btrfs: pass the ino via truncate control
Josef Bacik
1
-0
/
+1
2022-01-07
btrfs: use a flag to control when to clear the file extent range
Josef Bacik
1
-0
/
+1
2022-01-07
btrfs: only call inode_sub_bytes in truncate paths that care
Josef Bacik
1
-0
/
+1
2022-01-07
btrfs: only update i_size in truncate paths that care
Josef Bacik
1
-0
/
+3
2022-01-07
btrfs: add truncate control struct
Josef Bacik
1
-2
/
+5
2022-01-07
btrfs: move extent locking outside of btrfs_truncate_inode_items
Josef Bacik
1
-7
/
+13
2022-01-07
btrfs: add an inode-item.h
Josef Bacik
1
-0
/
+1
2022-01-03
btrfs: change name and type of private member of btrfs_free_space_ctl
Nikolay Borisov
1
-6
/
+6
2022-01-03
btrfs: make __btrfs_add_free_space take just block group reference
Nikolay Borisov
1
-15
/
+10
2022-01-03
btrfs: consolidate unlink_free_space/__unlink_free_space functions
Nikolay Borisov
1
-25
/
+15
2022-01-03
btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bits
Nikolay Borisov
1
-24
/
+13
2022-01-03
btrfs: eliminate if in main loop in tree_search_offset
Nikolay Borisov
1
-7
/
+4
2022-01-03
btrfs: get next entry in tree_search_offset before doing checks
Nikolay Borisov
1
-5
/
+4
2022-01-03
btrfs: index free space entries on size
Josef Bacik
1
-44
/
+137
[next]