index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
sysfs
Age
Commit message (
Expand
)
Author
Lines
2024-11-05
sysfs: bin_attribute: add const read/write callback variants
Thomas Weißschuh
-5
/
+17
2024-11-05
sysfs: introduce callback attribute_group::bin_size
Thomas Weißschuh
-0
/
+2
2024-11-05
sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
Thomas Weißschuh
-6
/
+7
2024-04-23
Merge 6.9-rc5 into driver-core-next
Greg Kroah-Hartman
-0
/
+2
2024-04-11
sysfs: Add sysfs_bin_attr_simple_read() helper
Lukas Wunner
-0
/
+27
2024-04-11
fs: sysfs: Fix reference leak in sysfs_break_active_protection()
Alan Stern
-0
/
+2
2024-03-07
sysfs:Addresses documentation in sysfs_merge_group and sysfs_unmerge_group.
Rohan Kollambalath
-5
/
+5
2024-02-23
sysfs: Fix crash on empty group attributes array
Dan Williams
-2
/
+2
2024-02-19
sysfs: Introduce a mechanism to hide static attribute_groups
Dan Williams
-9
/
+36
2023-12-07
fs/sysfs/dir.c : Fix typo in comment
Mukesh Ojha
-1
/
+1
2023-10-05
kernfs: sysfs: support custom llseek method for sysfs entries
Valentine Sinitsyn
-0
/
+13
2023-06-15
sysfs: Skip empty folders creation
Miquel Raynal
-3
/
+5
2023-06-15
sysfs: Improve readability by following the kernel coding style
Miquel Raynal
-1
/
+3
2022-04-05
kobject: kobj_type: remove default_attrs
Greg Kroah-Hartman
-13
/
+0
2022-02-23
kernfs: move struct kernfs_root out of the public view.
Greg Kroah-Hartman
-1
/
+1
2021-10-05
fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
Luis Chamberlain
-2
/
+1
2021-09-14
sysfs: simplify sysfs_kf_seq_show
Christoph Hellwig
-9
/
+6
2021-09-14
sysfs: refactor sysfs_add_file_mode_ns
Christoph Hellwig
-13
/
+14
2021-09-14
sysfs: split out binary attribute handling from sysfs_add_file_mode_ns
Christoph Hellwig
-65
/
+78
2021-08-06
Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu...
Greg Kroah-Hartman
-2
/
+2
2021-08-05
sysfs: Rename struct bin_attribute member to f_mapping
Krzysztof Wilczyński
-2
/
+2
2021-08-05
sysfs: Invoke iomem_get_mapping() from the sysfs open callback
Krzysztof Wilczyński
-1
/
+1
2021-07-21
sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj()
Geert Uytterhoeven
-1
/
+1
2021-01-12
sysfs: Support zapping of binary attr mmaps
Daniel Vetter
-0
/
+11
2020-10-02
sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output
Joe Perches
-0
/
+55
2020-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-0
/
+1
2020-05-17
sysfs: export sysfs_remove_file_self()
Jack Wang
-0
/
+1
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
-4
/
+4
2020-04-05
sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn
Linus Torvalds
-16
/
+0
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-3
/
+25
2020-02-26
sysfs: add sysfs_change_owner()
Christian Brauner
-0
/
+60
2020-02-26
sysfs: add sysfs_group{s}_change_owner()
Christian Brauner
-0
/
+115
2020-02-26
sysfs: add sysfs_link_change_owner()
Christian Brauner
-0
/
+41
2020-02-26
sysfs: add sysfs_file_change_owner()
Christian Brauner
-0
/
+47
2020-02-19
sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym...
Sourabh Jain
-3
/
+25
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
-1
/
+1
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-2
/
+1
2019-06-03
sysfs: Add sysfs_update_groups function
Jiri Olsa
-15
/
+39
2019-05-25
no need to protect against put_user_ns(NULL)
Al Viro
-2
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+2
2019-03-16
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
-3
/
+5
2019-03-16
fix sysfs_init_fs_context() in !CONFIG_NET_NS case
Al Viro
-3
/
+5
2019-03-12
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
-19
/
+54
2019-02-28
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
-19
/
+54
2019-02-08
sysfs: remove unused include of kernfs-internal.h
Ondrej Mosnacek
-1
/
+0
2019-01-18
sysfs: fix blank line coding style warning
Stephen Martin
-0
/
+1
2019-01-07
sysfs: convert BUG_ON to WARN_ON
Greg Kroah-Hartman
-5
/
+10
2018-12-03
sysfs: constify sysfs create/remove files harder
Jani Nikula
-2
/
+2
2018-08-18
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-8
/
+22
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-0
/
+44
[next]