summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h
Commit message (Expand)AuthorAgeFilesLines
* kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-111-5/+5
* sysfs, kernfs: remove cross inclusions of internal headersTejun Heo2013-11-291-1/+0
* sysfs, kernfs: move mount core code to fs/kernfs/mount.cTejun Heo2013-11-291-18/+0
* sysfs, kernfs: make super_blocks bind to different kernfs_rootsTejun Heo2013-11-291-0/+6
* sysfs, kernfs: introduce sysfs_root_sdTejun Heo2013-11-291-1/+1
* sysfs, kernfs: make sysfs_super_info->ns constTejun Heo2013-11-291-7/+7
* sysfs, kernfs: move symlink core code to fs/kernfs/symlink.cTejun Heo2013-11-291-1/+0
* sysfs, kernfs: move file core code to fs/kernfs/file.cTejun Heo2013-11-291-4/+0
* sysfs, kernfs: move dir core code to fs/kernfs/dir.cTejun Heo2013-11-291-13/+0
* sysfs, kernfs: move inode code to fs/kernfs/inode.cTejun Heo2013-11-291-13/+0
* sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.hTejun Heo2013-11-291-96/+6
* sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2013-11-291-22/+0
* sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotationTejun Heo2013-11-291-31/+1
* sysfs, kernfs: reorganize SYSFS_* constantsTejun Heo2013-11-291-6/+6
* sysfs, kernfs: remove sysfs_add_one()Tejun Heo2013-11-291-2/+0
* sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRTejun Heo2013-11-291-7/+4
* sysfs, kernfs: add sysfs_dirent->s_attr.sizeTejun Heo2013-11-291-0/+1
* sysfs, kernfs: introduce kernfs_opsTejun Heo2013-11-291-0/+3
* sysfs, kernfs: prepare open, release, poll paths for kernfsTejun Heo2013-11-291-2/+1
* sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo2013-11-291-3/+0
* sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ...Tejun Heo2013-11-291-8/+5
* sysfs, kernfs: introduce kernfs_setattr()Tejun Heo2013-11-271-1/+0
* sysfs, kernfs: introduce kernfs_rename[_ns]()Tejun Heo2013-11-271-3/+0
* sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo2013-11-271-3/+0
* sysfs: drop kobj_ns_type handling, take #2Tejun Heo2013-11-271-18/+7
* Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds2013-11-071-7/+18
* sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo2013-11-011-1/+1
* sysfs: separate out dup filename warning into a separate functionTejun Heo2013-10-291-0/+1
* sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.cTejun Heo2013-10-291-3/+2
* sysfs: remove unused sysfs_get_dentry() prototypeTejun Heo2013-10-291-1/+0
* sysfs: honor bin_attr.attr.ignore_lockdepTejun Heo2013-10-291-1/+3
* sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attrTejun Heo2013-10-291-7/+4
* sysfs: make sysfs_file_ops() follow ignore_lockdep flagTejun Heo2013-10-141-0/+16
* sysfs: merge regular and bin file handlingTejun Heo2013-10-051-6/+0
* sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.cTejun Heo2013-10-051-0/+2
* sysfs: prepare path write for unified regular / bin file handlingTejun Heo2013-10-051-0/+1
* sysfs: introduce [__]sysfs_remove()Tejun Heo2013-10-031-2/+2
* sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo2013-10-031-5/+5
* sysfs: @name comes before @nsTejun Heo2013-09-261-5/+5
* sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-261-3/+0
* sysfs: drop kobj_ns_type handlingTejun Heo2013-09-261-18/+7
* sysfs: make attr namespace interface less convolutedTejun Heo2013-09-261-2/+3
* sysfs: sysfs.h: fix coding style issuesGreg Kroah-Hartman2013-08-211-8/+10
* sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki2013-01-251-0/+2
* sysfs: switch to ->s_d_op and ->d_release()Al Viro2012-07-141-0/+1
* Revert "sysfs: Kill nlink counting."Greg Kroah-Hartman2012-03-081-0/+1
* sysfs: Kill nlink counting.Eric W. Biederman2012-01-241-1/+0
* sysfs: Store the sysfs inode in an unsigned int.Eric W. Biederman2012-01-241-1/+1
* sysfs: Reduce s_flags to an unsinged short so it packs well with s_modeEric W. Biederman2012-01-241-3/+3
* sysfs: Add s_hash to sysfs_dirent and order directory entries by hashEric W. Biederman2012-01-241-5/+4