aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args::nameGravatar David Sterba 1-0/+2
2024-03-04btrfs: add forward declarations and headers, part 3Gravatar David Sterba 1-2/+40
2024-03-04btrfs: add helper to get fs_info from struct inode pointerGravatar David Sterba 1-0/+3
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersGravatar David Sterba 1-0/+3
2024-03-04btrfs: add helpers to get inode from page/folio pointersGravatar David Sterba 1-0/+5
2024-03-04btrfs: document what the spinlock unused_bgs_lock protectsGravatar Filipe Manana 1-0/+3
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-1/+0
2023-12-15btrfs: remove old mount API codeGravatar Josef Bacik 1-14/+0
2023-12-15btrfs: add a NOSPACECACHE mount option flagGravatar Josef Bacik 1-0/+1
2023-12-15btrfs: use a dedicated data structure for chunk mapsGravatar Filipe Manana 1-1/+2
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedGravatar Filipe Manana 1-0/+14
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationGravatar Filipe Manana 1-0/+16
2023-10-12btrfs: qgroup: check generation when recording simple quota deltaGravatar Boris Burkov 1-0/+1
2023-10-12btrfs: qgroup: add new quota mode for simple quotasGravatar Boris Burkov 1-1/+2
2023-10-12btrfs: add raid stripe tree to features enabled with debug configGravatar Johannes Thumshirn 1-0/+1
2023-10-12btrfs: read raid stripe tree from diskGravatar Johannes Thumshirn 1-0/+1
2023-10-12btrfs: warn on tree blocks which are not nodesize alignedGravatar Qu Wenruo 1-0/+6
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionGravatar Qu Wenruo 1-16/+11
2023-08-21btrfs: zoned: activate metadata block group on write timeGravatar Naohiro Aota 1-0/+3
2023-08-21btrfs: store the error that turned the fs into error stateGravatar Filipe Manana 1-4/+8
2023-06-19btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsGravatar Filipe Manana 1-0/+1
2023-06-19btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersGravatar Qu Wenruo 1-1/+0
2023-06-19btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONEDGravatar Christoph Hellwig 1-1/+1
2023-06-19btrfs: remove hipri_workers workqueueGravatar Christoph Hellwig 1-1/+0
2023-04-17btrfs: scrub: remove scrub_parity structureGravatar Qu Wenruo 1-1/+0
2023-04-17btrfs: use a constant for the number of metadata units needed for an unlinkGravatar Filipe Manana 1-0/+12
2023-04-17btrfs: constify fs_info argument of the metadata size calculation helpersGravatar Filipe Manana 1-2/+2
2023-04-17btrfs: remove obsolete delayed ref throttling logic when truncating itemsGravatar Filipe Manana 1-1/+0
2023-04-17btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPPGravatar Anand Jain 1-20/+15
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGGravatar Josef Bacik 1-5/+2
2023-02-15btrfs: calculate file system wide queue limit for zoned modeGravatar Christoph Hellwig 1-1/+4
2023-02-13btrfs: sysfs: update fs features directory asynchronouslyGravatar Qu Wenruo 1-0/+6
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupGravatar Naohiro Aota 1-0/+6
2022-12-05btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_workGravatar Qu Wenruo 1-1/+0
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-17/+0
2022-12-05btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.hGravatar Josef Bacik 1-0/+9
2022-12-05btrfs: add dependencies to fs.h and block-rsv.hGravatar Josef Bacik 1-0/+8
2022-12-05btrfs: move btrfs_fs_info declarations into fs.hGravatar Josef Bacik 1-0/+660
2022-12-05btrfs: move the compat/incompat flag masks to fs.hGravatar Josef Bacik 1-0/+57
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagGravatar Josef Bacik 1-0/+3
2022-12-05btrfs: move fs_info::flags enum to fs.hGravatar Josef Bacik 1-0/+68
2022-12-05btrfs: move mount option definitions to fs.hGravatar Josef Bacik 1-0/+63
2022-12-05btrfs: convert incompat and compat flag test helpers to macrosGravatar Josef Bacik 1-14/+6
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hGravatar Josef Bacik 1-0/+49
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+85