aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-29nilfs2: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 1-3/+10
2021-11-09nilfs2: remove filenames from file commentsGravatar Ryusuke Konishi 1-1/+1
2021-11-09nilfs2: replace snprintf in show functions with sysfs_emitGravatar Qing Wang 1-38/+38
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupGravatar Nanyong Sun 1-1/+1
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupGravatar Nanyong Sun 1-2/+2
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupGravatar Nanyong Sun 1-1/+1
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupGravatar Nanyong Sun 1-2/+2
2021-09-08nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseGravatar Nanyong Sun 1-5/+3
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_device_groupGravatar Nanyong Sun 1-4/+2
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-16/+3
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupGravatar Pavel Skripkin 1-0/+1
2021-05-17nilfs2: Switch to use %ptTsGravatar Andy Shevchenko 1-16/+3
2020-08-12nilfs2: use a more common logging styleGravatar Joe Perches 1-16/+13
2018-09-04nilfs2: convert to SPDX license tagsGravatar Ryusuke Konishi 1-10/+1
2018-02-06nilfs2: use time64_t internallyGravatar Arnd Bergmann 1-11/+10
2016-08-02nilfs2: fix misuse of a semaphore in sysfs codeGravatar Ryusuke Konishi 1-22/+22
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Gravatar Ryusuke Konishi 1-14/+16
2016-05-23nilfs2: avoid bare use of 'unsigned'Gravatar Ryusuke Konishi 1-3/+3
2016-05-23nilfs2: clean trailing semicolons in macrosGravatar Ryusuke Konishi 1-2/+2
2014-08-08nilfs2: integrate sysfs support into driverGravatar Vyacheslav Dubeyko 1-2/+2
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> groupGravatar Vyacheslav Dubeyko 1-0/+118
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots groupGravatar Vyacheslav Dubeyko 1-1/+35
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/checkpoints groupGravatar Vyacheslav Dubeyko 1-1/+122
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segments groupGravatar Vyacheslav Dubeyko 1-1/+98
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segctor groupGravatar Vyacheslav Dubeyko 1-0/+270
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/superblock groupGravatar Vyacheslav Dubeyko 1-1/+217
2014-08-08nilfs2: add /sys/fs/nilfs2/<device> groupGravatar Vyacheslav Dubeyko 1-0/+168
2014-08-08nilfs2: add /sys/fs/nilfs2/features groupGravatar Vyacheslav Dubeyko 1-0/+113