summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAge
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-16
|\
| * fix sysfs_init_fs_context() in !CONFIG_NET_NS caseAl Viro2019-03-16
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-12
|\|
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-28
* | sysfs: remove unused include of kernfs-internal.hOndrej Mosnacek2019-02-08
* | sysfs: fix blank line coding style warningStephen Martin2019-01-18
|/
* sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman2019-01-07
* sysfs: constify sysfs create/remove files harderJani Nikula2018-12-03
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-18
|\
| * sysfs: Fix internal_create_group() for named group updatesRajat Jain2018-07-07
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-16
|\ \
| * | scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche2018-08-02
| |/
* | sysfs: Fix regression when adding a file to an existing groupTyler Hicks2018-07-29
* | sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov2018-07-21
* | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-21
|/
* unfuck sysfs_mount()Al Viro2018-05-21
* sysfs: symlink: export sysfs_create_link_nowarn()Grygorii Strashko2018-03-19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-01
|\
| * sysfs: do not use print_symbol()Sergey Senozhatsky2018-01-05
* | sysfs: remove DEBUG definesGreg Kroah-Hartman2018-01-23
* | sysfs: use SPDX identifiersGreg Kroah-Hartman2018-01-23
* | sysfs: turn WARN() into pr_warn()Greg Kroah-Hartman2018-01-22
* | sysfs: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-18
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
|/
* sysfs: be careful of error returns from ops->show()NeilBrown2017-04-08
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-14
|\
| * kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-10
* | sysfs print name of undiscoverable attribute groupJohannes Thumshirn2016-09-27
* | sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov2016-08-31
|/
* kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2016-06-23
* mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-23
* Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-14
|\
| * sysfs: Support is_visible() on binary attributesEmilio López2015-10-07
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-05
|\ \
| * | sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen2015-10-18
| |/
* / sysfs: correctly handle short reads on PREALLOC attrs.NeilBrown2015-10-04
|/
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-03
|\
| * sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman2015-07-01
| * mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-05-13
* | fs: sysfs: don't pass count == 0 to bin file readersVladimir Zapolskiy2015-05-31
* | sysfs: disambiguate between "error code" and "failure" in commentsAntonio Ospite2015-05-24
|/
* sysfs: Only accept read/write permissions for file attributesVivien Didelot2015-03-25
* sysfs: Use only return value from is_visible for the file modeGuenter Roeck2015-03-25
* Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-15
|\
| * sysfs: fix warning when creating a sysfs group without attributesJavi Merino2015-02-03
* | kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-14
|/
* sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown2014-11-07
* sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown2014-11-07
* fs: sysfs: return EGBIG on write if offset is larger than file sizeVladimir Zapolskiy2014-11-07