aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode tooTejun Heo2007-10-121-0/+9
* sysfs: fix comments of sysfs_add/remove_one()Tejun Heo2007-10-121-7/+3
* sysfs: spit a warning to users when they try to create a duplicate sysfs fileGreg Kroah-Hartman2007-10-121-1/+5
* sysfs: Rewrite sysfs_move_dir in terms of sysfs direntsEric W. Biederman2007-10-121-16/+18
* sysfs: Rewrite rename in terms of sysfs direntsEric W. Biederman2007-10-121-22/+16
* sysfs: Remove s_dentryEric W. Biederman2007-10-123-30/+4
* sysfs: simply sysfs_get_dentryTejun Heo2007-10-121-75/+16
* sysfs: Introduce sysfs_rename_mutexEric W. Biederman2007-10-123-1/+12
* sysfs: Rewrite sysfs_drop_dentry.Eric W. Biederman2007-10-121-27/+26
* sysfs: Simplify readdir.Eric W. Biederman2007-10-121-131/+44
* sysfs: In sysfs_lookup don't open code sysfs_find_direntEric W. Biederman2007-10-121-3/+1
* sysfs: Make sysfs_mount staticEric W. Biederman2007-10-124-9/+5
* sysfs: Use kill_anon_superEric W. Biederman2007-10-121-1/+1
* sysfs: Remove sysfs_instantiateEric W. Biederman2007-10-123-19/+1
* sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman2007-10-123-45/+45
* sysfs: fix i_mutex locking in sysfs_get_dentry()Tejun Heo2007-10-121-0/+2
* sysfs: Fix typos in fs/sysfs/file.cRolf Eike Beer2007-10-121-1/+1
* sysfs: make sysfs_addrm_finish() return voidTejun Heo2007-10-123-9/+7
* sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo2007-10-124-23/+26
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-125-32/+16
* sysfs: simplify sysfs_rename_dir()Tejun Heo2007-10-121-22/+4
* sysfs: cosmetic changes in sysfs_lookup()Tejun Heo2007-10-121-10/+5
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-125-163/+23