summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sysfs: allocate inode number using idaTejun Heo2007-07-111-9/+36
* sysfs: move release_sysfs_dirent() to dir.cTejun Heo2007-07-111-0/+12
* sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo2007-06-121-2/+20
* sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen2007-06-121-5/+11
* [PATCH] Fix 2.6.21 rfcomm lockupsMark Lord2007-03-061-0/+2
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
* sysfs: Shadow directory supportEric W. Biederman2007-02-071-35/+172
* Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum2007-02-071-0/+1
* driver core: Allow device_move(dev, NULL).Cornelia Huck2007-02-071-4/+2
* [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-5/+5
* driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-011-0/+45
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-2/+2
* sysfs: Make poll behaviour consistentJuha Yrjölä2006-09-251-1/+1
* [PATCH] core: use list_move()Akinobu Mita2006-06-261-6/+4
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-141-0/+1
* Documentation: fix minor kernel-doc warningsMartin Waitz2006-04-021-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] sysfs: don't export dir symbolsGreg Kroah-Hartman2006-03-201-4/+0
* [PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni2006-03-201-1/+31
* [PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman2006-03-201-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-16/+15
* [PATCH] sysfs: handle failures in sysfs_make_direntSteven Rostedt2006-01-041-1/+5
* [PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig2005-06-231-2/+3
* [PATCH] sysfs-iattr: add sysfs_setattrManeesh Soni2005-06-201-0/+1
* [PATCH] sysfs-iattr: attach sysfs_dirent before new inodeManeesh Soni2005-06-201-10/+15
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+475
OpenPOWER on IntegriCloud