index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
sysfs
/
file.c
Age
Commit message (
Expand
)
Author
2025-08-19
sysfs: remove bin_attribute::read_new/write_new()
Thomas Weißschuh
2025-06-17
sysfs: constify internal references to 'struct bin_attribute'
Thomas Weißschuh
2025-02-15
kernfs: Use RCU to access kernfs_node::parent.
Sebastian Andrzej Siewior
2025-01-09
sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
Thomas Weißschuh
2024-11-05
sysfs: bin_attribute: add const read/write callback variants
Thomas Weißschuh
2024-11-05
sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
Thomas Weißschuh
2024-04-23
Merge 6.9-rc5 into driver-core-next
Greg Kroah-Hartman
2024-04-11
sysfs: Add sysfs_bin_attr_simple_read() helper
Lukas Wunner
2024-04-11
fs: sysfs: Fix reference leak in sysfs_break_active_protection()
Alan Stern
2023-10-05
kernfs: sysfs: support custom llseek method for sysfs entries
Valentine Sinitsyn
2022-04-05
kobject: kobj_type: remove default_attrs
Greg Kroah-Hartman
2021-09-14
sysfs: simplify sysfs_kf_seq_show
Christoph Hellwig
2021-09-14
sysfs: refactor sysfs_add_file_mode_ns
Christoph Hellwig
2021-09-14
sysfs: split out binary attribute handling from sysfs_add_file_mode_ns
Christoph Hellwig
2021-08-05
sysfs: Rename struct bin_attribute member to f_mapping
Krzysztof Wilczyński
2021-08-05
sysfs: Invoke iomem_get_mapping() from the sysfs open callback
Krzysztof Wilczyński
2021-01-12
sysfs: Support zapping of binary attr mmaps
Daniel Vetter
2020-10-02
sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output
Joe Perches
2020-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-05-17
sysfs: export sysfs_remove_file_self()
Jack Wang
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2020-02-26
sysfs: add sysfs_change_owner()
Christian Brauner
2020-02-26
sysfs: add sysfs_link_change_owner()
Christian Brauner
2020-02-26
sysfs: add sysfs_file_change_owner()
Christian Brauner
2019-02-08
sysfs: remove unused include of kernfs-internal.h
Ondrej Mosnacek
2019-01-18
sysfs: fix blank line coding style warning
Stephen Martin
2019-01-07
sysfs: convert BUG_ON to WARN_ON
Greg Kroah-Hartman
2018-12-03
sysfs: constify sysfs create/remove files harder
Jani Nikula
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-08-02
scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
Bart Van Assche
2018-07-29
sysfs: Fix regression when adding a file to an existing group
Tyler Hicks
2018-07-20
sysfs, kobject: allow creating kobject belonging to arbitrary users
Dmitry Torokhov
2018-07-20
kernfs: allow creating kernfs objects with arbitrary uid/gid
Dmitry Torokhov
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
2018-01-23
sysfs: use SPDX identifiers
Greg Kroah-Hartman
2018-01-05
sysfs: do not use print_symbol()
Sergey Senozhatsky
2017-04-08
sysfs: be careful of error returns from ops->show()
NeilBrown
2016-08-31
sysfs: correctly handle read offset on PREALLOC attrs
Konstantin Khlebnikov
2015-10-04
sysfs: correctly handle short reads on PREALLOC attrs.
NeilBrown
2015-06-01
fs: sysfs: don't pass count == 0 to bin file readers
Vladimir Zapolskiy
2015-02-13
kernfs: remove KERNFS_STATIC_NAME
Tejun Heo
2014-11-07
sysfs/kernfs: make read requests on pre-alloc files use the buffer.
NeilBrown
2014-11-07
sysfs/kernfs: allow attributes to request write buffer be pre-allocated.
NeilBrown
2014-11-07
fs: sysfs: return EGBIG on write if offset is larger than file size
Vladimir Zapolskiy
2014-05-20
sysfs: make sure read buffer is zeroed
Tejun Heo
2014-04-16
sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
Tejun Heo
2014-03-25
Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...
Greg Kroah-Hartman
2014-02-07
sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
Tejun Heo
2014-02-07
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
Tejun Heo
2014-01-13
Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...
Greg Kroah-Hartman
[next]