summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* security: prevent permission checking of file removal via sysfs_remove_group()James Morris2007-04-271-2/+4
* device_schedule_callback() needs a module referenceAlan Stern2007-04-271-3/+11
* sysfs: bin.c printk fixAndrew Morton2007-04-271-1/+1
* [PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern2007-03-152-8/+12
* [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-151-0/+54
* [PATCH] suspend regression: sysfs deadlockHugh Dickins2007-03-061-4/+1
* [PATCH] Fix 2.6.21 rfcomm lockupsMark Lord2007-03-061-0/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-261-0/+11
|\
| * sysfs: move struct sysfs_dirent to private headerAdam J. Richter2007-02-231-0/+11
* | sysfs: allow attributes to be added to groupsAlan Stern2007-02-231-0/+44
|/
* PCI/sysfs/kobject kernel-doc fixesRandy Dunlap2007-02-161-1/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-124-5/+5
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
* sysfs: Shadow directory supportEric W. Biederman2007-02-075-36/+189
* sysfs: error handling in sysfs, fill_read_buffer()Oliver Neukum2007-02-071-4/+6
* sysfs: kobject_put cleanupMariusz Kozlowski2007-02-072-6/+4
* sysfs: suppress lockdep warningsFrederik Deweerdt2007-02-071-2/+2
* Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum2007-02-078-17/+103
* driver core: Allow device_move(dev, NULL).Cornelia Huck2007-02-071-4/+2
* [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-083-20/+20
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-072-2/+2
* driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-011-0/+45
* sysfs: sysfs_write_file() writes zero terminated dataThomas Maier2006-12-011-0/+3
* sysfs: update obsolete comment in sysfs_update_fileHidetoshi Seto2006-10-181-1/+1
* sysfs: remove duplicated dput in sysfs_update_fileHidetoshi Seto2006-10-181-5/+0
* [PATCH] pr_debug: sysfs: use size_t length modifier in pr_debug format argumentsZach Brown2006-10-031-2/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-012-3/+3
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap2006-09-253-9/+17
* SYSFS: allow sysfs_create_link to create symlinks in the root of sysfsGreg Kroah-Hartman2006-09-251-2/+12
* sysfs: Make poll behaviour consistentJuha Yrjölä2006-09-251-1/+1
* [PATCH] lockdep: annotate the sysfs i_mutex to be a separate classArjan van de Ven2006-07-121-0/+12
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] core: use list_move()Akinobu Mita2006-06-261-6/+4
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+3
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-143-0/+78
* [PATCH] sysfs: zero terminate sysfs write buffersGreg Kroah-Hartman2006-04-021-1/+1
* Documentation: fix minor kernel-doc warningsMartin Waitz2006-04-021-1/+1
* BUG_ON() Conversion in fs/sysfs/Eric Sesterhenn2006-04-011-2/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-284-6/+6
* [PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGreg Kroah-Hartman2006-03-201-0/+1
* [PATCH] sysfs: don't export dir symbolsGreg Kroah-Hartman2006-03-201-4/+0
* [PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni2006-03-204-5/+39
* [PATCH] sysfs: kzalloc conversionEric Sesterhenn2006-03-202-4/+2
* [PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman2006-03-202-1/+6
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-094-33/+28
* [PATCH] sysfs: handle failures in sysfs_make_direntSteven Rostedt2006-01-041-1/+5
* [PATCH] Fix oops in sysfs_hash_and_remove_file()James Bottomley2005-08-261-0/+4
OpenPOWER on IntegriCloud