summaryrefslogtreecommitdiff
path: root/fs/btrfs/fs.h
AgeCommit message (Expand)Author
2023-12-15btrfs: remove old mount API codeJosef Bacik
2023-12-15btrfs: add a NOSPACECACHE mount option flagJosef Bacik
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationFilipe Manana
2023-10-12btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov
2023-10-12btrfs: qgroup: add new quota mode for simple quotasBoris Burkov
2023-10-12btrfs: add raid stripe tree to features enabled with debug configJohannes Thumshirn
2023-10-12btrfs: read raid stripe tree from diskJohannes Thumshirn
2023-10-12btrfs: warn on tree blocks which are not nodesize alignedQu Wenruo
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo
2023-08-21btrfs: zoned: activate metadata block group on write timeNaohiro Aota
2023-08-21btrfs: store the error that turned the fs into error stateFilipe Manana
2023-06-19btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsFilipe Manana
2023-06-19btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo
2023-06-19btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig
2023-06-19btrfs: remove hipri_workers workqueueChristoph Hellwig
2023-04-17btrfs: scrub: remove scrub_parity structureQu Wenruo
2023-04-17btrfs: use a constant for the number of metadata units needed for an unlinkFilipe Manana
2023-04-17btrfs: constify fs_info argument of the metadata size calculation helpersFilipe Manana
2023-04-17btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana
2023-04-17btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPPAnand Jain
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-02-15btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig
2023-02-13btrfs: sysfs: update fs features directory asynchronouslyQu Wenruo
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2022-12-05btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_workQu Wenruo
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.hJosef Bacik
2022-12-05btrfs: add dependencies to fs.h and block-rsv.hJosef Bacik
2022-12-05btrfs: move btrfs_fs_info declarations into fs.hJosef Bacik
2022-12-05btrfs: move the compat/incompat flag masks to fs.hJosef Bacik
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik
2022-12-05btrfs: move fs_info::flags enum to fs.hJosef Bacik
2022-12-05btrfs: move mount option definitions to fs.hJosef Bacik
2022-12-05btrfs: convert incompat and compat flag test helpers to macrosJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik