aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/inode.c
Commit message (Expand)AuthorAge
* switch sysfs to ->evict_inode()Al Viro2010-08-09
* rename generic_setattrChristoph Hellwig2010-08-09
* fix setattr error handling in sysfs, configfsNick Piggin2010-06-04
* fs: convert simple fs to new truncateNick Piggin2010-05-27
* sysfs: Add support for tagged directories with untagged members.Eric W. Biederman2010-05-21
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman2010-03-07
* sysfs: Serialize updates to the vfs inodeEric W. Biederman2010-03-07
* sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman2010-02-16
* sysfs: sysfs_setattr remove unnecessary permission check.Eric W. Biederman2009-12-11
* sysfs: Propagate renames to the vfs on demandEric W. Biederman2009-12-11
* sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman2009-12-11
* sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman2009-12-11
* sysfs: Simplify iattr time assignmentsEric W. Biederman2009-12-11
* sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutexEric W. Biederman2009-12-11
* sysfs: mark a locally-only used function staticStefan Richter2009-12-11
* Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-11
|\
| * writeback: add name to backing_dev_infoJens Axboe2009-09-11
* | sysfs: Add labeling support for sysfsDavid P. Quigley2009-09-09
|/
* sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman2009-03-24
* zero i_uid/i_gid on inode allocationAl Viro2009-01-05
* sysfs: Disallow truncation of files in sysfsBen Hutchings2008-04-30
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-30
* mm: bdi init hooksPeter Zijlstra2007-10-17
* implement simple fs aopsNick Piggin2007-10-16
* sysfs: add copyrightsTejun Heo2007-10-12
* sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo2007-10-12
* sysfs: make sysfs_root a regular directory direntTejun Heo2007-10-12
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-12
* sysfs: Remove sysfs_instantiateEric W. Biederman2007-10-12
* sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman2007-10-12
* sysfs: make sysfs_addrm_finish() return voidTejun Heo2007-10-12
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-12
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-12
* sysfs: cleanup semaphore.hDave Young2007-10-12
* sysfs: make sysfs_init_inode() staticTejun Heo2007-07-18
* sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo2007-07-11
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-11
* sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-11
* sysfs: consolidate sysfs spinlocksTejun Heo2007-07-11
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-11
* sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-11
* sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-11
* sysfs: make sysfs_drop_dentry() access inodes using ilookup()Tejun Heo2007-07-11
* sysfs: Fix oops in sysfs_drop_dentry on x86_64Rafael J. Wysocki2007-07-11
* sysfs: use singly-linked list for sysfs_dirent treeTejun Heo2007-07-11
* sysfs: use iget_locked() instead of new_inode()Tejun Heo2007-07-11
* sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo2007-07-11
* sysfs: reimplement sysfs_drop_dentry()Tejun Heo2007-07-11