summaryrefslogtreecommitdiff
path: root/fs/driverfs
AgeCommit message (Expand)Author
2002-10-30driverfs: die die diePatrick Mochel
2002-10-15driver model: make driverfs an implicit initcall.Patrick Mochel
2002-09-30[PATCH] Various trivial module related fixes.Dave Jones
2002-09-10Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2002-09-09[PATCH] exact dirty state accountingAndrew Morton
2002-09-07[PATCH] Use kmap_atomic() for generic_file_write()Andrew Morton
2002-08-26clean up driverfs removal of directoriesPatrick Mochel
2002-08-04driverfs: decrement refcount on dentry being removed, not directory Patrick Mochel
2002-08-02[PATCH] possible of memory leak of driverfs_mknod()Hirofumi Ogawa
2002-07-31driverfs: define struct driverfs_ops and remove struct device dependenciesPatrick Mochel
2002-07-31driverfs: Add struct attributePatrick Mochel
2002-07-30driverfs: Change the name of struct driver_file_entry to struct device_attributePatrick Mochel
2002-07-30device symlinks: just pass name, not struct driver_file_entry to driverfs_cre...Patrick Mochel
2002-07-30driverfs: consolidate all the hashed lookups into a static helper: get_dentry()Patrick Mochel
2002-07-30driverfs: don't dynamically allocate and duplicate struct driver_file_entry's...Patrick Mochel
2002-07-29driverfs: Remove struct driver_file_entry::parent, as we can get to it by the...Patrick Mochel
2002-07-29driverfs: use the parent directory's struct driver_dir_entry (in struct dentr...Patrick Mochel
2002-07-29driverfs: Don't put the driver_file_entry in struct inode::u.generic_ip or st...Patrick Mochel
2002-07-29driverfs: Remove references to struct driver_file_entry::dentry, as we don't ...Patrick Mochel
2002-07-29driverfs: Remove struct driver_dir_entry::files, since it's not being used an...Patrick Mochel
2002-07-29driverfs: don't do addition/deletion of driver_file_entry's into local lists, Patrick Mochel
2002-07-29driverfs: Do hashed lookup of dentry's when deleting a driverfs file (instead...Patrick Mochel
2002-07-25driverfs: use dentry->d_subdirs list instead of our own list when removing di...Patrick Mochel
2002-07-24driverfs: Don't use VFS for file or directory deletionPatrick Mochel
2002-07-24driverfs: don't use vfs for creating symlinksPatrick Mochel
2002-07-24driverfs: don't use VFS for directory creationPatrick Mochel
2002-07-24driverfs: stop using vfs layer for file creationPatrick Mochel
2002-07-24Use C99 initializers in driverfsPatrick Mochel
2002-07-24Remove BKL from driverfsPatrick Mochel
2002-07-23[PATCH] type safe(r) list_entry repacement: container_ofNeil Brown
2002-07-05Fix i_nlink for root inode in ramfs/driverfsLinus Torvalds
2002-07-02Make ramfs/driverfs maintain directory nlink counts.Linus Torvalds
2002-06-02Split up "iput()" and make it more readable.Linus Torvalds
2002-06-02[PATCH] rename block_symlink() to page_symlink()Andrew Morton
2002-05-29driverfs update:Patrick Mochel
2002-05-27Merge geena.pdx.osdl.net:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2002-05-27driverfs: add and export driverfs_create_symlink for general kernel usePatrick Mochel
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski
2002-05-21[PATCH] split namei.h out of fs.hChristoph Hellwig
2002-03-14[PATCH] fs/libfs.cAlexander Viro
2002-03-10[PATCH] (2/4) ->kill_sb() switchoverAlexander Viro
2002-02-17Merge master.kernel.org:/home/mochel/BK/linux-2.5Linus Torvalds
2002-02-14Fix driverfs deadlock on file/directory removalPatrick Mochel
2002-02-14[PATCH] (1/5) more BKL shiftingAlexander Viro
2002-02-12device model/driverfs updatesPatrick Mochel
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro
2002-02-08[PATCH] driverfs - preparation to fixesAlexander Viro
2002-02-08Small driver model/driverfs update.Patrick Mochel