summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/dir.c
AgeCommit message (Expand)AuthorLines
2004-12-16[PATCH] sysfs: Allocate sysfs_dirent structures from their own slab.Chris Wright-1/+1
2004-12-02[PATCH] sysfs: fix sysfs_dir_close memory leakGreg Kroah-Hartman-0/+2
2004-11-18[PATCH] fix oops in sysfs_remove_dir()Maneesh Soni-1/+2
2004-11-11sysfs: fix odd patch errorGreg Kroah-Hartman-1/+1
2004-11-11[PATCH] sysfs: fix duplicate driver registration errorManeesh Soni-1/+1
2004-11-11[PATCH] fix sysfs backing store error path confusionMilton D. Miller II-2/+2
2004-11-03[PATCH] fix kernel BUG at fs/sysfs/dir.c:20!Maneesh Soni-1/+1
2004-11-02[PATCH] small sysfs cleanupsAdrian Bunk-1/+1
2004-11-02[PATCH] sysfs: fix sysfs backing store error path confusionManeesh Soni-1/+1
2004-10-31[PATCH] sysfs backing store: stop pinning dentries/inodes for leaf entriesAndrew Morton-6/+100
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in dir file operationsAndrew Morton-1/+140
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in file removalAndrew Morton-37/+11
2004-10-31[PATCH] sysfs backing store - add sysfs_direct structureAndrew Morton-9/+75
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger-1/+1
2004-09-23[sysfs] Change symbol exports to GPL only in dir.cPatrick Mochel-3/+3
2004-05-16[PATCH] fix-sysfs-symlinks.patchManeesh Soni-1/+11
2004-05-13[PATCH] sysfs_rename_dir-cleanupManeesh Soni-5/+14
2004-03-30[PATCH] back out sysfs reference count changeGreg Kroah-Hartman-14/+1
2004-03-18[PATCH] sysfs: pin kobjects to fix use-after-free crashesAndrew Morton-1/+14
2004-03-18[PATCH] sysfs_remove_dir-vs-dcache_readdir race fixAndrew Morton-5/+6
2004-01-06[PATCH] fix sysfs oopsAndrew Morton-1/+2
2003-09-26[PATCH] sysfs dput crash fixPatrick Mochel-18/+16
2003-08-29[sysfs] Use kobject_name() when creating directories for kobjects.Patrick Mochel-5/+3
2003-08-28[sysfs] Fix memory leak.Patrick Mochel-3/+4
2003-08-13Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-corePatrick Mochel-3/+3
2003-08-13[sysfs] Don't add ->d_fsdata until dentrys are created. Patrick Mochel-8/+6
2003-08-11[sysfs] Mark some arguments const.Patrick Mochel-3/+3
2003-08-06[sysfs] Add attribute groupsPatrick Mochel-21/+55
2003-07-03[PATCH] sysfs: add sysfs_rename_dir()Greg Kroah-Hartman-0/+22
2003-03-11sysfs: fix BUG()s on directory creation and removal. Patrick Mochel-7/+1
2003-03-08[PATCH] missing spin_unlock() in sysfs_remove_dir()Andrew Morton-1/+1
2003-03-06sysfs: fix up directory removal, once and for all. Patrick Mochel-18/+15
2003-01-30sysfs: further localize file creation.Patrick Mochel-10/+11
2003-01-30sysfs: split up inode.c into different files for different purposes.Patrick Mochel-0/+135