aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs
AgeCommit message (Expand)AuthorFilesLines
2007-04-27security: prevent permission checking of file removal via sysfs_remove_group()Gravatar James Morris 1-2/+4
2007-04-27device_schedule_callback() needs a module referenceGravatar Alan Stern 1-3/+11
2007-04-27sysfs: bin.c printk fixGravatar Andrew Morton 1-1/+1
2007-03-15[PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Gravatar Alan Stern 2-8/+12
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Gravatar Alan Stern 1-0/+54
2007-03-06[PATCH] suspend regression: sysfs deadlockGravatar Hugh Dickins 1-4/+1
2007-03-06[PATCH] Fix 2.6.21 rfcomm lockupsGravatar Mark Lord 1-0/+2
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-0/+11
2007-02-23sysfs: allow attributes to be added to groupsGravatar Alan Stern 1-0/+44
2007-02-23sysfs: move struct sysfs_dirent to private headerGravatar Adam J. Richter 1-0/+11
2007-02-16PCI/sysfs/kobject kernel-doc fixesGravatar Randy Dunlap 1-1/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 4-5/+5
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-2/+1
2007-02-07sysfs: Shadow directory supportGravatar Eric W. Biederman 5-36/+189
2007-02-07sysfs: error handling in sysfs, fill_read_buffer()Gravatar Oliver Neukum 1-4/+6
2007-02-07sysfs: kobject_put cleanupGravatar Mariusz Kozlowski 2-6/+4
2007-02-07sysfs: suppress lockdep warningsGravatar Frederik Deweerdt 1-2/+2
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Gravatar Oliver Neukum 8-17/+103
2007-02-07driver core: Allow device_move(dev, NULL).Gravatar Cornelia Huck 1-4/+2
2006-12-08[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 3-20/+20
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 2-2/+2
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Gravatar Cornelia Huck 1-0/+45
2006-12-01sysfs: sysfs_write_file() writes zero terminated dataGravatar Thomas Maier 1-0/+3
2006-10-18sysfs: update obsolete comment in sysfs_update_fileGravatar Hidetoshi Seto 1-1/+1
2006-10-18sysfs: remove duplicated dput in sysfs_update_fileGravatar Hidetoshi Seto 1-5/+0
2006-10-03[PATCH] pr_debug: sysfs: use size_t length modifier in pr_debug format argumentsGravatar Zach Brown 1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 2-3/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorGravatar Randy.Dunlap 3-9/+17
2006-09-25SYSFS: allow sysfs_create_link to create symlinks in the root of sysfsGravatar Greg Kroah-Hartman 1-2/+12
2006-09-25sysfs: Make poll behaviour consistent1-1/+1
2006-07-12[PATCH] lockdep: annotate the sysfs i_mutex to be a separate classGravatar Arjan van de Ven 1-0/+12
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-06-26[PATCH] core: use list_move()Gravatar Akinobu Mita 1-6/+4
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableGravatar NeilBrown 3-0/+78
2006-04-02[PATCH] sysfs: zero terminate sysfs write buffersGravatar Greg Kroah-Hartman 1-1/+1
2006-04-02Documentation: fix minor kernel-doc warningsGravatar Martin Waitz 1-1/+1
2006-04-01BUG_ON() Conversion in fs/sysfs/Gravatar Eric Sesterhenn 1-2/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 4-6/+6
2006-03-20[PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGravatar Greg Kroah-Hartman 1-0/+1
2006-03-20[PATCH] sysfs: don't export dir symbolsGravatar Greg Kroah-Hartman 1-4/+0
2006-03-20[PATCH] sysfs: fix problem with duplicate sysfs directories and filesGravatar Maneesh Soni 4-5/+39
2006-03-20[PATCH] sysfs: kzalloc conversionGravatar Eric Sesterhenn 2-4/+2
2006-03-20[PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGravatar Greg Kroah-Hartman 2-1/+6
2006-01-11[PATCH] capable/capability.h (fs/)Gravatar Randy Dunlap 1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 4-33/+28
2006-01-04[PATCH] sysfs: handle failures in sysfs_make_direntGravatar Steven Rostedt 1-1/+5
2005-08-26[PATCH] Fix oops in sysfs_hash_and_remove_file()Gravatar James Bottomley 1-0/+4