summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: add an inode-item.hJosef Bacik2022-01-071-0/+1
* btrfs: change name and type of private member of btrfs_free_space_ctlNikolay Borisov2022-01-031-6/+6
* btrfs: make __btrfs_add_free_space take just block group referenceNikolay Borisov2022-01-031-15/+10
* btrfs: consolidate unlink_free_space/__unlink_free_space functionsNikolay Borisov2022-01-031-25/+15
* btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bitsNikolay Borisov2022-01-031-24/+13
* btrfs: eliminate if in main loop in tree_search_offsetNikolay Borisov2022-01-031-7/+4
* btrfs: get next entry in tree_search_offset before doing checksNikolay Borisov2022-01-031-5/+4
* btrfs: index free space entries on sizeJosef Bacik2022-01-031-44/+137
* btrfs: only use ->max_extent_size if it is set in the bitmapJosef Bacik2022-01-031-1/+25
* btrfs: subpage: add bitmap for PageChecked flagQu Wenruo2021-10-261-1/+5
* btrfs: zoned: implement active zone trackingNaohiro Aota2021-10-261-2/+3
* btrfs: zoned: tweak reclaim threshold for zone capacityNaohiro Aota2021-10-261-2/+6
* btrfs: zoned: calculate free space from zone capacityNaohiro Aota2021-10-261-1/+6
* btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota2021-08-231-2/+5
* btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn2021-08-231-3/+4
* btrfs: allocate file_ra_state on stack in readahead_cacheGoldwyn Rodrigues2021-08-231-9/+3
* btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana2021-06-211-1/+1
* btrfs: initialize return variable in cleanup_free_space_cache_v1Tom Rix2021-05-041-1/+1
* btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-1/+8
* btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota2021-03-041-1/+6
* btrfs: avoid double put of block group when emptying clusterJosef Bacik2021-02-221-4/+4
* btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov2021-02-221-2/+4
* btrfs: zoned: advance allocation pointer after tree log nodeNaohiro Aota2021-02-091-1/+15
* btrfs: zoned: implement sequential extent allocationNaohiro Aota2021-02-091-0/+6
* btrfs: zoned: track unusable bytes for zonesNaohiro Aota2021-02-091-0/+67
* btrfs: introduce btrfs_subpage for data inodesQu Wenruo2021-02-081-3/+12
* btrfs: improve parameter description for __btrfs_write_out_cacheNikolay Borisov2021-02-081-5/+8
* btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov2021-02-081-1/+1
* btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng2021-02-081-1/+5
* btrfs: remove free space items when disabling space cache v1Boris Burkov2020-12-091-4/+95
* btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov2020-12-091-0/+28
* btrfs: remove recalc_thresholds from free space opsDavid Sterba2020-12-091-44/+42
* btrfs: always set NODATASUM/NODATACOW in __create_free_space_inodeNikolay Borisov2020-12-091-5/+3
* btrfs: remove crc_check logic from free spaceNikolay Borisov2020-12-091-32/+5
* btrfs: remove inode number cache featureNikolay Borisov2020-12-091-177/+0
* btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov2020-12-081-3/+3
* btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov2020-12-081-1/+1
* btrfs: load free space cache into a temporary ctlJosef Bacik2020-12-081-89/+66
* btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik2020-12-081-6/+8
* btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues2020-12-081-1/+1
* btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba2020-10-071-12/+9
* btrfs: delete duplicated words + other fixes in commentsRandy Dunlap2020-10-071-1/+1
* btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-08-191-1/+1
* btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-101-2/+2
* btrfs: make btrfs_dirty_pages take btrfs_inodeNikolay Borisov2020-07-271-2/+3
* btrfs: use helper btrfs_get_block_groupAnand Jain2020-07-271-2/+2
* btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain2020-07-271-9/+5
* btrfs: turn space cache writeout failure messages into debug messagesFilipe Manana2020-05-251-11/+4
* btrfs: include error on messages about failure to write space/inode cachesFilipe Manana2020-05-251-6/+6
* btrfs: simplify iget helpersDavid Sterba2020-05-251-1/+1