summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2016-06-231-2/+1
* mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-231-2/+2
* Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-131-2/+15
|\
| * sysfs: Support is_visible() on binary attributesEmilio López2015-10-071-2/+15
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-051-0/+44
|\ \
| * | sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen2015-10-191-0/+44
| |/
* | sysfs: correctly handle short reads on PREALLOC attrs.NeilBrown2015-10-041-1/+3
|/
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-101-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-032-4/+35
|\
| * sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman2015-07-011-0/+34
| * mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-05-131-4/+1
* | fs: sysfs: don't pass count == 0 to bin file readersVladimir Zapolskiy2015-06-011-1/+1
* | sysfs: disambiguate between "error code" and "failure" in commentsAntonio Ospite2015-05-241-3/+3
|/
* sysfs: Only accept read/write permissions for file attributesVivien Didelot2015-03-251-0/+6
* sysfs: Use only return value from is_visible for the file modeGuenter Roeck2015-03-251-3/+2
* Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-151-1/+1
|\
| * sysfs: fix warning when creating a sysfs group without attributesJavi Merino2015-02-031-1/+1
* | kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-131-1/+1
|/
* sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown2014-11-071-4/+28
* sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown2014-11-071-7/+24
* fs: sysfs: return EGBIG on write if offset is larger than file sizeVladimir Zapolskiy2014-11-071-1/+1
* kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan2014-05-271-1/+3
* sysfs: fix attribute_group bin file path on removalRobert ABEL2014-05-271-5/+5
* sysfs: make sure read buffer is zeroedTejun Heo2014-05-201-1/+2
* kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo2014-05-131-1/+2
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-04-161-92/+0
* Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-03-251-0/+92
* Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman2014-03-021-2/+3
|\
| * sysfs: fix namespace refcnt leakLi Zefan2014-02-251-2/+3
* | sysfs: create bin_attributes under the requested groupCody P Schafer2014-02-151-2/+5
* | kernfs: add CONFIG_KERNFSTejun Heo2014-02-071-0/+1
* | kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo2014-02-071-31/+13
* | kernfs: allow nodes to be created in the deactivated stateTejun Heo2014-02-071-1/+1
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-071-92/+0
* | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-071-0/+23
|/
* Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman2014-01-131-23/+0
* Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-01-131-0/+92
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-01-101-92/+0
* kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-01-101-0/+23
* kernfs: add kernfs_dir_opsTejun Heo2013-12-171-1/+1
* kernfs: mark static names with KERNFS_STATIC_NAMETejun Heo2013-12-171-2/+2
* kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo2013-12-172-2/+4
* kernfs: s/sysfs/kernfs/ in constantsTejun Heo2013-12-113-3/+3
* kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo2013-12-111-5/+5
* kernfs: drop s_ prefix from kernfs_node membersTejun Heo2013-12-113-17/+17
OpenPOWER on IntegriCloud