summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2 daysbtrfs: prevent use-after-free on page private data in btrfs_subpage_clear_upt...JP Kobryn1-0/+13
10 daysbtrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREEMark Harmstone1-1/+1
10 daysbtrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko1-5/+6
10 daysbtrfs: fix memory leaks in create_space_info() error pathsJiasheng Jiang1-2/+6
10 daysbtrfs: introduce btrfs_space_info sub-groupNaohiro Aota4-6/+76
10 daysbtrfs: factor out check_removing_space_info() from btrfs_free_block_groups()Naohiro Aota1-22/+27
10 daysbtrfs: factor out init_space_info() from create_space_info()Naohiro Aota1-11/+16
10 daysbtrfs: store fs_info in space_infoBoris Burkov2-0/+2
10 daysbtrfs: send: check for inline extents in range_is_hole_in_parent()Qu Wenruo1-0/+2
2026-01-17btrfs: always detect conflicting inodes when logging inode refsFilipe Manana1-4/+2
2026-01-11btrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
2026-01-11btrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana1-0/+38
2026-01-11btrfs: scrub: always update btrfs_scrub_progress::last_physicalQu Wenruo1-0/+5
2026-01-11btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
2026-01-11btrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
2026-01-11btrfs: do not skip logging new dentries when logging a new nameFilipe Manana1-8/+0
2026-01-11btrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana1-1/+1
2025-11-24btrfs: ensure no dirty metadata is written back for an fs with errorsQu Wenruo1-0/+8
2025-11-24btrfs: do not update last_log_commit when logging inode due to a new nameFilipe Manana1-1/+1
2025-11-24btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()Zilin Guan1-0/+2
2025-11-24btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang1-0/+10
2025-11-02btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()Filipe Manana1-1/+1
2025-11-02btrfs: use level argument in log tree walk callback replay_one_buffer()Filipe Manana1-5/+3
2025-11-02btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana2-2/+1
2025-11-02btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum1-2/+1
2025-11-02btrfs: zoned: refine extent allocator hint selectionNaohiro Aota1-2/+4
2025-11-02btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn3-9/+15
2025-10-23btrfs: do not assert we found block group item when creating free space treeFilipe Manana1-7/+8
2025-10-23btrfs: fix incorrect readahead expansion lengthBoris Burkov1-1/+1
2025-10-23btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already runningFilipe Manana1-6/+7
2025-10-19btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()Qu Wenruo1-3/+11
2025-10-19btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento1-1/+7
2025-10-12btrfs: ref-verify: handle damaged extent root treeDavid Sterba1-1/+8
2025-10-02minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2025-09-25btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2
2025-09-25btrfs: fix invalid extref key setup when replaying dentryFilipe Manana1-1/+1
2025-09-19btrfs: fix corruption reading compressed range when block size is smaller tha...Qu Wenruo1-14/+32
2025-09-19btrfs: use readahead_expand() on compressed extentsBoris Burkov1-1/+33
2025-09-09btrfs: adjust subpage bit start based on sectorsizeJosef Bacik1-1/+1
2025-09-09btrfs: avoid load/store tearing races when checking if an inode was loggedFilipe Manana1-4/+21
2025-09-09btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana3-16/+4
2025-09-09btrfs: fix race between logging inode and checking if it was logged beforeFilipe Manana1-6/+30
2025-08-28btrfs: send: make fs_path_len() inline and constify its argumentFilipe Manana1-1/+1
2025-08-28btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana1-0/+33
2025-08-28btrfs: send: avoid path allocation for the current inode when issuing commandsFilipe Manana1-118/+97
2025-08-28btrfs: send: keep the current inode's path cachedFilipe Manana1-5/+48
2025-08-28btrfs: send: add and use helper to rename current inode when processing refsFilipe Manana1-8/+15
2025-08-28btrfs: send: only use boolean variables at process_recorded_refs()Filipe Manana1-6/+6
2025-08-28btrfs: send: factor out common logic when sending xattrsFilipe Manana1-26/+15
2025-08-28btrfs: populate otime when logging an inode itemQu Wenruo1-0/+3