index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
free-space-cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
btrfs: get fs_info from block group in lookup_free_space_inode
David Sterba
2019-04-29
1
-5
/
+6
*
btrfs: get fs_info from trans in btrfs_write_out_cache
David Sterba
2019-04-29
1
-2
/
+2
*
btrfs: get fs_info from trans in create_free_space_inode
David Sterba
2019-04-29
1
-5
/
+4
*
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
2019-04-29
1
-4
/
+0
*
Btrfs: fix deadlock on tree root leaf when finding free extent
Filipe Manana
2018-11-06
1
-1
/
+21
*
Btrfs: fix use-after-free when dumping free space
Filipe Manana
2018-10-22
1
-0
/
+2
*
btrfs: set max_extent_size properly
Josef Bacik
2018-10-19
1
-10
/
+20
*
btrfs: reset max_extent_size on clear in a bitmap
Josef Bacik
2018-10-15
1
-0
/
+2
*
btrfs: protect space cache inode alloc with GFP_NOFS
Josef Bacik
2018-10-15
1
-0
/
+8
*
btrfs: remove unneeded NULL checks before kfree
zhong jiang
2018-10-15
1
-4
/
+2
*
btrfs: btrfs_iget never returns an is_bad_inode inode
Al Viro
2018-08-06
1
-4
/
+0
*
btrfs: use copy_page for copying pages instead of memcpy
David Sterba
2018-08-06
1
-2
/
+2
*
btrfs: simplify pointer chasing of local fs_info variables
David Sterba
2018-08-06
1
-5
/
+2
*
Btrfs: free space cache: make sure there is always room for generation number
Zhihui Zhang
2018-08-06
1
-2
/
+2
*
Btrfs: stop creating orphan items for truncate
Omar Sandoval
2018-05-28
1
-4
/
+2
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+1
*
btrfs: qgroup: Use separate meta reservation type for delalloc
Qu Wenruo
2018-03-31
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
1
-0
/
+2
|
\
[next]