summaryrefslogtreecommitdiff
path: root/fs/sysfs
AgeCommit message (Expand)AuthorFilesLines
2007-07-12sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo5-113/+271
2007-07-12sysfs: implement bin_bufferTejun Heo1-15/+49
2007-07-12sysfs: reimplement symlink using sysfs_dirent treeTejun Heo3-46/+53
2007-07-12sysfs: implement kobj_sysfs_assoc_lockTejun Heo2-1/+8
2007-07-12sysfs: make sysfs_dirent->s_element a unionTejun Heo7-79/+71
2007-07-12sysfs: add sysfs_dirent->s_nameTejun Heo5-67/+50
2007-07-12sysfs: add sysfs_dirent->s_parentTejun Heo3-7/+25
2007-07-12sysfs: consolidate sysfs_dirent creation functionsTejun Heo4-67/+50
2007-07-12sysfs: flatten and fix sysfs_rename_dir() error handlingTejun Heo1-32/+41
2007-07-12sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Tejun Heo2-42/+58
2007-07-12sysfs: fix error handling in binattr write()Tejun Heo1-14/+9
2007-07-12sysfs: make sysfs_put() ignore NULL sdTejun Heo1-1/+1
2007-07-12sysfs: allocate inode number using idaTejun Heo1-9/+36
2007-07-12sysfs: move release_sysfs_dirent() to dir.cTejun Heo2-12/+13
2007-06-13sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo3-3/+38
2007-06-13sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo1-1/+1
2007-06-13sysfs: 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-03remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+5
2007-05-03sysfs: 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-16[PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern2-8/+12
2007-03-16[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern1-0/+54
2007-03-07[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-24sysfs: allow attributes to be added to groupsAlan Stern1-0/+44
2007-02-24sysfs: move struct sysfs_dirent to private headerAdam J. Richter1-0/+11
2007-02-17PCI/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
2006-12-08[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek3-20/+20
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter2-2/+2
2006-12-02driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+45
2006-12-02sysfs: sysfs_write_file() writes zero terminated dataThomas Maier1-0/+3
2006-10-18sysfs: update obsolete comment in sysfs_update_fileHidetoshi Seto1-1/+1
2006-10-18sysfs: remove duplicated dput in sysfs_update_fileHidetoshi Seto1-5/+0
2006-10-03[PATCH] pr_debug: sysfs: use size_t length modifier in pr_debug format argumentsZach Brown1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2-3/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0