aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-12/+0
* sysfs: checking for NULL instead of ERR_PTRDan Carpenter2010-09-031-1/+1
* sysfs: sysfs_chmod_file's attr can be constJean Delvare2010-08-051-1/+2
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-7/+10
* sysfs: Only take active references on attributes.Eric W. Biederman2010-03-071-0/+1
* sysfs: Remove sysfs_get/put_active_twoEric W. Biederman2010-03-071-9/+9
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-4/+4
* sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen2010-03-071-0/+20
* sysfs: In sysfs_chmod_file lazily propagate the mode change.Eric W. Biederman2009-12-111-23/+8
* sysfs: Simplify sysfs_chmod_file semanticsEric W. Biederman2009-12-111-9/+1
* sysfs: Allow sysfs_notify_dirent to be called from interrupt context.Neil Brown2009-10-141-6/+8
* sysfs: file.c: use create_singlethread_workqueue()Andrew Morton2009-05-281-1/+1
* sysfs: sysfs poll keep the poll rule of regular file.KOSAKI Motohiro2009-04-161-2/+2
* sysfs: don't use global workqueue in sysfs_schedule_callback()Alex Chiang2009-04-161-1/+11
* sysfs: only allow one scheduled removal callback per kobjAlex Chiang2009-03-241-3/+23
* sysfs: Make dir and name args to sysfs_notify() constTrent Piepho2008-10-161-1/+1
* sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown2008-10-161-13/+18
* sysfs: crash debuggingAndrew Morton2008-10-161-0/+13
* Use WARN() in fs/sysfsArjan van de Ven2008-07-261-2/+1
* sysfs: don't call notify_changeMiklos Szeredi2008-07-211-1/+4
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* [SCSI] sysfs: make group is_valid return a mode_tJames Bottomley2008-04-221-4/+10
* sysfs: refill attribute buffer when reading from offset 0Dan Williams2008-04-191-3/+2
* SYSFS: Explicitly include required header file slab.h.Robert P. J. Day2008-04-191-0/+1
* driver core: debug for bad dev_attr_show() return value.Andrew Morton2008-03-241-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-2/+9
|\
| * [SCSI] sysfs: fix the sysfs_add_file_to_group interfacesJames Bottomley2008-01-231-2/+9
* | Driver Core: kill subsys_attribute and default sysfs opsKay Sievers2008-01-241-53/+10
* | kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-3/+1
* | sysfs: remove SPIN_LOCK_UNLOCKEDJiri Slaby2008-01-241-1/+1
|/
* sysfs: fix off-by-one error in fill_read_buffer()Miao Xie2007-11-281-1/+5
* sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistakeChris Malley2007-10-201-1/+1
* sysfs: add copyrightsTejun Heo2007-10-121-1/+9
* sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-121-6/+19
* sysfs: implement sysfs_open_direntTejun Heo2007-10-121-1/+108
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-121-7/+7
* sysfs: kill unnecessary NULL pointer check in sysfs_release()Tejun Heo2007-10-121-5/+4
* sysfs: kill unnecessary sysfs_get() in open pathsTejun Heo2007-10-121-5/+1
* sysfs: kill sysfs_update_file()Tejun Heo2007-10-121-40/+0
* sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode tooTejun Heo2007-10-121-0/+9
* sysfs: Introduce sysfs_rename_mutexEric W. Biederman2007-10-121-0/+4
* sysfs: Fix typos in fs/sysfs/file.cRolf Eike Beer2007-10-121-1/+1
* sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo2007-10-121-7/+5
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-121-3/+1
* sysfs/file.c - use mutex instead of semaphoreDave Young2007-10-121-7/+7
* sysfs: cosmetic clean up on node creation failure pathsTejun Heo2007-07-181-4/+5
* sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-111-75/+59
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-111-9/+8
* sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-111-16/+15
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-111-23/+24