summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-11-25btrfs: raid56: introduce a new parameter to locate a sectorQu Wenruo
2025-11-25btrfs: raid56: add an overview for the btrfs_raid_bio structureQu Wenruo
2025-11-24btrfs: scrub: always update btrfs_scrub_progress::last_physicalQu Wenruo
2025-11-24btrfs: place all boolean fields together in struct find_free_extent_ctlFilipe Manana
2025-11-24btrfs: use booleans for delalloc arguments and struct find_free_extent_ctlFilipe Manana
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana
2025-11-24btrfs: update check_skip variable after unlocking current nodeFilipe Manana
2025-11-24btrfs: abort transaction on item count overflow in __push_leaf_left()Filipe Manana
2025-11-24btrfs: always use right leaf variable in __push_leaf_left()Filipe Manana
2025-11-24btrfs: remove duplicated leaf dirty status clearing in __push_leaf_right()Filipe Manana
2025-11-24btrfs: always use left leaf variable in __push_leaf_right()Filipe Manana
2025-11-24btrfs: add unlikely to critical error in btrfs_extend_item()Filipe Manana
2025-11-24btrfs: remove pointless return value update in btrfs_del_items()Filipe Manana
2025-11-24btrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana
2025-11-24btrfs: fix incomplete parameter rename in btrfs_decompress()Zhen Ni
2025-11-24btrfs: make a few more ASSERTs verboseDavid Sterba
2025-11-24btrfs: enable encoded read/write/send for bs > ps casesQu Wenruo
2025-11-24btrfs: make read verification handle bs > ps cases without large foliosQu Wenruo
2025-11-24btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large foliosQu Wenruo
2025-11-24btrfs: make btrfs_csum_one_bio() handle bs > ps without large foliosQu Wenruo
2025-11-24btrfs: move struct reserve_ticket definition to space-info.cFilipe Manana
2025-11-24btrfs: move and rename CSUM_FMT definitionDavid Sterba
2025-11-24btrfs: tests: do trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai
2025-11-24btrfs: raid56: remove sector_ptr structureQu Wenruo
2025-11-24btrfs: raid56: move sector_ptr::uptodate into a dedicated bitmapQu Wenruo
2025-11-24btrfs: raid56: remove sector_ptr::has_paddr memberQu Wenruo
2025-11-24btrfs: simplify list initialization in btrfs_compr_pool_scan()Baolin Liu
2025-11-24btrfs: scrub: factor out parity scrub code into a helperQu Wenruo
2025-11-24btrfs: make sure extent and csum paths are always released in scrub_raid56_pa...Qu Wenruo
2025-11-24btrfs: use kvcalloc for btrfs_bio::csum allocationQu Wenruo
2025-11-24btrfs: don't generate any code from ASSERT() in release buildsGladyshev Ilya
2025-11-24btrfs: introduce btrfs_bio::async_csumQu Wenruo
2025-11-24btrfs: relax btrfs_inode::ordered_tree_lock IRQ locking contextQu Wenruo
2025-11-24btrfs: remove btrfs_fs_info::compressed_write_workersQu Wenruo
2025-11-24btrfs: make sure all btrfs_bio::end_io are called in task contextQu Wenruo
2025-11-24btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo
2025-11-24btrfs: headers cleanup to remove unnecessary local includesQu Wenruo
2025-11-24btrfs: replace BTRFS_MAX_BIO_SECTORS with BIO_MAX_VECSQu Wenruo
2025-11-24btrfs: replace const_ilog2() with ilog2()Andy Shevchenko
2025-11-24btrfs: zoned: show statistics for zoned filesystemsJohannes Thumshirn
2025-11-24btrfs: add ASSERTs on prealloc in qgroup functionsMiquel Sabaté Solà
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà
2025-11-24btrfs: define the AUTO_KFREE/AUTO_KVFREE helper macrosMiquel Sabaté Solà
2025-11-24btrfs: declare free_ipath() via DEFINE_FREE()Miquel Sabaté Solà
2025-11-24btrfs: scrub: cancel the run if there is a pending signalQu Wenruo
2025-11-24btrfs: scrub: cancel the run if the process or fs is being frozenQu Wenruo
2025-11-24btrfs: scrub: add cancel/pause/removed bg checks for raid56 parity stripesQu Wenruo
2025-11-24btrfs: annotate as unlikely fs aborted checks in space flushing codeFilipe Manana
2025-11-24btrfs: avoid space_info locking when checking if tickets are servedFilipe Manana
2025-11-24btrfs: move ticket wakeup and finalization to remove_ticket()Filipe Manana