summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-06btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2023-10-06btrfs: fix race between reading a directory and adding entries to itFilipe Manana1-4/+7
2023-10-06btrfs: set last dir index to the current last index when opening dirFilipe Manana1-1/+2
2023-10-06btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert1-2/+14
2023-10-06btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana1-1/+14
2023-10-06btrfs: assert delayed node locked when removing delayed itemFilipe Manana1-4/+8
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo1-1/+7
2023-10-06btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana1-27/+47
2023-10-06btrfs: improve error message after failure to add delayed dir index itemFilipe Manana1-3/+4
2023-09-23btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik1-1/+1
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana1-1/+7
2023-09-23btrfs: fix race between finishing block group creation and its item updateFilipe Manana1-2/+10
2023-09-23btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo1-6/+8
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana1-3/+16
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain1-5/+3
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain2-0/+9
2023-09-23btrfs: zoned: activate metadata block group on write timeNaohiro Aota3-2/+93
2023-09-23btrfs: zoned: defer advancing meta write pointerNaohiro Aota3-26/+4
2023-09-23btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota3-21/+30
2023-09-23btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota4-27/+31
2023-09-23btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota2-7/+12
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo1-0/+5
2023-09-23btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo1-12/+61
2023-09-19btrfs: scrub: fix grouping of read IOQu Wenruo1-25/+71
2023-09-19btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo4-27/+46
2023-09-19btrfs: scrub: avoid unnecessary extent tree search preparing stripesQu Wenruo1-12/+29
2023-09-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain1-3/+2
2023-09-19btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota1-5/+1
2023-09-19btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik1-3/+9
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana1-3/+4
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov1-0/+7
2023-09-19btrfs: fix start transaction qgroup rsv double freeBoris Burkov1-3/+16
2023-09-19btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota2-23/+36
2023-09-13btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeNaohiro Aota1-4/+15
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-62/+113
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik1-4/+2
2023-08-17btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-08-17btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason1-1/+24
2023-08-17btrfs: fix replace/scrub failure with metadata_uuidAnand Jain1-1/+2
2023-08-14btrfs: fix infinite directory readsFilipe Manana4-54/+84
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-20/+99
2023-08-10btrfs: set cache_block_group_error if we find an errorJosef Bacik1-1/+4
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2-1/+16
2023-08-10btrfs: exit gracefully if reloc roots don't matchQu Wenruo1-8/+37
2023-08-10btrfs: avoid race between qgroup tree creation and relocationQu Wenruo1-0/+10
2023-08-10btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig1-5/+5
2023-08-10btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig1-0/+6
2023-08-10btrfs: don't stop integrity writeback too earlyChristoph Hellwig1-3/+4
2023-08-10btrfs: wait for actual caching progress during allocationJosef Bacik2-2/+17
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-29/+75