tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / fs / sysfs / file.c
2009-12-11 Eric W. Biedermansysfs: In sysfs_chmod_file lazily propagate the mode...
2009-12-11 Eric W. Biedermansysfs: Simplify sysfs_chmod_file semantics
2009-10-14 Neil Brownsysfs: Allow sysfs_notify_dirent to be called from...
2009-05-28 Andrew Mortonsysfs: file.c: use create_singlethread_workqueue()
2009-04-16 KOSAKI Motohirosysfs: sysfs poll keep the poll rule of regular file.
2009-04-16 Alex Chiangsysfs: don't use global workqueue in sysfs_schedule_cal...
2009-03-24 Alex Chiangsysfs: only allow one scheduled removal callback per...
2008-10-16 Trent Piephosysfs: Make dir and name args to sysfs_notify() const
2008-10-16 Neil Brownsysfs: Support sysfs_notify from atomic context with...
2008-10-16 Andrew Mortonsysfs: crash debugging
2008-07-26 Arjan van de VenUse WARN() in fs/sysfs
2008-07-22 Miklos Szeredisysfs: don't call notify_change
2008-04-30 Harvey Harrisonfs: replace remaining __FUNCTION__ occurrences
2008-04-22 James Bottomley[SCSI] sysfs: make group is_valid return a mode_t
2008-04-20 Dan Williamssysfs: refill attribute buffer when reading from offset 0
2008-04-20 Robert P. J. DaySYSFS: Explicitly include required header file slab.h.
2008-03-25 Andrew Mortondriver core: debug for bad dev_attr_show() return value.
2008-01-26 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-01-25 Kay SieversDriver Core: kill subsys_attribute and default sysfs ops
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2008-01-25 Jiri Slabysysfs: remove SPIN_LOCK_UNLOCKED
2008-01-23 James Bottomley[SCSI] sysfs: fix the sysfs_add_file_to_group interfaces
2007-11-28 Miao Xiesysfs: fix off-by-one error in fill_read_buffer()
2007-10-20 Chris Malleysysfs: trivial: fix sysfs_create_file kerneldoc spellin...
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: implement sysfs_open_dirent
2007-10-12 Tejun Heosysfs: make s_elem an anonymous union
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: kill sysfs_update_file()
2007-10-12 Tejun Heosysfs: fix sysfs_chmod_file() such that it updates...
2007-10-12 Eric W. Biedermansysfs: Introduce sysfs_rename_mutex
2007-10-12 Rolf Eike Beersysfs: Fix typos in fs/sysfs/file.c
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 Dave Youngsysfs/file.c - use mutex instead of semaphore
2007-07-18 Tejun Heosysfs: cosmetic clean up on node creation failure paths
2007-07-11 Tejun Heosysfs: make directory dentries and inodes reclaimable
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: 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: kill unnecessary attribute->owner
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: make sysfs_dirent->s_element a union
2007-07-11 Tejun Heosysfs: add sysfs_dirent->s_name
2007-07-11 Tejun Heosysfs: consolidate sysfs_dirent creation functions
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-04-27 Alan Sterndevice_schedule_callback() needs a module reference
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-02-23 Alan Sternsysfs: allow attributes to be added to groups
2007-02-16 Randy DunlapPCI/sysfs/kobject kernel-doc fixes
2007-02-07 Oliver Neukumsysfs: error handling in sysfs, fill_read_buffer()
2007-02-07 Mariusz Kozlowskisysfs: kobject_put cleanup
2007-02-07 Oliver NeukumDriver core: fix race in sysfs between sysfs_remove_fil...
2006-12-08 Josef "Jeff" Sipek[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to...
2006-12-01 Thomas Maiersysfs: sysfs_write_file() writes zero terminated data
2006-10-18 Hidetoshi Setosysfs: update obsolete comment in sysfs_update_file
2006-10-18 Hidetoshi Setosysfs: remove duplicated dput in sysfs_update_file
2006-10-03 Zach Brown[PATCH] pr_debug: sysfs: use size_t length modifier...
2006-04-14 NeilBrown[PATCH] sysfs: Allow sysfs attribute files to be pollable
2006-04-02 Greg Kroah-Hartman[PATCH] sysfs: zero terminate sysfs write buffers
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-20 Maneesh Soni[PATCH] sysfs: fix problem with duplicate sysfs directo...
2006-03-20 Eric Sesterhenn[PATCH] sysfs: kzalloc conversion
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2005-07-29 Maneesh Soni[PATCH] sysfs: fix sysfs_chmod_file
2005-07-13 Robert Love[PATCH] inotify
2005-06-24 Martin Waitz[PATCH] DocBook: update comments
2005-06-23 Christoph Hellwig[PATCH] remove duplicate get_dentry functions in variou...
2005-06-20 Jon Smirl[PATCH] SYSFS: fix PAGE_SIZE check
2005-06-20 Dmitry Torokhov[PATCH] sysfs: if show/store is missing return -EIO
2005-05-01 Martin Waitz[PATCH] DocBook: fix some descriptions
2005-04-19 Kay Sievers[PATCH] sysfs: add sysfs_chmod_file()
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2