Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-13sysfs: add copyrightsTejun Heo
2007-10-13sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo
2007-10-13sysfs: implement sysfs_open_direntTejun Heo
2007-10-13sysfs: make s_elem an anonymous unionTejun Heo
2007-10-13sysfs: kill unnecessary NULL pointer check in sysfs_release()Tejun Heo
2007-10-13sysfs: kill unnecessary sysfs_get() in open pathsTejun Heo
2007-10-13sysfs: kill sysfs_update_file()Tejun Heo
2007-10-13sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode tooTejun Heo
2007-10-13sysfs: Introduce sysfs_rename_mutexEric W. Biederman
2007-10-13sysfs: Fix typos in fs/sysfs/file.cRolf Eike Beer
2007-10-13sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo
2007-10-13sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo
2007-10-13sysfs/file.c - use mutex instead of semaphoreDave Young
2007-07-19sysfs: cosmetic clean up on node creation failure pathsTejun Heo
2007-07-12sysfs: make directory dentries and inodes reclaimableTejun Heo
2007-07-12sysfs: restructure add/remove paths and fix inode updateTejun Heo
2007-07-12sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo
2007-07-12sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo
2007-07-12sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo
2007-07-12sysfs: kill unnecessary attribute->ownerTejun Heo
2007-07-12sysfs: kill attribute file orphaningTejun Heo
2007-07-12sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo
2007-07-12sysfs: make sysfs_dirent->s_element a unionTejun Heo
2007-07-12sysfs: add sysfs_dirent->s_nameTejun Heo
2007-07-12sysfs: consolidate sysfs_dirent creation functionsTejun Heo
2007-05-09use simple_read_from_buffer() in fs/Akinobu Mita
2007-05-03remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-04-27device_schedule_callback() needs a module referenceAlan Stern
2007-03-16[PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern
2007-03-16[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern
2007-02-24sysfs: allow attributes to be added to groupsAlan Stern
2007-02-17PCI/sysfs/kobject kernel-doc fixesRandy Dunlap
2007-02-07sysfs: error handling in sysfs, fill_read_buffer()Oliver Neukum
2007-02-07sysfs: kobject_put cleanupMariusz Kozlowski
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum
2006-12-08[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-12-02sysfs: sysfs_write_file() writes zero terminated dataThomas Maier
2006-10-18sysfs: update obsolete comment in sysfs_update_fileHidetoshi Seto
2006-10-18sysfs: remove duplicated dput in sysfs_update_fileHidetoshi Seto
2006-10-03[PATCH] pr_debug: sysfs: use size_t length modifier in pr_debug format argumentsZach Brown
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown
2006-04-03[PATCH] sysfs: zero terminate sysfs write buffersGreg Kroah-Hartman
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-21[PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni
2006-03-21[PATCH] sysfs: kzalloc conversionEric Sesterhenn
2006-01-10[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2005-07-30[PATCH] sysfs: fix sysfs_chmod_fileManeesh Soni
2005-07-13[PATCH] inotifyRobert Love
2005-06-24[PATCH] DocBook: update commentsMartin Waitz
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig