summaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)Author
2022-01-07btrfs: add inode to truncate controlJosef Bacik
2022-01-07btrfs: pass the ino via truncate controlJosef Bacik
2022-01-07btrfs: use a flag to control when to clear the file extent rangeJosef Bacik
2022-01-07btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik
2022-01-07btrfs: only update i_size in truncate paths that careJosef Bacik
2022-01-07btrfs: add truncate control structJosef Bacik
2022-01-07btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: add an inode-item.hJosef Bacik
2022-01-03btrfs: change name and type of private member of btrfs_free_space_ctlNikolay Borisov
2022-01-03btrfs: make __btrfs_add_free_space take just block group referenceNikolay Borisov
2022-01-03btrfs: consolidate unlink_free_space/__unlink_free_space functionsNikolay Borisov
2022-01-03btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bitsNikolay Borisov
2022-01-03btrfs: eliminate if in main loop in tree_search_offsetNikolay Borisov
2022-01-03btrfs: get next entry in tree_search_offset before doing checksNikolay Borisov
2022-01-03btrfs: index free space entries on sizeJosef Bacik
2022-01-03btrfs: only use ->max_extent_size if it is set in the bitmapJosef Bacik
2021-10-26btrfs: subpage: add bitmap for PageChecked flagQu Wenruo
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota
2021-10-26btrfs: zoned: tweak reclaim threshold for zone capacityNaohiro Aota
2021-10-26btrfs: zoned: calculate free space from zone capacityNaohiro Aota
2021-08-23btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn
2021-08-23btrfs: allocate file_ra_state on stack in readahead_cacheGoldwyn Rodrigues
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana
2021-05-04btrfs: initialize return variable in cleanup_free_space_cache_v1Tom Rix
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn
2021-03-04btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota
2021-02-22btrfs: avoid double put of block group when emptying clusterJosef Bacik
2021-02-22btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov
2021-02-09btrfs: zoned: advance allocation pointer after tree log nodeNaohiro Aota
2021-02-09btrfs: zoned: implement sequential extent allocationNaohiro Aota
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo
2021-02-08btrfs: improve parameter description for __btrfs_write_out_cacheNikolay Borisov
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov
2021-02-08btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng
2020-12-09btrfs: remove free space items when disabling space cache v1Boris Burkov
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov
2020-12-09btrfs: remove recalc_thresholds from free space opsDavid Sterba
2020-12-09btrfs: always set NODATASUM/NODATACOW in __create_free_space_inodeNikolay Borisov
2020-12-09btrfs: remove crc_check logic from free spaceNikolay Borisov
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik
2020-12-08btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik
2020-12-08btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-08-19btrfs: fix space cache memory leak after transaction abortFilipe Manana