summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-5/+1
* sysfs: Make dir and name args to sysfs_notify() constTrent Piepho2008-10-161-1/+1
* sysfs: use ilookup5() instead of ilookup5_nowait()Tejun Heo2008-10-161-9/+8
* sysfs: fix deadlockNick Piggin2008-10-161-11/+31
* sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown2008-10-164-15/+38
* sysfs: crash debuggingAndrew Morton2008-10-161-0/+13
* Use WARN() in fs/sysfsArjan van de Ven2008-07-263-8/+3
* driver core: Suppress sysfs warnings for device_rename().Cornelia Huck2008-07-213-10/+69
* sysfs: don't call notify_changeMiklos Szeredi2008-07-211-1/+4
* sysfs: remove error messages for -EEXIST caseStephen Hemminger2008-05-141-5/+1
* sysfs: Disallow truncation of files in sysfsBen Hutchings2008-04-301-0/+2
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-302-2/+2
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* [SCSI] sysfs: make group is_valid return a mode_tJames Bottomley2008-04-223-17/+82
* 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-192-0/+2
* sysfs: Allow removal of symlinks in the sysfs rootMark Fasheh2008-04-181-1/+8
* driver core: debug for bad dev_attr_show() return value.Andrew Morton2008-03-241-1/+7
* sysfs: remove BUG_ON() from sysfs_remove_group()Greg Kroah-Hartman2008-02-071-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-252-12/+25
|\
| * [SCSI] sysfs: add filter function to groupsJames Bottomley2008-01-231-10/+16
| * [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: create optimal relative symlink targetsKay Sievers2008-01-241-46/+42
* | sysfs: Fix a copy-n-paste typo in commentJean Delvare2008-01-241-1/+1
* | sysfs: fix bugs in sysfs_rename/move_dir()Tejun Heo2008-01-161-1/+3
* | sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookupTejun Heo2008-01-161-1/+3
|/
* sysfs: fix off-by-one error in fill_read_buffer()Miao Xie2007-11-281-1/+5
* sysfs: make sysfs_{get,put}_active() staticAdrian Bunk2007-10-302-4/+2
* sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistakeChris Malley2007-10-201-1/+1
* spin_lock_unlocked cleanupsRoel Kluin2007-10-171-2/+2
* mm: bdi init hooksPeter Zijlstra2007-10-173-0/+10
* partially fix up the lookup_one_noperm messChristoph Hellwig2007-10-171-2/+1
* implement simple fs aopsNick Piggin2007-10-161-2/+2
* sysfs: add copyrightsTejun Heo2007-10-127-7/+59
* sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-123-8/+19
* sysfs: implement sysfs_open_direntTejun Heo2007-10-122-1/+111
* sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo2007-10-123-10/+12
* sysfs: make sysfs_root a regular directory direntTejun Heo2007-10-123-11/+6
* sysfs: open code sysfs_attach_dentry()Tejun Heo2007-10-121-16/+4
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-126-24/+24
* sysfs: make bin attr open get active reference of parent tooTejun Heo2007-10-121-5/+5
* 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-122-8/+2
* sysfs: reposition sysfs_dirent->s_mode.Tejun Heo2007-10-121-1/+1
* sysfs: kill sysfs_update_file()Tejun Heo2007-10-121-40/+0
* sysfs: clean up header filesTejun Heo2007-10-121-56/+92