aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbasync_dio_fsync_fix_6.1_6.0Filipe Manana3-10/+31
2022-10-14btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()Filipe Manana3-19/+18
2022-10-13btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keysFilipe Manana1-1/+1
2022-10-11btrfs: avoid unnecessary resolution of indirect backrefs during fiemapFilipe Manana1-11/+17
2022-10-11btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana3-10/+69
2022-10-11btrfs: move up backref sharedness cache store and lookup functionsFilipe Manana1-118/+118
2022-10-11btrfs: cache sharedness of the last few data extents during fiemapFilipe Manana2-3/+74
2022-10-11btrfs: remove useless logic when finding parent nodesFilipe Manana1-5/+18
2022-10-11btrfs: remove roots ulist when checking data extent sharednessFilipe Manana2-6/+1
2022-10-11btrfs: move ulists to data extent sharedness check contextFilipe Manana3-36/+48
2022-10-11btrfs: turn the backref sharedness check cache into a context objectFilipe Manana3-32/+32
2022-10-11btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana3-14/+12
2022-10-11btrfs: remove checks for a 0 inode number during backref walkingFilipe Manana1-2/+2
2022-10-11btrfs: remove checks for a root with id 0 during backref walkingFilipe Manana1-4/+2
2022-10-11btrfs: drop redundant bflags initialization when allocating extent bufferFilipe Manana1-1/+0
2022-10-11btrfs: drop pointless memset when cloning extent bufferFilipe Manana1-1/+0
2022-10-11btrfs: skip unnecessary delalloc search during fiemap and lseekFilipe Manana1-13/+20
2022-10-11btrfs: skip unnecessary extent map searches during fiemap and lseekFilipe Manana1-0/+12
2022-10-11btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana3-18/+59
2022-10-11btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana2-0/+26
2022-10-11btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana1-6/+7
2022-10-11btrfs: fix processing of delayed data refs during backref walkingFilipe Manana1-9/+24
2022-10-07btrfs: add missing path cache update during fiemapFilipe Manana1-0/+13
2022-09-29btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa1-0/+3
2022-09-29btrfs: drop extent map range more efficientlyFilipe Manana1-45/+74
2022-09-29btrfs: avoid pointless extent map tree search when flushing delallocFilipe Manana1-1/+0
2022-09-29btrfs: remove unnecessary next extent map searchFilipe Manana1-14/+17
2022-09-29btrfs: remove unnecessary NULL pointer checks when searching extent mapsFilipe Manana1-14/+14
2022-09-29btrfs: assert tree is locked when clearing extent map from loggingFilipe Manana1-0/+2
2022-09-29btrfs: remove unnecessary extent map initializationsFilipe Manana1-2/+0
2022-09-29btrfs: remove the refcount warning/check at free_extent_map()Filipe Manana1-1/+0
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana5-60/+56
2022-09-29btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana2-14/+28
2022-09-29btrfs: use cond_resched_rwlock_write() during inode evictionFilipe Manana1-5/+1
2022-09-29btrfs: use extent_map_end() at btrfs_drop_extent_map_range()Filipe Manana1-4/+6
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana8-223/+237
2022-09-29btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana1-12/+46
2022-09-29btrfs: remove stale prototype of btrfs_write_inodeJeff Layton1-1/+0
2022-09-29btrfs: enable nowait async buffered writesStefan Roesch1-2/+2
2022-09-29btrfs: assert nowait mode is not used for some btree search functionsStefan Roesch1-0/+4
2022-09-29btrfs: make btrfs_buffered_write nowait compatibleStefan Roesch1-2/+5
2022-09-29btrfs: plumb NOWAIT through the write pathStefan Roesch1-6/+13
2022-09-29btrfs: make lock_and_cleanup_extent_if_need nowait compatibleStefan Roesch1-3/+16
2022-09-29btrfs: make prepare_pages nowait compatibleStefan Roesch1-8/+35
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik3-13/+24
2022-09-29btrfs: add btrfs_try_lock_ordered_rangeJosef Bacik2-0/+26
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik6-9/+18
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik8-16/+29
2022-09-26btrfs: implement a nowait option for tree searchesJosef Bacik4-3/+64
2022-09-26mm: export balance_dirty_pages_ratelimited_flags()Stefan Roesch1-0/+1
2022-09-26btrfs: relax block-group-tree feature dependency checksQu Wenruo3-79/+113
2022-09-26btrfs: move end_io_func argument to btrfs_bio_ctrl structureQu Wenruo1-17/+23
2022-09-26btrfs: switch page and disk_bytenr argument position for submit_extent_page()Qu Wenruo1-9/+9
2022-09-26btrfs: update the comment for submit_extent_page()Qu Wenruo1-3/+5
2022-09-26btrfs: add struct declarations in dev-replace.hJosef Bacik1-0/+4
2022-09-26btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik2-7/+8
2022-09-26btrfs: open code and remove btrfs_insert_inode_hash helperJosef Bacik2-8/+3
2022-09-26btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik3-13/+7
2022-09-26btrfs: move btrfs_ordered_sum_size into file-item.cJosef Bacik2-12/+11
2022-09-26btrfs: move the fs_info related helpers closer to fs_info in ctree.hJosef Bacik1-60/+63
2022-09-26btrfs: move btrfs_csum_ptr to inode.cJosef Bacik2-8/+7
2022-09-26btrfs: move fs_info forward declarations to the top of ctree.hJosef Bacik1-7/+5
2022-09-26btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik2-25/+25
2022-09-26btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik2-2/+2
2022-09-26btrfs: move btrfs_init_async_reclaim_work prototype to space-info.hJosef Bacik2-2/+1
2022-09-26btrfs: move btrfs_full_stripe_locks_tree into block-group.hJosef Bacik3-15/+10
2022-09-26btrfs: move btrfs_caching_type to block-group.hJosef Bacik2-7/+7
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig4-18/+2
2022-09-26btrfs: remove is_data_inode() checks in extent-io-tree.cJosef Bacik1-6/+6
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik3-3/+3
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik12-55/+61
2022-09-26btrfs: don't clear CTL bits when trying to release extent stateJosef Bacik1-3/+5
2022-09-26btrfs: get rid of extent_io_tree::dirty_bytesJosef Bacik2-17/+1
2022-09-26btrfs: remove extent_io_tree::track_uptodateJosef Bacik3-3/+0
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik14-162/+142
2022-09-26btrfs: drop extent_changeset from set_extent_bitJosef Bacik3-15/+12
2022-09-26btrfs: remove failed_start argument from set_extent_bitJosef Bacik3-26/+30
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik12-47/+41
2022-09-26btrfs: drop exclusive_bits from set_extent_bitJosef Bacik3-19/+20
2022-09-26btrfs: move extent io tree unrelated prototypes to their appropriate headerJosef Bacik2-8/+5
2022-09-26btrfs: use next_state/prev_state in merge_stateJosef Bacik1-29/+20
2022-09-26btrfs: make tree_search_prev_next return extent_state'sJosef Bacik1-42/+39
2022-09-26btrfs: make tree_search_for_insert return extent_stateJosef Bacik1-28/+16
2022-09-26btrfs: make tree_search return struct extent_stateJosef Bacik1-37/+15
2022-09-26btrfs: use next_state instead of rb_next where we canJosef Bacik1-33/+24
2022-09-26btrfs: remove struct tree_entry in extent-io-tree.cJosef Bacik1-12/+12
2022-09-26btrfs: unexport all the temporary exports for extent-io-tree.cJosef Bacik2-69/+48
2022-09-26btrfs: unexport btrfs_debug_check_extent_io_rangeJosef Bacik2-13/+6
2022-09-26btrfs: move core extent_io_tree functions to extent-io-tree.cJosef Bacik2-996/+990
2022-09-26btrfs: move a few exported extent_io_tree helpers to extent-io-tree.cJosef Bacik2-141/+142
2022-09-26btrfs: temporarily export and then move extent state helpersJosef Bacik3-258/+267
2022-09-26btrfs: temporarily export and move core extent_io_tree tree functionsJosef Bacik3-115/+120
2022-09-26btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.cJosef Bacik3-20/+29
2022-09-26btrfs: export wait_extent_bitJosef Bacik2-2/+2
2022-09-26btrfs: move simple extent bit helpers out of extent_io.cJosef Bacik3-65/+60
2022-09-26btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT'sJosef Bacik1-2/+2
2022-09-26btrfs: move extent state init and alloc functions to their own fileJosef Bacik4-156/+166
2022-09-26btrfs: temporarily export alloc_extent_state helpersJosef Bacik2-3/+5
2022-09-26btrfs: separate out the eb and extent state leak helpersJosef Bacik1-20/+38
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik4-14/+31
2022-09-26btrfs: use find_first_extent_bit in btrfs_clean_io_failureJosef Bacik1-9/+6
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik7-120/+96
2022-09-26btrfs: unexport internal failrec functionsJosef Bacik2-12/+7
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik4-22/+13
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba3-3/+12
2022-09-26btrfs: remove useless used space increment during space reservationFilipe Manana1-1/+0
2022-09-26btrfs: zoned: refactor device checks in btrfs_check_zoned_modeChristoph Hellwig1-69/+41
2022-09-26btrfs: qgroup: fix a typo in a commentChristophe JAILLET1-1/+1
2022-09-26btrfs: remove btrfs_bit_radix_cachep declarationGaosheng Cui1-1/+0
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo4-0/+60
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou...Qu Wenruo2-4/+12
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCANQu Wenruo2-17/+28
2022-09-26btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansionQu Wenruo2-2/+8
2022-09-26btrfs: sysfs: introduce global qgroup attribute groupQu Wenruo1-4/+61
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana4-371/+506
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana3-8/+38
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana5-8/+170
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana3-9/+10
2022-09-26btrfs: allow fiemap to be interruptibleFilipe Manana1-0/+5
2022-09-26btrfs: properly flush delalloc when entering fiemapFilipe Manana1-0/+20
2022-09-26btrfs: remove zero length check when entering fiemapFilipe Manana1-3/+0
2022-09-26btrfs: remove check for impossible block start for an extent map at fiemapFilipe Manana1-4/+1
2022-09-26btrfs: make hole and data seeking a lot more efficientFilipe Manana1-31/+406
2022-09-26btrfs: allow hole and data seeking to be interruptibleFilipe Manana1-0/+4
2022-09-26btrfs: remove the unnecessary result variableszhang songyi2-12/+3
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo5-14/+25
2022-09-26btrfs: don't save block group root into super blockQu Wenruo4-53/+23
2022-09-26btrfs: enhance unsupported compat RO flags handlingQu Wenruo2-1/+19
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo4-10/+33
2022-09-26btrfs: output human readable space info flagQu Wenruo1-3/+20
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo4-8/+83
2022-09-26btrfs: stop allocation a btrfs_io_context for simple I/OChristoph Hellwig1-37/+57
2022-09-26btrfs: add fast path for single device io in __btrfs_map_blockChristoph Hellwig1-14/+46
2022-09-26btrfs: decide bio cloning inside submit_stripe_bioChristoph Hellwig1-9/+5
2022-09-26btrfs: factor out low-level bio setup from submit_stripe_bioChristoph Hellwig1-23/+28
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig6-102/+96
2022-09-26btrfs: properly abstract the parity raid bio handlingChristoph Hellwig4-45/+30
2022-09-26btrfs: use chained bios when cloningChristoph Hellwig2-45/+50
2022-09-26btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig3-10/+2
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig5-12/+7
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig6-79/+75
2022-09-26btrfs: don't create integrity bioset for btrfs_biosetChristoph Hellwig1-6/+0
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik5-31/+16
2022-09-26btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik1-20/+33
2022-09-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana1-0/+15
2022-09-26btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero1-4/+7
2022-09-26btrfs: simplify error handling at btrfs_del_root_ref()Filipe Manana1-9/+7
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval6-72/+2
2022-09-26btrfs: send: fix failures when processing inodes with no linksBingJing Chang1-129/+81
2022-09-26btrfs: send: refactor arguments of get_inode_info()BingJing Chang1-75/+78
2022-09-26btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathEthan Lien3-22/+3
2022-09-26btrfs: simplify adding and replacing references during log replayFilipe Manana1-151/+11
2022-09-26btrfs: sysfs: show discard stats and tunables in non-debug buildDavid Sterba2-20/+17
2022-09-26btrfs: use delayed items when logging a directoryFilipe Manana4-8/+562
2022-09-26btrfs: skip logging parent dir when conflicting inode is not a dirFilipe Manana1-10/+62
2022-09-26btrfs: log conflicting inodes without holding log mutex of the initial inodeFilipe Manana3-152/+196
2022-09-26btrfs: move log_new_dir_dentries() above btrfs_log_inode()Filipe Manana1-167/+167
2022-09-26btrfs: move need_log_inode() to above log_conflicting_inodes()Filipe Manana1-35/+35
2022-09-26btrfs: search for last logged dir index if it's not cached in the inodeFilipe Manana1-45/+74
2022-09-26btrfs: shrink the size of struct btrfs_delayed_itemFilipe Manana2-24/+25
2022-09-26btrfs: remove unused logic when looking up delayed itemsFilipe Manana1-42/+3
2022-09-26btrfs: store index number instead of key in struct btrfs_delayed_itemFilipe Manana2-53/+56
2022-09-26btrfs: remove root argument from btrfs_delayed_item_reserve_metadata()Filipe Manana1-5/+3
2022-09-26btrfs: avoid memory allocation at log_new_dir_dentries() for common caseFilipe Manana1-17/+12
2022-09-26btrfs: free list element sooner at log_new_dir_dentries()Filipe Manana1-22/+30
2022-09-26btrfs: update stale comment for log_new_dir_dentries()Filipe Manana1-4/+4
2022-09-26btrfs: remove the root argument from log_new_dir_dentries()Filipe Manana1-3/+3
2022-09-26btrfs: don't drop dir index range items when logging a directoryFilipe Manana1-5/+1
2022-09-26btrfs: scrub: use larger block size for data extent scrubQu Wenruo1-1/+7
2022-09-26btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub...Qu Wenruo1-73/+92
2022-09-26btrfs: scrub: remove scrub_sector::page and use scrub_block::pages insteadQu Wenruo1-32/+67
2022-09-26btrfs: scrub: introduce scrub_block::pages for more efficient memory usage fo...Qu Wenruo1-22/+116
2022-09-26btrfs: scrub: factor out allocation and initialization of scrub_sector into h...Qu Wenruo1-31/+29
2022-09-26btrfs: scrub: factor out initialization of scrub_block into helperQu Wenruo1-23/+23
2022-09-26btrfs: scrub: use pointer array to replace sblocks_for_recheckQu Wenruo1-46/+53
2022-09-26btrfs: send: add support for fs-verityBoris Burkov6-7/+125
2022-09-26btrfs: use atomic_try_cmpxchg in free_extent_bufferUros Bizjak1-4/+2
2022-09-26btrfs: scrub: remove impossible sanity checksQu Wenruo1-25/+9
2022-09-26btrfs: delete btrfs_wait_space_cache_v1_finishedJosef Bacik2-2/+2
2022-09-26btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIRJosef Bacik1-3/+0
2022-09-26btrfs: remove BLOCK_GROUP_FLAG_HAS_CACHING_CTLJosef Bacik2-25/+21
2022-09-26btrfs: simplify block group traversal in btrfs_put_block_group_cacheJosef Bacik1-27/+15
2022-09-26btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYJosef Bacik3-9/+0
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik9-56/+71
2022-09-26btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_infoJosef Bacik3-28/+13
2022-09-26btrfs: simplify arguments of btrfs_update_space_info and renameJosef Bacik3-36/+28
2022-09-26btrfs: use btrfs_fs_closing for background bg workJosef Bacik1-0/+6
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval5-30/+20
2022-09-26btrfs: sysfs: use sysfs_streq for string matchingDavid Sterba1-20/+1
2022-09-26btrfs: scrub: try to fix super block errorsQu Wenruo1-0/+36
2022-09-26btrfs: scrub: properly report super block errors in system logQu Wenruo1-21/+12
2022-09-26btrfs: fix alignment of VMA for memory mapped files on THPAlexander Zhu1-0/+1
2022-09-26btrfs: add lockdep annotations for the ordered extents wait eventIoannis Angelakopoulos4-0/+33
2022-09-26btrfs: change the lockdep class of free space inode's invalidate_lockIoannis Angelakopoulos1-0/+10
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos4-0/+6
2022-09-26btrfs: add lockdep annotations for transaction states wait eventsIoannis Angelakopoulos3-10/+83
2022-09-26btrfs: add lockdep annotations for num_extwriters wait eventIoannis Angelakopoulos3-0/+15
2022-09-26btrfs: add lockdep annotations for num_writers wait eventIoannis Angelakopoulos3-5/+41
2022-09-26btrfs: add macros for annotating wait events with lockdepIoannis Angelakopoulos1-0/+45
2022-09-26btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo1-0/+6