summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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: drop the backref cache during relocation if we commitJosef Bacik
2024-10-10btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu 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-10-04btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana
2024-10-04btrfs: subpage: fix the bitmap dump which can cause bitmap corruptionQu 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: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana
2024-09-12btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana
2024-09-12btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik
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-12btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik
2024-09-12btrfs: slightly loosen the requirement for qgroup removalQu Wenruo
2024-09-12btrfs: zoned: handle broken write pointer on zonesNaohiro Aota
2024-09-12btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin
2024-09-08btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov
2024-09-08btrfs: scrub: update last_physical after scrubbing one stripeQu Wenruo
2024-09-08btrfs: factor out stripe length calculation into a helperQu Wenruo
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: fix invalid mapping of extent xarray stateNaohiro Aota
2024-08-29btrfs: only enable extent map shrinker for DEBUG buildsQu 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: only run the extent map shrinker from kswapd tasksFilipe Manana
2024-08-29btrfs: check delayed refs when we're checking if a ref existsJosef Bacik
2024-08-29btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana
2024-08-29btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo
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: fix data race when accessing the last_trans field of a rootFilipe Manana
2024-08-14btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()Filipe Manana
2024-08-14btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana
2024-08-14btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo
2024-08-11btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov
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-12Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana
2024-07-11btrfs: stop extent map shrinker if reschedule is neededFilipe Manana
2024-07-11btrfs: use delayed iput during extent map shrinkingFilipe Manana