aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo1-60/+59
2007-07-11sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo1-17/+44
2007-07-11sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo1-1/+3
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo1-13/+20
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo1-44/+102
2007-07-11sysfs: slim down sysfs_dirent->s_activeTejun Heo1-26/+48
2007-07-11sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo1-0/+88
2007-07-11sysfs: use iget_locked() instead of new_inode()Tejun Heo1-16/+21
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo1-82/+48
2007-07-11sysfs: fix parent refcounting during rename and moveTejun Heo1-0/+6
2007-07-11sysfs: make sysfs_alloc_ino() staticTejun Heo1-1/+1
2007-07-11sysfs: reimplement sysfs_drop_dentry()Tejun Heo1-13/+5
2007-07-11sysfs: separate out sysfs_attach_dentry()Tejun Heo1-33/+26
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo1-3/+25
2007-07-11sysfs: reimplement symlink using sysfs_dirent treeTejun Heo1-1/+1
2007-07-11sysfs: implement kobj_sysfs_assoc_lockTejun Heo1-1/+7
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo1-17/+14
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo1-23/+44
2007-07-11sysfs: add sysfs_dirent->s_parentTejun Heo1-7/+23
2007-07-11sysfs: consolidate sysfs_dirent creation functionsTejun Heo1-57/+25
2007-07-11sysfs: flatten and fix sysfs_rename_dir() error handlingTejun Heo1-32/+41
2007-07-11sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Tejun Heo1-30/+43
2007-07-11sysfs: allocate inode number using idaTejun Heo1-9/+36
2007-07-11sysfs: move release_sysfs_dirent() to dir.cTejun Heo1-0/+12
2007-06-12sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo1-2/+20
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen1-5/+11
2007-03-06[PATCH] Fix 2.6.21 rfcomm lockupsMark Lord1-0/+2
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-1/+1
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2007-02-07sysfs: Shadow directory supportEric W. Biederman1-35/+172
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum1-0/+1
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck1-4/+2
2006-12-08[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-5/+5
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+45
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-2/+2
2006-09-25sysfs: Make poll behaviour consistentJuha Yrjölä1-1/+1
2006-06-26[PATCH] core: use list_move()Akinobu Mita1-6/+4
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown1-0/+1
2006-04-02Documentation: fix minor kernel-doc warningsMartin Waitz1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-20[PATCH] sysfs: don't export dir symbolsGreg Kroah-Hartman1-4/+0
2006-03-20[PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni1-1/+31
2006-03-20[PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-16/+15
2006-01-04[PATCH] sysfs: handle failures in sysfs_make_direntSteven Rostedt1-1/+5
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig1-2/+3
2005-06-20[PATCH] sysfs-iattr: add sysfs_setattrManeesh Soni1-0/+1
2005-06-20[PATCH] sysfs-iattr: attach sysfs_dirent before new inodeManeesh Soni1-10/+15
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+475