summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* fs: sysfs: Fix reference leak in sysfs_break_active_protection()Alan Stern2024-04-111-0/+2
* sysfs:Addresses documentation in sysfs_merge_group and sysfs_unmerge_group.Rohan Kollambalath2024-03-071-5/+5
* sysfs: Fix crash on empty group attributes arrayDan Williams2024-02-231-2/+2
* sysfs: Introduce a mechanism to hide static attribute_groupsDan Williams2024-02-191-9/+36
* fs/sysfs/dir.c : Fix typo in commentMukesh Ojha2023-12-071-1/+1
* kernfs: sysfs: support custom llseek method for sysfs entriesValentine Sinitsyn2023-10-051-0/+13
* sysfs: Skip empty folders creationMiquel Raynal2023-06-151-3/+5
* sysfs: Improve readability by following the kernel coding styleMiquel Raynal2023-06-151-1/+3
* kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-051-13/+0
* kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman2022-02-231-1/+1
* fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()Luis Chamberlain2021-10-051-2/+1
* sysfs: simplify sysfs_kf_seq_showChristoph Hellwig2021-09-141-9/+6
* sysfs: refactor sysfs_add_file_mode_nsChristoph Hellwig2021-09-141-13/+14
* sysfs: split out binary attribute handling from sysfs_add_file_mode_nsChristoph Hellwig2021-09-143-65/+78
* Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu...Greg Kroah-Hartman2021-08-061-2/+2
|\
| * sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński2021-08-051-2/+2
| * sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński2021-08-051-1/+1
* | sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj()Geert Uytterhoeven2021-07-211-1/+1
|/
* sysfs: Support zapping of binary attr mmapsDaniel Vetter2021-01-121-0/+11
* sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches2020-10-021-0/+55
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-051-0/+1
|\
| * sysfs: export sysfs_remove_file_self()Jack Wang2020-05-171-0/+1
* | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-204-4/+4
|/
* sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnLinus Torvalds2020-04-051-16/+0
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-3/+25
|\
| * sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym...Sourabh Jain2020-02-191-3/+25
* | sysfs: add sysfs_change_owner()Christian Brauner2020-02-261-0/+60
* | sysfs: add sysfs_group{s}_change_owner()Christian Brauner2020-02-261-0/+115
* | sysfs: add sysfs_link_change_owner()Christian Brauner2020-02-261-0/+41
* | sysfs: add sysfs_file_change_owner()Christian Brauner2020-02-261-0/+47
|/
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-2/+1
|\
| * no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1
* | sysfs: Add sysfs_update_groups functionJiri Olsa2019-06-031-15/+39
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-161-3/+5
|\
| * fix sysfs_init_fs_context() in !CONFIG_NET_NS caseAl Viro2019-03-161-3/+5
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-19/+54
|\|
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-281-19/+54
* | sysfs: remove unused include of kernfs-internal.hOndrej Mosnacek2019-02-081-1/+0
* | sysfs: fix blank line coding style warningStephen Martin2019-01-181-0/+1
|/
* sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman2019-01-074-5/+10
* sysfs: constify sysfs create/remove files harderJani Nikula2018-12-031-2/+2
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-181-8/+22
|\
| * sysfs: Fix internal_create_group() for named group updatesRajat Jain2018-07-071-7/+22
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-0/+44
|\ \
| * | scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche2018-08-021-0/+44
| |/
* | sysfs: Fix regression when adding a file to an existing groupTyler Hicks2018-07-291-1/+1
* | sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov2018-07-204-23/+44
* | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-202-3/+6
|/