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