aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-14sysfs: split out binary attribute handling from sysfs_add_file_mode_nsChristoph Hellwig1-3/+5
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov1-3/+2
2018-01-23sysfs: use SPDX identifiersGreg Kroah-Hartman1-2/+1
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-5/+5
2013-11-29sysfs, kernfs: remove cross inclusions of internal headersTejun Heo1-1/+0
2013-11-29sysfs, kernfs: move mount core code to fs/kernfs/mount.cTejun Heo1-18/+0
2013-11-29sysfs, kernfs: make super_blocks bind to different kernfs_rootsTejun Heo1-0/+6
2013-11-29sysfs, kernfs: introduce sysfs_root_sdTejun Heo1-1/+1
2013-11-29sysfs, kernfs: make sysfs_super_info->ns constTejun Heo1-7/+7
2013-11-29sysfs, kernfs: move symlink core code to fs/kernfs/symlink.cTejun Heo1-1/+0
2013-11-29sysfs, kernfs: move file core code to fs/kernfs/file.cTejun Heo1-4/+0
2013-11-29sysfs, kernfs: move dir core code to fs/kernfs/dir.cTejun Heo1-13/+0
2013-11-29sysfs, kernfs: move inode code to fs/kernfs/inode.cTejun Heo1-13/+0
2013-11-29sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.hTejun Heo1-96/+6
2013-11-29sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo1-22/+0
2013-11-29sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotationTejun Heo1-31/+1
2013-11-29sysfs, kernfs: reorganize SYSFS_* constantsTejun Heo1-6/+6
2013-11-29sysfs, kernfs: remove sysfs_add_one()Tejun Heo1-2/+0
2013-11-29sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRTejun Heo1-7/+4
2013-11-29sysfs, kernfs: add sysfs_dirent->s_attr.sizeTejun Heo1-0/+1
2013-11-29sysfs, kernfs: introduce kernfs_opsTejun Heo1-0/+3
2013-11-29sysfs, kernfs: prepare open, release, poll paths for kernfsTejun Heo1-2/+1
2013-11-29sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo1-3/+0
2013-11-29sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->privTejun Heo1-8/+5
2013-11-27sysfs, kernfs: introduce kernfs_setattr()Tejun Heo1-1/+0
2013-11-27sysfs, kernfs: introduce kernfs_rename[_ns]()Tejun Heo1-3/+0
2013-11-27sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo1-3/+0
2013-11-27sysfs: drop kobj_ns_type handling, take #2Tejun Heo1-18/+7
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds1-7/+18
2013-11-01sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo1-1/+1
2013-10-29sysfs: separate out dup filename warning into a separate functionTejun Heo1-0/+1
2013-10-29sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.cTejun Heo1-3/+2
2013-10-29sysfs: remove unused sysfs_get_dentry() prototypeTejun Heo1-1/+0
2013-10-29sysfs: honor bin_attr.attr.ignore_lockdepTejun Heo1-1/+3
2013-10-29sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attrTejun Heo1-7/+4
2013-10-14sysfs: make sysfs_file_ops() follow ignore_lockdep flagTejun Heo1-0/+16
2013-10-05sysfs: merge regular and bin file handlingTejun Heo1-6/+0
2013-10-05sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.cTejun Heo1-0/+2
2013-10-05sysfs: prepare path write for unified regular / bin file handlingTejun Heo1-0/+1
2013-10-03sysfs: introduce [__]sysfs_remove()Tejun Heo1-2/+2
2013-10-03sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo1-5/+5
2013-09-26sysfs: @name comes before @nsTejun Heo1-5/+5
2013-09-26sysfs: clean up sysfs_get_dirent()Tejun Heo1-3/+0
2013-09-26sysfs: drop kobj_ns_type handlingTejun Heo1-18/+7
2013-09-26sysfs: make attr namespace interface less convolutedTejun Heo1-2/+3
2013-08-21sysfs: sysfs.h: fix coding style issuesGreg Kroah-Hartman1-8/+10
2013-01-25sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki1-0/+2
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro1-0/+1
2012-03-08Revert "sysfs: Kill nlink counting."Greg Kroah-Hartman1-0/+1
2012-01-24sysfs: Kill nlink counting.Eric W. Biederman1-1/+0