aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou1-0/+14
2020-01-20btrfs: make smaller extents more likely to go into bitmapsDennis Zhou1-2/+2
2020-01-20btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou1-15/+11
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou1-0/+14
2020-01-20btrfs: have multiple discard listsDennis Zhou1-13/+42
2020-01-20btrfs: make max async discard size tunableDennis Zhou1-7/+13
2020-01-20btrfs: limit max discard size for async discardDennis Zhou1-9/+32
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou1-9/+32
2020-01-20btrfs: track discardable extents for async discardDennis Zhou1-9/+97
2020-01-20btrfs: discard one region at a time in async discardDennis Zhou1-29/+102
2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou1-0/+33
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou1-6/+48
2020-01-20btrfs: keep track of free space bitmap trim status cleanlinessDennis Zhou1-9/+80
2020-01-20btrfs: keep track of which extents have been discardedDennis Zhou1-7/+56
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-36/+35
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-19/+18
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-1/+1
2019-11-18btrfs: check page->mapping when loading free space cacheJosef Bacik1-0/+6
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-1/+1
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval1-5/+4
2019-09-09btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy1-7/+13
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik1-2/+2
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-09-09btrfs: move btrfs_add_free_space out of a header fileJosef Bacik1-0/+8
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik1-0/+1
2019-07-02btrfs: move space_info to space-info.hJosef Bacik1-0/+1
2019-07-01btrfs: use btrfs_crc32c{,_final}() in for free space cacheJohannes Thumshirn1-6/+4
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba1-1/+1
2019-07-01btrfs: switch order of unlocks of space_info and bg in do_trimming()Su Yue1-1/+1
2019-04-29btrfs: get fs_info from block group in btrfs_find_space_clusterDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from block group in write_pinned_extent_entriesDavid Sterba1-6/+3
2019-04-29btrfs: get fs_info from block group in load_free_space_cacheDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from block group in lookup_free_space_inodeDavid Sterba1-5/+6
2019-04-29btrfs: get fs_info from trans in btrfs_write_out_cacheDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from trans in create_free_space_inodeDavid Sterba1-5/+4
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney1-4/+0
2018-11-06Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana1-1/+21
2018-10-22Btrfs: fix use-after-free when dumping free spaceFilipe Manana1-0/+2
2018-10-19btrfs: set max_extent_size properlyJosef Bacik1-10/+20
2018-10-15btrfs: reset max_extent_size on clear in a bitmapJosef Bacik1-0/+2
2018-10-15btrfs: protect space cache inode alloc with GFP_NOFSJosef Bacik1-0/+8
2018-10-15btrfs: remove unneeded NULL checks before kfreezhong jiang1-4/+2
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro1-4/+0
2018-08-06btrfs: use copy_page for copying pages instead of memcpyDavid Sterba1-2/+2
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba1-5/+2
2018-08-06Btrfs: free space cache: make sure there is always room for generation numberZhihui Zhang1-2/+2
2018-05-28Btrfs: stop creating orphan items for truncateOmar Sandoval1-4/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2