summaryrefslogtreecommitdiff
path: root/fs/sysfs/sysfs.h
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds
2013-11-01sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo
2013-10-29sysfs: separate out dup filename warning into a separate functionTejun Heo
2013-10-29sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.cTejun Heo
2013-10-29sysfs: remove unused sysfs_get_dentry() prototypeTejun Heo
2013-10-29sysfs: honor bin_attr.attr.ignore_lockdepTejun Heo
2013-10-29sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attrTejun Heo
2013-10-14sysfs: make sysfs_file_ops() follow ignore_lockdep flagTejun Heo
2013-10-06sysfs: merge regular and bin file handlingTejun Heo
2013-10-06sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.cTejun Heo
2013-10-06sysfs: prepare path write for unified regular / bin file handlingTejun Heo
2013-10-03sysfs: introduce [__]sysfs_remove()Tejun Heo
2013-10-03sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo
2013-09-26sysfs: @name comes before @nsTejun Heo
2013-09-26sysfs: clean up sysfs_get_dirent()Tejun Heo
2013-09-26sysfs: drop kobj_ns_type handlingTejun Heo
2013-09-26sysfs: make attr namespace interface less convolutedTejun Heo
2013-08-21sysfs: sysfs.h: fix coding style issuesGreg Kroah-Hartman
2013-01-25sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro
2012-03-08Revert "sysfs: Kill nlink counting."Greg Kroah-Hartman
2012-01-24sysfs: Kill nlink counting.Eric W. Biederman
2012-01-24sysfs: Store the sysfs inode in an unsigned int.Eric W. Biederman
2012-01-24sysfs: Reduce s_flags to an unsinged short so it packs well with s_modeEric W. Biederman
2012-01-24sysfs: Add s_hash to sysfs_dirent and order directory entries by hashEric W. Biederman
2012-01-04sysfs: propagate umode_tAl Viro
2011-08-23sysfs: use rb-tree for inode number lookupMikulas Patocka
2011-08-23sysfs: remove s_sibling hacksMikulas Patocka
2011-08-23sysfs: use rb-tree for name lookupsMikulas Patocka
2011-08-23sysfs: count subdirectoriesMikulas Patocka
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro
2011-01-10headers: kobject.h reduxAlexey Dobriyan
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2010-08-09switch sysfs to ->evict_inode()Al Viro
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-05-21sysfs: Basic support for multiple super blocksEric W. Biederman
2010-03-08sysfs: Kill unused sysfs_sb variable.Eric W. Biederman
2010-03-08sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman
2010-03-08sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman
2010-03-08sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman
2010-03-08sysfs: Only take active references on attributes.Eric W. Biederman
2010-03-08sysfs: Remove sysfs_get/put_active_twoEric W. Biederman
2010-01-04sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman
2009-12-11sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman
2009-12-11sysfs: Gut sysfs_addrm_start and sysfs_addrm_finishEric W. Biederman
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman