summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-221-34/+34
|\
| * sysfs: only access bin file vm_ops with the active lockEric W. Biederman2010-10-221-16/+26
| * sysfs: Fail bin file mmap if vma close is implemented.Eric W. Biederman2010-10-221-18/+8
* | sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern2010-10-171-0/+59
|/
* sysfs: checking for NULL instead of ERR_PTRDan Carpenter2010-09-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-103-6/+6
|\
| * switch sysfs to ->evict_inode()Al Viro2010-08-093-5/+5
| * rename generic_setattrChristoph Hellwig2010-08-091-1/+1
* | sysfs: sysfs_chmod_file's attr can be constJean Delvare2010-08-051-1/+2
|/
* sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman2010-07-261-1/+2
* sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman2010-07-261-1/+1
* sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman2010-07-261-5/+18
* fix setattr error handling in sysfs, configfsNick Piggin2010-06-041-2/+4
* fs: convert simple fs to new truncateNick Piggin2010-05-271-5/+3
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-13/+11
* sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeEric W. Biederman2010-05-211-3/+8
* sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2010-05-212-1/+20
* sysfs: Implement sysfs_delete_linkEric W. Biederman2010-05-211-0/+20
* sysfs: Add support for tagged directories with untagged members.Eric W. Biederman2010-05-212-9/+5
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-218-45/+164
* sysfs: Remove double free sysfs_get_sbEric W. Biederman2010-05-211-1/+0
* sysfs: Basic support for multiple super blocksEric W. Biederman2010-05-212-2/+59
* bridge: update sysfs link names if port device names have changedSimon Arlott2010-05-151-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* sysfs: Kill unused sysfs_sb variable.Eric W. Biederman2010-03-072-3/+0
* sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman2010-03-074-5/+6
* sysfs: Implement sysfs_rename_linkEric W. Biederman2010-03-071-0/+38
* sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman2010-03-071-1/+1
* sysfs: Serialize updates to the vfs inodeEric W. Biederman2010-03-071-4/+4
* sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman2010-03-071-2/+5
* sysfs: Only take active references on attributes.Eric W. Biederman2010-03-073-1/+6
* sysfs: Remove sysfs_get/put_active_twoEric W. Biederman2010-03-074-77/+38
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-4/+4
* sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Eric W. Biederman2010-03-071-22/+60
* sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen2010-03-071-0/+20
* sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman2010-02-161-18/+17
* sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman2010-01-042-2/+27
* Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-231-2/+4
* sysfs: sysfs_setattr remove unnecessary permission check.Eric W. Biederman2009-12-111-4/+0
* sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman2009-12-112-33/+32
* sysfs: Propagate renames to the vfs on demandEric W. Biederman2009-12-113-139/+32
* sysfs: Gut sysfs_addrm_start and sysfs_addrm_finishEric W. Biederman2009-12-112-89/+4
* sysfs: In sysfs_chmod_file lazily propagate the mode change.Eric W. Biederman2009-12-111-23/+8
* sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman2009-12-114-17/+54
* sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman2009-12-111-4/+4
* sysfs: Update s_iattr on link and unlink.Eric W. Biederman2009-12-111-0/+18
* sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman2009-12-112-20/+32
* sysfs: Simplify iattr time assignmentsEric W. Biederman2009-12-111-6/+3
* sysfs: Simplify sysfs_chmod_file semanticsEric W. Biederman2009-12-111-9/+1
* sysfs: Use dentry_ops instead of directly playing with the dcacheEric W. Biederman2009-12-111-27/+46
OpenPOWER on IntegriCloud