summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
AgeCommit message (Expand)AuthorLines
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-4/+35
2015-07-01sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman-0/+34
2015-06-01fs: sysfs: don't pass count == 0 to bin file readersVladimir Zapolskiy-1/+1
2015-05-24sysfs: disambiguate between "error code" and "failure" in commentsAntonio Ospite-3/+3
2015-05-13mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman-4/+1
2015-03-25sysfs: Only accept read/write permissions for file attributesVivien Didelot-0/+6
2015-03-25sysfs: Use only return value from is_visible for the file modeGuenter Roeck-3/+2
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo-1/+1
2015-02-03sysfs: fix warning when creating a sysfs group without attributesJavi Merino-1/+1
2014-11-07sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown-4/+28
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown-7/+24
2014-11-07fs: sysfs: return EGBIG on write if offset is larger than file sizeVladimir Zapolskiy-1/+1
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan-1/+3
2014-05-27sysfs: fix attribute_group bin file path on removalRobert ABEL-5/+5
2014-05-20sysfs: make sure read buffer is zeroedTejun Heo-1/+2
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo-1/+2
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo-92/+0
2014-03-25Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman-0/+92
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman-2/+3
2014-02-25sysfs: fix namespace refcnt leakLi Zefan-2/+3
2014-02-15sysfs: create bin_attributes under the requested groupCody P Schafer-2/+5
2014-02-07kernfs: add CONFIG_KERNFSTejun Heo-0/+1
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo-31/+13
2014-02-07kernfs: allow nodes to be created in the deactivated stateTejun Heo-1/+1
2014-02-07sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo-92/+0
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo-0/+23
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman-23/+0
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman-0/+92
2014-01-10sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo-92/+0
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo-0/+23
2013-12-17kernfs: add kernfs_dir_opsTejun Heo-1/+1
2013-12-17kernfs: mark static names with KERNFS_STATIC_NAMETejun Heo-2/+2
2013-12-17kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo-2/+4
2013-12-11kernfs: s/sysfs/kernfs/ in constantsTejun Heo-3/+3
2013-12-11kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo-5/+5
2013-12-11kernfs: drop s_ prefix from kernfs_node membersTejun Heo-17/+17
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo-185/+185
2013-12-10sysfs: fix use-after-free in sysfs_kill_sb()Tejun Heo-1/+3
2013-12-10sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warningTejun Heo-4/+8
2013-11-29sysfs, kernfs: remove cross inclusions of internal headersTejun Heo-1/+0
2013-11-29sysfs, kernfs: implement kernfs_ns_enabled()Tejun Heo-1/+1
2013-11-29sysfs, kernfs: move mount core code to fs/kernfs/mount.cTejun Heo-170/+0
2013-11-29sysfs, kernfs: prepare mount path for kernfsTejun Heo-32/+72
2013-11-29sysfs, kernfs: make super_blocks bind to different kernfs_rootsTejun Heo-4/+12
2013-11-29sysfs, kernfs: implement kernfs_create/destroy_root()Tejun Heo-11/+18
2013-11-29sysfs, kernfs: introduce sysfs_root_sdTejun Heo-9/+11
2013-11-29sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()Tejun Heo-16/+7
2013-11-29sysfs, kernfs: make sysfs_super_info->ns constTejun Heo-8/+8
2013-11-29sysfs, kernfs: drop unused params from sysfs_fill_super()Tejun Heo-2/+2