aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-16/+3
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin1-0/+1
2021-05-17nilfs2: Switch to use %ptTsAndy Shevchenko1-16/+3
2020-08-12nilfs2: use a more common logging styleJoe Perches1-16/+13
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2018-02-06nilfs2: use time64_t internallyArnd Bergmann1-11/+10
2016-08-02nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi1-22/+22
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi1-14/+16
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-3/+3
2016-05-23nilfs2: clean trailing semicolons in macrosRyusuke Konishi1-2/+2
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko1-2/+2
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> groupVyacheslav Dubeyko1-0/+118
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots groupVyacheslav Dubeyko1-1/+35
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/checkpoints groupVyacheslav Dubeyko1-1/+122
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segments groupVyacheslav Dubeyko1-1/+98
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segctor groupVyacheslav Dubeyko1-0/+270
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko1-1/+217
2014-08-08nilfs2: add /sys/fs/nilfs2/<device> groupVyacheslav Dubeyko1-0/+168
2014-08-08nilfs2: add /sys/fs/nilfs2/features groupVyacheslav Dubeyko1-0/+113