summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
7 daysbtrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana1-1/+1
2025-11-24btrfs: release root after error in data_reloc_print_warning_inode()Zilin Guan1-1/+3
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: zoned: fix conventional zone capacity calculationNaohiro Aota1-2/+2
2025-11-13btrfs: ensure no dirty metadata is written back for an fs with errorsQu Wenruo1-0/+8
2025-11-13btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang1-0/+10
2025-11-13btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relationShardul Bankar1-1/+3
2025-11-02btrfs: tree-checker: fix bounds check in check_inode_extref()Dan Carpenter1-1/+1
2025-11-02btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()Filipe Manana1-1/+1
2025-11-02btrfs: tree-checker: add inode extref checksQu Wenruo1-0/+37
2025-11-02btrfs: abort transaction if we fail to update inode in log replay dir fixupFilipe Manana1-0/+2
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-11-02btrfs: abort transaction in the process_one_buffer() log tree walk callbackFilipe Manana1-4/+16
2025-11-02btrfs: abort transaction on specific error places when walking log treeFilipe Manana1-5/+28
2025-10-29btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()Dewei Meng1-1/+7
2025-10-23btrfs: do not assert we found block group item when creating free space treeFilipe Manana1-7/+8
2025-10-23btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RSTMiquel Sabaté Solà1-1/+1
2025-10-23btrfs: fix incorrect readahead expansion lengthBoris Burkov1-1/+1
2025-10-23btrfs: fix memory leak on duplicated memory in the qgroup assign ioctlMiquel Sabaté Solà1-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-15btrfs: return any hit error from extent_writepage_io()Qu Wenruo1-4/+5
2025-10-12btrfs: ref-verify: handle damaged extent root treeDavid Sterba1-1/+8
2025-10-02btrfs: don't allow adding block device of less than 1 MBMark Harmstone1-0/+5
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-10/+30
2025-09-19btrfs: use readahead_expand() on compressed extentsBoris Burkov1-1/+33
2025-09-19btrfs: fix subvolume deletion lockup caused by inodes xarray raceOmar Sandoval1-1/+11
2025-09-19btrfs: fix squota compressed stats leakBoris Burkov1-2/+4
2025-09-09btrfs: zoned: skip ZONE FINISH of conventional zonesJohannes Thumshirn1-20/+35
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: subpage: keep TOWRITE tag until folio is cleanedNaohiro Aota1-1/+18
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: zoned: requeue to unused block group list if zone finish failedNaohiro Aota1-1/+3
2025-08-28btrfs: codify pattern for adding block_group to bg_listBoris Burkov1-24/+31