summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/inode.c
AgeCommit message (Expand)AuthorLines
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds-1/+1
2012-05-15userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman-2/+2
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara-1/+1
2012-03-08Revert "sysfs: Kill nlink counting."Greg Kroah-Hartman-0/+3
2012-02-24sysfs: Fix memory leak in sysfs_sd_setsecdata().Masami Ichikawa-5/+6
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman-1/+4
2012-01-24sysfs: Kill nlink counting.Eric W. Biederman-3/+0
2012-01-24sysfs: Complain bitterly about attempts to remove files from nonexistent dire...Eric W. Biederman-1/+4
2012-01-03sysfs: propagate umode_tAl Viro-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi-1/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+0
2011-10-19sysfs: Remove support for tagged directories with untagged members.Eric W. Biederman-2/+0
2011-08-22sysfs: count subdirectoriesMikulas Patocka-13/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro-2/+2
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro-1/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan-0/+1
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin-3/+8
2010-08-09switch sysfs to ->evict_inode()Al Viro-3/+3
2010-08-09rename generic_setattrChristoph Hellwig-1/+1
2010-06-04fix setattr error handling in sysfs, configfsNick Piggin-2/+4
2010-05-27fs: convert simple fs to new truncateNick Piggin-5/+3
2010-05-21sysfs: Add support for tagged directories with untagged members.Eric W. Biederman-0/+2
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman-2/+3
2010-03-07sysfs: Serialize updates to the vfs inodeEric W. Biederman-4/+4
2010-02-16sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman-18/+17
2009-12-11sysfs: sysfs_setattr remove unnecessary permission check.Eric W. Biederman-4/+0
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman-12/+0
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman-17/+47
2009-12-11sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman-20/+31
2009-12-11sysfs: Simplify iattr time assignmentsEric W. Biederman-6/+3
2009-12-11sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutexEric W. Biederman-12/+29
2009-12-11sysfs: mark a locally-only used function staticStefan Richter-1/+2
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-0/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe-0/+1
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley-36/+98
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman-0/+17
2009-01-05zero i_uid/i_gid on inode allocationAl Viro-3/+0
2008-04-30sysfs: Disallow truncation of files in sysfsBen Hutchings-0/+2
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi-1/+1
2007-10-17mm: bdi init hooksPeter Zijlstra-0/+5
2007-10-16implement simple fs aopsNick Piggin-2/+2
2007-10-12sysfs: add copyrightsTejun Heo-2/+6
2007-10-12sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo-1/+1
2007-10-12sysfs: make sysfs_root a regular directory direntTejun Heo-5/+0
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo-1/+1
2007-10-12sysfs: Remove sysfs_instantiateEric W. Biederman-17/+0
2007-10-12sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman-3/+45