aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/fs.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-24btrfs: move and rename CSUM_FMT definitionDavid Sterba1-0/+4
2025-11-24btrfs: remove btrfs_fs_info::compressed_write_workersQu Wenruo1-1/+0
2025-11-24btrfs: 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-21btrfs: 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
2024-07-19Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-33/+33
2024-07-19btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo1-33/+33
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-7/+10
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana1-0/+1
2024-07-11btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo1-0/+1
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo1-1/+4
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba1-5/+5
2024-07-11btrfs: cleanup recursive include of the same headerQu Wenruo1-1/+0
2024-05-07btrfs: remove duplicate included header from fs.hThorsten Blum1-1/+0
2024-05-07btrfs: add a shrinker for extent mapsFilipe Manana1-0/+2
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana1-0/+2
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args::nameDavid Sterba1-0/+2
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba1-2/+40
2024-03-04btrfs: add helper to get fs_info from struct inode pointerDavid Sterba1-0/+3
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba1-0/+3
2024-03-04btrfs: add helpers to get inode from page/folio pointersDavid Sterba1-0/+5
2024-03-04btrfs: document what the spinlock unused_bgs_lock protectsFilipe Manana1-0/+3
2024-03-04btrfs: remove unused included headersDavid Sterba1-1/+0
2023-12-15btrfs: remove old mount API codeJosef Bacik1-14/+0
2023-12-15btrfs: add a NOSPACECACHE mount option flagJosef Bacik1-0/+1
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-1/+2
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana1-0/+14
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationFilipe Manana1-0/+16
2023-10-12btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov1-0/+1
2023-10-12btrfs: qgroup: add new quota mode for simple quotasBoris Burkov1-1/+2
2023-10-12btrfs: add raid stripe tree to features enabled with debug configJohannes Thumshirn1-0/+1
2023-10-12btrfs: read raid stripe tree from diskJohannes Thumshirn1-0/+1
2023-10-12btrfs: warn on tree blocks which are not nodesize alignedQu Wenruo1-0/+6
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo1-16/+11
2023-08-21btrfs: zoned: activate metadata block group on write timeNaohiro Aota1-0/+3
2023-08-21btrfs: store the error that turned the fs into error stateFilipe Manana1-4/+8
2023-06-19btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsFilipe Manana1-0/+1
2023-06-19btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo1-1/+0
2023-06-19btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig1-1/+1
2023-06-19btrfs: remove hipri_workers workqueueChristoph Hellwig1-1/+0
2023-04-17btrfs: scrub: remove scrub_parity structureQu Wenruo1-1/+0
2023-04-17btrfs: use a constant for the number of metadata units needed for an unlinkFilipe Manana1-0/+12
2023-04-17btrfs: constify fs_info argument of the metadata size calculation helpersFilipe Manana1-2/+2
2023-04-17btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana1-1/+0
2023-04-17btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPPAnand Jain1-20/+15
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik1-5/+2
2023-02-15btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig1-1/+4
2023-02-13btrfs: sysfs: update fs features directory asynchronouslyQu Wenruo1-0/+6
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota1-0/+6
2022-12-05btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_workQu Wenruo1-1/+0
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik1-17/+0
2022-12-05btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.hJosef Bacik1-0/+9
2022-12-05btrfs: add dependencies to fs.h and block-rsv.hJosef Bacik1-0/+8
2022-12-05btrfs: move btrfs_fs_info declarations into fs.hJosef Bacik1-0/+660
2022-12-05btrfs: move the compat/incompat flag masks to fs.hJosef Bacik1-0/+57
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik1-0/+3
2022-12-05btrfs: move fs_info::flags enum to fs.hJosef Bacik1-0/+68
2022-12-05btrfs: move mount option definitions to fs.hJosef Bacik1-0/+63
2022-12-05btrfs: convert incompat and compat flag test helpers to macrosJosef Bacik1-14/+6
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik1-0/+49
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+85