summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: make thaw time super block check to also verify checksumQu Wenruo2022-10-243-6/+22
* btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik2022-10-241-12/+13
* btrfs: reorder btrfs_bio for better packingDavid Sterba2022-10-241-1/+1
* btrfs: raid56: avoid double freeing for rbio if full_stripe_write() failedQu Wenruo2022-10-241-5/+7
* btrfs: raid56: properly handle the error when unable to find the missing stripeQu Wenruo2022-10-241-2/+4
* MAINTAINERS: update btrfs website links and filesDavid Sterba2022-10-141-2/+4
* btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana2022-10-112-0/+26
* btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana2022-10-111-6/+7
* btrfs: fix processing of delayed data refs during backref walkingFilipe Manana2022-10-111-9/+24
* btrfs: delete stale comments after merge conflict resolutionDavid Sterba2022-10-111-2/+0
* btrfs: unlock locked extent area if we have contentionJosef Bacik2022-10-111-7/+8
* btrfs: send: update command for protocol version checkDavid Sterba2022-10-111-1/+4
* btrfs: send: allow protocol version 3 with CONFIG_BTRFS_DEBUGBoris Burkov2022-10-112-1/+6
* btrfs: add missing path cache update during fiemapFilipe Manana2022-10-071-0/+13
* btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa2022-09-291-0/+3
* btrfs: drop extent map range more efficientlyFilipe Manana2022-09-291-45/+74
* btrfs: avoid pointless extent map tree search when flushing delallocFilipe Manana2022-09-291-1/+0
* btrfs: remove unnecessary next extent map searchFilipe Manana2022-09-291-14/+17
* btrfs: remove unnecessary NULL pointer checks when searching extent mapsFilipe Manana2022-09-291-14/+14
* btrfs: assert tree is locked when clearing extent map from loggingFilipe Manana2022-09-291-0/+2
* btrfs: remove unnecessary extent map initializationsFilipe Manana2022-09-291-2/+0
* btrfs: remove the refcount warning/check at free_extent_map()Filipe Manana2022-09-291-1/+0
* btrfs: add helper to replace extent map range with a new extent mapFilipe Manana2022-09-295-60/+56
* btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana2022-09-292-14/+28
* btrfs: use cond_resched_rwlock_write() during inode evictionFilipe Manana2022-09-291-5/+1
* btrfs: use extent_map_end() at btrfs_drop_extent_map_range()Filipe Manana2022-09-291-4/+6
* btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana2022-09-298-223/+237
* btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana2022-09-291-12/+46
* btrfs: remove stale prototype of btrfs_write_inodeJeff Layton2022-09-291-1/+0
* btrfs: enable nowait async buffered writesStefan Roesch2022-09-291-2/+2
* btrfs: assert nowait mode is not used for some btree search functionsStefan Roesch2022-09-291-0/+4
* btrfs: make btrfs_buffered_write nowait compatibleStefan Roesch2022-09-291-2/+5
* btrfs: plumb NOWAIT through the write pathStefan Roesch2022-09-291-6/+13
* btrfs: make lock_and_cleanup_extent_if_need nowait compatibleStefan Roesch2022-09-291-3/+16
* btrfs: make prepare_pages nowait compatibleStefan Roesch2022-09-291-8/+35
* btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik2022-09-293-13/+24
* btrfs: add btrfs_try_lock_ordered_rangeJosef Bacik2022-09-292-0/+26
* btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik2022-09-296-9/+18
* btrfs: make can_nocow_extent nowait compatibleJosef Bacik2022-09-298-16/+29
* btrfs: implement a nowait option for tree searchesJosef Bacik2022-09-264-3/+64
* mm: export balance_dirty_pages_ratelimited_flags()Stefan Roesch2022-09-261-0/+1
* btrfs: relax block-group-tree feature dependency checksQu Wenruo2022-09-263-79/+113
* btrfs: move end_io_func argument to btrfs_bio_ctrl structureQu Wenruo2022-09-261-17/+23
* btrfs: switch page and disk_bytenr argument position for submit_extent_page()Qu Wenruo2022-09-261-9/+9
* btrfs: update the comment for submit_extent_page()Qu Wenruo2022-09-261-3/+5
* btrfs: add struct declarations in dev-replace.hJosef Bacik2022-09-261-0/+4
* btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik2022-09-262-7/+8
* btrfs: open code and remove btrfs_insert_inode_hash helperJosef Bacik2022-09-262-8/+3
* btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik2022-09-263-13/+7
* btrfs: move btrfs_ordered_sum_size into file-item.cJosef Bacik2022-09-262-12/+11