summaryrefslogtreecommitdiff
path: root/fs/btrfs/fs.h
AgeCommit message (Expand)AuthorFilesLines
2026-02-03btrfs: fix transaction commit blocking during trim of unallocated spacejinbaohong1-0/+6
2026-02-03btrfs: reorder members in btrfs_delayed_root for better packingDavid Sterba1-1/+1
2026-02-03btrfs: embed delayed root to struct btrfs_fs_infoDavid Sterba1-2/+16
2026-02-03btrfs: handle deletions from remapped block groupMark Harmstone1-1/+3
2026-02-03btrfs: allow mounting filesystems with remap-tree incompat flagMark Harmstone1-1/+3
2026-02-03btrfs: add METADATA_REMAP chunk typeMark Harmstone1-0/+2
2026-02-03btrfs: split btrfs_fs_closing() and change return type to boolDavid Sterba1-8/+10
2026-02-03btrfs: move unlikely checks around btrfs_is_shutdown() into the helperFilipe Manana1-2/+2
2026-02-03btrfs: switch to library APIs for checksumsEric Biggers1-5/+18
2026-01-20btrfs: reject new transactions if the fs is fully read-onlyQu Wenruo1-0/+8
2025-11-25btrfs: move and rename CSUM_FMT definitionDavid Sterba1-0/+4
2025-11-25btrfs: remove btrfs_fs_info::compressed_write_workersQu Wenruo1-1/+0
2025-11-25btrfs: add macros to facilitate printing of keysFilipe Manana1-0/+3
2025-11-24btrfs: introduce a new shutdown stateQu Wenruo1-0/+28
2025-09-23btrfs: prepare compression folio alloc/free for bs > ps casesQu Wenruo1-0/+6
2025-09-23btrfs: annotate btrfs_is_testing() as unlikely and make it return boolFilipe Manana1-4/+4
2025-09-23btrfs: dump detailed info and specific messages on log replay failuresFilipe Manana1-0/+2
2025-09-23btrfs: cache max and min order inside btrfs_fs_infoQu Wenruo1-0/+2
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-1/+1
2025-09-23btrfs: add workspace manager initialization for zstdQu Wenruo1-0/+13
2025-09-22btrfs: add mount option for ref_trackerLeo Martins1-0/+1
2025-09-22btrfs: move ref-verify under CONFIG_BTRFS_DEBUGLeo Martins1-3/+1
2025-09-22btrfs: simplify support block size checkQu Wenruo1-0/+3
2025-07-22btrfs: index buffer_tree using node sizeDaniel Vacek1-1/+2
2025-07-22btrfs: use the super_block as holder when mounting file systemsChristoph Hellwig1-2/+0
2025-07-22btrfs: qgroup: remove no longer used fs_info->qgroup_ulistFilipe Manana1-6/+0
2025-07-22btrfs: sysfs: track current commit duration in commit_statsBoris Burkov1-0/+2
2025-05-15btrfs: add block reserve for treelogNaohiro Aota1-0/+2
2025-05-15btrfs: convert the buffer_radix to an xarrayJosef Bacik1-3/+1
2025-05-12btrfs: add back warning for mount option commit values exceeding 300Kyoji Ogasawara1-0/+1
2025-03-18btrfs: add extra warning if delayed iput is added when it's not allowedQu Wenruo1-0/+3
2025-03-18btrfs: defrag: extend ioctl to accept compression levelsDaniel Vacek1-1/+1
2025-03-18btrfs: allow debug builds to accept 2K block sizeQu Wenruo1-0/+12
2025-03-18btrfs: remove btrfs_fs_info::sectors_per_pageQu Wenruo1-1/+6
2025-03-18btrfs: zstd: enable negative compression levels mount optionDaniel Vacek1-1/+1
2025-01-13btrfs: add tracking of read blocks for read policyAnand Jain1-0/+3
2025-01-13btrfs: don't include linux/rwlock_types.h directlyWolfram Sang1-1/+0
2025-01-13btrfs: use uuid_is_null() to verify if an uuid is emptyFilipe Manana1-1/+4
2025-01-13btrfs: move btrfs_alloc_write_mask() into fs.hFilipe Manana1-0/+6
2025-01-13btrfs: move BTRFS_BYTES_TO_BLKS() into fs.hFilipe Manana1-0/+2
2025-01-13btrfs: move the folio ordered helpers from ctree.h into fs.hFilipe Manana1-0/+8
2025-01-13btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.cFilipe Manana1-0/+2
2025-01-13btrfs: move csum related functions from ctree.c into fs.cFilipe Manana1-0/+6
2024-11-11btrfs: rename extent map shrinker members from struct btrfs_fs_infoFilipe Manana1-4/+4
2024-11-11btrfs: simplify tracking progress for the extent map shrinkerFilipe Manana1-1/+0
2024-11-11btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana1-0/+2
2024-11-11btrfs: remove unused page_to_inode and page_to_fs_info macrosYouling Tang1-3/+0
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo1-2/+2
2024-11-11btrfs: don't take dev_replace rwsem on task already holding itJohannes Thumshirn1-0/+2
2024-09-10btrfs: subpage: remove btrfs_fs_info::subpage_info memberQu Wenruo1-1/+1