aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-8/+2
2011-01-10headers: kobject.h reduxAlexey Dobriyan2-0/+2
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-4/+9
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2010-11-29sysfs: remove useless test from sysfs_merge_groupAlan Stern1-8/+2
2010-10-29convert sysfsAl Viro1-19/+13
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-34/+34
2010-10-22sysfs: only access bin file vm_ops with the active lockEric W. Biederman1-16/+26
2010-10-22sysfs: Fail bin file mmap if vma close is implemented.Eric W. Biederman1-18/+8
2010-10-17sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern1-0/+59
2010-09-03sysfs: checking for NULL instead of ERR_PTRDan Carpenter1-1/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-6/+6
2010-08-09switch sysfs to ->evict_inode()Al Viro3-5/+5
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-08-05sysfs: sysfs_chmod_file's attr can be constJean Delvare1-1/+2
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman1-1/+2
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman1-1/+1
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman1-5/+18
2010-06-04fix setattr error handling in sysfs, configfsNick Piggin1-2/+4
2010-05-27fs: convert simple fs to new truncateNick Piggin1-5/+3
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-13/+11
2010-05-21sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeEric W. Biederman1-3/+8
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2-1/+20
2010-05-21sysfs: Implement sysfs_delete_linkEric W. Biederman1-0/+20
2010-05-21sysfs: Add support for tagged directories with untagged members.Eric W. Biederman2-9/+5
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman8-45/+164
2010-05-21sysfs: Remove double free sysfs_get_sbEric W. Biederman1-1/+0
2010-05-21sysfs: Basic support for multiple super blocksEric W. Biederman2-2/+59
2010-05-15bridge: update sysfs link names if port device names have changedSimon Arlott1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-07sysfs: Kill unused sysfs_sb variable.Eric W. Biederman2-3/+0
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman4-5/+6
2010-03-07sysfs: Implement sysfs_rename_linkEric W. Biederman1-0/+38
2010-03-07sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman1-1/+1
2010-03-07sysfs: Serialize updates to the vfs inodeEric W. Biederman1-4/+4
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. Biederman3-1/+6
2010-03-07sysfs: Remove sysfs_get/put_active_twoEric W. Biederman4-77/+38
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-4/+4
2010-03-07sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Eric W. Biederman1-22/+60
2010-03-07sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen1-0/+20
2010-02-16sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman1-18/+17
2010-01-04sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman2-2/+27
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-11sysfs: sysfs_setattr remove unnecessary permission check.Eric W. Biederman1-4/+0
2009-12-11sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman2-33/+32
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman3-139/+32