summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
9 daysbtrfs: unify types for binary search variablesDavid Sterba
9 daysbtrfs: remove duplicate calculation of eb offset in btrfs_bin_search()David Sterba
9 daysbtrfs: tree-checker: add remap-tree checks to check_block_group_item()Mark Harmstone
9 daysbtrfs: make btrfs_free_log() and btrfs_free_log_root_tree() return voidFilipe Manana
9 daysbtrfs: fix deadlock between reflink and transaction commit when using flushon...Filipe Manana
9 daysbtrfs: tree-checker: check remap-tree flags in btrfs_check_chunk_valid()Mark Harmstone
9 daysbtrfs: tree-checker: add checker for items in remap treeMark Harmstone
9 daysbtrfs: fix unnecessary flush on close when truncating zero-sized filesDave Chen
9 daysbtrfs: move shutdown and remove_bdev callbacks out of experimental featuresQu Wenruo
9 daysbtrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich
9 daysbtrfs: avoid taking the device_list_mutex in btrfs_run_dev_stats()Filipe Manana
9 daysbtrfs: avoid GFP_ATOMIC allocations in qgroup free pathsLeo Martins
9 daysbtrfs: decrease indentation of find_free_extent_update_loopJohannes Thumshirn
9 daysbtrfs: unexport btrfs_qgroup_reserve_meta()Filipe Manana
9 daysbtrfs: collapse __btrfs_qgroup_reserve_meta() into btrfs_qgroup_reserve_meta_...Filipe Manana
9 daysbtrfs: collapse __btrfs_qgroup_free_meta() into btrfs_qgroup_free_meta_preall...Filipe Manana
9 daysbtrfs: remove unused qgroup functions for pertrans reservation and freeingFilipe Manana
9 daysbtrfs: optimize clearing all bits from first extent record in an io treeFilipe Manana
9 daysbtrfs: panic instead of warn when splitting extent state not in the treeFilipe Manana
9 daysbtrfs: free cached state outside critical section in wait_extent_bit()Filipe Manana
9 daysbtrfs: avoid unnecessary wake ups on io trees when there are no waitersFilipe Manana
9 daysbtrfs: remove wake parameter from clear_state_bit()Filipe Manana
9 daysbtrfs: change last argument of add_extent_changeset() to booleanFilipe Manana
9 daysbtrfs: use extent_io_tree_panic() instead of BUG_ON()Filipe Manana
9 daysbtrfs: make add_extent_changeset() only return errors or successFilipe Manana
9 daysbtrfs: tag as unlikely branches that call extent_io_tree_panic()Filipe Manana
9 daysbtrfs: turn extent_io_tree_panic() into a macro for better error reportingFilipe Manana
9 daysbtrfs: optimize clearing all bits from the last extent record in an io treeFilipe Manana
9 daysbtrfs: remove atomic parameter from btrfs_buffer_uptodate()Qu Wenruo
9 daysbtrfs: output more info when duplicated ordered extent is foundQu Wenruo
9 daysbtrfs: check type flags in alloc_ordered_extent()Qu Wenruo
9 daysbtrfs: revalidate cached tree blocks on the uptodate pathZhengYuan Huang
9 daysbtrfs: prefer IS_ERR_OR_NULL() over manual NULL checkPhilipp Hahn
9 daysbtrfs: tree-checker: introduce checks for FREE_SPACE_BITMAPZhengYuan Huang
9 daysbtrfs: tree-checker: introduce checks for FREE_SPACE_EXTENTQu Wenruo
9 daysbtrfs: tree-checker: introduce checks for FREE_SPACE_INFOQu Wenruo
9 daysbtrfs: zoned: limit number of zones reclaimed in flush_space()Johannes Thumshirn
9 daysbtrfs: create btrfs_reclaim_block_groups()Johannes Thumshirn
9 daysbtrfs: move reclaiming of a single block group into its own functionJohannes Thumshirn
9 daysbtrfs: extract inlined creation into a dedicated delalloc helperQu Wenruo
9 daysbtrfs: move the mapping_set_error() out of the loop in end_bbio_data_write()Qu Wenruo
9 daysbtrfs: remove the alignment check in end_bbio_data_write()Qu Wenruo
9 daysbtrfs: add tracepoint for search slot restart trackingLeo Martins
9 daysbtrfs: inhibit extent buffer writeback to prevent COW amplificationLeo Martins
9 daysbtrfs: extract the max compression chunk size into a macroQu Wenruo
9 daysbtrfs: remove pointless error check in btrfs_check_dir_item_collision()Filipe Manana
9 daysbtrfs: remove duplicated uuid tree existence check in btrfs_uuid_tree_add()Filipe Manana
9 daysbtrfs: stop checking for -EEXIST return value from btrfs_uuid_tree_add()Filipe Manana
9 daysbtrfs: report filesystem shutdown via fserrorMiquel Sabaté Solà
9 daysbtrfs: replace kcalloc() calls to kzalloc_objs()Miquel Sabaté Solà