summaryrefslogtreecommitdiff
path: root/fs/sysfs
AgeCommit message (Expand)Author
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09switch sysfs to ->evict_inode()Al Viro
2010-08-09rename generic_setattrChristoph Hellwig
2010-08-05sysfs: sysfs_chmod_file's attr can be constJean Delvare
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman
2010-06-04fix setattr error handling in sysfs, configfsNick Piggin
2010-05-27fs: convert simple fs to new truncateNick Piggin
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-05-21sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeEric W. Biederman
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn
2010-05-21sysfs: Implement sysfs_delete_linkEric W. Biederman
2010-05-21sysfs: Add support for tagged directories with untagged members.Eric W. Biederman
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-05-21sysfs: Remove double free sysfs_get_sbEric W. Biederman
2010-05-21sysfs: Basic support for multiple super blocksEric W. Biederman
2010-05-15bridge: update sysfs link names if port device names have changedSimon Arlott
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07sysfs: Kill unused sysfs_sb variable.Eric W. Biederman
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman
2010-03-07sysfs: Implement sysfs_rename_linkEric W. Biederman
2010-03-07sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman
2010-03-07sysfs: Serialize updates to the vfs inodeEric W. Biederman
2010-03-07sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman
2010-03-07sysfs: Only take active references on attributes.Eric W. Biederman
2010-03-07sysfs: Remove sysfs_get/put_active_twoEric W. Biederman
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Eric W. Biederman
2010-03-07sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen
2010-02-16sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman
2010-01-04sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody
2009-12-11sysfs: sysfs_setattr remove unnecessary permission check.Eric 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: In sysfs_chmod_file lazily propagate the mode change.Eric W. Biederman
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman
2009-12-11sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman
2009-12-11sysfs: Update s_iattr on link and unlink.Eric W. Biederman
2009-12-11sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman
2009-12-11sysfs: Simplify iattr time assignmentsEric W. Biederman
2009-12-11sysfs: Simplify sysfs_chmod_file semanticsEric W. Biederman
2009-12-11sysfs: Use dentry_ops instead of directly playing with the dcacheEric W. Biederman
2009-12-11sysfs: Rename sysfs_d_iput to sysfs_dentry_iputEric W. Biederman
2009-12-11sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutexEric W. Biederman
2009-12-11sysfs: mark a locally-only used function staticStefan Richter
2009-11-05sysfs: Don't leak secdata when a sysfs_dirent is freed.Eric W. Biederman
2009-10-14sysfs: Allow sysfs_notify_dirent to be called from interrupt context.Neil Brown