aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: use btrfs_is_testing() everywhereGravatar David Sterba 1-4/+4
2024-03-04btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorGravatar Naohiro Aota 1-0/+44
2024-03-04btrfs: sysfs: drop unnecessary double logical negation in acl_show()Gravatar Neal Gompa 1-1/+1
2024-03-04btrfs: use READ/WRITE_ONCE for fs_devices->read_policyGravatar Naohiro Aota 1-3/+4
2023-12-15btrfs: sysfs: validate scrub_speed_max valueGravatar David Disseldorp 1-0/+4
2023-10-12btrfs: sysfs: show temp_fsid featureGravatar Anand Jain 1-0/+18
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: sysfs: add simple_quota incompat feature entryGravatar Boris Burkov 1-0/+2
2023-10-12btrfs: sysfs: expose quota mode via sysfsGravatar Boris Burkov 1-0/+28
2023-10-12btrfs: sysfs: announce presence of raid-stripe-treeGravatar Johannes Thumshirn 1-0/+3
2023-08-21btrfs: sysfs: show if ACL support has been compiled inGravatar Anand Jain 1-0/+7
2023-04-17btrfs: sysfs: relax bg_reclaim_threshold for debugging purposesGravatar Naohiro Aota 1-0/+5
2023-03-01btrfs: sysfs: add size class statsGravatar Boris Burkov 1-0/+42
2023-02-15btrfs: make kobj_type structures constantGravatar Thomas Weißschuh 1-6/+6
2023-02-13btrfs: sysfs: update fs features directory asynchronouslyGravatar Qu Wenruo 1-21/+8
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorGravatar David Sterba 1-1/+1
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagGravatar Josef Bacik 1-2/+2
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-1/+1
2022-12-05btrfs: sysfs: convert remaining scnprintf to sysfs_emitGravatar David Sterba 1-3/+3
2022-11-23btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Gravatar Zhen Lei 1-2/+5
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Gravatar Qu Wenruo 1-0/+39
2022-09-26btrfs: sysfs: introduce global qgroup attribute groupGravatar Qu Wenruo 1-4/+61
2022-09-26btrfs: remove the unnecessary result variablesGravatar zhang songyi 1-8/+2
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Gravatar Qu Wenruo 1-0/+2
2022-09-26btrfs: sysfs: show discard stats and tunables in non-debug buildGravatar David Sterba 1-19/+16
2022-09-26btrfs: sysfs: use sysfs_streq for string matchingGravatar David Sterba 1-20/+1
2022-07-25btrfs: sysfs: remove BIG_METADATA feature filesGravatar Nikolay Borisov 1-2/+0
2022-07-25btrfs: sysfs: remove MIXED_BACKREF feature fileGravatar Nikolay Borisov 1-2/+0
2022-07-25btrfs: sysfs: export commit statsGravatar Ioannis Angelakopoulos 1-1/+43
2022-07-25btrfs: sysfs: advertise zoned support among featuresGravatar David Sterba 1-3/+6
2022-07-25btrfs: sysfs: add force_chunk_alloc trigger to force allocationGravatar Stefan Roesch 1-0/+53
2022-07-25btrfs: sysfs: export chunk size in space infosGravatar Stefan Roesch 1-0/+74
2022-07-25btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2022-05-16btrfs: change the bg_reclaim_threshold valid region from 0 to 100Gravatar Josef Bacik 1-1/+1
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoGravatar Josef Bacik 1-0/+37
2022-05-16btrfs: expand subpage support to any PAGE_SIZE > 4KGravatar Qu Wenruo 1-4/+2
2022-05-05btrfs: sysfs: export the balance paused state of exclusive operationGravatar David Sterba 1-0/+3
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertGravatar David Sterba 1-5/+5
2022-03-14btrfs: add definition for EXTENT_TREE_V2Gravatar Josef Bacik 1-1/+4
2022-01-07btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the deviceGravatar Anand Jain 1-0/+11
2021-10-26btrfs: sysfs: convert scnprintf and snprintf to sysfs_emitGravatar Anand Jain 1-49/+44
2021-08-23btrfs: sysfs: document structures and their associated filesGravatar Anand Jain 1-16/+75
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimGravatar Johannes Thumshirn 1-3/+4
2021-08-23btrfs: initial fsverity supportGravatar Boris Burkov 1-0/+6
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsGravatar Qu Wenruo 1-0/+4
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedGravatar Josef Bacik 1-13/+0
2021-06-22btrfs: sysfs: export dev stats in devinfo directoryGravatar David Sterba 1-0/+29
2021-06-21btrfs: sysfs: fix format string for some discard statsGravatar David Sterba 1-2/+2