summaryrefslogtreecommitdiff
path: root/fs/btrfs/fs.h
AgeCommit message (Expand)Author
9 daysbtrfs: add tracking of read blocks for read policyAnand Jain
9 daysbtrfs: don't include linux/rwlock_types.h directlyWolfram Sang
9 daysbtrfs: use uuid_is_null() to verify if an uuid is emptyFilipe Manana
9 daysbtrfs: move btrfs_alloc_write_mask() into fs.hFilipe Manana
9 daysbtrfs: move BTRFS_BYTES_TO_BLKS() into fs.hFilipe Manana
9 daysbtrfs: move the folio ordered helpers from ctree.h into fs.hFilipe Manana
9 daysbtrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.cFilipe Manana
9 daysbtrfs: move csum related functions from ctree.c into fs.cFilipe Manana
2024-11-11btrfs: rename extent map shrinker members from struct btrfs_fs_infoFilipe Manana
2024-11-11btrfs: simplify tracking progress for the extent map shrinkerFilipe Manana
2024-11-11btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana
2024-11-11btrfs: remove unused page_to_inode and page_to_fs_info macrosYouling Tang
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo
2024-11-11btrfs: don't take dev_replace rwsem on task already holding itJohannes Thumshirn
2024-09-10btrfs: subpage: remove btrfs_fs_info::subpage_info memberQu Wenruo
2024-07-19Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-07-19btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana
2024-07-11btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: cleanup recursive include of the same headerQu Wenruo
2024-05-07btrfs: remove duplicate included header from fs.hThorsten Blum
2024-05-07btrfs: add a shrinker for extent mapsFilipe Manana
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args::nameDavid Sterba
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba
2024-03-04btrfs: add helper to get fs_info from struct inode pointerDavid Sterba
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba
2024-03-04btrfs: add helpers to get inode from page/folio pointersDavid Sterba
2024-03-04btrfs: document what the spinlock unused_bgs_lock protectsFilipe Manana
2024-03-04btrfs: remove unused included headersDavid Sterba
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