summaryrefslogtreecommitdiff
path: root/fs/btrfs/sysfs.c
AgeCommit message (Expand)Author
2020-09-22btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain
2020-08-10btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()Qu Wenruo
2020-07-27btrfs: sysfs: use NOFS for device creationJosef Bacik
2020-07-27btrfs: sysfs: add bdi link to the fsid directoryNikolay Borisov
2020-07-27btrfs: qgroup: export qgroups in sysfsQu Wenruo
2020-03-23btrfs: sysfs: Use scnprintf() instead of snprintf()Takashi Iwai
2020-03-23btrfs: sysfs, unify handler name of devinfo/missingAnand Jain
2020-03-23btrfs: sysfs, rename device_link add/remove functionsAnand Jain
2020-03-23btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsidAnand Jain
2020-02-12btrfs: sysfs, move device id directories to UUID/devinfoAnand Jain
2020-02-12btrfs: sysfs, add UUID/devinfo kobjectAnand Jain
2020-01-23btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou
2020-01-20btrfs: make max async discard size tunableDennis Zhou
2020-01-20btrfs: add kbps discard rate limit for async discardDennis Zhou
2020-01-20btrfs: calculate discard delay based on number of extentsDennis Zhou
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou
2020-01-20btrfs: track discardable extents for async discardDennis Zhou
2020-01-20btrfs: sysfs: add UUID/debug/discard directoryDennis Zhou
2020-01-20btrfs: sysfs: make UUID/debug have its own kobjectDennis Zhou
2020-01-20btrfs: sysfs: add removal calls for debug/Dennis Zhou
2020-01-20btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsidAnand Jain
2020-01-20btrfs: sysfs, rename btrfs_sysfs_add_device()Anand Jain
2020-01-20btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parentAnand Jain
2020-01-20btrfs: sysfs, rename devices kobject holder to devices_kobjAnand Jain
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: sysfs: show used checksum driver per filesystemJohannes Thumshirn
2019-11-18btrfs: sysfs: export supported checksumsDavid Sterba
2019-09-09btrfs: sysfs: move helper macros to sysfs.cDavid Sterba
2019-09-09btrfs: sysfs: move type conversion helpers to sysfs.cDavid Sterba
2019-09-09btrfs: cleanup kobject.h includesDavid Sterba
2019-09-09btrfs: factor out sysfs code for updating sprout fsidDavid Sterba
2019-09-09btrfs: factor out sysfs code for deleting block group and space infosDavid Sterba
2019-09-09btrfs: factor out sysfs code for sending device ueventDavid Sterba
2019-09-09btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba
2019-09-09btrfs: sysfs: unexport space_info_ktypeDavid Sterba
2019-09-09btrfs: factor out sysfs code for creating space infosDavid Sterba
2019-09-09btrfs: sysfs: unexport btrfs_raid_ktypeDavid Sterba
2019-09-09btrfs: factor sysfs code out of link_block_groupDavid Sterba
2019-09-09btrfs: delete debugfs codeDavid Sterba
2019-09-09btrfs: sysfs: add debugging exportsDavid Sterba
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-07-16Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-07-02btrfs: move space_info to space-info.hJosef Bacik
2019-06-21btrfs: sysfs: Replace default_attrs in ktypes with groupsKimberly Brown
2019-06-03btrfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-16btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding