aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs
AgeCommit message (Expand)AuthorFilesLines
2022-04-05kobject: kobj_type: remove default_attrsGravatar Greg Kroah-Hartman 1-13/+0
2022-02-23kernfs: move struct kernfs_root out of the public view.Gravatar Greg Kroah-Hartman 1-1/+1
2021-10-05fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()Gravatar Luis Chamberlain 1-2/+1
2021-09-14sysfs: simplify sysfs_kf_seq_showGravatar Christoph Hellwig 1-9/+6
2021-09-14sysfs: refactor sysfs_add_file_mode_nsGravatar Christoph Hellwig 1-13/+14
2021-09-14sysfs: split out binary attribute handling from sysfs_add_file_mode_nsGravatar Christoph Hellwig 3-65/+78
2021-08-06Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu...Gravatar Greg Kroah-Hartman 1-2/+2
2021-08-05sysfs: Rename struct bin_attribute member to f_mappingGravatar Krzysztof Wilczyński 1-2/+2
2021-08-05sysfs: Invoke iomem_get_mapping() from the sysfs open callbackGravatar Krzysztof Wilczyński 1-1/+1
2021-07-21sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj()Gravatar Geert Uytterhoeven 1-1/+1
2021-01-12sysfs: Support zapping of binary attr mmapsGravatar Daniel Vetter 1-0/+11
2020-10-02sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputGravatar Joe Perches 1-0/+55
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-0/+1
2020-05-17sysfs: export sysfs_remove_file_self()Gravatar Jack Wang 1-0/+1
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 4-4/+4
2020-04-05sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnGravatar Linus Torvalds 1-16/+0
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-3/+25
2020-02-26sysfs: add sysfs_change_owner()Gravatar Christian Brauner 1-0/+60
2020-02-26sysfs: add sysfs_group{s}_change_owner()Gravatar Christian Brauner 1-0/+115
2020-02-26sysfs: add sysfs_link_change_owner()Gravatar Christian Brauner 1-0/+41
2020-02-26sysfs: add sysfs_file_change_owner()Gravatar Christian Brauner 1-0/+47
2020-02-19sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym...Gravatar Sourabh Jain 1-3/+25
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 1-1/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+1
2019-06-03sysfs: Add sysfs_update_groups functionGravatar Jiri Olsa 1-15/+39
2019-05-25no need to protect against put_user_ns(NULL)Gravatar Al Viro 1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-03-16Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+5
2019-03-16fix sysfs_init_fs_context() in !CONFIG_NET_NS caseGravatar Al Viro 1-3/+5
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-19/+54
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextGravatar David Howells 1-19/+54
2019-02-08sysfs: remove unused include of kernfs-internal.hGravatar Ondrej Mosnacek 1-1/+0
2019-01-18sysfs: fix blank line coding style warningGravatar Stephen Martin 1-0/+1
2019-01-07sysfs: convert BUG_ON to WARN_ONGravatar Greg Kroah-Hartman 4-5/+10
2018-12-03sysfs: constify sysfs create/remove files harderGravatar Jani Nikula 1-2/+2
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+22
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+44
2018-08-02scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Gravatar Bart Van Assche 1-0/+44
2018-07-29sysfs: Fix regression when adding a file to an existing groupGravatar Tyler Hicks 1-1/+1
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersGravatar Dmitry Torokhov 4-23/+44
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidGravatar Dmitry Torokhov 2-3/+6
2018-07-07sysfs: Fix internal_create_group() for named group updatesGravatar Rajat Jain 1-7/+22
2018-05-21unfuck sysfs_mount()Gravatar Al Viro 1-3/+3
2018-03-19sysfs: symlink: export sysfs_create_link_nowarn()Gravatar Grygorii Strashko 1-0/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-3/+2
2018-01-23sysfs: remove DEBUG definesGravatar Greg Kroah-Hartman 2-3/+0
2018-01-23sysfs: use SPDX identifiersGravatar Greg Kroah-Hartman 6-13/+6
2018-01-22sysfs: turn WARN() into pr_warn()Gravatar Greg Kroah-Hartman 1-2/+3
2018-01-05sysfs: do not use print_symbol()Gravatar Sergey Senozhatsky 1-3/+2
2017-12-18sysfs: Use PTR_ERR_OR_ZERO()Gravatar Vasyl Gomonovych 1-1/+1