aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAge
* sysfs: use iget_locked() instead of new_inode()Tejun Heo2007-07-11
* sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo2007-07-11
* sysfs: fix parent refcounting during rename and moveTejun Heo2007-07-11
* sysfs: make sysfs_alloc_ino() staticTejun Heo2007-07-11
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-11
* sysfs: reimplement sysfs_drop_dentry()Tejun Heo2007-07-11
* sysfs: separate out sysfs_attach_dentry()Tejun Heo2007-07-11
* sysfs: kill attribute file orphaningTejun Heo2007-07-11
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-11
* sysfs: implement bin_bufferTejun Heo2007-07-11
* sysfs: reimplement symlink using sysfs_dirent treeTejun Heo2007-07-11
* sysfs: implement kobj_sysfs_assoc_lockTejun Heo2007-07-11
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-11
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-11
* sysfs: add sysfs_dirent->s_parentTejun Heo2007-07-11
* sysfs: consolidate sysfs_dirent creation functionsTejun Heo2007-07-11
* sysfs: flatten and fix sysfs_rename_dir() error handlingTejun Heo2007-07-11
* sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Tejun Heo2007-07-11
* sysfs: fix error handling in binattr write()Tejun Heo2007-07-11
* sysfs: make sysfs_put() ignore NULL sdTejun Heo2007-07-11
* sysfs: allocate inode number using idaTejun Heo2007-07-11
* sysfs: move release_sysfs_dirent() to dir.cTejun Heo2007-07-11
* sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo2007-06-12
* sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo2007-06-12
* sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen2007-06-12
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* use simple_read_from_buffer() in fs/Akinobu Mita2007-05-09
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-02
* sysfs: printk format warningRandy Dunlap2007-05-02
* security: prevent permission checking of file removal via sysfs_remove_group()James Morris2007-04-27
* device_schedule_callback() needs a module referenceAlan Stern2007-04-27
* sysfs: bin.c printk fixAndrew Morton2007-04-27
* [PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern2007-03-15
* [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-15
* [PATCH] suspend regression: sysfs deadlockHugh Dickins2007-03-06
* [PATCH] Fix 2.6.21 rfcomm lockupsMark Lord2007-03-06
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-26
|\
| * sysfs: move struct sysfs_dirent to private headerAdam J. Richter2007-02-23
* | sysfs: allow attributes to be added to groupsAlan Stern2007-02-23
|/
* PCI/sysfs/kobject kernel-doc fixesRandy Dunlap2007-02-16
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-12
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-12
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-11
* sysfs: Shadow directory supportEric W. Biederman2007-02-07
* sysfs: error handling in sysfs, fill_read_buffer()Oliver Neukum2007-02-07
* sysfs: kobject_put cleanupMariusz Kozlowski2007-02-07
* sysfs: suppress lockdep warningsFrederik Deweerdt2007-02-07
* Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum2007-02-07
* driver core: Allow device_move(dev, NULL).Cornelia Huck2007-02-07
* [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-08