summaryrefslogtreecommitdiff
path: root/fs/sysfs/dir.c
AgeCommit message (Expand)Author
2007-08-22sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir()Tejun Heo
2007-07-18sysfs: cosmetic clean up on node creation failure pathsTejun Heo
2007-07-18sysfs: avoid kmem_cache_free(NULL)Akinobu Mita
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo
2007-07-11sysfs: implement sysfs_get_dentry()Tejun Heo
2007-07-11sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo
2007-07-11sysfs: restructure add/remove paths and fix inode updateTejun Heo
2007-07-11sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo
2007-07-11sysfs: consolidate sysfs spinlocksTejun Heo
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo
2007-07-11sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo
2007-07-11sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo
2007-07-11sysfs: slim down sysfs_dirent->s_activeTejun Heo
2007-07-11sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo
2007-07-11sysfs: use iget_locked() instead of new_inode()Tejun Heo
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo
2007-07-11sysfs: fix parent refcounting during rename and moveTejun Heo
2007-07-11sysfs: make sysfs_alloc_ino() staticTejun Heo
2007-07-11sysfs: reimplement sysfs_drop_dentry()Tejun Heo
2007-07-11sysfs: separate out sysfs_attach_dentry()Tejun Heo
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo
2007-07-11sysfs: reimplement symlink using sysfs_dirent treeTejun Heo
2007-07-11sysfs: implement kobj_sysfs_assoc_lockTejun Heo
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo
2007-07-11sysfs: add sysfs_dirent->s_parentTejun Heo
2007-07-11sysfs: consolidate sysfs_dirent creation functionsTejun Heo
2007-07-11sysfs: flatten and fix sysfs_rename_dir() error handlingTejun Heo
2007-07-11sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Tejun Heo
2007-07-11sysfs: allocate inode number using idaTejun Heo
2007-07-11sysfs: move release_sysfs_dirent() to dir.cTejun Heo
2007-06-12sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen
2007-03-06[PATCH] Fix 2.6.21 rfcomm lockupsMark Lord
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day
2007-02-07sysfs: Shadow directory supportEric W. Biederman
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck
2006-12-08[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-09-25sysfs: Make poll behaviour consistentJuha Yrjölä
2006-06-26[PATCH] core: use list_move()Akinobu Mita
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown
2006-04-02Documentation: fix minor kernel-doc warningsMartin Waitz
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-20[PATCH] sysfs: don't export dir symbolsGreg Kroah-Hartman