index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-29
nilfs2: use default_groups in kobj_type
Greg Kroah-Hartman
1
-3
/
+10
2021-11-09
nilfs2: remove filenames from file comments
Ryusuke Konishi
1
-1
/
+1
2021-11-09
nilfs2: replace snprintf in show functions with sysfs_emit
Qing Wang
1
-38
/
+38
2021-09-08
nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group
Nanyong Sun
1
-1
/
+1
2021-09-08
nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
Nanyong Sun
1
-2
/
+2
2021-09-08
nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
Nanyong Sun
1
-1
/
+1
2021-09-08
nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
Nanyong Sun
1
-2
/
+2
2021-09-08
nilfs2: fix NULL pointer in nilfs_##name##_attr_release
Nanyong Sun
1
-5
/
+3
2021-09-08
nilfs2: fix memory leak in nilfs_sysfs_create_device_group
Nanyong Sun
1
-4
/
+2
2021-06-29
Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-16
/
+3
2021-06-25
nilfs2: fix memory leak in nilfs_sysfs_delete_device_group
Pavel Skripkin
1
-0
/
+1
2021-05-17
nilfs2: Switch to use %ptTs
Andy Shevchenko
1
-16
/
+3
2020-08-12
nilfs2: use a more common logging style
Joe Perches
1
-16
/
+13
2018-09-05
nilfs2: convert to SPDX license tags
Ryusuke Konishi
1
-10
/
+1
2018-02-07
nilfs2: use time64_t internally
Arnd Bergmann
1
-11
/
+10
2016-08-03
nilfs2: fix misuse of a semaphore in sysfs code
Ryusuke Konishi
1
-22
/
+22
2016-08-03
nilfs2: reduce bare use of printk() with nilfs_msg()
Ryusuke Konishi
1
-14
/
+16
2016-05-24
nilfs2: avoid bare use of 'unsigned'
Ryusuke Konishi
1
-3
/
+3
2016-05-24
nilfs2: clean trailing semicolons in macros
Ryusuke Konishi
1
-2
/
+2
2014-08-09
nilfs2: integrate sysfs support into driver
Vyacheslav Dubeyko
1
-2
/
+2
2014-08-09
nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> group
Vyacheslav Dubeyko
1
-0
/
+118
2014-08-09
nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots group
Vyacheslav Dubeyko
1
-1
/
+35
2014-08-09
nilfs2: add /sys/fs/nilfs2/<device>/checkpoints group
Vyacheslav Dubeyko
1
-1
/
+122
2014-08-09
nilfs2: add /sys/fs/nilfs2/<device>/segments group
Vyacheslav Dubeyko
1
-1
/
+98
2014-08-09
nilfs2: add /sys/fs/nilfs2/<device>/segctor group
Vyacheslav Dubeyko
1
-0
/
+270
2014-08-09
nilfs2: add /sys/fs/nilfs2/<device>/superblock group
Vyacheslav Dubeyko
1
-1
/
+217
2014-08-09
nilfs2: add /sys/fs/nilfs2/<device> group
Vyacheslav Dubeyko
1
-0
/
+168
2014-08-09
nilfs2: add /sys/fs/nilfs2/features group
Vyacheslav Dubeyko
1
-0
/
+113