aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba1-12/+9
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap1-1/+1
2020-08-19btrfs: fix space cache memory leak after transaction abortFilipe Manana1-1/+1
2020-08-10btrfs: only search for left_info if there is no right_info in try_merge_free_spaceJosef Bacik1-2/+2
2020-07-27btrfs: make btrfs_dirty_pages take btrfs_inodeNikolay Borisov1-2/+3
2020-07-27btrfs: use helper btrfs_get_block_groupAnand Jain1-2/+2
2020-07-27btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain1-9/+5
2020-05-25btrfs: turn space cache writeout failure messages into debug messagesFilipe Manana1-11/+4
2020-05-25btrfs: include error on messages about failure to write space/inode cachesFilipe Manana1-6/+6
2020-05-25btrfs: simplify iget helpersDavid Sterba1-1/+1
2020-05-25btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana1-41/+0
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana1-12/+13
2020-03-23btrfs: simplify error handling in __btrfs_write_out_cache()Johannes Thumshirn1-13/+11
2020-03-23btrfs: use standard debug config option to enable free-space-cache debug printsJohannes Thumshirn1-3/+3
2020-03-23btrfs: make the uptodate argument of io_ctl_add_pages() booleanJohannes Thumshirn1-3/+3
2020-03-23btrfs: use inode from io_ctl in io_ctl_prepare_pagesJohannes Thumshirn1-4/+4
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov1-1/+1
2020-03-23btrfs: Pass transaction handle to write_pinned_extent_entriesNikolay Borisov1-1/+2
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