summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-07-11btrfs: push lookup_info into struct walk_controlJosef Bacik
2024-07-11btrfs: use btrfs_read_extent_buffer() in do_walk_down()Josef Bacik
2024-07-11btrfs: remove all extra btrfs_check_eb_owner() callsJosef Bacik
2024-07-11btrfs: don't do extra find_extent_buffer() in do_walk_down()Josef Bacik
2024-07-11btrfs: avoid transaction commit on any fsync after subvolume creationFilipe Manana
2024-07-11btrfs: remove pointless code when creating and deleting a subvolumeFilipe Manana
2024-07-11btrfs: pass reloc_control to setup_relocation_extent_mapping()Johannes Thumshirn
2024-07-11btrfs: pass a struct reloc_control to prealloc_file_extent_cluster()Johannes Thumshirn
2024-07-11btrfs: don't pass fs_info to describe_relocation()Johannes Thumshirn
2024-07-11btrfs: pass a reloc_control to relocate_one_folio()Johannes Thumshirn
2024-07-11btrfs: pass a reloc_control to relocate_file_extent_cluster()Johannes Thumshirn
2024-07-11btrfs: pass reloc_control to relocate_data_extent()Johannes Thumshirn
2024-07-11btrfs: update panic message when splitting ordered extentFilipe Manana
2024-07-11btrfs: mark ordered extent insertion failure checks as unlikelyFilipe Manana
2024-07-11btrfs: avoid removal and re-insertion of split ordered extentFilipe Manana
2024-07-11btrfs: add comment about locking to btrfs_split_ordered_extent()Filipe Manana
2024-07-11btrfs: reduce critical section at btrfs_wait_ordered_extents()Filipe Manana
2024-07-11btrfs: reduce critical section at btrfs_wait_ordered_roots()Filipe Manana
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: do not directly include rwlock_types.hQu Wenruo
2024-07-11btrfs: cleanup recursive include of the same headerQu Wenruo
2024-07-11btrfs: qgroup: delete a TODO about using kmem cache to allocate structuresJunchao Sun
2024-07-11btrfs: make extent_write_locked_range() handle subpage writeback correctlyQu Wenruo
2024-07-11btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo
2024-07-11btrfs: lock subpage ranges in one go for writepage_delalloc()Qu Wenruo
2024-07-11btrfs: subpage: introduce helpers to handle subpage delalloc lockingQu Wenruo
2024-07-11btrfs: make __extent_writepage_io() to write specified range onlyQu Wenruo
2024-07-11btrfs: add MODULE_DESCRIPTION()Jeff Johnson
2024-07-11btrfs: rename err to ret in btrfs_drop_snapshot()Anand Jain
2024-07-11btrfs: rename err to ret in btrfs_recover_relocation()Anand Jain
2024-07-11btrfs: rename ret to ret2 in btrfs_recover_relocation()Anand Jain
2024-07-11btrfs: rename ret to err in btrfs_recover_relocation()Anand Jain
2024-07-11btrfs: rename err to ret in btrfs_cleanup_fs_roots()Anand Jain
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_create_dio_extent()Qu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to create_io_em()Qu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extentQu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to can_nocow_file_extent_argsQu Wenruo
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo
2024-07-11btrfs: introduce extra sanity checks for extent mapsQu Wenruo
2024-07-11btrfs: introduce new members for extent_mapQu Wenruo
2024-07-11btrfs: export the expected file extent through can_nocow_extent()Qu Wenruo
2024-07-11btrfs: rename extent_map::orig_block_len to disk_num_bytesQu Wenruo
2024-07-11btrfs: move fiemap code into its own fileFilipe Manana
2024-07-11btrfs: send: get rid of the label and gotos at ensure_commit_roots_uptodate()Filipe Manana
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana
2024-07-11btrfs: scrub: avoid create/commit empty transaction at finish_extent_writes_f...Filipe Manana
2024-07-11btrfs: send: avoid create/commit empty transaction at ensure_commit_roots_upt...Filipe Manana
2024-07-11btrfs: send: make ensure_commit_roots_uptodate() simpler and more efficientFilipe Manana