summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c
AgeCommit message (Expand)AuthorLines
2021-10-26btrfs: sysfs: convert scnprintf and snprintf to sysfs_emitAnand Jain-49/+44
2021-08-23btrfs: sysfs: document structures and their associated filesAnand Jain-16/+75
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn-3/+4
2021-08-23btrfs: initial fsverity supportBoris Burkov-0/+6
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo-0/+4
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik-13/+0
2021-06-22btrfs: sysfs: export dev stats in devinfo directoryDavid Sterba-0/+29
2021-06-21btrfs: sysfs: fix format string for some discard statsDavid Sterba-2/+2
2021-06-21btrfs: scrub: per-device bandwidth controlDavid Sterba-0/+28
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn-0/+35
2021-04-19btrfs: add sysfs interface for supported sectorsizeQu Wenruo-0/+15
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota-0/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-12/+3
2020-12-08btrfs: introduce ZONED feature flagNaohiro Aota-0/+7
2020-12-08btrfs: sysfs: remove unneeded semicolonTom Rix-1/+1
2020-12-08btrfs: discard: reschedule work after sysfs param updatePavel Begunkov-2/+3
2020-12-08btrfs: sysfs: add per-fs attribute for read policyAnand Jain-0/+49
2020-12-08btrfs: add helper for string match ignoring leading/trailing whitespaceAnand Jain-0/+19
2020-12-08btrfs: introduce mount option rescue=allJosef Bacik-0/+1
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik-0/+1
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik-0/+1
2020-12-08btrfs: sysfs: export supported rescue= mount optionsJosef Bacik-0/+22
2020-12-07btrfs: sysfs: export filesystem generationAnand Jain-0/+10
2020-12-01block: add a bdev_kobj helperChristoph Hellwig-12/+3
2020-10-07btrfs: do not create raid sysfs entries under any locksJosef Bacik-2/+23
2020-10-07btrfs: sysfs: export supported send stream versionOmar Sandoval-0/+9
2020-10-07btrfs: handle errors in btrfs_sysfs_add_fs_devicesAnand Jain-2/+6
2020-10-07btrfs: initialize sysfs devid and device link for seed deviceAnand Jain-0/+15
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain-16/+11
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain-7/+4
2020-10-07btrfs: make btrfs_sysfs_remove_devices_dir return voidAnand Jain-5/+3
2020-10-07btrfs: add btrfs_sysfs_remove_device helperAnand Jain-34/+27
2020-10-07btrfs: add btrfs_sysfs_add_device helperAnand Jain-26/+52
2020-10-07btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues-0/+37
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov-4/+0
2020-10-07btrfs: sysfs: fix unused-but-set-variable warningsLeon Romanovsky-2/+6
2020-10-07btrfs: remove const from btrfs_feature_set_nameDavid Sterba-1/+1
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov-3/+3
2020-09-22btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain-6/+10
2020-08-10btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()Qu Wenruo-3/+5
2020-07-27btrfs: sysfs: use NOFS for device creationJosef Bacik-0/+3
2020-07-27btrfs: sysfs: add bdi link to the fsid directoryNikolay Borisov-2/+10
2020-07-27btrfs: qgroup: export qgroups in sysfsQu Wenruo-0/+148
2020-03-23btrfs: sysfs: Use scnprintf() instead of snprintf()Takashi Iwai-29/+28
2020-03-23btrfs: sysfs, unify handler name of devinfo/missingAnand Jain-2/+2
2020-03-23btrfs: sysfs, rename device_link add/remove functionsAnand Jain-5/+5
2020-03-23btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsidAnand Jain-1/+1
2020-02-12btrfs: sysfs, move device id directories to UUID/devinfoAnand Jain-1/+1
2020-02-12btrfs: sysfs, add UUID/devinfo kobjectAnand Jain-0/+15
2020-01-23btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain-23/+132