aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h
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 ...Tejun 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
2012-01-24sysfs: Store the sysfs inode in an unsigned int.Eric W. Biederman1-1/+1
2012-01-24sysfs: Reduce s_flags to an unsinged short so it packs well with s_modeEric W. Biederman1-3/+3
2012-01-24sysfs: Add s_hash to sysfs_dirent and order directory entries by hashEric W. Biederman1-5/+4
2012-01-03sysfs: propagate umode_tAl Viro1-2/+2
2011-08-22sysfs: use rb-tree for inode number lookupMikulas Patocka1-3/+2
2011-08-22sysfs: remove s_sibling hacksMikulas Patocka1-0/+5
2011-08-22sysfs: use rb-tree for name lookupsMikulas Patocka1-0/+5
2011-08-22sysfs: count subdirectoriesMikulas Patocka1-0/+2
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro1-1/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-0/+1
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+1
2010-08-09switch sysfs to ->evict_inode()Al Viro1-1/+1
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn1-1/+12
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-4/+16
2010-05-21sysfs: Basic support for multiple super blocksEric W. Biederman1-0/+3
2010-03-07sysfs: Kill unused sysfs_sb variable.Eric W. Biederman1-1/+0
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman1-1/+1
2010-03-07sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman1-1/+1
2010-03-07sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman1-2/+5
2010-03-07sysfs: Only take active references on attributes.Eric W. Biederman1-0/+1
2010-03-07sysfs: Remove sysfs_get/put_active_twoEric W. Biederman1-2/+2
2010-01-04sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman1-0/+15
2009-12-11sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman1-0/+3
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman1-1/+0
2009-12-11sysfs: Gut sysfs_addrm_start and sysfs_addrm_finishEric W. Biederman1-2/+0
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman1-0/+2
2009-12-11sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman1-0/+1
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley1-1/+11
2009-03-24sysfs: don't block indefinitely for unmapped files.Eric W. Biederman1-0/+2
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman1-0/+1
2008-10-16sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown1-2/+4
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck1-0/+1
2008-04-22[SCSI] sysfs: make group is_valid return a mode_tJames Bottomley1-0/+2
2007-10-30sysfs: make sysfs_{get,put}_active() staticAdrian Bunk1-2/+0
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+1
2007-10-12sysfs: add copyrightsTejun Heo1-0/+10
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo1-1/+0
2007-10-12sysfs: implement sysfs_open_direntTejun Heo1-0/+3
2007-10-12sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo1-1/+2
2007-10-12sysfs: make sysfs_root a regular directory direntTejun Heo1-5/+4
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo1-5/+5
2007-10-12sysfs: reposition sysfs_dirent->s_mode.Tejun Heo1-1/+1
2007-10-12sysfs: clean up header filesTejun Heo1-56/+92
2007-10-12sysfs: Remove s_dentryEric W. Biederman1-1/+0
2007-10-12sysfs: Introduce sysfs_rename_mutexEric W. Biederman1-0/+1
2007-10-12sysfs: Make sysfs_mount staticEric W. Biederman1-1/+0
2007-10-12sysfs: Remove sysfs_instantiateEric W. Biederman1-1/+0
2007-10-12sysfs: make sysfs_addrm_finish() return voidTejun Heo1-1/+1
2007-10-12sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo1-1/+1
2007-10-12sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo1-2/+0
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman1-6/+0
2007-07-18sysfs: make sysfs_init_inode() staticTejun Heo1-1/+0
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo1-0/+1
2007-07-11sysfs: implement sysfs_get_dentry()Tejun Heo1-0/+1
2007-07-11sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo1-1/+0
2007-07-11sysfs: restructure add/remove paths and fix inode updateTejun Heo1-4/+16
2007-07-11sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo1-1/+1
2007-07-11sysfs: consolidate sysfs spinlocksTejun Heo1-2/+1
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo1-4/+6
2007-07-11sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo1-1/+4
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo1-1/+6
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo1-2/+2
2007-07-11sysfs: slim down sysfs_dirent->s_activeTejun Heo1-11/+2
2007-07-11sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo1-88/+6
2007-07-11sysfs: use iget_locked() instead of new_inode()Tejun Heo1-1/+1
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo1-3/+3
2007-07-11sysfs: reimplement sysfs_drop_dentry()Tejun Heo1-1/+1
2007-07-11sysfs: separate out sysfs_attach_dentry()Tejun Heo1-1/+2
2007-07-11sysfs: kill attribute file orphaningTejun Heo1-16/+0
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo1-21/+102
2007-07-11sysfs: reimplement symlink using sysfs_dirent treeTejun Heo1-4/+5
2007-07-11sysfs: implement kobj_sysfs_assoc_lockTejun Heo1-0/+1
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo1-25/+31
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo1-4/+3
2007-07-11sysfs: add sysfs_dirent->s_parentTejun Heo1-0/+1
2007-07-11sysfs: consolidate sysfs_dirent creation functionsTejun Heo1-2/+5
2007-07-11sysfs: make sysfs_put() ignore NULL sdTejun Heo1-1/+1
2007-07-11sysfs: move release_sysfs_dirent() to dir.cTejun Heo1-12/+1
2007-06-12sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo1-0/+1
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen1-0/+1
2007-02-23sysfs: move struct sysfs_dirent to private headerAdam J. Richter1-0/+11
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-2/+2
2007-02-07sysfs: Shadow directory supportEric W. Biederman1-0/+5
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum1-0/+16
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap1-1/+1
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown1-0/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-3/+3
2006-03-20[PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni1-0/+1
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig1-1/+0
2005-06-20[PATCH] sysfs-iattr: set inode attributesManeesh Soni1-1/+1
2005-06-20[PATCH] sysfs-iattr: add sysfs_setattrManeesh Soni1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+95