summaryrefslogtreecommitdiff
path: root/fs/sysfs
AgeCommit message (Expand)Author
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
2015-10-19sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen
2015-10-07sysfs: Support is_visible() on binary attributesEmilio López
2015-10-04sysfs: correctly handle short reads on PREALLOC attrs.NeilBrown
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman
2015-06-01fs: sysfs: don't pass count == 0 to bin file readersVladimir Zapolskiy
2015-05-24sysfs: disambiguate between "error code" and "failure" in commentsAntonio Ospite
2015-05-13mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman
2015-03-25sysfs: Only accept read/write permissions for file attributesVivien Didelot
2015-03-25sysfs: Use only return value from is_visible for the file modeGuenter Roeck
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo
2015-02-03sysfs: fix warning when creating a sysfs group without attributesJavi Merino
2014-11-07sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown
2014-11-07fs: sysfs: return EGBIG on write if offset is larger than file sizeVladimir Zapolskiy
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan
2014-05-27sysfs: fix attribute_group bin file path on removalRobert ABEL
2014-05-20sysfs: make sure read buffer is zeroedTejun Heo
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-03-25Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman
2014-02-25sysfs: fix namespace refcnt leakLi Zefan
2014-02-15sysfs: create bin_attributes under the requested groupCody P Schafer
2014-02-07kernfs: add CONFIG_KERNFSTejun Heo
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo
2014-02-07kernfs: allow nodes to be created in the deactivated stateTejun Heo
2014-02-07sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman
2014-01-10sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo
2013-12-17kernfs: add kernfs_dir_opsTejun Heo
2013-12-17kernfs: mark static names with KERNFS_STATIC_NAMETejun Heo
2013-12-17kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo
2013-12-11kernfs: s/sysfs/kernfs/ in constantsTejun Heo
2013-12-11kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo
2013-12-11kernfs: drop s_ prefix from kernfs_node membersTejun Heo