summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-291-3/+10
* nilfs2: remove filenames from file commentsRyusuke Konishi2021-11-091-1/+1
* nilfs2: replace snprintf in show functions with sysfs_emitQing Wang2021-11-091-38/+38
* nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun2021-09-081-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun2021-09-081-2/+2
* nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun2021-09-081-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun2021-09-081-2/+2
* nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun2021-09-081-5/+3
* nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun2021-09-081-4/+2
* Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-291-16/+3
|\
| * nilfs2: Switch to use %ptTsAndy Shevchenko2021-05-171-16/+3
* | nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin2021-06-241-0/+1
|/
* nilfs2: use a more common logging styleJoe Perches2020-08-121-16/+13
* nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-041-10/+1
* nilfs2: use time64_t internallyArnd Bergmann2018-02-061-11/+10
* nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi2016-08-021-22/+22
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-021-14/+16
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-231-3/+3
* nilfs2: clean trailing semicolons in macrosRyusuke Konishi2016-05-231-2/+2
* nilfs2: integrate sysfs support into driverVyacheslav Dubeyko2014-08-081-2/+2
* nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> groupVyacheslav Dubeyko2014-08-081-0/+118
* nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots groupVyacheslav Dubeyko2014-08-081-1/+35
* nilfs2: add /sys/fs/nilfs2/<device>/checkpoints groupVyacheslav Dubeyko2014-08-081-1/+122
* nilfs2: add /sys/fs/nilfs2/<device>/segments groupVyacheslav Dubeyko2014-08-081-1/+98
* nilfs2: add /sys/fs/nilfs2/<device>/segctor groupVyacheslav Dubeyko2014-08-081-0/+270
* nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko2014-08-081-1/+217
* nilfs2: add /sys/fs/nilfs2/<device> groupVyacheslav Dubeyko2014-08-081-0/+168
* nilfs2: add /sys/fs/nilfs2/features groupVyacheslav Dubeyko2014-08-081-0/+113