index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
fs.h
Age
Commit message (
Expand
)
Author
2023-12-15
btrfs: remove old mount API code
Josef Bacik
2023-12-15
btrfs: add a NOSPACECACHE mount option flag
Josef Bacik
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
2023-10-12
btrfs: add and use helpers for reading and writing last_trans_committed
Filipe Manana
2023-10-12
btrfs: add and use helpers for reading and writing fs_info->generation
Filipe Manana
2023-10-12
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
2023-10-12
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
2023-10-12
btrfs: add raid stripe tree to features enabled with debug config
Johannes Thumshirn
2023-10-12
btrfs: read raid stripe tree from disk
Johannes Thumshirn
2023-10-12
btrfs: warn on tree blocks which are not nodesize aligned
Qu Wenruo
2023-10-12
btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY option
Qu Wenruo
2023-08-21
btrfs: zoned: activate metadata block group on write time
Naohiro Aota
2023-08-21
btrfs: store the error that turned the fs into error state
Filipe Manana
2023-06-19
btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_roots
Filipe Manana
2023-06-19
btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workers
Qu Wenruo
2023-06-19
btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED
Christoph Hellwig
2023-06-19
btrfs: remove hipri_workers workqueue
Christoph Hellwig
2023-04-17
btrfs: scrub: remove scrub_parity structure
Qu Wenruo
2023-04-17
btrfs: use a constant for the number of metadata units needed for an unlink
Filipe Manana
2023-04-17
btrfs: constify fs_info argument of the metadata size calculation helpers
Filipe Manana
2023-04-17
btrfs: remove obsolete delayed ref throttling logic when truncating items
Filipe Manana
2023-04-17
btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPP
Anand Jain
2023-03-15
btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
Josef Bacik
2023-02-15
btrfs: calculate file system wide queue limit for zoned mode
Christoph Hellwig
2023-02-13
btrfs: sysfs: update fs features directory asynchronously
Qu Wenruo
2023-01-11
btrfs: zoned: enable metadata over-commit for non-ZNS setup
Naohiro Aota
2022-12-05
btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_work
Qu Wenruo
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
2022-12-05
btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.h
Josef Bacik
2022-12-05
btrfs: add dependencies to fs.h and block-rsv.h
Josef Bacik
2022-12-05
btrfs: move btrfs_fs_info declarations into fs.h
Josef Bacik
2022-12-05
btrfs: move the compat/incompat flag masks to fs.h
Josef Bacik
2022-12-05
btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
Josef Bacik
2022-12-05
btrfs: move fs_info::flags enum to fs.h
Josef Bacik
2022-12-05
btrfs: move mount option definitions to fs.h
Josef Bacik
2022-12-05
btrfs: convert incompat and compat flag test helpers to macros
Josef Bacik
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik