summaryrefslogtreecommitdiff
path: root/fs/sysfs/dir.c
AgeCommit message (Expand)Author
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
2006-03-20[PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni
2006-03-20[PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-04[PATCH] sysfs: handle failures in sysfs_make_direntSteven Rostedt
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig
2005-06-20[PATCH] sysfs-iattr: add sysfs_setattrManeesh Soni
2005-06-20[PATCH] sysfs-iattr: attach sysfs_dirent before new inodeManeesh Soni
2004-12-16[PATCH] sysfs: Allocate sysfs_dirent structures from their own slab.Chris Wright
2004-12-02[PATCH] sysfs: fix sysfs_dir_close memory leakGreg Kroah-Hartman
2004-11-18[PATCH] fix oops in sysfs_remove_dir()Maneesh Soni
2004-11-11sysfs: fix odd patch errorGreg Kroah-Hartman
2004-11-11[PATCH] sysfs: fix duplicate driver registration errorManeesh Soni
2004-11-11[PATCH] fix sysfs backing store error path confusionMilton D. Miller II
2004-11-03[PATCH] fix kernel BUG at fs/sysfs/dir.c:20!Maneesh Soni
2004-11-02[PATCH] small sysfs cleanupsAdrian Bunk
2004-11-02[PATCH] sysfs: fix sysfs backing store error path confusionManeesh Soni
2004-10-31[PATCH] sysfs backing store: stop pinning dentries/inodes for leaf entriesAndrew Morton
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in dir file operationsAndrew Morton
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in file removalAndrew Morton
2004-10-31[PATCH] sysfs backing store - add sysfs_direct structureAndrew Morton
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger
2004-09-23[sysfs] Change symbol exports to GPL only in dir.cPatrick Mochel
2004-05-16[PATCH] fix-sysfs-symlinks.patchManeesh Soni
2004-05-13[PATCH] sysfs_rename_dir-cleanupManeesh Soni
2004-03-30[PATCH] back out sysfs reference count changeGreg Kroah-Hartman
2004-03-18[PATCH] sysfs: pin kobjects to fix use-after-free crashesAndrew Morton
2004-03-18[PATCH] sysfs_remove_dir-vs-dcache_readdir race fixAndrew Morton
2004-01-06[PATCH] fix sysfs oopsAndrew Morton
2003-09-26[PATCH] sysfs dput crash fixPatrick Mochel
2003-08-29[sysfs] Use kobject_name() when creating directories for kobjects.Patrick Mochel
2003-08-28[sysfs] Fix memory leak.Patrick Mochel
2003-08-13Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-corePatrick Mochel
2003-08-13[sysfs] Don't add ->d_fsdata until dentrys are created. Patrick Mochel
2003-08-11[sysfs] Mark some arguments const.Patrick Mochel
2003-08-06[sysfs] Add attribute groupsPatrick Mochel
2003-07-03[PATCH] sysfs: add sysfs_rename_dir()Greg Kroah-Hartman
2003-03-11sysfs: fix BUG()s on directory creation and removal. Patrick Mochel
2003-03-08[PATCH] missing spin_unlock() in sysfs_remove_dir()Andrew Morton
2003-03-06sysfs: fix up directory removal, once and for all. Patrick Mochel
2003-01-30sysfs: further localize file creation.Patrick Mochel
2003-01-30sysfs: split up inode.c into different files for different purposes.Patrick Mochel