aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-11sysfs: fix root sysfs_dirent -> root dentry associationTejun Heo1-0/+1
2007-07-11sysfs: use iget_locked() instead of new_inode()Tejun Heo3-26/+37
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo4-144/+118
2007-07-11sysfs: fix parent refcounting during rename and moveTejun Heo1-0/+6
2007-07-11sysfs: make sysfs_alloc_ino() staticTejun Heo1-1/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo2-30/+10
2007-07-11sysfs: reimplement sysfs_drop_dentry()Tejun Heo3-35/+67
2007-07-11sysfs: separate out sysfs_attach_dentry()Tejun Heo3-36/+30
2007-07-11sysfs: kill attribute file orphaningTejun Heo4-101/+13
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo5-113/+271
2007-07-11sysfs: implement bin_bufferTejun Heo1-15/+49
2007-07-11sysfs: reimplement symlink using sysfs_dirent treeTejun Heo3-46/+53
2007-07-11sysfs: implement kobj_sysfs_assoc_lockTejun Heo2-1/+8
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo7-79/+71
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo5-67/+50
2007-07-11sysfs: add sysfs_dirent->s_parentTejun Heo3-7/+25
2007-07-11sysfs: consolidate sysfs_dirent creation functionsTejun Heo4-67/+50
2007-07-11sysfs: flatten and fix sysfs_rename_dir() error handlingTejun Heo1-32/+41
2007-07-11sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Tejun Heo2-42/+58
2007-07-11sysfs: fix error handling in binattr write()Tejun Heo1-14/+9
2007-07-11sysfs: make sysfs_put() ignore NULL sdTejun Heo1-1/+1
2007-07-11sysfs: allocate inode number using idaTejun Heo1-9/+36
2007-07-11sysfs: move release_sysfs_dirent() to dir.cTejun Heo2-12/+13
2007-06-12sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo3-3/+38
2007-06-12sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo1-1/+1
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen4-5/+14
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-09use simple_read_from_buffer() in fs/Akinobu Mita1-31/+2
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+5
2007-05-02sysfs: printk format warningRandy Dunlap1-1/+1
2007-04-27security: prevent permission checking of file removal via sysfs_remove_group()James Morris1-2/+4
2007-04-27device_schedule_callback() needs a module referenceAlan Stern1-3/+11
2007-04-27sysfs: bin.c printk fixAndrew Morton1-1/+1
2007-03-15[PATCH] sysfs: reinstate exclusion between method calls and attribute unregistrationAlan Stern2-8/+12
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern1-0/+54
2007-03-06[PATCH] suspend regression: sysfs deadlockHugh Dickins1-4/+1
2007-03-06[PATCH] Fix 2.6.21 rfcomm lockupsMark Lord1-0/+2
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-0/+11
2007-02-23sysfs: allow attributes to be added to groupsAlan Stern1-0/+44
2007-02-23sysfs: move struct sysfs_dirent to private headerAdam J. Richter1-0/+11
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap1-1/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven4-5/+5
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2007-02-07sysfs: Shadow directory supportEric W. Biederman5-36/+189
2007-02-07sysfs: error handling in sysfs, fill_read_buffer()Oliver Neukum1-4/+6
2007-02-07sysfs: kobject_put cleanupMariusz Kozlowski2-6/+4
2007-02-07sysfs: suppress lockdep warningsFrederik Deweerdt1-2/+2
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum8-17/+103
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck1-4/+2