Age | Commit message (Expand) | Author | Files | Lines |
2015-03-25 | sysfs: Document struct attribute_group | Guenter Roeck | 1 | -0/+15 |
2014-11-07 | sysfs/kernfs: allow attributes to request write buffer be pre-allocated. | NeilBrown | 1 | -0/+9 |
2014-05-28 | sysfs.h: don't return a void-valued expression in sysfs_remove_file | Simon Wunderlich | 1 | -1/+1 |
2014-04-16 | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 1 | -9/+0 |
2014-04-06 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+2 |
2014-03-26 | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow... | Greg Kroah-Hartman | 1 | -0/+9 |
2014-03-24 | VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms. | Rusty Russell | 1 | -1/+2 |
2014-02-08 | sysfs, kobject: add sysfs wrapper for kernfs_enable_ns() | Tejun Heo | 1 | -0/+9 |
2014-02-08 | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 1 | -9/+0 |
2014-02-08 | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 1 | -0/+7 |
2014-01-14 | Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr... | Greg Kroah-Hartman | 1 | -7/+0 |
2014-01-14 | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow... | Greg Kroah-Hartman | 1 | -0/+9 |
2014-01-11 | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 1 | -9/+0 |
2014-01-11 | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 1 | -0/+7 |
2013-12-12 | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly | Tejun Heo | 1 | -10/+10 |
2013-11-30 | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 1 | -21/+14 |
2013-11-30 | sysfs, kernfs: introduce kernfs_notify() | Tejun Heo | 1 | -4/+5 |
2013-11-30 | sysfs, kernfs: introduce kernfs_create_dir[_ns]() | Tejun Heo | 1 | -6/+0 |
2013-11-28 | sysfs, kernfs: add skeletons for kernfs | Tejun Heo | 1 | -2/+1 |
2013-11-28 | sysfs: drop kobj_ns_type handling, take #2 | Tejun Heo | 1 | -0/+6 |
2013-09-27 | sysfs: clean up sysfs_get_dirent() | Tejun Heo | 1 | -7/+12 |
2013-09-27 | sysfs: remove ktype->namespace() invocations in symlink code | Tejun Heo | 1 | -4/+12 |
2013-09-27 | sysfs: remove ktype->namespace() invocations in directory code | Tejun Heo | 1 | -8/+12 |
2013-09-27 | sysfs: make attr namespace interface less convoluted | Tejun Heo | 1 | -8/+23 |
2013-08-28 | sysfs: sysfs_create_groups returns a value. | Greg Kroah-Hartman | 1 | -0/+1 |
2013-08-28 | sysfs: add sysfs_create/remove_groups for when SYSFS is not enabled | Greg Kroah-Hartman | 1 | -0/+10 |
2013-08-24 | sysfs: create __ATTR_WO() | Greg Kroah-Hartman | 1 | -0/+5 |
2013-08-22 | sysfs.h: remove attr_name() macro | Greg Kroah-Hartman | 1 | -2/+0 |
2013-08-22 | sysfs: fix up minor coding style issues in sysfs.h | Greg Kroah-Hartman | 1 | -6/+6 |
2013-08-22 | sysfs: add sysfs_create/remove_groups() | Greg Kroah-Hartman | 1 | -0/+4 |
2013-08-21 | sysfs.h: fix __BIN_ATTR_RW() | Greg Kroah-Hartman | 1 | -1/+1 |
2013-07-16 | sysfs: use file mode defines from stat.h | Oliver Schinagl | 1 | -8/+9 |
2013-07-16 | sysfs: add more helper macro's for (bin_)attribute(_groups) | Oliver Schinagl | 1 | -13/+38 |
2013-07-16 | sysfs: add support for binary attributes in groups | Greg Kroah-Hartman | 1 | -2/+2 |
2013-07-16 | sysfs.h: add BIN_ATTR macro | Greg Kroah-Hartman | 1 | -0/+9 |
2013-07-16 | sysfs.h: add ATTRIBUTE_GROUPS() macro | Greg Kroah-Hartman | 1 | -0/+9 |
2013-07-16 | sysfs.h: add __ATTR_RW() macro | Greg Kroah-Hartman | 1 | -0/+2 |
2013-01-26 | sysfs: Functions for adding/removing symlinks to/from attribute groups | Rafael J. Wysocki | 1 | -0/+16 |
2012-05-14 | sysfs: get rid of some lockdep false positives | Alan Stern | 1 | -0/+12 |
2012-01-04 | switch sysfs_chmod_file() to umode_t | Al Viro | 1 | -2/+2 |
2012-01-04 | switch ->is_visible() to returning umode_t | Al Viro | 1 | -1/+1 |
2012-01-04 | switch sysfs attr->mode to umode_t | Al Viro | 1 | -1/+1 |
2011-10-20 | sysfs: Implement support for tagged files in sysfs. | Eric W. Biederman | 1 | -0/+1 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-06-13 | Delay struct net freeing while there's a sysfs instance refering to it | Al Viro | 1 | -7/+0 |
2011-05-14 | sysfs: remove "last sysfs file:" line from the oops messages | Greg Kroah-Hartman | 1 | -5/+0 |
2010-10-17 | sysfs: Add sysfs_merge_group() and sysfs_unmerge_group() | Alan Stern | 1 | -0/+15 |
2010-08-24 | kobject: Break the kobject namespace defs into their own header | David Howells | 1 | -0/+1 |
2010-08-06 | sysfs: Remove owner field from sysfs struct attribute | Guenter Roeck | 1 | -6/+0 |
2010-08-06 | sysfs: sysfs_chmod_file's attr can be const | Jean Delvare | 1 | -3/+3 |