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
2020-10-07
btrfs: free-space-cache: use unaligned helpers to access data
David Sterba
1
-12
/
+9
2020-10-07
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
1
-1
/
+1
2020-08-19
btrfs: fix space cache memory leak after transaction abort
Filipe Manana
1
-1
/
+1
2020-08-10
btrfs: only search for left_info if there is no right_info in try_merge_free_...
Josef Bacik
1
-2
/
+2
2020-07-27
btrfs: make btrfs_dirty_pages take btrfs_inode
Nikolay Borisov
1
-2
/
+3
2020-07-27
btrfs: use helper btrfs_get_block_group
Anand Jain
1
-2
/
+2
2020-07-27
btrfs: let btrfs_return_cluster_to_free_space() return void
Anand Jain
1
-9
/
+5
2020-05-25
btrfs: turn space cache writeout failure messages into debug messages
Filipe Manana
1
-11
/
+4
2020-05-25
btrfs: include error on messages about failure to write space/inode caches
Filipe Manana
1
-6
/
+6
2020-05-25
btrfs: simplify iget helpers
David Sterba
1
-1
/
+1
2020-05-25
btrfs: move the block group freeze/unfreeze helpers into block-group.c
Filipe Manana
1
-41
/
+0
2020-05-25
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
1
-12
/
+13
2020-03-23
btrfs: simplify error handling in __btrfs_write_out_cache()
Johannes Thumshirn
1
-13
/
+11
2020-03-23
btrfs: use standard debug config option to enable free-space-cache debug prints
Johannes Thumshirn
1
-3
/
+3
2020-03-23
btrfs: make the uptodate argument of io_ctl_add_pages() boolean
Johannes Thumshirn
1
-3
/
+3
2020-03-23
btrfs: use inode from io_ctl in io_ctl_prepare_pages
Johannes Thumshirn
1
-4
/
+4
2020-03-23
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
1
-1
/
+1
2020-03-23
btrfs: Pass transaction handle to write_pinned_extent_entries
Nikolay Borisov
1
-1
/
+2
2020-01-20
btrfs: ensure removal of discardable_* in free_bitmap()
Dennis Zhou
1
-0
/
+14
2020-01-20
btrfs: make smaller extents more likely to go into bitmaps
Dennis Zhou
1
-2
/
+2
2020-01-20
btrfs: increase the metadata allowance for the free_space_cache
Dennis Zhou
1
-15
/
+11
2020-01-20
btrfs: keep track of discard reuse stats
Dennis Zhou
1
-0
/
+14
2020-01-20
btrfs: have multiple discard lists
Dennis Zhou
1
-13
/
+42
2020-01-20
btrfs: make max async discard size tunable
Dennis Zhou
1
-7
/
+13
2020-01-20
btrfs: limit max discard size for async discard
Dennis Zhou
1
-9
/
+32
2020-01-20
btrfs: keep track of discardable_bytes for async discard
Dennis Zhou
1
-9
/
+32
2020-01-20
btrfs: track discardable extents for async discard
Dennis Zhou
1
-9
/
+97
2020-01-20
btrfs: discard one region at a time in async discard
Dennis Zhou
1
-29
/
+102
2020-01-20
btrfs: handle empty block_group removal for async discard
Dennis Zhou
1
-0
/
+33
2020-01-20
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
1
-6
/
+48
2020-01-20
btrfs: keep track of free space bitmap trim status cleanliness
Dennis Zhou
1
-9
/
+80
2020-01-20
btrfs: keep track of which extents have been discarded
Dennis Zhou
1
-7
/
+56
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-36
/
+35
2019-11-18
btrfs: add dedicated members for start and length of a block group
David Sterba
1
-19
/
+18
2019-11-18
btrfs: move block_group_item::used to block group
David Sterba
1
-1
/
+1
2019-11-18
btrfs: check page->mapping when loading free space cache
Josef Bacik
1
-0
/
+6
2019-11-18
btrfs: drop unused parameter is_new from btrfs_iget
David Sterba
1
-1
/
+1
2019-09-09
btrfs: stop clearing EXTENT_DIRTY in inode I/O tree
Omar Sandoval
1
-5
/
+4
2019-09-09
btrfs: fix allocation of free space cache v1 bitmap pages
Christophe Leroy
1
-7
/
+13
2019-09-09
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
1
-2
/
+2
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-0
/
+1
2019-09-09
btrfs: move btrfs_add_free_space out of a header file
Josef Bacik
1
-0
/
+8
2019-07-04
btrfs: migrate the delalloc space stuff to it's own home
Josef Bacik
1
-0
/
+1
2019-07-02
btrfs: move space_info to space-info.h
Josef Bacik
1
-0
/
+1
2019-07-01
btrfs: use btrfs_crc32c{,_final}() in for free space cache
Johannes Thumshirn
1
-6
/
+4
2019-07-01
btrfs: remove mapping tree structures indirection
David Sterba
1
-1
/
+1
2019-07-01
btrfs: switch order of unlocks of space_info and bg in do_trimming()
Su Yue
1
-1
/
+1
2019-04-29
btrfs: get fs_info from block group in btrfs_find_space_cluster
David Sterba
1
-2
/
+2
2019-04-29
btrfs: get fs_info from block group in write_pinned_extent_entries
David Sterba
1
-6
/
+3
2019-04-29
btrfs: get fs_info from block group in load_free_space_cache
David Sterba
1
-2
/
+2
[next]