summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/fs.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove old mount API codeJosef Bacik2023-12-151-14/+0
* btrfs: add a NOSPACECACHE mount option flagJosef Bacik2023-12-151-0/+1
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-151-1/+2
* btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana2023-10-121-0/+14
* btrfs: add and use helpers for reading and writing fs_info->generationFilipe Manana2023-10-121-0/+16
* btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov2023-10-121-0/+1
* btrfs: qgroup: add new quota mode for simple quotasBoris Burkov2023-10-121-1/+2
* btrfs: add raid stripe tree to features enabled with debug configJohannes Thumshirn2023-10-121-0/+1
* btrfs: read raid stripe tree from diskJohannes Thumshirn2023-10-121-0/+1
* btrfs: warn on tree blocks which are not nodesize alignedQu Wenruo2023-10-121-0/+6
* btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo2023-10-121-16/+11
* btrfs: zoned: activate metadata block group on write timeNaohiro Aota2023-08-211-0/+3
* btrfs: store the error that turned the fs into error stateFilipe Manana2023-08-211-4/+8
* btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsFilipe Manana2023-06-191-0/+1
* btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo2023-06-191-1/+0
* btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig2023-06-191-1/+1
* btrfs: remove hipri_workers workqueueChristoph Hellwig2023-06-191-1/+0
* btrfs: scrub: remove scrub_parity structureQu Wenruo2023-04-171-1/+0
* btrfs: use a constant for the number of metadata units needed for an unlinkFilipe Manana2023-04-171-0/+12
* btrfs: constify fs_info argument of the metadata size calculation helpersFilipe Manana2023-04-171-2/+2
* btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana2023-04-171-1/+0
* btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPPAnand Jain2023-04-171-20/+15
* btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik2023-03-151-5/+2
* btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig2023-02-151-1/+4
* btrfs: sysfs: update fs features directory asynchronouslyQu Wenruo2023-02-131-0/+6
* btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota2023-01-111-0/+6
* btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_workQu Wenruo2022-12-051-1/+0
* btrfs: move super_block specific helpers into super.hJosef Bacik2022-12-051-17/+0
* btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.hJosef Bacik2022-12-051-0/+9
* btrfs: add dependencies to fs.h and block-rsv.hJosef Bacik2022-12-051-0/+8
* btrfs: move btrfs_fs_info declarations into fs.hJosef Bacik2022-12-051-0/+660
* btrfs: move the compat/incompat flag masks to fs.hJosef Bacik2022-12-051-0/+57
* btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik2022-12-051-0/+3
* btrfs: move fs_info::flags enum to fs.hJosef Bacik2022-12-051-0/+68
* btrfs: move mount option definitions to fs.hJosef Bacik2022-12-051-0/+63
* btrfs: convert incompat and compat flag test helpers to macrosJosef Bacik2022-12-051-14/+6
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-0/+49
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+85