aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2017-04-08sysfs: be careful of error returns from ops->show()Gravatar NeilBrown 1-2/+4
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-3/+3
2016-09-27sysfs print name of undiscoverable attribute groupGravatar Johannes Thumshirn 1-2/+2
2016-08-31sysfs: correctly handle read offset on PREALLOC attrsGravatar Konstantin Khlebnikov 1-1/+7
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Gravatar Tejun Heo 1-3/+3
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECGravatar Eric W. Biederman 1-2/+1
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingGravatar Eric W. Biederman 1-2/+2
2015-11-13Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+15
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+44
2015-10-19sysfs: added __compat_only_sysfs_link_entry_to_kobj()Gravatar Jarkko Sakkinen 1-0/+44
2015-10-07sysfs: Support is_visible() on binary attributesGravatar Emilio López 1-2/+15
2015-10-04sysfs: correctly handle short reads on PREALLOC attrs.Gravatar NeilBrown 1-1/+3
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Gravatar Eric W. Biederman 1-0/+4
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-4/+35
2015-07-01sysfs: Add support for permanently empty directories to serve as mount points.Gravatar Eric W. Biederman 1-0/+34
2015-06-01fs: sysfs: don't pass count == 0 to bin file readersGravatar Vladimir Zapolskiy 1-1/+1
2015-05-24sysfs: disambiguate between "error code" and "failure" in commentsGravatar Antonio Ospite 1-3/+3
2015-05-13mnt: Refactor the logic for mounting sysfs and proc in a user namespaceGravatar Eric W. Biederman 1-4/+1
2015-03-25sysfs: Only accept read/write permissions for file attributesGravatar Vivien Didelot 1-0/+6
2015-03-25sysfs: Use only return value from is_visible for the file modeGravatar Guenter Roeck 1-3/+2
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2015-02-13kernfs: remove KERNFS_STATIC_NAMEGravatar Tejun Heo 1-1/+1
2015-02-03sysfs: fix warning when creating a sysfs group without attributesGravatar Javi Merino 1-1/+1
2014-11-07sysfs/kernfs: make read requests on pre-alloc files use the buffer.Gravatar NeilBrown 1-4/+28
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.Gravatar NeilBrown 1-7/+24
2014-11-07fs: sysfs: return EGBIG on write if offset is larger than file sizeGravatar Vladimir Zapolskiy 1-1/+1
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsGravatar Jianyu Zhan 1-1/+3
2014-05-27sysfs: fix attribute_group bin file path on removalGravatar Robert ABEL 1-5/+5
2014-05-20sysfs: make sure read buffer is zeroedGravatar Tejun Heo 1-1/+2
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsGravatar Tejun Heo 1-1/+2
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Gravatar Tejun Heo 1-92/+0
2014-03-25Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Gravatar Greg Kroah-Hartman 1-0/+92
2014-03-02Merge 3.14-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-2/+3