Age | Commit message (Expand) | Author | Files | Lines |
2023-04-17 | btrfs: scrub: remove scrub_parity structure | Qu Wenruo | 1 | -1/+0 |
2023-04-17 | btrfs: use a constant for the number of metadata units needed for an unlink | Filipe Manana | 1 | -0/+12 |
2023-04-17 | btrfs: constify fs_info argument of the metadata size calculation helpers | Filipe Manana | 1 | -2/+2 |
2023-04-17 | btrfs: remove obsolete delayed ref throttling logic when truncating items | Filipe Manana | 1 | -1/+0 |
2023-04-17 | btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPP | Anand Jain | 1 | -20/+15 |
2023-03-15 | btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING | Josef Bacik | 1 | -5/+2 |
2023-02-15 | btrfs: calculate file system wide queue limit for zoned mode | Christoph Hellwig | 1 | -1/+4 |
2023-02-13 | btrfs: sysfs: update fs features directory asynchronously | Qu Wenruo | 1 | -0/+6 |
2023-01-11 | btrfs: zoned: enable metadata over-commit for non-ZNS setup | Naohiro Aota | 1 | -0/+6 |
2022-12-05 | btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_work | Qu Wenruo | 1 | -1/+0 |
2022-12-05 | btrfs: move super_block specific helpers into super.h | Josef Bacik | 1 | -17/+0 |
2022-12-05 | btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.h | Josef Bacik | 1 | -0/+9 |
2022-12-05 | btrfs: add dependencies to fs.h and block-rsv.h | Josef Bacik | 1 | -0/+8 |
2022-12-05 | btrfs: move btrfs_fs_info declarations into fs.h | Josef Bacik | 1 | -0/+660 |
2022-12-05 | btrfs: move the compat/incompat flag masks to fs.h | Josef Bacik | 1 | -0/+57 |
2022-12-05 | btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag | Josef Bacik | 1 | -0/+3 |
2022-12-05 | btrfs: move fs_info::flags enum to fs.h | Josef Bacik | 1 | -0/+68 |
2022-12-05 | btrfs: move mount option definitions to fs.h | Josef Bacik | 1 | -0/+63 |
2022-12-05 | btrfs: convert incompat and compat flag test helpers to macros | Josef Bacik | 1 | -14/+6 |
2022-12-05 | btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h | Josef Bacik | 1 | -0/+49 |
2022-12-05 | btrfs: move fs wide helpers out of ctree.h | Josef Bacik | 1 | -0/+85 |