summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-111-0/+1
|\
| * writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
* | sysfs: Add labeling support for sysfsDavid P. Quigley2009-09-101-36/+98
|/
* sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman2009-03-241-0/+17
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0
* sysfs: Disallow truncation of files in sysfsBen Hutchings2008-04-301-0/+2
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+5
* implement simple fs aopsNick Piggin2007-10-161-2/+2
* sysfs: add copyrightsTejun Heo2007-10-121-2/+6
* sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo2007-10-121-1/+1
* sysfs: make sysfs_root a regular directory direntTejun Heo2007-10-121-5/+0
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-121-1/+1
* sysfs: Remove sysfs_instantiateEric W. Biederman2007-10-121-17/+0
* sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman2007-10-121-3/+45
* sysfs: make sysfs_addrm_finish() return voidTejun Heo2007-10-121-2/+5
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-121-13/+4
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-121-10/+0
* sysfs: cleanup semaphore.hDave Young2007-10-121-1/+0
* sysfs: make sysfs_init_inode() staticTejun Heo2007-07-181-1/+1
* sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo2007-07-111-56/+0
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-111-38/+8
* sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-111-8/+3
* sysfs: consolidate sysfs spinlocksTejun Heo2007-07-111-8/+8
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-111-5/+6
* sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-111-0/+1
* sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-111-4/+4
* sysfs: make sysfs_drop_dentry() access inodes using ilookup()Tejun Heo2007-07-111-35/+28
* sysfs: Fix oops in sysfs_drop_dentry on x86_64Rafael J. Wysocki2007-07-111-1/+2
* sysfs: use singly-linked list for sysfs_dirent treeTejun Heo2007-07-111-5/+7
* sysfs: use iget_locked() instead of new_inode()Tejun Heo2007-07-111-9/+15
* sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo2007-07-111-51/+57
* sysfs: reimplement sysfs_drop_dentry()Tejun Heo2007-07-111-21/+61
* sysfs: separate out sysfs_attach_dentry()Tejun Heo2007-07-111-2/+2
* sysfs: kill attribute file orphaningTejun Heo2007-07-111-25/+0
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-111-2/+6
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-111-1/+1
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-111-32/+1
* sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo2007-06-121-1/+17
* sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo2007-06-121-1/+1
* sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen2007-06-121-0/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* [PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern2007-03-151-3/+7
* [PATCH] suspend regression: sysfs deadlockHugh Dickins2007-03-061-4/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* sysfs: Shadow directory supportEric W. Biederman2007-02-071-0/+10
* sysfs: suppress lockdep warningsFrederik Deweerdt2007-02-071-2/+2
* Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum2007-02-071-0/+24
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap2006-09-251-3/+8