| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-24 | btrfs: remove fs_info argument from btrfs_sysfs_add_space_info_type() | Filipe Manana | 1 | -2/+1 |
| 2025-03-18 | btrfs: update include and forward declarations in headers | David Sterba | 1 | -0/+1 |
| 2025-01-13 | btrfs: configure read policy via module parameter | Anand Jain | 1 | -0/+6 |
| 2024-03-04 | btrfs: add forward declarations and headers, part 1 | David Sterba | 1 | -0/+9 |
| 2023-02-13 | btrfs: sysfs: update fs features directory asynchronously | Qu Wenruo | 1 | -2/+1 |
| 2020-10-07 | btrfs: split and refactor btrfs_sysfs_remove_devices_dir | Anand Jain | 1 | -2/+1 |
| 2020-10-07 | btrfs: simplify parameters of btrfs_sysfs_add_devices_dir | Anand Jain | 1 | -2/+1 |
| 2020-10-07 | btrfs: make btrfs_sysfs_remove_devices_dir return void | Anand Jain | 1 | -2/+2 |
| 2020-10-07 | btrfs: remove const from btrfs_feature_set_name | David Sterba | 1 | -1/+1 |
| 2020-10-07 | btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsid | Nikolay Borisov | 1 | -2/+1 |
| 2020-07-27 | btrfs: qgroup: export qgroups in sysfs | Qu Wenruo | 1 | -0/+7 |
| 2020-03-23 | btrfs: sysfs, rename device_link add/remove functions | Anand Jain | 1 | -2/+2 |
| 2020-01-23 | btrfs: sysfs, add devid/dev_state kobject and device attributes | Anand Jain | 1 | -0/+1 |
| 2020-01-20 | btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsid | Anand Jain | 1 | -1/+0 |
| 2020-01-20 | btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parent | Anand Jain | 1 | -3/+2 |
| 2019-11-18 | btrfs: rename btrfs_block_group_cache | David Sterba | 1 | -1/+1 |
| 2019-09-09 | btrfs: sysfs: move helper macros to sysfs.c | David Sterba | 1 | -49/+0 |
| 2019-09-09 | btrfs: sysfs: move type conversion helpers to sysfs.c | David Sterba | 1 | -18/+0 |
| 2019-09-09 | btrfs: cleanup kobject.h includes | David Sterba | 1 | -0/+2 |
| 2019-09-09 | btrfs: factor out sysfs code for updating sprout fsid | David Sterba | 1 | -0/+2 |
| 2019-09-09 | btrfs: factor out sysfs code for deleting block group and space infos | David Sterba | 1 | -0/+1 |
| 2019-09-09 | btrfs: factor out sysfs code for sending device uevent | David Sterba | 1 | -0/+1 |
| 2019-09-09 | btrfs: sysfs: replace direct access to feature set names with a helper | David Sterba | 1 | -1/+1 |
| 2019-09-09 | btrfs: sysfs: unexport space_info_ktype | David Sterba | 1 | -1/+0 |
| 2019-09-09 | btrfs: factor out sysfs code for creating space infos | David Sterba | 1 | -0/+2 |
| 2019-09-09 | btrfs: sysfs: unexport btrfs_raid_ktype | David Sterba | 1 | -1/+0 |
| 2019-09-09 | btrfs: factor sysfs code out of link_block_group | David Sterba | 1 | -0/+1 |
| 2019-09-09 | btrfs: move sysfs declarations out of ctree.h | David Sterba | 1 | -0/+11 |
| 2019-09-09 | btrfs: delete debugfs code | David Sterba | 1 | -5/+0 |
| 2018-12-17 | btrfs: drop extra enum initialization where using defaults | David Sterba | 1 | -1/+1 |
| 2018-05-28 | btrfs: sysfs: Use enum/define value for feature array definitions | Tomohiro Misono | 1 | -2/+2 |
| 2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- headers | David Sterba | 1 | -3/+4 |
| 2017-11-14 | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -15/+11 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-30 | btrfs: prefix sysfs attribute struct names | Hans van Kranenburg | 1 | -15/+11 |
| 2016-01-21 | btrfs: sysfs: introduce helper for syncing bits with sysfs files | David Sterba | 1 | -0/+3 |
| 2016-01-20 | btrfs: sysfs: fix typo in compat_ro attribute definition | David Sterba | 1 | -1/+1 |
| 2015-09-29 | Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_link | Anand Jain | 1 | -1/+1 |
| 2015-09-29 | Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_link | Anand Jain | 1 | -1/+1 |
| 2015-05-27 | Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non static | Anand Jain | 1 | -0/+1 |
| 2015-05-27 | Btrfs: sysfs: make btrfs_sysfs_add_device() non static | Anand Jain | 1 | -0/+1 |
| 2015-05-27 | Btrfs: sysfs: make btrfs_sysfs_add_fsid() non static | Anand Jain | 1 | -0/+2 |
| 2015-05-27 | Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_info | Anand Jain | 1 | -1/+1 |
| 2015-05-27 | Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_info | Anand Jain | 1 | -1/+1 |
| 2015-03-03 | btrfs: switch helper macros to static inlines in sysfs.h | David Sterba | 1 | -5/+17 |
| 2014-09-17 | btrfs: code optimize: BTRFS_ATTR_RW could set the mode | Anand Jain | 1 | -3/+4 |
| 2014-09-17 | btrfs: code optimize: BTRFS_ATTR could handle the mode | Anand Jain | 1 | -4/+7 |
| 2014-06-28 | btrfs: dev add should add its sysfs entry | Anand Jain | 1 | -0/+2 |
| 2014-06-28 | btrfs: dev delete should remove sysfs entry | Anand Jain | 1 | -0/+2 |
| 2014-03-10 | btrfs: add simple debugfs interface | David Sterba | 1 | -0/+5 |
| 2014-01-28 | btrfs: publish allocation data in sysfs | Jeff Mahoney | 1 | -0/+8 |
| 2014-01-28 | btrfs: use feature attribute names to print better error messages | Jeff Mahoney | 1 | -0/+2 |
| 2014-01-28 | btrfs: add ability to change features via sysfs | Jeff Mahoney | 1 | -1/+2 |
| 2014-01-28 | btrfs: publish per-super attributes in sysfs | Jeff Mahoney | 1 | -0/+10 |
| 2014-01-28 | btrfs: publish supported featured in sysfs | Jeff Mahoney | 1 | -0/+43 |