index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
sysfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+6
2026-06-15
Merge tag 'vfs-7.2-rc1.procfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-16
/
+2
2026-05-25
Merge tag 'v7.1-rc5' into driver-core-next
Danilo Krummrich
1
-1
/
+1
2026-05-20
sysfs: clamp show() return value in sysfs_kf_read()
Greg Kroah-Hartman
1
-0
/
+4
2026-05-20
sysfs: don't remove existing directory on update failure
Greg Kroah-Hartman
1
-1
/
+1
2026-05-11
sysfs: remove trivial sysfs_get_tree() wrapper
Christian Brauner
1
-13
/
+1
2026-05-11
fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTED
Christian Brauner
1
-3
/
+1
2026-05-07
sysfs: upgrade OOB write by buggy .show hook into WARNing
Alexey Dobriyan
1
-3
/
+2
2026-04-19
Merge tag 'driver-core-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+5
2026-04-13
Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+5
2026-04-11
sysfs: attribute_group: Respect is_visible_const() when changing owner
Thomas Weißschuh
1
-2
/
+5
2026-04-09
kernfs: pass struct ns_common instead of const void * for namespace tags
Christian Brauner
5
-16
/
+19
2026-03-13
sysfs: constify group arrays in function arguments
Heiner Kallweit
1
-5
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-05
sysfs: remove exports of sysfs_*change_owner()
Greg Kroah-Hartman
1
-2
/
+0
2025-11-26
sysfs: attribute_group: enable const variants of is_visible()
Thomas Weißschuh
1
-2
/
+8
2025-10-17
sysfs: check visibility before changing group attribute ownership
Fernando Fernandez Mancera
1
-5
/
+21
2025-08-19
sysfs: remove bin_attribute::read_new/write_new()
Thomas Weißschuh
1
-17
/
+5
2025-06-17
sysfs: constify internal references to 'struct bin_attribute'
Thomas Weißschuh
1
-5
/
+5
2025-04-15
sysfs: constify attribute_group::bin_attrs
Thomas Weißschuh
1
-3
/
+3
2025-02-15
kernfs: Use RCU to access kernfs_node::name.
Sebastian Andrzej Siewior
1
-1
/
+1
2025-02-15
kernfs: Use RCU to access kernfs_node::parent.
Sebastian Andrzej Siewior
1
-9
/
+15
2025-01-09
sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
Thomas Weißschuh
1
-1
/
+1
2024-11-05
sysfs: bin_attribute: add const read/write callback variants
Thomas Weißschuh
1
-5
/
+17
2024-11-05
sysfs: introduce callback attribute_group::bin_size
Thomas Weißschuh
1
-0
/
+2
2024-11-05
sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
Thomas Weißschuh
3
-6
/
+7
2024-04-23
Merge 6.9-rc5 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+2
2024-04-11
sysfs: Add sysfs_bin_attr_simple_read() helper
Lukas Wunner
1
-0
/
+27
2024-04-11
fs: sysfs: Fix reference leak in sysfs_break_active_protection()
Alan Stern
1
-0
/
+2
2024-03-07
sysfs:Addresses documentation in sysfs_merge_group and sysfs_unmerge_group.
Rohan Kollambalath
1
-5
/
+5
2024-02-23
sysfs: Fix crash on empty group attributes array
Dan Williams
1
-2
/
+2
2024-02-19
sysfs: Introduce a mechanism to hide static attribute_groups
Dan Williams
1
-9
/
+36
2023-12-07
fs/sysfs/dir.c : Fix typo in comment
Mukesh Ojha
1
-1
/
+1
2023-10-05
kernfs: sysfs: support custom llseek method for sysfs entries
Valentine Sinitsyn
1
-0
/
+13
2023-06-15
sysfs: Skip empty folders creation
Miquel Raynal
1
-3
/
+5
2023-06-15
sysfs: Improve readability by following the kernel coding style
Miquel Raynal
1
-1
/
+3
2022-04-05
kobject: kobj_type: remove default_attrs
Greg Kroah-Hartman
1
-13
/
+0
2022-02-23
kernfs: move struct kernfs_root out of the public view.
Greg Kroah-Hartman
1
-1
/
+1
2021-10-05
fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
Luis Chamberlain
1
-2
/
+1
2021-09-14
sysfs: simplify sysfs_kf_seq_show
Christoph Hellwig
1
-9
/
+6
2021-09-14
sysfs: refactor sysfs_add_file_mode_ns
Christoph Hellwig
1
-13
/
+14
2021-09-14
sysfs: split out binary attribute handling from sysfs_add_file_mode_ns
Christoph Hellwig
3
-62
/
+75
2021-08-06
Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu...
Greg Kroah-Hartman
1
-2
/
+2
2021-08-05
sysfs: Rename struct bin_attribute member to f_mapping
Krzysztof Wilczyński
1
-2
/
+2
2021-08-05
sysfs: Invoke iomem_get_mapping() from the sysfs open callback
Krzysztof Wilczyński
1
-1
/
+1
2021-07-21
sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj()
Geert Uytterhoeven
1
-1
/
+1
2021-01-12
sysfs: Support zapping of binary attr mmaps
Daniel Vetter
1
-0
/
+11
2020-10-02
sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output
Joe Perches
1
-0
/
+55
2020-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-0
/
+1
[next]