index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
configfs
/
file.c
Age
Commit message (
Expand
)
Author
2021-08-09
configfs: restore the kernel v5.13 text attribute write behavior
Bart Van Assche
2021-07-13
configfs: fix the read and write iterators
Bart Van Assche
2021-06-22
configfs: simplify configfs_release_bin_file
Christoph Hellwig
2021-06-22
configfs: fix memleak in configfs_release_bin_file
Chung-Chiang Cheng
2021-05-25
configfs: implement the .read_iter and .write_iter methods
Bart Van Assche
2021-05-25
configfs: drop pointless kerneldoc comments
Christoph Hellwig
2021-05-25
configfs: fix the kerneldoc comment for configfs_create_bin_file
Bart Van Assche
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-03-11
configfs: fix a use-after-free in __configfs_open_file
Daiyue Zhang
2020-10-16
fs: configfs: delete repeated words in comments
Randy Dunlap
2019-09-04
configfs: provide exclusion between IO and removals
Al Viro
2019-09-02
configfs: new object reprsenting tree fragments
Al Viro
2019-09-02
configfs: stash the data we need into configfs_buffer at open time
Al Viro
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145
Thomas Gleixner
2017-10-19
configfs: Fix bool initialization/comparison
Thomas Meyer
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-09-16
configfs: Return -EFBIG from configfs_write_bin_file.
Phil Turnbull
2016-07-10
configfs: don't set buffer_needs_fill to zero if show() returns error
Tal Shorer
2016-06-30
configfs: Remove ppos increment in configfs_write_bin_file
Marek Vasut
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-04
configfs: implement binary attributes
Pantelis Antoniou
2015-10-13
configfs: remove old API
Christoph Hellwig
2015-10-13
configfs: add show and store methods to struct configfs_attribute
Christoph Hellwig
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-02-17
configfs_add_file: fold into its sole caller
Al Viro
2013-07-03
configfs: use capped length for ->store_attribute()
Dan Carpenter
2008-04-30
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-01-25
configfs: file.c fix possible recursive locking
Joonwoo Park
2007-07-10
[PATCH] configsfs buffer: use mutex
Johannes Berg
2007-07-10
configfs: consistent attribute size
Joel Becker
2007-05-09
use simple_read_from_buffer() in fs/
Akinobu Mita
2007-02-07
configfs: Zero terminate data in configfs attribute writes.
Joel Becker
2006-12-08
[PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_path
Josef "Jeff" Sipek
2006-10-20
configfs: handle kzalloc() failure in check_perm()
Chandra Seetharaman
2006-10-03
[PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format arg...
Zach Brown
2006-09-27
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
2006-02-03
configfs: Add permission and ownership to configfs objects.
Joel Becker
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-03
[PATCH] configfs: User-driven configuration filesystem
Joel Becker