summaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)Author
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
2020-08-10btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik
2020-07-27btrfs: make btrfs_dirty_pages take btrfs_inodeNikolay Borisov
2020-07-27btrfs: use helper btrfs_get_block_groupAnand Jain
2020-07-27btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain
2020-05-25btrfs: turn space cache writeout failure messages into debug messagesFilipe Manana
2020-05-25btrfs: include error on messages about failure to write space/inode cachesFilipe Manana
2020-05-25btrfs: simplify iget helpersDavid Sterba
2020-05-25btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana
2020-03-23btrfs: simplify error handling in __btrfs_write_out_cache()Johannes Thumshirn
2020-03-23btrfs: use standard debug config option to enable free-space-cache debug printsJohannes Thumshirn
2020-03-23btrfs: make the uptodate argument of io_ctl_add_pages() booleanJohannes Thumshirn
2020-03-23btrfs: use inode from io_ctl in io_ctl_prepare_pagesJohannes Thumshirn
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov
2020-03-23btrfs: Pass transaction handle to write_pinned_extent_entriesNikolay Borisov
2020-01-20btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou