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
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
/
configfs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-09
configfs: restore the kernel v5.13 text attribute write behavior
Bart Van Assche
1
-12
/
+6
2021-07-13
configfs: fix the read and write iterators
Bart Van Assche
1
-7
/
+22
2021-06-22
configfs: simplify configfs_release_bin_file
Christoph Hellwig
1
-6
/
+0
2021-06-22
configfs: fix memleak in configfs_release_bin_file
Chung-Chiang Cheng
1
-5
/
+5
2021-05-25
configfs: implement the .read_iter and .write_iter methods
Bart Van Assche
1
-42
/
+42
2021-05-25
configfs: drop pointless kerneldoc comments
Christoph Hellwig
1
-79
/
+6
2021-05-25
configfs: fix the kerneldoc comment for configfs_create_bin_file
Bart Van Assche
1
-1
/
+1
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
1
-3
/
+1
2021-03-11
configfs: fix a use-after-free in __configfs_open_file
Daiyue Zhang
1
-4
/
+2
2020-10-16
fs: configfs: delete repeated words in comments
Randy Dunlap
1
-1
/
+1
2019-09-04
configfs: provide exclusion between IO and removals
Al Viro
1
-18
/
+57
2019-09-02
configfs: new object reprsenting tree fragments
Al Viro
1
-2
/
+2
2019-09-02
configfs: stash the data we need into configfs_buffer at open time
Al Viro
1
-134
/
+95
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145
Thomas Gleixner
1
-15
/
+1
2017-10-19
configfs: Fix bool initialization/comparison
Thomas Meyer
1
-6
/
+6
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-16
configfs: Return -EFBIG from configfs_write_bin_file.
Phil Turnbull
1
-0
/
+1
2016-07-10
configfs: don't set buffer_needs_fill to zero if show() returns error
Tal Shorer
1
-3
/
+3
2016-06-30
configfs: Remove ppos increment in configfs_write_bin_file
Marek Vasut
1
-2
/
+0
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-4
/
+4
2016-01-04
configfs: implement binary attributes
Pantelis Antoniou
1
-9
/
+246
2015-10-14
configfs: remove old API
Christoph Hellwig
1
-12
/
+3
2015-10-14
configfs: add show and store methods to struct configfs_attribute
Christoph Hellwig
1
-5
/
+12
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-2
/
+2
2015-02-18
configfs_add_file: fold into its sole caller
Al Viro
1
-18
/
+10
2013-07-04
configfs: use capped length for ->store_attribute()
Dan Carpenter
1
-1
/
+1
2008-04-30
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-01-26
configfs: file.c fix possible recursive locking
Joonwoo Park
1
-1
/
+1
2007-07-11
[PATCH] configsfs buffer: use mutex
Johannes Berg
1
-7
/
+8
2007-07-11
configfs: consistent attribute size
Joel Becker
1
-3
/
+10
2007-05-09
use simple_read_from_buffer() in fs/
Akinobu Mita
1
-31
/
+2
2007-02-07
configfs: Zero terminate data in configfs attribute writes.
Joel Becker
1
-3
/
+6
2006-12-08
[PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-6
/
+6
2006-10-21
configfs: handle kzalloc() failure in check_perm()
Chandra Seetharaman
1
-6
/
+8
2006-10-03
[PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format arg...
Zach Brown
1
-2
/
+2
2006-09-27
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
1
-2
/
+1
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
1
-1
/
+1
2006-02-04
configfs: Add permission and ownership to configfs objects.
Joel Becker
1
-9
/
+10
2006-01-10
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-2
/
+2
2006-01-03
[PATCH] configfs: User-driven configuration filesystem
Joel Becker
1
-0
/
+360