summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-08btrfs: detect dirty blocks without an ordered extent more reliablyQu Wenruo
2026-06-08btrfs: remove locked subpage bitmapQu Wenruo
2026-06-08btrfs: tree-checker: validate names in ROOT_REF and ROOT_BACKREFZhang Cen
2026-06-08btrfs: free-space-tree: reject mismatched extent and bitmap itemsZhang Cen
2026-06-08btrfs: use on stack backref iterator in build_backref_tree()David Sterba
2026-06-08btrfs: remove fs_info from struct btrfs_backref_iterDavid Sterba
2026-06-08btrfs: simplify the btree folio wait during invalidationQu Wenruo
2026-06-08btrfs: unexport and move extent_invalidate_folio()Qu Wenruo
2026-06-08btrfs: optimize fill_holes() to merge a new hole with both adjacent itemsDave Chen
2026-06-08btrfs: warn about extent buffer that can not be releasedQu Wenruo
2026-06-08btrfs: make sure report_eb_range() is not inlinedFilipe Manana
2026-06-08btrfs: move transaction abort message to __btrfs_abort_transaction()David Sterba
2026-06-08btrfs: don't force DIO writes to be serializedMark Harmstone
2026-06-08btrfs: move large data folios out of experimental featuresQu Wenruo
2026-06-08btrfs: refresh add_ra_bio_pages() to indicate it's using foliosQu Wenruo
2026-06-08btrfs: enable cross-folio readahead for bs < ps and large folio casesQu Wenruo
2026-06-08btrfs: remove 32bit compat code for VFS inode numberDavid Sterba
2026-06-08btrfs: limit size of bios submitted from writebackJan Kara
2026-06-08btrfs: remove 2K block size supportQu Wenruo
2026-06-08btrfs: change return type from int to bool in check_eb_range()Filipe Manana
2026-06-08btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()Filipe Manana
2026-06-08btrfs: use QSTR() in __btrfs_ioctl_snap_create()Thorsten Blum
2026-06-08btrfs: use the enums instead of int type in struct btrfs_block_group fieldsFilipe Manana
2026-06-08btrfs: use min_size variable to setup block rsv in btrfs_replace_file_extents()Filipe Manana
2026-06-08btrfs: balance: fix potential bg lookup failure in btrfs_may_alloc_data_chunk()ZhengYuan Huang
2026-06-08btrfs: balance: fix potential bg lookup failure in chunk_usage_range_filter()ZhengYuan Huang
2026-06-08btrfs: balance: fix potential bg lookup failure in chunk_usage_filter()ZhengYuan Huang
2026-06-08btrfs: add ioctl GET_CSUMS to read raw checksums from file rangeMark Harmstone
2026-06-08btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo
2026-06-08btrfs: remove unnecessary ctl argument from write_cache_extent_entries()Filipe Manana
2026-06-08btrfs: remove unnecessary ctl argument from __btrfs_write_out_cache()Filipe Manana
2026-06-08btrfs: remove block group argument from copy_free_space_cache()Filipe Manana
2026-06-08btrfs: remove op field from struct btrfs_free_space_ctlFilipe Manana
2026-06-08btrfs: reduce size of struct btrfs_free_space_ctlFilipe Manana
2026-06-08btrfs: remove unit field from struct btrfs_free_space_ctlFilipe Manana
2026-06-08btrfs: remove start field from struct btrfs_free_space_ctlFilipe Manana
2026-06-08btrfs: use a kmem_cache for free space control structuresFilipe Manana
2026-06-08btrfs: reduce size of struct btrfs_block_groupFilipe Manana
2026-06-08btrfs: use a kmem_cache for block groupsFilipe Manana
2026-06-08btrfs: make more ASSERTs verbose, part 3David Sterba
2026-06-08btrfs: convert ioctl handlers to AUTO_KFREEDavid Sterba
2026-06-08btrfs: convert kmalloc_array to kmalloc_objs in btrfs_calc_avail_data_space()David Sterba
2026-06-08btrfs: do more kmalloc_obj()/kmalloc_objs() conversionsDavid Sterba
2026-06-08btrfs: lift assertions to beginning of insert_delayed_ref()David Sterba
2026-06-08btrfs: replace open coded DEBUG_WARN in extent_writepage()David Sterba
2026-06-08btrfs: move condition to WARN_ON in btrfs_set_delalloc_extent()David Sterba
2026-06-08btrfs: remove folio checked subpage bitmap trackingQu Wenruo
2026-06-08btrfs: remove the COW fixup mechanismQu Wenruo
2026-06-08btrfs: pass a valid btrfs_tree_parent_check when possibleQu Wenruo
2026-06-06gfs2: use d_splice_alias() for ->lookup() return valueAl Viro