summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* unfuck sysfs_mount()Al Viro2018-05-211-3/+3
* sysfs: symlink: export sysfs_create_link_nowarn()Grygorii Strashko2018-03-191-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2
|\
| * sysfs: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2
* | sysfs: remove DEBUG definesGreg Kroah-Hartman2018-01-232-3/+0
* | sysfs: use SPDX identifiersGreg Kroah-Hartman2018-01-236-13/+6
* | sysfs: turn WARN() into pr_warn()Greg Kroah-Hartman2018-01-221-2/+3
* | sysfs: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-181-1/+1
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
|/
* sysfs: be careful of error returns from ops->show()NeilBrown2017-04-081-2/+4
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-3/+3
|\
| * kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-101-3/+3
* | sysfs print name of undiscoverable attribute groupJohannes Thumshirn2016-09-271-2/+2
* | sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov2016-08-311-1/+7
|/