summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/fs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: subpage: remove btrfs_fs_info::subpage_info memberQu Wenruo2024-09-101-1/+1
* Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-07-191-33/+33
|\
| * btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo2024-07-191-33/+33
* | Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-07-171-7/+10
|\|
| * btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo2024-07-111-0/+1
| * btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo2024-07-111-1/+4
| * btrfs: constify pointer parameters where applicableDavid Sterba2024-07-111-5/+5
| * btrfs: cleanup recursive include of the same headerQu Wenruo2024-07-111-1/+0
* | btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana2024-07-111-0/+1
|/
* btrfs: remove duplicate included header from fs.hThorsten Blum2024-05-071-1/+0
* btrfs: add a shrinker for extent mapsFilipe Manana2024-05-071-0/+2
* btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana2024-05-071-0/+2
* btrfs: factor out validation of btrfs_ioctl_vol_args::nameDavid Sterba2024-03-041-0/+2
* btrfs: add forward declarations and headers, part 3David Sterba2024-03-041-2/+40
* btrfs: add helper to get fs_info from struct inode pointerDavid Sterba2024-03-041-0/+3
* btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba2024-03-041-0/+3
* btrfs: add helpers to get inode from page/folio pointersDavid Sterba2024-03-041-0/+5
* btrfs: document what the spinlock unused_bgs_lock protectsFilipe Manana2024-03-041-0/+3
* btrfs: remove unused included headersDavid Sterba2024-03-041-1/+0
* 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