aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-27Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-22/+63
2024-03-26btrfs: fix race in read_extent_buffer_pages()Gravatar Tavian Barnes 1-0/+13
2024-03-26btrfs: return accurate error code on open failure in open_fs_devices()Gravatar Anand Jain 1-5/+12
2024-03-26btrfs: zoned: don't skip block groups with 100% zone unusableGravatar Johannes Thumshirn 1-1/+2
2024-03-26btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Gravatar Filipe Manana 1-5/+5
2024-03-26btrfs: fix message not properly printing interval when adding extent mapGravatar Filipe Manana 1-2/+2
2024-03-26btrfs: fix warning messages not printing interval at unpin_extent_range()Gravatar Filipe Manana 1-2/+2
2024-03-26btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Gravatar Filipe Manana 1-1/+1
2024-03-26btrfs: validate device maj:min during openGravatar Anand Jain 1-0/+10
2024-03-26btrfs: zoned: fix use-after-free in do_zone_finish()Gravatar Johannes Thumshirn 1-7/+7
2024-03-18btrfs: do not skip re-registration for the mounted deviceGravatar Anand Jain 1-11/+47
2024-03-15btrfs: zoned: use zone aware sb location for scrubGravatar Johannes Thumshirn 1-1/+11
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 118-1117/+2131
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-10/+25
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 4-63/+63
2024-03-05btrfs: reuse cloned extent buffer during fiemap to avoid re-allocationsGravatar Filipe Manana 1-8/+24
2024-03-05btrfs: fix race when detecting delalloc ranges during fiemapGravatar Filipe Manana 1-61/+160
2024-03-05btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Gravatar Filipe Manana 1-1/+1
2024-03-05btrfs: qgroup: allow quick inherit if snapshot is created and added to the sa...Gravatar Qu Wenruo 1-7/+72
2024-03-05btrfs: qgroup: validate btrfs_qgroup_inherit parameterGravatar Qu Wenruo 3-13/+57
2024-03-05btrfs: include device major and minor numbers in the device scan noticeGravatar Anand Jain 1-7/+12
2024-03-05btrfs: mark btrfs_put_caching_control() staticGravatar Lijuan Li 2-2/+1
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useGravatar Chengming Zhou 12-29/+18
2024-03-05btrfs: qgroup: always free reserved space for extent recordsGravatar Qu Wenruo 1-5/+5
2024-03-05btrfs: tree-checker: dump the page status if hit something wrongGravatar Qu Wenruo 1-0/+6
2024-03-05btrfs: compression: remove dead comments in btrfs_compress_heuristic()Gravatar Qu Wenruo 1-5/+0
2024-03-05btrfs: subpage: make writer lock utilize bitmapGravatar Qu Wenruo 1-2/+19
2024-03-05btrfs: subpage: make reader lock utilize bitmapGravatar Qu Wenruo 2-11/+46
2024-03-05btrfs: unexport btrfs_subpage_start_writer() and btrfs_subpage_end_and_test_w...Gravatar Qu Wenruo 2-8/+4
2024-03-05btrfs: pass a valid extent map cache pointer to __get_extent_map()Gravatar David Sterba 1-3/+10
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersGravatar David Sterba 3-11/+7
2024-03-04btrfs: pass btrfs_device to btrfs_scratch_superblocks()Gravatar David Sterba 3-13/+7
2024-03-04btrfs: handle transaction commit errors in flush_reservations()Gravatar David Sterba 1-1/+1
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_free_space cacheGravatar Kunwu Chan 1-3/+1
2024-03-04btrfs: use KMEM_CACHE() to create delayed ref cachesGravatar Kunwu Chan 1-16/+8
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_path cacheGravatar Kunwu Chan 1-3/+1
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_trans_handle cacheGravatar Kunwu Chan 1-3/+2
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_ordered_extent cacheGravatar Kunwu Chan 1-4/+1
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_delayed_node cacheGravatar Kunwu Chan 1-5/+1
2024-03-04btrfs: uninline some static inline helpers from delayed-ref.hGravatar David Sterba 2-65/+72
2024-03-04btrfs: open code trivial btrfs_lru_cache_size()Gravatar David Sterba 2-9/+3
2024-03-04btrfs: uninline some static inline helpers from tree-log.hGravatar David Sterba 2-45/+49
2024-03-04btrfs: drop static inline specifiers from tree-mod-log.cGravatar David Sterba 1-7/+6
2024-03-04btrfs: uninline btrfs_init_delayed_root()Gravatar David Sterba 2-12/+12
2024-03-04btrfs: uninline some static inline helpers from backref.hGravatar David Sterba 2-92/+102
2024-03-04btrfs: open code btrfs_backref_get_eb()Gravatar David Sterba 2-10/+2
2024-03-04btrfs: open code btrfs_backref_iter_free()Gravatar David Sterba 2-9/+2
2024-03-04btrfs: move balance args conversion helpers to volumes.cGravatar David Sterba 2-39/+38
2024-03-04btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorGravatar Naohiro Aota 3-1/+81
2024-03-04btrfs: raid56: extra debugging for raid6 syndrome generationGravatar Qu Wenruo 1-0/+30