index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
debugfs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-30
debugfs: Fix the missing initializations in __debugfs_file_get()
Al Viro
1
-8
/
+12
2025-01-15
debugfs: allow to store an additional opaque pointer at file creation
Al Viro
1
-0
/
+6
2025-01-15
debugfs: don't mess with bits in ->d_fsdata
Al Viro
1
-30
/
+28
2025-01-15
debugfs: get rid of dynamically allocation proxy_ops
Al Viro
1
-61
/
+52
2025-01-10
fs: debugfs: fix open proxy for unsafe files
Johannes Berg
1
-1
/
+1
2025-01-07
fs: debugfs: differentiate short fops with proxy ops
Johannes Berg
1
-22
/
+50
2024-10-23
debugfs: add small file operations for most files
Johannes Berg
1
-30
/
+70
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-01-04
Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'
Rafael J. Wysocki
1
-5
/
+23
2023-12-22
debugfs: initialize cancellations earlier
Johannes Berg
1
-2
/
+4
2023-12-04
Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"
Johannes Berg
1
-10
/
+0
2023-11-30
Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
1
-0
/
+100
2023-11-27
debugfs: add API to allow debugfs operations cancellation
Johannes Berg
1
-0
/
+82
2023-11-27
debugfs: annotate debugfs handlers vs. removal with lockdep
Johannes Berg
1
-0
/
+10
2023-11-27
debugfs: fix automount d_fsdata usage
Johannes Berg
1
-0
/
+8
2023-11-21
fs: debugfs: Add write functionality to debugfs blobs
Avadhut Naik
1
-5
/
+23
2023-10-05
debugfs: Fix __rcu type comparison warning
Mike Tipton
1
-1
/
+1
2023-08-22
debugfs: Add write support to debugfs_create_str()
Mike Tipton
1
-2
/
+46
2023-05-31
debugfs: Correct the 'debugfs_create_str' docs
Ivan Orlov
1
-9
/
+0
2023-01-20
debugfs: Export debugfs_create_str symbol
Cristian Marussi
1
-0
/
+1
2022-12-01
debugfs: fix error when writing negative value to atomic_t debugfs file
Akinobu Mita
1
-6
/
+22
2022-09-24
debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fops
ChenXiaoSong
1
-13
/
+3
2022-01-06
debugfs: lockdown: Allow reading debugfs files that are not world readable
Michal Suchanek
1
-1
/
+1
2021-08-05
debugfs: Return error during {full/open}_proxy_open() on rmmod
Sven Eckelmann
1
-2
/
+6
2021-06-14
Merge tag 'v5.13-rc6' into driver-core-next
Greg Kroah-Hartman
1
-1
/
+1
2021-06-04
debugfs: Fix debugfs_read_file_str()
Dietmar Eggemann
1
-1
/
+1
2021-05-21
debugfs: remove return value of debugfs_create_ulong()
Greg Kroah-Hartman
1
-14
/
+4
2021-05-21
debugfs: remove return value of debugfs_create_bool()
Greg Kroah-Hartman
1
-12
/
+3
2021-05-14
debugfs: only accept read attributes for blobs
Wolfram Sang
1
-2
/
+3
2021-04-28
Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+91
2021-04-16
debugfs: Implement debugfs_create_str()
Peter Zijlstra
1
-0
/
+91
2021-04-05
debugfs: drop pointless nul-termination in debugfs_read_file_bool()
Rasmus Villemoes
1
-2
/
+1
2020-10-30
debugfs: remove return value of debugfs_create_devm_seqfile()
Greg Kroah-Hartman
1
-8
/
+7
2020-09-04
debugfs: Fix module state check condition
Vladis Dronov
1
-2
/
+2
2020-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-20
/
+7
2020-07-10
debugfs: make sure we can remove u32_array files cleanly
Jakub Kicinski
1
-20
/
+7
2020-07-10
debugfs: file: Remove unnecessary cast in kfree()
Xu Wang
1
-1
/
+1
2020-04-17
debugfs: remove return value of debugfs_create_u32()
Greg Kroah-Hartman
1
-12
/
+3
2020-04-02
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+8
2020-03-18
debugfs: Check module state before warning in {full/open}_proxy_open()
Taehee Yoo
1
-4
/
+14
2020-02-22
debugfs: regset32: Add Runtime PM support
Geert Uytterhoeven
1
-0
/
+8
2020-02-11
debugfs: remove return value of debugfs_create_regset32()
Greg Kroah-Hartman
1
-13
/
+4
2020-01-14
debugfs: Return -EPERM when locked down
Eric Snowberg
1
-7
/
+10
2020-01-06
debugfs: Fix warnings when building documentation
Daniel W. S. Almeida
1
-11
/
+10
2019-11-03
debugfs: remove return value of debugfs_create_atomic_t()
Greg Kroah-Hartman
1
-5
/
+4
2019-11-02
debugfs: remove return value of debugfs_create_x8()
Greg Kroah-Hartman
1
-3
/
+3
2019-10-16
debugfs: remove return value of debugfs_create_x64()
Greg Kroah-Hartman
1
-3
/
+3
2019-10-16
debugfs: remove return value of debugfs_create_x32()
Greg Kroah-Hartman
1
-3
/
+3
2019-10-16
debugfs: remove return value of debugfs_create_x16()
Greg Kroah-Hartman
1
-3
/
+3
2019-10-14
debugfs: remove return value of debugfs_create_size_t()
Greg Kroah-Hartman
1
-5
/
+4
[next]