aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/inode.c
Commit message (Expand)AuthorAge
* 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
* sysfs: separate out sysfs_attach_dentry()Tejun Heo2007-07-11
* sysfs: kill attribute file orphaningTejun Heo2007-07-11
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-11
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-11
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-11
* sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo2007-06-12
* sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo2007-06-12
* sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen2007-06-12
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* [PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern2007-03-15
* [PATCH] suspend regression: sysfs deadlockHugh Dickins2007-03-06
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-12
* sysfs: Shadow directory supportEric W. Biederman2007-02-07
* sysfs: suppress lockdep warningsFrederik Deweerdt2007-02-07
* Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum2007-02-07
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-27
* sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap2006-09-26
* [PATCH] lockdep: annotate the sysfs i_mutex to be a separate classArjan van de Ven2006-07-12
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-28
* BUG_ON() Conversion in fs/sysfs/Eric Sesterhenn2006-03-31
* [PATCH] sysfs: kzalloc conversionEric Sesterhenn2006-03-20