summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: use a more common logging styleJoe Perches2024-04-131-16/+13
* nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun2021-09-261-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun2021-09-261-2/+2
* nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun2021-09-261-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun2021-09-261-2/+2
* nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun2021-09-261-5/+3
* nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun2021-09-261-4/+2
* nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin2021-06-301-0/+1
* 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