summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-11-11btrfs: always use delayed_refs local variable at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: remove unnecessary delayed refs locking at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: store fs_info in a local variable at btrfs_qgroup_trace_extent_post()Filipe Manana
2024-11-11btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_recordFilipe Manana
2024-11-11btrfs: remove code duplication in ordered extent finishingJohannes Thumshirn
2024-11-11btrfs: canonicalize the device path before adding itQu Wenruo
2024-11-11btrfs: avoid unnecessary device path update for the same deviceQu Wenruo
2024-11-11btrfs: allow compression even if the range is not page alignedQu Wenruo
2024-11-11btrfs: mark all dirty sectors as locked inside writepage_delalloc()Qu Wenruo
2024-11-11btrfs: move the delalloc range bitmap search into extent_io.cQu Wenruo
2024-11-11btrfs: do not assume the full page range is not dirty in extent_writepage_io()Qu Wenruo
2024-11-11btrfs: make extent_range_clear_dirty_for_io() to handle sector size < page si...Qu Wenruo
2024-11-11btrfs: wait for writeback if sector size is smaller than page sizeQu Wenruo
2024-11-11btrfs: compression: add an ASSERT() to ensure the read-in length is saneQu Wenruo
2024-11-11btrfs: zstd: make the compression path to handle sector size < page sizeQu Wenruo
2024-11-11btrfs: zlib: make the compression path to handle sector size < page sizeQu Wenruo
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo
2024-11-11btrfs: make assert_rbio() to only check CONFIG_BTRFS_ASSERTQu Wenruo
2024-11-11btrfs: don't take dev_replace rwsem on task already holding itJohannes Thumshirn
2024-11-08Merge tag 'for-6.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-08range: Add range_overlaps()Ira Weiny
2024-11-07btrfs: fix the length of reserved qgroup to freeHaisu Wang
2024-11-07btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana
2024-11-07btrfs: fix per-subvolume RO/RW flags with new mount APIQu Wenruo
2024-11-03fdget(), trivial conversionsAl Viro
2024-11-01Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-31btrfs: fix defrag not merging contiguous extents due to merged extent mapsFilipe Manana
2024-10-31btrfs: fix extent map merging not happening for adjacent extentsFilipe Manana
2024-10-29btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()Zhihao Cheng
2024-10-29block: add a bdev_limits helperChristoph Hellwig
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav
2024-10-24Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-23btrfs: fix error propagation of split biosNaohiro Aota
2024-10-22btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing
2024-10-22btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo
2024-10-22btrfs: fix read corruption due to race with extent map mergingBoris Burkov
2024-10-22btrfs: fix the delalloc range locking if sector size < page sizeQu Wenruo
2024-10-22btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo
2024-10-22btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana
2024-10-17btrfs: zoned: fix zone unusable accounting for freed reserved extentNaohiro Aota
2024-10-16Merge tag 'for-6.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-11btrfs: fix uninitialized pointer free on read_alloc_one_name() errorRoi Martin
2024-10-11btrfs: send: cleanup unneeded return variable in changed_verity()Christian Heusel
2024-10-11btrfs: fix uninitialized pointer free in add_inode_ref()Roi Martin
2024-10-11btrfs: use sector numbers as keys for the dirty extents xarrayFilipe Manana
2024-10-10Merge tag 'for-6.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner
2024-10-10btrfs: convert to multigrain timestampsJeff Layton
2024-10-09btrfs: fix clear_dirty and writeback ordering in submit_one_sector()Naohiro Aota
2024-10-09btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana