summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2026-02-03btrfs: remove pointless out labels from disk-io.cFilipe Manana
2026-02-03btrfs: embed delayed root to struct btrfs_fs_infoDavid Sterba
2026-02-03btrfs: populate fully_remapped_bgs_list on mountMark Harmstone
2026-02-03btrfs: handle deletions from remapped block groupMark Harmstone
2026-02-03btrfs: allow mounting filesystems with remap-tree incompat flagMark Harmstone
2026-02-03btrfs: don't add metadata items for the remap tree to the extent treeMark Harmstone
2026-02-03btrfs: add METADATA_REMAP chunk typeMark Harmstone
2026-02-03btrfs: shrink the size of btrfs_deviceQu Wenruo
2026-02-03btrfs: add mount time auto fix for orphan fst entriesQu Wenruo
2026-02-03btrfs: remove duplicated root key setup in btrfs_create_tree()Filipe Manana
2026-02-03btrfs: merge setting ret and return retDavid Sterba
2026-02-03btrfs: switch to library APIs for checksumsEric Biggers
2026-01-21btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo
2026-01-20btrfs: add extra device item checks at mountQu Wenruo
2026-01-20btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREEMark Harmstone
2026-01-20btrfs: reject new transactions if the fs is fully read-onlyQu Wenruo
2026-01-06btrfs: show correct warning if can't read data reloc treeMark Harmstone
2025-11-25btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()Filipe Manana
2025-11-25btrfs: raid56: enable bs > ps supportQu Wenruo
2025-11-24btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large foliosQu Wenruo
2025-11-24btrfs: move and rename CSUM_FMT definitionDavid Sterba
2025-11-24btrfs: remove btrfs_fs_info::compressed_write_workersQu Wenruo
2025-11-24btrfs: headers cleanup to remove unnecessary local includesQu Wenruo
2025-10-06Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-01btrfs: fix PAGE_SIZE format specifier in open_ctree()Nathan Chancellor
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: enable experimental bs > ps supportQu Wenruo
2025-09-23btrfs: annotate btrfs_is_testing() as unlikely and make it return boolFilipe Manana
2025-09-23btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana
2025-09-23btrfs: cache max and min order inside btrfs_fs_infoQu Wenruo
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-23btrfs: add workspace manager initialization for zstdQu Wenruo
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-09-22btrfs: simplify support block size checkQu Wenruo
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-13btrfs: set AS_KERNEL_FILE on the btree_inodeBoris Burkov
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana
2025-07-22btrfs: index buffer_tree using node sizeDaniel Vacek
2025-07-22btrfs: call btrfs_close_devices() from ->kill_sbChristoph Hellwig
2025-07-22btrfs: qgroup: remove no longer used fs_info->qgroup_ulistFilipe Manana
2025-07-21btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana
2025-07-21btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_warn()David Sterba
2025-07-21btrfs: zoned: reserve data_reloc block group on mountJohannes Thumshirn
2025-06-30btrfs: stop parsing crc32c driver nameEric Biggers
2025-06-19btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo