summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-276-22/+63
|\
| * btrfs: fix race in read_extent_buffer_pages()Tavian Barnes2024-03-261-0/+13
| * btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain2024-03-261-5/+12
| * btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn2024-03-261-1/+2
| * btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana2024-03-261-5/+5
| * btrfs: fix message not properly printing interval when adding extent mapFilipe Manana2024-03-261-2/+2
| * btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana2024-03-261-2/+2
| * btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana2024-03-261-1/+1
| * btrfs: validate device maj:min during openAnand Jain2024-03-261-0/+10
| * btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn2024-03-261-7/+7
| * btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn2024-03-151-1/+11
* | btrfs: do not skip re-registration for the mounted deviceAnand Jain2024-03-181-11/+47
* | Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-03-12118-1117/+2131
|\|
| * btrfs: reuse cloned extent buffer during fiemap to avoid re-allocationsFilipe Manana2024-03-051-8/+24
| * btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana2024-03-051-61/+160
| * btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana2024-03-051-1/+1
| * btrfs: qgroup: allow quick inherit if snapshot is created and added to the sa...Qu Wenruo2024-03-051-7/+72
| * btrfs: qgroup: validate btrfs_qgroup_inherit parameterQu Wenruo2024-03-053-13/+57
| * btrfs: include device major and minor numbers in the device scan noticeAnand Jain2024-03-051-7/+12
| * btrfs: mark btrfs_put_caching_control() staticLijuan Li2024-03-052-2/+1
| * btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou2024-03-0512-29/+18
| * btrfs: qgroup: always free reserved space for extent recordsQu Wenruo2024-03-051-5/+5
| * btrfs: tree-checker: dump the page status if hit something wrongQu Wenruo2024-03-051-0/+6
| * btrfs: compression: remove dead comments in btrfs_compress_heuristic()Qu Wenruo2024-03-051-5/+0
| * btrfs: subpage: make writer lock utilize bitmapQu Wenruo2024-03-051-2/+19
| * btrfs: subpage: make reader lock utilize bitmapQu Wenruo2024-03-052-11/+46
| * btrfs: unexport btrfs_subpage_start_writer() and btrfs_subpage_end_and_test_w...Qu Wenruo2024-03-052-8/+4
| * btrfs: pass a valid extent map cache pointer to __get_extent_map()David Sterba2024-03-051-3/+10
| * btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba2024-03-043-11/+7
| * btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba2024-03-043-13/+7
| * btrfs: handle transaction commit errors in flush_reservations()David Sterba2024-03-041-1/+1
| * btrfs: use KMEM_CACHE() to create btrfs_free_space cacheKunwu Chan2024-03-041-3/+1
| * btrfs: use KMEM_CACHE() to create delayed ref cachesKunwu Chan2024-03-041-16/+8
| * btrfs: use KMEM_CACHE() to create btrfs_path cacheKunwu Chan2024-03-041-3/+1
| * btrfs: use KMEM_CACHE() to create btrfs_trans_handle cacheKunwu Chan2024-03-041-3/+2
| * btrfs: use KMEM_CACHE() to create btrfs_ordered_extent cacheKunwu Chan2024-03-041-4/+1
| * btrfs: use KMEM_CACHE() to create btrfs_delayed_node cacheKunwu Chan2024-03-041-5/+1
| * btrfs: uninline some static inline helpers from delayed-ref.hDavid Sterba2024-03-042-65/+72
| * btrfs: open code trivial btrfs_lru_cache_size()David Sterba2024-03-042-9/+3
| * btrfs: uninline some static inline helpers from tree-log.hDavid Sterba2024-03-042-45/+49
| * btrfs: drop static inline specifiers from tree-mod-log.cDavid Sterba2024-03-041-7/+6
| * btrfs: uninline btrfs_init_delayed_root()David Sterba2024-03-042-12/+12
| * btrfs: uninline some static inline helpers from backref.hDavid Sterba2024-03-042-92/+102
| * btrfs: open code btrfs_backref_get_eb()David Sterba2024-03-042-10/+2
| * btrfs: open code btrfs_backref_iter_free()David Sterba2024-03-042-9/+2
| * btrfs: move balance args conversion helpers to volumes.cDavid Sterba2024-03-042-39/+38
| * btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorNaohiro Aota2024-03-043-1/+81
| * btrfs: raid56: extra debugging for raid6 syndrome generationQu Wenruo2024-03-041-0/+30
| * btrfs: avoid unnecessary ref initialization when freeing log tree blockFilipe Manana2024-03-041-6/+7
| * btrfs: send: avoid duplicated search for last extent when sending holeFilipe Manana2024-03-041-15/+12