summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-11-11btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone
2024-11-11btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()Mark Harmstone
2024-11-11btrfs: don't sleep in btrfs_encoded_read() if IOCB_NOWAIT is setMark Harmstone
2024-11-11btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone
2024-11-11btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read()Mark Harmstone
2024-11-11btrfs: remove no longer used delayed ref head search functionalityFilipe Manana
2024-11-11btrfs: track delayed ref heads in an xarrayFilipe Manana
2024-11-11btrfs: add comments regarding locking to struct btrfs_delayed_ref_rootFilipe Manana
2024-11-11btrfs: assert delayed refs lock is held at add_delayed_ref_head()Filipe Manana
2024-11-11btrfs: assert delayed refs lock is held at find_first_ref_head()Filipe Manana
2024-11-11btrfs: assert delayed refs lock is held at find_ref_head()Filipe Manana
2024-11-11btrfs: pass fs_info to btrfs_delete_ref_head()Filipe Manana
2024-11-11btrfs: pass fs_info to functions that search for delayed ref headsFilipe Manana
2024-11-11btrfs: move delayed ref head unselection to delayed-ref.cFilipe Manana
2024-11-11btrfs: simplify obtaining a delayed ref headFilipe Manana
2024-11-11btrfs: change return type of btrfs_delayed_ref_lock() to booleanFilipe Manana
2024-11-11btrfs: remove num_entries atomic counter from delayed ref rootFilipe Manana
2024-11-11btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs()Filipe Manana
2024-11-11btrfs: remove duplicated code to drop delayed ref during transaction abortFilipe Manana
2024-11-11btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()Filipe Manana
2024-11-11btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()Filipe Manana
2024-11-11btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.cFilipe Manana
2024-11-11btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs()Filipe Manana
2024-11-11btrfs: reduce extent tree lock contention when searching for inline backrefRobbie Ko
2024-11-11btrfs: tests: implement case for partial RAID stripe-tree deleteJohannes Thumshirn
2024-11-11btrfs: implement partial deletion of RAID stripe extentsJohannes Thumshirn
2024-11-11btrfs: use filemap_get_folio() helperAnand Jain
2024-11-11btrfs: convert btrfs_buffered_write() to use foliosQu Wenruo
2024-11-11btrfs: make buffered write to copy one page a timeQu Wenruo
2024-11-11btrfs: fix wrong sizeof in btrfs_do_encoded_write()Mark Harmstone
2024-11-11btrfs: use str_yes_no() helper function in btrfs_dump_free_space()Thorsten Blum
2024-11-11btrfs: rename btrfs_folio_(set|start|end)_writer_lock()Qu Wenruo
2024-11-11btrfs: unify to use writer locks for subpage lockingQu Wenruo
2024-11-11btrfs: remove unused btrfs_folio_start_writer_lock()Qu Wenruo
2024-11-11btrfs: do not clear read-only when adding sprout deviceBoris Burkov
2024-11-11btrfs: remove local generation variable from read_block_for_search()Filipe Manana
2024-11-11btrfs: remove redundant initializations for struct btrfs_tree_parent_checkFilipe Manana
2024-11-11btrfs: simplify arguments for btrfs_verify_level_key()Filipe Manana
2024-11-11btrfs: remove redundant level argument from read_block_for_search()Filipe Manana
2024-11-11btrfs: re-enable the extent map shrinkerFilipe Manana
2024-11-11btrfs: rename extent map shrinker members from struct btrfs_fs_infoFilipe Manana
2024-11-11btrfs: simplify tracking progress for the extent map shrinkerFilipe Manana
2024-11-11btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana
2024-11-11btrfs: add and use helper to remove extent map from its inode's treeFilipe Manana
2024-11-11btrfs: reduce lock contention when eb cache miss for btree searchRobbie Ko
2024-11-11btrfs: drop unused parameter level from alloc_heuristic_ws()David Sterba
2024-11-11btrfs: drop unused parameter fs_info from btrfs_match_dir_item_name()David Sterba
2024-11-11btrfs: drop unused parameter transaction from alloc_log_tree()David Sterba
2024-11-11btrfs: drop unused parameter data from btrfs_fill_super()David Sterba
2024-11-11btrfs: drop unused parameter options from open_ctree()David Sterba