summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2024-11-08btrfs: fix defrag not merging contiguous extents due to merged extent mapsFilipe Manana1-5/+5
2024-11-08btrfs: fix extent map merging not happening for adjacent extentsFilipe Manana1-1/+6
2024-11-08btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()Zhihao Cheng1-0/+1
2024-11-08btrfs: fix error propagation of split biosNaohiro Aota2-24/+16
2024-11-08btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()Qu Wenruo1-18/+11
2024-11-01btrfs: fix read corruption due to race with extent map mergingBoris Burkov1-15/+16
2024-11-01btrfs: zoned: fix zone unusable accounting for freed reserved extentNaohiro Aota1-0/+2
2024-11-01btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo1-2/+1
2024-11-01btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing2-7/+4
2024-11-01btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana1-0/+9
2024-11-01btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo3-2/+4
2024-10-22btrfs: fix uninitialized pointer free on read_alloc_one_name() errorRoi Martin1-2/+2
2024-10-22btrfs: fix uninitialized pointer free in add_inode_ref()Roi Martin1-1/+1
2024-10-17btrfs: add cancellation points to trim loopsLuca Stefani3-3/+14
2024-10-17btrfs: split remaining space to discard in chunksLuca Stefani2-4/+21
2024-10-17btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana1-1/+1
2024-10-10btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana1-0/+11
2024-10-10btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana1-1/+22
2024-10-10btrfs: drop the backref cache during relocation if we commitJosef Bacik2-76/+11
2024-10-10btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo1-1/+1
2024-10-10btrfs: send: fix buffer overflow detection when copying path to cache entryFilipe Manana1-3/+5
2024-10-10btrfs: don't readahead the relocation inode on RSTJohannes Thumshirn1-4/+18
2024-10-04btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani2-5/+3
2024-10-04btrfs: tree-checker: fix the wrong output of data backref objectidQu Wenruo1-1/+1
2024-10-04btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana3-3/+34
2024-10-04btrfs: subpage: fix the bitmap dump which can cause bitmap corruptionQu Wenruo1-2/+8
2024-09-03btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana4-16/+16
2024-09-02btrfs: zoned: handle broken write pointer on zonesNaohiro Aota1-5/+25
2024-09-02btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin1-2/+1
2024-08-27btrfs: fix uninitialized return value from btrfs_reclaim_sweep()Filipe Manana2-13/+6
2024-08-27btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo1-8/+18
2024-08-26btrfs: initialize last_extent_end to fix -Wmaybe-uninitialized warning in ext...David Sterba1-1/+1
2024-08-25btrfs: run delayed iputs when flushing delallocJosef Bacik1-0/+2
2024-08-16btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo1-1/+7
2024-08-15btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota1-6/+8
2024-08-15btrfs: tree-checker: add dev extent item checksQu Wenruo1-0/+69
2024-08-15btrfs: update target inode's ctime on unlinkJeff Layton1-0/+1
2024-08-15btrfs: send: annotate struct name_cache_entry with __counted_by()Thorsten Blum1-1/+1
2024-08-13btrfs: fix invalid mapping of extent xarray stateNaohiro Aota1-7/+7
2024-08-13btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana1-13/+39
2024-08-13btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana2-16/+16
2024-08-13btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo1-2/+3
2024-08-13btrfs: check delayed refs when we're checking if a ref existsJosef Bacik3-6/+114
2024-08-07Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-9/+38
2024-08-02btrfs: avoid using fixed char array size for tree namesQu Wenruo1-1/+1
2024-08-02btrfs: fix double inode unlock for direct IO sync writesFilipe Manana1-1/+4
2024-08-01btrfs: emit a warning about space cache v1 being deprecatedJosef Bacik1-1/+4
2024-08-01btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov1-0/+3
2024-08-01btrfs: implement launder_folio for clearing dirty page reserveBoris Burkov1-0/+7
2024-08-01btrfs: scrub: update last_physical after scrubbing one stripeQu Wenruo1-0/+9