NFSv4: Fix up the documentation for nfs_do_refmount
[safe/jmp/linux-2.6] / fs / sysfs /
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: make bin attr open get active reference of paren...
2007-10-12 Tejun Heosysfs: kill unnecessary NULL pointer check in sysfs_rel...
2007-10-12 Tejun Heosysfs: kill unnecessary sysfs_get() in open paths
2007-10-12 Tejun Heosysfs: reposition sysfs_dirent->s_mode.
2007-10-12 Tejun Heosysfs: kill sysfs_update_file()
2007-10-12 Tejun Heosysfs: clean up header files
2007-10-12 Tejun Heosysfs: fix sysfs_chmod_file() such that it updates...
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: Use kill_anon_super
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 Rolf Eike Beersysfs: Fix typos in fs/sysfs/file.c
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 Dave Youngsysfs/file.c - use mutex instead of semaphore
2007-10-12 Greg Kroah-Hartmankobjects: fix up improper use of the kobject name field
2007-08-22 Alan Sternsysfs: don't warn on removal of a nonexistent binary...
2007-08-22 Tejun Heosysfs: fix locking in sysfs_lookup() and sysfs_rename_dir()
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-18 Tejun Heosysfs: cosmetic clean up on node creation failure paths
2007-07-18 Tejun Heosysfs: kill an extra put in sysfs_create_link() failure...
2007-07-18 Tejun Heosysfs: make sysfs_init_inode() static
2007-07-18 Tejun Heosysfs: fix sysfs root inode nlink accounting
2007-07-18 Akinobu Mitasysfs: avoid kmem_cache_free(NULL)
2007-07-11 Zhang Ruisysfs: add parameter "struct bin_attribute *" in .read...
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: make sysfs_drop_dentry() access inodes using...
2007-07-11 Rafael J. Wysockisysfs: Fix oops in sysfs_drop_dentry on x86_64
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: fix root sysfs_dirent -> root dentry association
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: kill unnecessary attribute->owner
2007-07-11 Tejun Heosysfs: reimplement sysfs_drop_dentry()
2007-07-11 Tejun Heosysfs: separate out sysfs_attach_dentry()
2007-07-11 Tejun Heosysfs: kill attribute file orphaning
2007-07-11 Tejun Heosysfs: implement sysfs_dirent active reference and...
2007-07-11 Tejun Heosysfs: implement bin_buffer
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: fix error handling in binattr write()
2007-07-11 Tejun Heosysfs: make sysfs_put() ignore NULL sd
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 Tejun Heosysfs: fix condition check in sysfs_drop_dentry()
2007-06-12 Eric Sandeensysfs: store sysfs inode nrs in s_ino to avoid readdir...
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-09 Akinobu Mitause simple_read_from_buffer() in fs/
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-05-03 Randy Dunlapsysfs: printk format warning
2007-04-27 James Morrissecurity: prevent permission checking of file removal...
2007-04-27 Alan Sterndevice_schedule_callback() needs a module reference
2007-04-27 Andrew Mortonsysfs: bin.c printk fix
2007-03-15 Alan Stern[PATCH] sysfs: reinstate exclusion between method calls...
2007-03-15 Alan Stern[PATCH] sysfs and driver core: add callback helper...
2007-03-07 Hugh Dickins[PATCH] suspend regression: sysfs deadlock
2007-03-06 Mark Lord[PATCH] Fix 2.6.21 rfcomm lockups
2007-02-26 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-02-23 Alan Sternsysfs: allow attributes to be added to groups
2007-02-23 Adam J. Richtersysfs: move struct sysfs_dirent to private header
2007-02-16 Randy DunlapPCI/sysfs/kobject kernel-doc fixes
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
next