tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / fs / sysfs / dir.c
2010-01-04 Eric W. Biedermansysfs: Add lockdep annotations for the sysfs active...
2009-12-11 Eric W. Biedermansysfs: Factor out sysfs_rename from sysfs_rename_dir...
2009-12-11 Eric W. Biedermansysfs: Propagate renames to the vfs on demand
2009-12-11 Eric W. Biedermansysfs: Gut sysfs_addrm_start and sysfs_addrm_finish
2009-12-11 Eric W. Biedermansysfs: Implement sysfs_getattr & sysfs_permission
2009-12-11 Eric W. Biedermansysfs: Update s_iattr on link and unlink.
2009-12-11 Eric W. Biedermansysfs: Use dentry_ops instead of directly playing with...
2009-12-11 Eric W. Biedermansysfs: Rename sysfs_d_iput to sysfs_dentry_iput
2009-11-04 Eric W. Biedermansysfs: Don't leak secdata when a sysfs_dirent is freed.
2009-10-14 Cornelia Hucksysfs: Allow sysfs_move_dir(..., NULL) again.
2009-09-10 David P. Quigleysysfs: Add labeling support for sysfs
2009-07-28 Peter Oberparleitersysfs: fix hardlink count on device_move
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Al Viroconstify dentry_operations: sysfs
2009-03-24 Eric W. Biedermansysfs: don't block indefinitely for unmapped files.
2009-03-24 Alex Chiangsysfs: sysfs_add_one WARNs with full path to duplicate...
2008-10-23 Christoph Hellwig[PATCH] fix ->llseek for more directories
2008-10-16 Eric W. Biedermankobject: Cleanup kobject_rename and !CONFIG_SYSFS
2008-10-16 Tejun Heosysfs: use ilookup5() instead of ilookup5_nowait()
2008-10-16 Neil Brownsysfs: Support sysfs_notify from atomic context with...
2008-07-26 Arjan van de VenUse WARN() in fs/sysfs
2008-07-22 Cornelia Huckdriver core: Suppress sysfs warnings for device_rename().
2008-05-15 Stephen Hemmingersysfs: remove error messages for -EEXIST case
2008-04-20 Robert P. J. DaySYSFS: Explicitly include required header file slab.h.
2008-01-25 Jean Delvaresysfs: Fix a copy-n-paste typo in comment
2008-01-16 Tejun Heosysfs: fix bugs in sysfs_rename/move_dir()
2008-01-16 Tejun Heosysfs: make sysfs_lookup() return ERR_PTR(-ENOENT)...
2007-10-31 Adrian Bunksysfs: make sysfs_{get,put}_active() static
2007-10-17 Roel Kluinspin_lock_unlocked cleanups
2007-10-17 Christoph Hellwigpartially fix up the lookup_one_noperm mess
2007-10-12 Tejun Heosysfs: add copyrights
2007-10-12 Tejun Heosysfs: move sysfs file poll implementation to sysfs_ope...
2007-10-12 Tejun Heosysfs: move sysfs_dirent->s_children into sysfs_dirent...
2007-10-12 Tejun Heosysfs: open code sysfs_attach_dentry()
2007-10-12 Tejun Heosysfs: make s_elem an anonymous union
2007-10-12 Tejun Heosysfs: fix comments of sysfs_add/remove_one()
2007-10-12 Greg Kroah-Hartmansysfs: spit a warning to users when they try to create...
2007-10-12 Eric W. Biedermansysfs: Rewrite sysfs_move_dir in terms of sysfs dirents
2007-10-12 Eric W. Biedermansysfs: Rewrite rename in terms of sysfs dirents
2007-10-12 Eric W. Biedermansysfs: Remove s_dentry
2007-10-12 Tejun Heosysfs: simply sysfs_get_dentry
2007-10-12 Eric W. Biedermansysfs: Introduce sysfs_rename_mutex
2007-10-12 Eric W. Biedermansysfs: Rewrite sysfs_drop_dentry.
2007-10-12 Eric W. Biedermansysfs: Simplify readdir.
2007-10-12 Eric W. Biedermansysfs: In sysfs_lookup don't open code sysfs_find_dirent
2007-10-12 Eric W. Biedermansysfs: Make sysfs_mount static
2007-10-12 Eric W. Biedermansysfs: Remove sysfs_instantiate
2007-10-12 Eric W. Biedermansysfs: Move all of inode initialization into sysfs_init...
2007-10-12 Tejun Heosysfs: fix i_mutex locking in sysfs_get_dentry()
2007-10-12 Tejun Heosysfs: make sysfs_addrm_finish() return void
2007-10-12 Tejun Heosysfs: make sysfs_add_one() automatically check for...
2007-10-12 Tejun Heosysfs: make sysfs_add/remove_one() call link/unlink_sib...
2007-10-12 Tejun Heosysfs: simplify sysfs_rename_dir()
2007-10-12 Tejun Heosysfs: cosmetic changes in sysfs_lookup()
2007-10-12 Eric W. Biedermansysfs: Remove first pass at shadow directory support
2007-10-12 Dave Youngsysfs: cleanup semaphore.h
2007-10-12 Greg Kroah-Hartmankobjects: fix up improper use of the kobject name field
2007-08-22 Tejun Heosysfs: fix locking in sysfs_lookup() and sysfs_rename_dir()
2007-07-18 Tejun Heosysfs: cosmetic clean up on node creation failure paths
2007-07-18 Akinobu Mitasysfs: avoid kmem_cache_free(NULL)
2007-07-11 Tejun Heosysfs: make directory dentries and inodes reclaimable
2007-07-11 Tejun Heosysfs: implement sysfs_get_dentry()
2007-07-11 Tejun Heosysfs: move sysfs_drop_dentry() to dir.c and make it...
2007-07-11 Tejun Heosysfs: restructure add/remove paths and fix inode update
2007-07-11 Tejun Heosysfs: use sysfs_mutex to protect the sysfs_dirent...
2007-07-11 Tejun Heosysfs: consolidate sysfs spinlocks
2007-07-11 Tejun Heosysfs: make kobj point to sysfs_dirent instead of dentry
2007-07-11 Tejun Heosysfs: implement sysfs_find_dirent() and sysfs_get_dirent()
2007-07-11 Tejun Heosysfs: implement SYSFS_FLAG_REMOVED flag
2007-07-11 Tejun Heosysfs: rename sysfs_dirent->s_type to s_flags and make...
2007-07-11 Tejun Heosysfs: use singly-linked list for sysfs_dirent tree
2007-07-11 Tejun Heosysfs: slim down sysfs_dirent->s_active
2007-07-11 Tejun Heosysfs: move s_active functions to fs/sysfs/dir.c
2007-07-11 Tejun Heosysfs: use iget_locked() instead of new_inode()
2007-07-11 Tejun Heosysfs: reorganize sysfs_new_indoe() and sysfs_create()
2007-07-11 Tejun Heosysfs: fix parent refcounting during rename and move
2007-07-11 Tejun Heosysfs: make sysfs_alloc_ino() static
2007-07-11 Tejun Heosysfs: reimplement sysfs_drop_dentry()
2007-07-11 Tejun Heosysfs: separate out sysfs_attach_dentry()
2007-07-11 Tejun Heosysfs: implement sysfs_dirent active reference and...
2007-07-11 Tejun Heosysfs: reimplement symlink using sysfs_dirent tree
2007-07-11 Tejun Heosysfs: implement kobj_sysfs_assoc_lock
2007-07-11 Tejun Heosysfs: make sysfs_dirent->s_element a union
2007-07-11 Tejun Heosysfs: add sysfs_dirent->s_name
2007-07-11 Tejun Heosysfs: add sysfs_dirent->s_parent
2007-07-11 Tejun Heosysfs: consolidate sysfs_dirent creation functions
2007-07-11 Tejun Heosysfs: flatten and fix sysfs_rename_dir() error handling
2007-07-11 Tejun Heosysfs: flatten cleanup paths in sysfs_add_link() and...
2007-07-11 Tejun Heosysfs: allocate inode number using ida
2007-07-11 Tejun Heosysfs: move release_sysfs_dirent() to dir.c
2007-06-12 Tejun Heosysfs: fix race condition around sd->s_dentry, take#2
2007-06-12 Eric Sandeensysfs: store sysfs inode nrs in s_ino to avoid readdir...
2007-03-06 Mark Lord[PATCH] Fix 2.6.21 rfcomm lockups
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 3
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-07 Eric W. Biedermansysfs: Shadow directory support
2007-02-07 Oliver NeukumDriver core: fix race in sysfs between sysfs_remove_fil...
2007-02-07 Cornelia Huckdriver core: Allow device_move(dev, NULL).
2006-12-08 Josef "Jeff" Sipek[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to...
2006-12-01 Cornelia Huckdriver core: Introduce device_move(): move a device...
next