summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-10-17btrfs: split remaining space to discard in chunksLuca Stefani
2024-10-17btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana
2024-10-10btrfs: drop the backref cache during relocation if we commitJosef Bacik
2024-10-10btrfs: relocation: constify parameters where possibleDavid Sterba
2024-10-10btrfs: relocation: return bool from btrfs_should_ignore_reloc_rootDavid Sterba
2024-10-10btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana
2024-10-10btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana
2024-10-10btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo
2024-10-04btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana
2024-10-04btrfs: update comment for struct btrfs_inode::lockFilipe Manana
2024-10-04btrfs: reorder btrfs_inode to fill gapsDavid Sterba
2024-10-04btrfs: subpage: fix the bitmap dump which can cause bitmap corruptionQu Wenruo
2024-10-04btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani
2024-10-04btrfs: tree-checker: fix the wrong output of data backref objectidQu Wenruo
2024-09-18btrfs: update target inode's ctime on unlinkJeff Layton
2024-09-12btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-09-12btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik
2024-09-08btrfs: tree-checker: validate dref root and objectidQu Wenruo
2024-09-04btrfs: run delayed iputs when flushing delallocJosef Bacik
2024-09-04btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo
2024-08-29btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-08-29btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...David Sterba
2024-08-29btrfs: change BUG_ON to assertion in tree_move_down()David Sterba
2024-08-29btrfs: send: handle unexpected inode in header process_recorded_refs()David Sterba
2024-08-29btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba
2024-08-29btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba
2024-08-29btrfs: push errors up from add_async_extent()David Sterba
2024-08-29btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba
2024-08-29btrfs: change BUG_ON to assertion when checking for delayed_node rootDavid Sterba
2024-08-29btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()David Sterba
2024-08-29btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()David Sterba
2024-08-29btrfs: zlib: fix and simplify the inline extent decompressionQu Wenruo
2024-08-29btrfs: tree-checker: add dev extent item checksQu Wenruo
2024-08-29btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota
2024-08-29btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo
2024-08-29btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()Alexander Lobakin
2024-08-14btrfs: fix double inode unlock for direct IO sync writesFilipe Manana
2024-08-14btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana
2024-08-14btrfs: avoid using fixed char array size for tree namesQu Wenruo
2024-08-14btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana
2024-08-14btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo
2024-08-11btrfs: do not subtract delalloc from avail bytesNaohiro Aota
2024-08-11btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota
2024-08-03btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana
2024-07-25btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana
2024-07-18btrfs: tree-checker: add type and sequence check for inline backrefsQu Wenruo