summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
AgeCommit message (Expand)Author
2021-01-12sysfs: Support zapping of binary attr mmapsDaniel Vetter
2020-10-02sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-05-17sysfs: export sysfs_remove_file_self()Jack Wang
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2020-04-05sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnLinus Torvalds
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-02-26sysfs: add sysfs_change_owner()Christian Brauner
2020-02-26sysfs: add sysfs_group{s}_change_owner()Christian Brauner
2020-02-26sysfs: add sysfs_link_change_owner()Christian Brauner
2020-02-26sysfs: add sysfs_file_change_owner()Christian Brauner
2020-02-19sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym...Sourabh Jain
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-06-03sysfs: Add sysfs_update_groups functionJiri Olsa
2019-05-25no need to protect against put_user_ns(NULL)Al Viro
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-16Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-16fix sysfs_init_fs_context() in !CONFIG_NET_NS caseAl Viro
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells
2019-02-08sysfs: remove unused include of kernfs-internal.hOndrej Mosnacek
2019-01-18sysfs: fix blank line coding style warningStephen Martin
2019-01-07sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman
2018-12-03sysfs: constify sysfs create/remove files harderJani Nikula
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-02scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche
2018-07-29sysfs: Fix regression when adding a file to an existing groupTyler Hicks
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-07-07sysfs: Fix internal_create_group() for named group updatesRajat Jain
2018-05-21unfuck sysfs_mount()Al Viro
2018-03-19sysfs: symlink: export sysfs_create_link_nowarn()Grygorii Strashko
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-23sysfs: remove DEBUG definesGreg Kroah-Hartman
2018-01-23sysfs: use SPDX identifiersGreg Kroah-Hartman
2018-01-22sysfs: turn WARN() into pr_warn()Greg Kroah-Hartman
2018-01-05sysfs: do not use print_symbol()Sergey Senozhatsky
2017-12-18sysfs: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-04-08sysfs: be careful of error returns from ops->show()NeilBrown
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-09-27sysfs print name of undiscoverable attribute groupJohannes Thumshirn
2016-08-31sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman
2015-11-13Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds