aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-15btrfs: introduce tree-log sub-space_infoNaohiro Aota1-2/+9
2025-05-15btrfs: introduce btrfs_space_info sub-groupNaohiro Aota1-3/+15
2025-03-18btrfs: allow debug builds to accept 2K block sizeQu Wenruo1-1/+2
2025-03-18btrfs: sysfs: accept size suffixes for read policy valuesAnand Jain1-5/+6
2025-02-26btrfs: replace deprecated strncpy() with strscpy()Thorsten Blum1-2/+2
2025-01-13btrfs: configure read policy via module parameterAnand Jain1-1/+30
2025-01-13btrfs: add read policy to set a preferred deviceAnand Jain1-1/+30
2025-01-13btrfs: introduce RAID1 round-robin read balancingAnand Jain1-1/+47
2025-01-13btrfs: sysfs: handle value associated with read balancing policyAnand Jain1-2/+22
2025-01-13btrfs: sysfs: add btrfs_read_policy_to_enum() helper and refactor read policy storeAnand Jain1-12/+22
2025-01-13btrfs: sysfs: refactor output formatting in btrfs_read_policy_show()Anand Jain1-8/+10
2024-12-23btrfs: sysfs: fix direct super block member readsQu Wenruo1-3/+3
2024-11-28btrfs: sysfs: advertise experimental features only if CONFIG_BTRFS_EXPERIMENTAL=yFilipe Manana1-2/+2
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo1-2/+2
2024-07-11btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo1-0/+1
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo1-0/+1
2024-07-11btrfs: periodic block_group reclaimBoris Burkov1-0/+34
2024-07-11btrfs: dynamic block_group reclaim thresholdBoris Burkov1-1/+42
2024-07-11btrfs: report reclaim stats in sysfsBoris Burkov1-0/+6
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba1-4/+4
2024-03-04btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorNaohiro Aota1-0/+44
2024-03-04btrfs: sysfs: drop unnecessary double logical negation in acl_show()Neal Gompa1-1/+1
2024-03-04btrfs: use READ/WRITE_ONCE for fs_devices->read_policyNaohiro Aota1-3/+4
2023-12-15btrfs: sysfs: validate scrub_speed_max valueDavid Disseldorp1-0/+4
2023-10-12btrfs: sysfs: show temp_fsid featureAnand Jain1-0/+18
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationFilipe Manana1-1/+1
2023-10-12btrfs: sysfs: add simple_quota incompat feature entryBoris Burkov1-0/+2
2023-10-12btrfs: sysfs: expose quota mode via sysfsBoris Burkov1-0/+28
2023-10-12btrfs: sysfs: announce presence of raid-stripe-treeJohannes Thumshirn1-0/+3
2023-08-21btrfs: sysfs: show if ACL support has been compiled inAnand Jain1-0/+7
2023-04-17btrfs: sysfs: relax bg_reclaim_threshold for debugging purposesNaohiro Aota1-0/+5
2023-03-01btrfs: sysfs: add size class statsBoris Burkov1-0/+42
2023-02-15btrfs: make kobj_type structures constantThomas Weißschuh1-6/+6
2023-02-13btrfs: sysfs: update fs features directory asynchronouslyQu Wenruo1-21/+8
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba1-1/+1
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik1-2/+2
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-1/+1
2022-12-05btrfs: sysfs: convert remaining scnprintf to sysfs_emitDavid Sterba1-3/+3
2022-11-23btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei1-2/+5
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_transaction()Qu Wenruo1-0/+39
2022-09-26btrfs: sysfs: introduce global qgroup attribute groupQu Wenruo1-4/+61
2022-09-26btrfs: remove the unnecessary result variableszhang songyi1-8/+2
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo1-0/+2
2022-09-26btrfs: sysfs: show discard stats and tunables in non-debug buildDavid Sterba1-19/+16
2022-09-26btrfs: sysfs: use sysfs_streq for string matchingDavid Sterba1-20/+1
2022-07-25btrfs: sysfs: remove BIG_METADATA feature filesNikolay Borisov1-2/+0
2022-07-25btrfs: sysfs: remove MIXED_BACKREF feature fileNikolay Borisov1-2/+0
2022-07-25btrfs: sysfs: export commit statsIoannis Angelakopoulos1-1/+43