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