summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-09-05scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche2-0/+58
2017-04-12sysfs: be careful of error returns from ops->show()NeilBrown1-2/+4
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds10-130/+266
2016-09-27sysfs print name of undiscoverable attribute groupJohannes Thumshirn1-2/+2
2016-08-31sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov1-1/+7
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo4-53/+42
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2-2/+3
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman5-17/+32
2015-11-14Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-37/+207
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds89-492/+1748
2015-10-18sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen2-0/+55
2015-10-07sysfs: Support is_visible() on binary attributesEmilio López2-6/+29
2015-10-04sysfs: correctly handle short reads on PREALLOC attrs.NeilBrown1-1/+3
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman9-9/+23
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds28-101/+340
2015-07-01sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman2-0/+49
2015-06-01fs: sysfs: don't pass count == 0 to bin file readersVladimir Zapolskiy1-1/+1
2015-05-24sysfs: disambiguate between "error code" and "failure" in commentsAntonio Ospite1-3/+3
2015-05-14mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman4-10/+10
2015-03-25sysfs: Only accept read/write permissions for file attributesVivien Didelot1-0/+6
2015-03-25sysfs: Use only return value from is_visible for the file modeGuenter Roeck1-3/+2
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-73/+53
2015-02-14kernfs: remove KERNFS_STATIC_NAMETejun Heo5-23/+12
2015-02-03sysfs: fix warning when creating a sysfs group without attributesJavi Merino1-1/+1
2014-11-07sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown2-13/+49
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown4-22/+71
2014-11-07fs: sysfs: return EGBIG on write if offset is larger than file sizeVladimir Zapolskiy1-1/+1
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan4-12/+20
2014-05-27sysfs: fix attribute_group bin file path on removalRobert ABEL1-5/+5
2014-05-20sysfs: make sure read buffer is zeroedTejun Heo1-1/+2
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo3-9/+30
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo4-144/+1
2014-03-26Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman4-1/+144
2014-03-03Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman530-3336/+5359
2014-02-25sysfs: fix namespace refcnt leakLi Zefan3-7/+15
2014-02-15sysfs: create bin_attributes under the requested groupCody P Schafer1-2/+5
2014-02-08kernfs: add CONFIG_KERNFSTejun Heo5-4/+14
2014-02-08kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo3-42/+203
2014-02-07kernfs: allow nodes to be created in the deactivated stateTejun Heo3-10/+78
2014-02-07sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo4-144/+1
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo6-1/+194
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman6-127/+0
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman4-1/+144
2014-01-11sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo4-144/+1
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo6-0/+127
2013-12-17kernfs: add kernfs_dir_opsTejun Heo3-4/+63
2013-12-17kernfs: mark static names with KERNFS_STATIC_NAMETejun Heo5-28/+36
2013-12-17kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo4-12/+16
2013-12-12kernfs: s/sysfs/kernfs/ in constantsTejun Heo9-63/+63
2013-12-12kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo8-147/+147
[next]