- 24b85a8 btrfs: avoid NULL pointer dereference if no valid extent tree by Qu Wenruo · 4 months ago
- 35916b2 btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount by Filipe Manana · 5 months ago
- 6228f13 btrfs: fix use-after-free in btrfs_encoded_read_endio() by Johannes Thumshirn · 5 months ago
- 9a466b8 btrfs: fix use-after-free when COWing tree bock and tracing is enabled by Filipe Manana · 5 months ago
- 0d2cc60 btrfs: rename and export __btrfs_cow_block() by Filipe Manana · 1 year, 7 months ago
- 1ce3620 btrfs: sysfs: fix direct super block member reads by Qu Wenruo · 4 months ago
- 6e1a822 btrfs: avoid monopolizing a core when activating a swap file by Filipe Manana · 5 months ago
- a41ee01 btrfs: tree-checker: reject inline extent items with 0 ref count by Qu Wenruo · 5 months ago
- 7a670b4 btrfs: add cancellation points to trim loops by Luca Stefani · 7 months ago
- 2a72d5c btrfs: fix missing snapshot drew unlock when root is dead during swap activation by Filipe Manana · 5 months ago
- 4c7baac btrfs: do not clear read-only when adding sprout device by Boris Burkov · 6 months ago
- a5d74fa btrfs: avoid unnecessary device path update for the same device by Qu Wenruo · 7 months ago
- a5bc4e0 btrfs: don't take dev_replace rwsem on task already holding it by Johannes Thumshirn · 8 months ago
- 135b481 btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_proc() by Josef Bacik · 12 months ago
- 4275ac2 btrfs: ref-verify: fix use-after-free after invalid ref action by Filipe Manana · 5 months ago
- 757171d btrfs: add a sanity check for btrfs root in btrfs_search_slot() by Lizhi Xu · 6 months ago
- 99f3cd5a btrfs: don't loop for nowait writes when checking for cross references by Filipe Manana · 5 months ago
- 22d907b btrfs: do not BUG_ON() when freeing tree block after error by Filipe Manana · 11 months ago
- f04be6d btrfs: reinitialize delayed ref list after deleting it from the list by Filipe Manana · 6 months ago
- 004ad1a btrfs: zoned: fix zone unusable accounting for freed reserved extent by Naohiro Aota · 7 months ago
- 3521754 btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item() by Yue Haibing · 6 months ago
- 7fc7c47 btrfs: fix uninitialized pointer free on read_alloc_one_name() error by Roi Martin · 7 months ago
- e11ce03 btrfs: fix uninitialized pointer free in add_inode_ref() by Roi Martin · 7 months ago
- f00545e btrfs: split remaining space to discard in chunks by Luca Stefani · 7 months ago
- a63850d btrfs: zoned: fix missing RCU locking in error message when loading zone info by Filipe Manana · 7 months ago
- 907717e btrfs: drop the backref cache during relocation if we commit by Josef Bacik · 7 months ago
- 4dc6ea8 btrfs: relocation: constify parameters where possible by David Sterba · 1 year, 7 months ago
- 5ae94c6 btrfs: relocation: return bool from btrfs_should_ignore_reloc_root by David Sterba · 1 year, 7 months ago
- ed87190 btrfs: wait for fixup workers before stopping cleaner kthread during umount by Filipe Manana · 7 months ago
- 521cfe2 btrfs: send: fix invalid clone operation for file that got its size decreased by Filipe Manana · 7 months ago
- 7ad0c58 btrfs: fix a NULL pointer dereference when failed to start a new trasacntion by Qu Wenruo · 7 months ago
- f56a6d9 btrfs: fix race setting file private on concurrent lseek using same fd by Filipe Manana · 8 months ago
- 971d03c btrfs: update comment for struct btrfs_inode::lock by Filipe Manana · 1 year, 7 months ago
- a0cc053 btrfs: reorder btrfs_inode to fill gaps by David Sterba · 1 year, 7 months ago
- 0131bf1 btrfs: subpage: fix the bitmap dump which can cause bitmap corruption by Qu Wenruo · 8 months ago
- 4adf651 btrfs: always update fstrim_range on failure in FITRIM ioctl by Luca Stefani · 8 months ago
- 6a6a575 btrfs: tree-checker: fix the wrong output of data backref objectid by Qu Wenruo · 8 months ago
- 5ee7efa btrfs: update target inode's ctime on unlink by Jeff Layton · 9 months ago
- 7b5595f btrfs: fix race between direct IO write and fsync when using same fd by Filipe Manana · 8 months ago
- f1eb69a btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry() by David Sterba · 9 months ago
- 41a0f85 btrfs: replace BUG_ON() with error handling at update_ref_for_cow() by Filipe Manana · 10 months ago
- 7d1df13 btrfs: clean up our handling of refs == 0 in snapshot delete by Josef Bacik · 12 months ago
- e7469c6 btrfs: replace BUG_ON with ASSERT in walk_down_proc() by Josef Bacik · 12 months ago
- 9b090cc btrfs: tree-checker: validate dref root and objectid by Qu Wenruo · 10 months ago
- 4401326 btrfs: run delayed iputs when flushing delalloc by Josef Bacik · 8 months ago
- 51722b9 btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() by Qu Wenruo · 8 months ago
- f0e8658 btrfs: send: allow cloning non-aligned extent if it ends at i_size by Filipe Manana · 9 months ago
- 1bca977 btrfs: replace sb::s_blocksize by fs_info::sectorsize by David Sterba · 1 year, 3 months ago
- b9b019a btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_extent() by David Sterba · 1 year, 3 months ago
- c7e0e8a btrfs: change BUG_ON to assertion in tree_move_down() by David Sterba · 1 year, 3 months ago
- 4825617 btrfs: send: handle unexpected inode in header process_recorded_refs() by David Sterba · 1 year, 3 months ago
- 4eb8be9 btrfs: send: handle unexpected data in header buffer in begin_cmd() by David Sterba · 1 year, 3 months ago
- 46ca3ec btrfs: handle invalid root reference found in may_destroy_subvol() by David Sterba · 1 year, 3 months ago
- 6be9305 btrfs: push errors up from add_async_extent() by David Sterba · 1 year, 3 months ago
- 981a749 btrfs: tests: allocate dummy fs_info and root in test_find_delalloc() by David Sterba · 1 year, 3 months ago
- f379c3f btrfs: change BUG_ON to assertion when checking for delayed_node root by David Sterba · 1 year, 3 months ago
- 3154710 btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves() by David Sterba · 1 year, 3 months ago
- a7fec14 btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item() by David Sterba · 1 year, 3 months ago
- 56a1bf2 btrfs: zlib: fix and simplify the inline extent decompression by Qu Wenruo · 1 year, 4 months ago
- d3ba98c btrfs: tree-checker: add dev extent item checks by Qu Wenruo · 9 months ago
- 9baca56 btrfs: zoned: properly take lock to read/update block group's zoned variables by Naohiro Aota · 9 months ago
- 251508b btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type by Qu Wenruo · 9 months ago
- ef72585 btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits() by Alexander Lobakin · 1 year, 1 month ago
- 7ba27f1 btrfs: fix double inode unlock for direct IO sync writes by Filipe Manana · 9 months ago
- 0a108bd btrfs: fix corruption after buffer fault in during direct IO append write by Filipe Manana · 9 months ago
- 866992f btrfs: avoid using fixed char array size for tree names by Qu Wenruo · 9 months ago
- d9e8460 btrfs: fix bitmap leak when loading free space cache on duplicate entry by Filipe Manana · 10 months ago
- ba4dedb btrfs: do not clear page dirty inside extent_write_locked_range() by Qu Wenruo · 1 year, 2 months ago
- 0caf15b btrfs: do not subtract delalloc from avail bytes by Naohiro Aota · 10 months ago
- ae29e6f btrfs: zoned: fix zone_unusable accounting on making block group read-write again by Naohiro Aota · 2 years, 2 months ago
- c205565 btrfs: fix extent map use-after-free when adding pages to compressed bio by Filipe Manana · 10 months ago
- f88aeff btrfs: qgroup: fix quota root leak after quota disable failure by Filipe Manana · 10 months ago
- c1bf973 btrfs: tree-checker: add type and sequence check for inline backrefs by Qu Wenruo · 1 year, 6 months ago
- f8e960b btrfs: fix adding block group to a reclaim list and the unused list during reclaim by Naohiro Aota · 10 months ago
- e130d4f btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warning by Lu Yao · 12 months ago
- a0bfefc btrfs: zoned: fix initial free space detection by Naohiro Aota · 11 months ago
- cf0291a btrfs: use NOFS context when getting inodes during logging and log replay by Filipe Manana · 11 months ago
- bf1e8c2 btrfs: retry block group reclaim without infinite loop by Boris Burkov · 11 months ago
- 082b3d4 btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes by Johannes Thumshirn · 11 months ago
- 092571e btrfs: zoned: fix use-after-free due to race with dev replace by Filipe Manana · 12 months ago
- 069e0cc btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info by Christoph Hellwig · 1 year, 11 months ago
- 68713bc btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_info by Christoph Hellwig · 1 year, 11 months ago
- a139ad66 btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info by Christoph Hellwig · 1 year, 11 months ago
- f952676 btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info by Christoph Hellwig · 1 year, 11 months ago
- 44bc51c btrfs: fix leak of qgroup extent records after transaction abort by Filipe Manana · 11 months ago
- 3d08c52 btrfs: fix crash on racing fsync and size-extending write into prealloc by Omar Sandoval · 11 months ago
- 845cf1c btrfs: do not wait for short bulk allocation by Qu Wenruo · 1 year, 1 month ago
- 6a911b8 btrfs: set correct ram_bytes when splitting ordered extent by Qu Wenruo · 1 year ago
- e42004f btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() by Dominique Martinet · 1 year ago
- 0b76a4f btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() by Dmitry Antipov · 1 year, 4 months ago
- 54403a7 btrfs: always clear PERTRANS metadata during commit by Boris Burkov · 1 year, 1 month ago
- 570bff1 btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve by Boris Burkov · 1 year, 1 month ago
- 1ea068f btrfs: return accurate error code on open failure in open_fs_devices() by Anand Jain · 1 year, 1 month ago
- 3a63cee btrfs: fix information leak in btrfs_ioctl_logical_to_ino() by Johannes Thumshirn · 1 year ago
- e498cc0 btrfs: scrub: run relocation repair when/only needed by Naohiro Aota · 1 year, 1 month ago
- 73aa8ea btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() by Qu Wenruo · 1 year, 1 month ago
- 5e2239f btrfs: fallback if compressed IO fails for ENOSPC by Sweet Tea Dorminy · 1 year, 1 month ago
- 585c573 btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans by Boris Burkov · 1 year, 1 month ago
- 363be24 btrfs: record delayed inode root in transaction by Boris Burkov · 1 year, 1 month ago
- 1443181 btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations by Boris Burkov · 1 year, 1 month ago