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