summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-02btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov
2024-04-02btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov
2024-03-26btrfs: fix race in read_extent_buffer_pages()Tavian Barnes
2024-03-26btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain
2024-03-26btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn
2024-03-26btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana
2024-03-26btrfs: fix message not properly printing interval when adding extent mapFilipe Manana
2024-03-26btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana
2024-03-26btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana
2024-03-26btrfs: validate device maj:min during openAnand Jain
2024-03-26btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn
2024-03-15btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn
2024-03-05btrfs: reuse cloned extent buffer during fiemap to avoid re-allocationsFilipe Manana
2024-03-05btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana
2024-03-05btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana
2024-03-05btrfs: qgroup: allow quick inherit if snapshot is created and added to the sa...Qu Wenruo
2024-03-05btrfs: qgroup: validate btrfs_qgroup_inherit parameterQu Wenruo
2024-03-05btrfs: include device major and minor numbers in the device scan noticeAnand Jain
2024-03-05btrfs: mark btrfs_put_caching_control() staticLijuan Li
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou
2024-03-05btrfs: qgroup: always free reserved space for extent recordsQu Wenruo
2024-03-05btrfs: tree-checker: dump the page status if hit something wrongQu Wenruo
2024-03-05btrfs: compression: remove dead comments in btrfs_compress_heuristic()Qu Wenruo
2024-03-05btrfs: subpage: make writer lock utilize bitmapQu Wenruo
2024-03-05btrfs: subpage: make reader lock utilize bitmapQu Wenruo
2024-03-05btrfs: unexport btrfs_subpage_start_writer() and btrfs_subpage_end_and_test_w...Qu Wenruo
2024-03-05btrfs: pass a valid extent map cache pointer to __get_extent_map()David Sterba
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba
2024-03-04btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba
2024-03-04btrfs: handle transaction commit errors in flush_reservations()David Sterba
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_free_space cacheKunwu Chan
2024-03-04btrfs: use KMEM_CACHE() to create delayed ref cachesKunwu Chan
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_path cacheKunwu Chan
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_trans_handle cacheKunwu Chan
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_ordered_extent cacheKunwu Chan
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_delayed_node cacheKunwu Chan
2024-03-04btrfs: uninline some static inline helpers from delayed-ref.hDavid Sterba
2024-03-04btrfs: open code trivial btrfs_lru_cache_size()David Sterba
2024-03-04btrfs: uninline some static inline helpers from tree-log.hDavid Sterba
2024-03-04btrfs: drop static inline specifiers from tree-mod-log.cDavid Sterba
2024-03-04btrfs: uninline btrfs_init_delayed_root()David Sterba
2024-03-04btrfs: uninline some static inline helpers from backref.hDavid Sterba
2024-03-04btrfs: open code btrfs_backref_get_eb()David Sterba
2024-03-04btrfs: open code btrfs_backref_iter_free()David Sterba
2024-03-04btrfs: move balance args conversion helpers to volumes.cDavid Sterba
2024-03-04btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorNaohiro Aota
2024-03-04btrfs: raid56: extra debugging for raid6 syndrome generationQu Wenruo
2024-03-04btrfs: avoid unnecessary ref initialization when freeing log tree blockFilipe Manana
2024-03-04btrfs: send: avoid duplicated search for last extent when sending holeFilipe Manana
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args_v2::nameDavid Sterba