summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana2024-10-101-0/+11
* btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana2024-10-101-1/+22
* btrfs: drop the backref cache during relocation if we commitJosef Bacik2024-10-102-76/+11
* btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo2024-10-101-1/+1
* btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani2024-10-042-5/+3
* btrfs: tree-checker: fix the wrong output of data backref objectidQu Wenruo2024-10-041-1/+1
* btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana2024-10-043-3/+34
* btrfs: subpage: fix the bitmap dump which can cause bitmap corruptionQu Wenruo2024-10-041-2/+8
* btrfs: update target inode's ctime on unlinkJeff Layton2024-09-181-0/+1
* btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana2024-09-123-16/+16
* btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba2024-09-121-1/+1
* btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana2024-09-121-4/+20
* btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana2024-09-121-2/+10
* btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik2024-09-121-1/+4
* btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik2024-09-121-5/+23
* btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik2024-09-121-2/+2
* btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik2024-09-121-1/+0
* btrfs: slightly loosen the requirement for qgroup removalQu Wenruo2024-09-121-7/+80
* btrfs: zoned: handle broken write pointer on zonesNaohiro Aota2024-09-121-5/+25
* btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin2024-09-121-2/+1
* btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov2024-09-081-0/+3
* btrfs: scrub: update last_physical after scrubbing one stripeQu Wenruo2024-09-081-0/+9
* btrfs: factor out stripe length calculation into a helperQu Wenruo2024-09-081-6/+10
* btrfs: tree-checker: validate dref root and objectidQu Wenruo2024-09-081-0/+47
* btrfs: run delayed iputs when flushing delallocJosef Bacik2024-09-041-0/+2
* btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo2024-09-041-8/+18
* btrfs: fix invalid mapping of extent xarray stateNaohiro Aota2024-08-291-7/+7
* btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo2024-08-291-1/+7
* btrfs: tree-checker: add dev extent item checksQu Wenruo2024-08-291-0/+69
* btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota2024-08-291-6/+8
* btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana2024-08-292-16/+16
* btrfs: check delayed refs when we're checking if a ref existsJosef Bacik2024-08-293-6/+114
* btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana2024-08-291-13/+39
* btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo2024-08-291-2/+3
* btrfs: fix double inode unlock for direct IO sync writesFilipe Manana2024-08-141-1/+4
* btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana2024-08-142-13/+43
* btrfs: avoid using fixed char array size for tree namesQu Wenruo2024-08-141-1/+1
* btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana2024-08-141-0/+1
* btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana2024-08-146-13/+23
* btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()Filipe Manana2024-08-141-13/+9
* btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana2024-08-146-31/+76
* btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo2024-08-141-3/+1
* btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov2024-08-111-6/+10
* btrfs: do not subtract delalloc from avail bytesNaohiro Aota2024-08-111-2/+1
* btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota2024-08-115-8/+15
* btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana2024-08-031-1/+1
* Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-123-29/+97
|\
| * btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana2024-07-113-21/+66
| * btrfs: stop extent map shrinker if reschedule is neededFilipe Manana2024-07-111-8/+31
| * btrfs: use delayed iput during extent map shrinkingFilipe Manana2024-07-111-1/+1