aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
...
* sysfs: Rewrite rename in terms of sysfs direntsEric W. Biederman2007-10-121-22/+16
* sysfs: Remove s_dentryEric W. Biederman2007-10-121-28/+4
* sysfs: simply sysfs_get_dentryTejun Heo2007-10-121-75/+16
* sysfs: Introduce sysfs_rename_mutexEric W. Biederman2007-10-121-1/+7
* sysfs: Rewrite sysfs_drop_dentry.Eric W. Biederman2007-10-121-27/+26
* sysfs: Simplify readdir.Eric W. Biederman2007-10-121-131/+44
* sysfs: In sysfs_lookup don't open code sysfs_find_direntEric W. Biederman2007-10-121-3/+1
* sysfs: Make sysfs_mount staticEric W. Biederman2007-10-121-3/+1
* sysfs: Remove sysfs_instantiateEric W. Biederman2007-10-121-1/+1
* sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman2007-10-121-37/+0
* sysfs: fix i_mutex locking in sysfs_get_dentry()Tejun Heo2007-10-121-0/+2
* sysfs: make sysfs_addrm_finish() return voidTejun Heo2007-10-121-6/+1
* sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo2007-10-121-9/+17
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-121-11/+10
* sysfs: simplify sysfs_rename_dir()Tejun Heo2007-10-121-22/+4
* sysfs: cosmetic changes in sysfs_lookup()Tejun Heo2007-10-121-10/+5
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-121-145/+22
* sysfs: cleanup semaphore.hDave Young2007-10-121-1/+1
* kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-1/+1
* sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir()Tejun Heo2007-08-221-9/+12
* sysfs: cosmetic clean up on node creation failure pathsTejun Heo2007-07-181-5/+7
* sysfs: avoid kmem_cache_free(NULL)Akinobu Mita2007-07-181-6/+7
* sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-111-105/+126
* sysfs: implement sysfs_get_dentry()Tejun Heo2007-07-111-0/+98
* sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo2007-07-111-0/+56
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-111-64/+186
* sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-111-30/+71
* sysfs: consolidate sysfs spinlocksTejun Heo2007-07-111-10/+9
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-111-60/+59
* sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo2007-07-111-17/+44
* sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-111-1/+3
* sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-111-13/+20
* sysfs: use singly-linked list for sysfs_dirent treeTejun Heo2007-07-111-44/+102
* sysfs: slim down sysfs_dirent->s_activeTejun Heo2007-07-111-26/+48
* sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo2007-07-111-0/+88
* sysfs: use iget_locked() instead of new_inode()Tejun Heo2007-07-111-16/+21
* sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo2007-07-111-82/+48
* sysfs: fix parent refcounting during rename and moveTejun Heo2007-07-111-0/+6
* sysfs: make sysfs_alloc_ino() staticTejun Heo2007-07-111-1/+1
* sysfs: reimplement sysfs_drop_dentry()Tejun Heo2007-07-111-13/+5
* sysfs: separate out sysfs_attach_dentry()Tejun Heo2007-07-111-33/+26
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-111-3/+25
* sysfs: reimplement symlink using sysfs_dirent treeTejun Heo2007-07-111-1/+1
* sysfs: implement kobj_sysfs_assoc_lockTejun Heo2007-07-111-1/+7
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-111-17/+14
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-111-23/+44
* sysfs: add sysfs_dirent->s_parentTejun Heo2007-07-111-7/+23
* sysfs: consolidate sysfs_dirent creation functionsTejun Heo2007-07-111-57/+25
* sysfs: flatten and fix sysfs_rename_dir() error handlingTejun Heo2007-07-111-32/+41
* sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Tejun Heo2007-07-111-30/+43