| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-03-23 | btrfs: sysfs: Use scnprintf() instead of snprintf() |  Takashi Iwai | 1 | -29/+28 |
| 2020-03-23 | btrfs: sysfs, unify handler name of devinfo/missing |  Anand Jain | 1 | -2/+2 |
| 2020-03-23 | btrfs: sysfs, rename device_link add/remove functions |  Anand Jain | 1 | -5/+5 |
| 2020-03-23 | btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsid |  Anand Jain | 1 | -1/+1 |
| 2020-02-12 | btrfs: sysfs, move device id directories to UUID/devinfo |  Anand Jain | 1 | -1/+1 |
| 2020-02-12 | btrfs: sysfs, add UUID/devinfo kobject |  Anand Jain | 1 | -0/+15 |
| 2020-01-23 | btrfs: sysfs, add devid/dev_state kobject and device attributes |  Anand Jain | 1 | -23/+132 |
| 2020-01-20 | btrfs: keep track of discard reuse stats |  Dennis Zhou | 1 | -0/+36 |
| 2020-01-20 | btrfs: make max async discard size tunable |  Dennis Zhou | 1 | -0/+31 |
| 2020-01-20 | btrfs: add kbps discard rate limit for async discard |  Dennis Zhou | 1 | -0/+31 |
| 2020-01-20 | btrfs: calculate discard delay based on number of extents |  Dennis Zhou | 1 | -0/+31 |
| 2020-01-20 | btrfs: keep track of discardable_bytes for async discard |  Dennis Zhou | 1 | -0/+12 |
| 2020-01-20 | btrfs: track discardable extents for async discard |  Dennis Zhou | 1 | -0/+15 |
| 2020-01-20 | btrfs: sysfs: add UUID/debug/discard directory |  Dennis Zhou | 1 | -0/+26 |
| 2020-01-20 | btrfs: sysfs: make UUID/debug have its own kobject |  Dennis Zhou | 1 | -4/+16 |
| 2020-01-20 | btrfs: sysfs: add removal calls for debug/ |  Dennis Zhou | 1 | -0/+7 |
| 2020-01-20 | btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsid |  Anand Jain | 1 | -12/+9 |
| 2020-01-20 | btrfs: sysfs, rename btrfs_sysfs_add_device() |  Anand Jain | 1 | -1/+1 |
| 2020-01-20 | btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parent |  Anand Jain | 1 | -5/+6 |
| 2020-01-20 | btrfs: sysfs, rename devices kobject holder to devices_kobj |  Anand Jain | 1 | -14/+12 |
| 2019-11-18 | btrfs: rename btrfs_block_group_cache |  David Sterba | 1 | -2/+2 |
| 2019-11-18 | btrfs: add incompat for raid1 with 3, 4 copies |  David Sterba | 1 | -0/+2 |
| 2019-11-18 | btrfs: add dedicated members for start and length of a block group |  David Sterba | 1 | -1/+1 |
| 2019-11-18 | btrfs: move block_group_item::used to block group |  David Sterba | 1 | -1/+1 |
| 2019-11-18 | btrfs: sysfs: show used checksum driver per filesystem |  Johannes Thumshirn | 1 | -0/+15 |
| 2019-11-18 | btrfs: sysfs: export supported checksums |  David Sterba | 1 | -0/+22 |
| 2019-09-09 | btrfs: sysfs: move helper macros to sysfs.c |  David Sterba | 1 | -0/+48 |
| 2019-09-09 | btrfs: sysfs: move type conversion helpers to sysfs.c |  David Sterba | 1 | -0/+16 |
| 2019-09-09 | btrfs: cleanup kobject.h includes |  David Sterba | 1 | -1/+0 |
| 2019-09-09 | btrfs: factor out sysfs code for updating sprout fsid |  David Sterba | 1 | -0/+15 |
| 2019-09-09 | btrfs: factor out sysfs code for deleting block group and space infos |  David Sterba | 1 | -0/+22 |
| 2019-09-09 | btrfs: factor out sysfs code for sending device uevent |  David Sterba | 1 | -0/+11 |
| 2019-09-09 | btrfs: sysfs: replace direct access to feature set names with a helper |  David Sterba | 1 | -1/+6 |
| 2019-09-09 | btrfs: sysfs: unexport space_info_ktype |  David Sterba | 1 | -1/+1 |
| 2019-09-09 | btrfs: factor out sysfs code for creating space infos |  David Sterba | 1 | -0/+37 |
| 2019-09-09 | btrfs: sysfs: unexport btrfs_raid_ktype |  David Sterba | 1 | -1/+1 |
| 2019-09-09 | btrfs: factor sysfs code out of link_block_group |  David Sterba | 1 | -0/+46 |
| 2019-09-09 | btrfs: delete debugfs code |  David Sterba | 1 | -30/+0 |
| 2019-09-09 | btrfs: sysfs: add debugging exports |  David Sterba | 1 | -0/+32 |
| 2019-09-09 | btrfs: move basic block_group definitions to their own header |  Josef Bacik | 1 | -0/+1 |
| 2019-07-16 | Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux |  Linus Torvalds | 1 | -0/+1 |
| 2019-07-02 | btrfs: move space_info to space-info.h |  Josef Bacik | 1 | -0/+1 |
| 2019-06-21 | btrfs: sysfs: Replace default_attrs in ktypes with groups |  Kimberly Brown | 1 | -3/+5 |
| 2019-06-03 | btrfs: no need to check return value of debugfs_create functions |  Greg Kroah-Hartman | 1 | -8/+2 |
| 2019-05-16 | btrfs: sysfs: don't leak memory when failing add fsid |  Tobin C. Harding | 1 | -1/+6 |
| 2018-12-17 | btrfs: Add sysfs support for metadata_uuid feature |  Nikolay Borisov | 1 | -0/+14 |
| 2018-08-06 | btrfs: prune unused includes |  David Sterba | 1 | -2/+0 |
| 2018-05-28 | btrfs: sysfs: Add entry which shows if rmdir can work on subvolumes |  Misono Tomohiro | 1 | -0/+39 |
| 2018-05-28 | btrfs: sysfs: Use enum/define value for feature array definitions |  Tomohiro Misono | 1 | -5/+6 |
| 2018-05-28 | btrfs: rename struct btrfs_fs_devices::list |  Anand Jain | 1 | -1/+1 |