aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-07btrfs: add inode to truncate controlGravatar Josef Bacik 1-1/+2
2022-01-07btrfs: pass the ino via truncate controlGravatar Josef Bacik 1-0/+1
2022-01-07btrfs: use a flag to control when to clear the file extent rangeGravatar Josef Bacik 1-0/+1
2022-01-07btrfs: only call inode_sub_bytes in truncate paths that careGravatar Josef Bacik 1-0/+1
2022-01-07btrfs: only update i_size in truncate paths that careGravatar Josef Bacik 1-0/+3
2022-01-07btrfs: add truncate control structGravatar Josef Bacik 1-2/+5
2022-01-07btrfs: move extent locking outside of btrfs_truncate_inode_itemsGravatar Josef Bacik 1-7/+13
2022-01-07btrfs: add an inode-item.hGravatar Josef Bacik 1-0/+1
2022-01-03btrfs: change name and type of private member of btrfs_free_space_ctlGravatar Nikolay Borisov 1-6/+6
2022-01-03btrfs: make __btrfs_add_free_space take just block group referenceGravatar Nikolay Borisov 1-15/+10
2022-01-03btrfs: consolidate unlink_free_space/__unlink_free_space functionsGravatar Nikolay Borisov 1-25/+15
2022-01-03btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bitsGravatar Nikolay Borisov 1-24/+13
2022-01-03btrfs: eliminate if in main loop in tree_search_offsetGravatar Nikolay Borisov 1-7/+4
2022-01-03btrfs: get next entry in tree_search_offset before doing checksGravatar Nikolay Borisov 1-5/+4
2022-01-03btrfs: index free space entries on sizeGravatar Josef Bacik 1-44/+137
2022-01-03btrfs: only use ->max_extent_size if it is set in the bitmapGravatar Josef Bacik 1-1/+25
2021-10-26btrfs: subpage: add bitmap for PageChecked flagGravatar Qu Wenruo 1-1/+5
2021-10-26btrfs: zoned: implement active zone trackingGravatar Naohiro Aota 1-2/+3
2021-10-26btrfs: zoned: tweak reclaim threshold for zone capacityGravatar Naohiro Aota 1-2/+6
2021-10-26btrfs: zoned: calculate free space from zone capacityGravatar Naohiro Aota 1-1/+6
2021-08-23btrfs: zoned: fix block group alloc_offset calculationGravatar Naohiro Aota 1-2/+5
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimGravatar Johannes Thumshirn 1-3/+4
2021-08-23btrfs: allocate file_ra_state on stack in readahead_cacheGravatar Goldwyn Rodrigues 1-9/+3
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsGravatar Filipe Manana 1-1/+1
2021-05-04btrfs: initialize return variable in cleanup_free_space_cache_v1Gravatar Tom Rix 1-1/+1
2021-04-20btrfs: zoned: automatically reclaim zonesGravatar Johannes Thumshirn 1-1/+8
2021-03-04btrfs: zoned: do not account freed region of read-only block group as zone_un...Gravatar Naohiro Aota 1-1/+6
2021-02-22btrfs: avoid double put of block group when emptying clusterGravatar Josef Bacik 1-4/+4
2021-02-22btrfs: fix race between extent freeing/allocation when using bitmapsGravatar Nikolay Borisov 1-2/+4
2021-02-09btrfs: zoned: advance allocation pointer after tree log nodeGravatar Naohiro Aota 1-1/+15
2021-02-09btrfs: zoned: implement sequential extent allocationGravatar Naohiro Aota 1-0/+6
2021-02-09btrfs: zoned: track unusable bytes for zonesGravatar Naohiro Aota 1-0/+67
2021-02-08btrfs: introduce btrfs_subpage for data inodesGravatar Qu Wenruo 1-3/+12
2021-02-08btrfs: improve parameter description for __btrfs_write_out_cacheGravatar Nikolay Borisov 1-5/+8
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidGravatar Nikolay Borisov 1-1/+1
2021-02-08btrfs: clarify error returns values in __load_free_space_cacheGravatar Zhihao Cheng 1-1/+5
2020-12-09btrfs: remove free space items when disabling space cache v1Gravatar Boris Burkov 1-4/+95
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheGravatar Boris Burkov 1-0/+28
2020-12-09btrfs: remove recalc_thresholds from free space opsGravatar David Sterba 1-44/+42
2020-12-09btrfs: always set NODATASUM/NODATACOW in __create_free_space_inodeGravatar Nikolay Borisov 1-5/+3
2020-12-09btrfs: remove crc_check logic from free spaceGravatar Nikolay Borisov 1-32/+5
2020-12-09btrfs: remove inode number cache featureGravatar Nikolay Borisov 1-177/+0
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeGravatar Nikolay Borisov 1-3/+3
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-12-08btrfs: load free space cache into a temporary ctlGravatar Josef Bacik 1-89/+66
2020-12-08btrfs: cleanup btrfs_discard_update_discardable usageGravatar Josef Bacik 1-6/+8
2020-12-08btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Gravatar Goldwyn Rodrigues 1-1/+1
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataGravatar David Sterba 1-12/+9
2020-10-07btrfs: delete duplicated words + other fixes in commentsGravatar Randy Dunlap 1-1/+1
2020-08-19btrfs: fix space cache memory leak after transaction abortGravatar Filipe Manana 1-1/+1