summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
3 daysbtrfs: fix beyond-EOF write handlingQu Wenruo1-4/+4
3 daysbtrfs: use variable for end offset in extent_writepage_io()Filipe Manana1-5/+5
3 daysbtrfs: truncate ordered extent when skipping writeback past i_sizeFilipe Manana2-4/+22
3 daysbtrfs: remove btrfs_fs_info::sectors_per_pageQu Wenruo4-54/+84
3 daysbtrfs: add extra error messages for delalloc range related errorsQu Wenruo2-0/+27
3 daysbtrfs: subpage: dump the involved bitmap when ASSERT() failedQu Wenruo1-11/+30
3 daysbtrfs: fix error handling of submit_uncompressed_range()Qu Wenruo1-13/+4
3 daysbtrfs: only enforce free space tree if v1 cache is required for bs < ps casesQu Wenruo1-7/+5
3 daysbtrfs: qgroup: update all parent qgroups when doing quick inheritQu Wenruo1-2/+16
3 daysbtrfs: fix qgroup_snapshot_quick_inherit() squota bugBoris Burkov1-0/+3
3 daysbtrfs: always detect conflicting inodes when logging inode refsFilipe Manana1-4/+2
12 daysbtrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
12 daysbtrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana1-0/+38
12 daysbtrfs: scrub: always update btrfs_scrub_progress::last_physicalQu Wenruo1-0/+5
12 daysbtrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
12 daysbtrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
12 daysbtrfs: do not skip logging new dentries when logging a new nameFilipe Manana1-8/+0
2025-12-18btrfs: 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