summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: simplify error handling in __btrfs_write_out_cache()Johannes Thumshirn2020-03-231-13/+11
* btrfs: use standard debug config option to enable free-space-cache debug printsJohannes Thumshirn2020-03-231-3/+3
* btrfs: make the uptodate argument of io_ctl_add_pages() booleanJohannes Thumshirn2020-03-231-3/+3
* btrfs: use inode from io_ctl in io_ctl_prepare_pagesJohannes Thumshirn2020-03-231-4/+4
* btrfs: switch to per-transaction pinned extentsNikolay Borisov2020-03-231-1/+1
* btrfs: Pass transaction handle to write_pinned_extent_entriesNikolay Borisov2020-03-231-1/+2
* btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou2020-01-201-0/+14
* btrfs: make smaller extents more likely to go into bitmapsDennis Zhou2020-01-201-2/+2
* btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou2020-01-201-15/+11
* btrfs: keep track of discard reuse statsDennis Zhou2020-01-201-0/+14
* btrfs: have multiple discard listsDennis Zhou2020-01-201-13/+42
* btrfs: make max async discard size tunableDennis Zhou2020-01-201-7/+13
* btrfs: limit max discard size for async discardDennis Zhou2020-01-201-9/+32
* btrfs: keep track of discardable_bytes for async discardDennis Zhou2020-01-201-9/+32
* btrfs: track discardable extents for async discardDennis Zhou2020-01-201-9/+97
* btrfs: discard one region at a time in async discardDennis Zhou2020-01-201-29/+102
* btrfs: handle empty block_group removal for async discardDennis Zhou2020-01-201-0/+33
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-6/+48
* btrfs: keep track of free space bitmap trim status cleanlinessDennis Zhou2020-01-201-9/+80
* btrfs: keep track of which extents have been discardedDennis Zhou2020-01-201-7/+56
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-36/+35
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-19/+18
* btrfs: move block_group_item::used to block groupDavid Sterba2019-11-181-1/+1
* btrfs: check page->mapping when loading free space cacheJosef Bacik2019-11-181-0/+6
* btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba2019-11-181-1/+1
* btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval2019-09-091-5/+4
* btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy2019-09-091-7/+13
* btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik2019-09-091-2/+2
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* btrfs: move btrfs_add_free_space out of a header fileJosef Bacik2019-09-091-0/+8
* btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-041-0/+1
* btrfs: move space_info to space-info.hJosef Bacik2019-07-021-0/+1
* btrfs: use btrfs_crc32c{,_final}() in for free space cacheJohannes Thumshirn2019-07-011-6/+4
* btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-011-1/+1
* btrfs: switch order of unlocks of space_info and bg in do_trimming()Su Yue2019-07-011-1/+1
* btrfs: get fs_info from block group in btrfs_find_space_clusterDavid Sterba2019-04-291-2/+2
* btrfs: get fs_info from block group in write_pinned_extent_entriesDavid Sterba2019-04-291-6/+3
* btrfs: get fs_info from block group in load_free_space_cacheDavid Sterba2019-04-291-2/+2
* btrfs: get fs_info from block group in lookup_free_space_inodeDavid Sterba2019-04-291-5/+6
* btrfs: get fs_info from trans in btrfs_write_out_cacheDavid Sterba2019-04-291-2/+2
* btrfs: get fs_info from trans in create_free_space_inodeDavid Sterba2019-04-291-5/+4
* btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney2019-04-291-4/+0
* Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana2018-11-061-1/+21
* Btrfs: fix use-after-free when dumping free spaceFilipe Manana2018-10-221-0/+2
* btrfs: set max_extent_size properlyJosef Bacik2018-10-191-10/+20
* btrfs: reset max_extent_size on clear in a bitmapJosef Bacik2018-10-151-0/+2
* btrfs: protect space cache inode alloc with GFP_NOFSJosef Bacik2018-10-151-0/+8
* btrfs: remove unneeded NULL checks before kfreezhong jiang2018-10-151-4/+2
* btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro2018-08-061-4/+0
* btrfs: use copy_page for copying pages instead of memcpyDavid Sterba2018-08-061-2/+2