summaryrefslogtreecommitdiff
path: root/fs/btrfs/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
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_...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
2022-07-25btrfs: sysfs: advertise zoned support among featuresDavid Sterba1-3/+6
2022-07-25btrfs: sysfs: add force_chunk_alloc trigger to force allocationStefan Roesch1-0/+53
2022-07-25btrfs: sysfs: export chunk size in space infosStefan Roesch1-0/+74
2022-07-25btrfs: fix typos in commentsDavid Sterba1-1/+1
2022-05-16btrfs: change the bg_reclaim_threshold valid region from 0 to 100Josef Bacik1-1/+1
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik1-0/+37
2022-05-16btrfs: expand subpage support to any PAGE_SIZE > 4KQu Wenruo1-4/+2
2022-05-05btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba1-0/+3
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba1-5/+5
2022-03-14btrfs: add definition for EXTENT_TREE_V2Josef Bacik1-1/+4
2022-01-07btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the deviceAnand Jain1-0/+11
2021-10-26btrfs: sysfs: convert scnprintf and snprintf to sysfs_emitAnand Jain1-49/+44
2021-08-23btrfs: sysfs: document structures and their associated filesAnand Jain1-16/+75
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn1-3/+4
2021-08-23btrfs: initial fsverity supportBoris Burkov1-0/+6
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo1-0/+4
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik1-13/+0
2021-06-22btrfs: sysfs: export dev stats in devinfo directoryDavid Sterba1-0/+29
2021-06-21btrfs: sysfs: fix format string for some discard statsDavid Sterba1-2/+2
2021-06-21btrfs: scrub: per-device bandwidth controlDavid Sterba1-0/+28
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn1-0/+35
2021-04-19btrfs: add sysfs interface for supported sectorsizeQu Wenruo1-0/+15
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota1-0/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+3
2020-12-08btrfs: introduce ZONED feature flagNaohiro Aota1-0/+7
2020-12-08btrfs: sysfs: remove unneeded semicolonTom Rix1-1/+1
2020-12-08btrfs: discard: reschedule work after sysfs param updatePavel Begunkov1-2/+3
2020-12-08btrfs: sysfs: add per-fs attribute for read policyAnand Jain1-0/+49
2020-12-08btrfs: add helper for string match ignoring leading/trailing whitespaceAnand Jain1-0/+19