summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-12-18btrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana
2025-12-18btrfs: fix racy bitfield write in btrfs_clear_space_info_full()Boris Burkov
2025-12-18btrfs: fix double free of qgroup record after failure to add delayed ref headMiquel Sabaté Solà
2025-12-01btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new nameFilipe Manana
2025-11-24btrfs: release root after error in data_reloc_print_warning_inode()Zilin Guan
2025-11-24btrfs: do not update last_log_commit when logging inode due to a new nameFilipe Manana
2025-11-24btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()Zilin Guan
2025-11-24btrfs: zoned: fix stripe width calculationNaohiro Aota
2025-11-24btrfs: zoned: fix conventional zone capacity calculationNaohiro Aota
2025-11-13btrfs: ensure no dirty metadata is written back for an fs with errorsQu Wenruo
2025-11-13btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang
2025-11-13btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relationShardul Bankar
2025-11-02btrfs: tree-checker: fix bounds check in check_inode_extref()Dan Carpenter
2025-11-02btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()Filipe Manana
2025-11-02btrfs: tree-checker: add inode extref checksQu Wenruo
2025-11-02btrfs: abort transaction if we fail to update inode in log replay dir fixupFilipe Manana
2025-11-02btrfs: use level argument in log tree walk callback replay_one_buffer()Filipe Manana
2025-11-02btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana
2025-11-02btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum
2025-11-02btrfs: zoned: refine extent allocator hint selectionNaohiro Aota
2025-11-02btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn
2025-11-02btrfs: abort transaction in the process_one_buffer() log tree walk callbackFilipe Manana
2025-11-02btrfs: abort transaction on specific error places when walking log treeFilipe Manana
2025-10-29treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand
2025-10-29btrfs: ref-verify: fix IS_ERR() vs NULL check in btrfs_build_ref_tree()Amit Dhingra
2025-10-29btrfs: send: fix duplicated rmdir operations when using extrefsTing-Chang Hou
2025-10-29btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()Dewei Meng
2025-10-23btrfs: do not assert we found block group item when creating free space treeFilipe Manana
2025-10-23btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RSTMiquel Sabaté Solà
2025-10-23btrfs: fix incorrect readahead expansion lengthBoris Burkov
2025-10-23btrfs: only set the device specific options after devices are openedQu Wenruo
2025-10-23btrfs: fix memory leak on duplicated memory in the qgroup assign ioctlMiquel Sabaté Solà
2025-10-23btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already runningFilipe Manana
2025-10-19btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento
2025-10-19btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()Qu Wenruo
2025-10-15btrfs: fix symbolic link reading when bs > psQu Wenruo
2025-10-15btrfs: return any hit error from extent_writepage_io()Qu Wenruo
2025-09-24Merge tag 'for-6.17-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-23btrfs: zoned: don't fail mount needlessly due to too many active zonesJohannes Thumshirn
2025-09-20Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-18btrfs: reject invalid compression levelQu Wenruo
2025-09-18btrfs: ref-verify: handle damaged extent root treeDavid Sterba
2025-09-18btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo
2025-09-17Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-15btrfs: annotate block group access with data_race() when sorting for reclaimFilipe Manana
2025-09-15btrfs: initialize inode::file_extent_tree after i_mode has been setaustinchang
2025-09-15btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg()Johannes Thumshirn
2025-09-15btrfs: fix invalid extref key setup when replaying dentryFilipe Manana
2025-09-11Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-05btrfs: don't allow adding block device of less than 1 MBMark Harmstone