Age | Commit message (Expand) | Author |
2007-07-11 | sysfs: implement bin_buffer | Tejun Heo |
2007-07-11 | sysfs: reimplement symlink using sysfs_dirent tree | Tejun Heo |
2007-07-11 | sysfs: implement kobj_sysfs_assoc_lock | Tejun Heo |
2007-07-11 | sysfs: make sysfs_dirent->s_element a union | Tejun Heo |
2007-07-11 | sysfs: add sysfs_dirent->s_name | Tejun Heo |
2007-07-11 | sysfs: add sysfs_dirent->s_parent | Tejun Heo |
2007-07-11 | sysfs: consolidate sysfs_dirent creation functions | Tejun Heo |
2007-07-11 | sysfs: flatten and fix sysfs_rename_dir() error handling | Tejun Heo |
2007-07-11 | sysfs: flatten cleanup paths in sysfs_add_link() and create_dir() | Tejun Heo |
2007-07-11 | sysfs: fix error handling in binattr write() | Tejun Heo |
2007-07-11 | sysfs: make sysfs_put() ignore NULL sd | Tejun Heo |
2007-07-11 | sysfs: allocate inode number using ida | Tejun Heo |
2007-07-11 | sysfs: move release_sysfs_dirent() to dir.c | Tejun Heo |
2007-06-12 | sysfs: fix race condition around sd->s_dentry, take#2 | Tejun Heo |
2007-06-12 | sysfs: fix condition check in sysfs_drop_dentry() | Tejun Heo |
2007-06-12 | sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses | Eric Sandeen |
2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan |
2007-05-09 | use simple_read_from_buffer() in fs/ | Akinobu Mita |
2007-05-02 | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman |
2007-05-02 | sysfs: printk format warning | Randy Dunlap |
2007-04-27 | security: prevent permission checking of file removal via sysfs_remove_group() | James Morris |
2007-04-27 | device_schedule_callback() needs a module reference | Alan Stern |
2007-04-27 | sysfs: bin.c printk fix | Andrew Morton |
2007-03-15 | [PATCH] sysfs: reinstate exclusion between method calls and attribute unregis... | Alan Stern |
2007-03-15 | [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 | Alan Stern |
2007-03-06 | [PATCH] suspend regression: sysfs deadlock | Hugh Dickins |
2007-03-06 | [PATCH] Fix 2.6.21 rfcomm lockups | Mark Lord |
2007-02-26 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds |
2007-02-23 | sysfs: allow attributes to be added to groups | Alan Stern |
2007-02-23 | sysfs: move struct sysfs_dirent to private header | Adam J. Richter |
2007-02-16 | PCI/sysfs/kobject kernel-doc fixes | Randy Dunlap |
2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek |
2007-02-12 | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven |
2007-02-11 | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). | Robert P. J. Day |
2007-02-07 | sysfs: Shadow directory support | Eric W. Biederman |
2007-02-07 | sysfs: error handling in sysfs, fill_read_buffer() | Oliver Neukum |
2007-02-07 | sysfs: kobject_put cleanup | Mariusz Kozlowski |
2007-02-07 | sysfs: suppress lockdep warnings | Frederik Deweerdt |
2007-02-07 | Driver core: fix race in sysfs between sysfs_remove_file() and read()/write() | Oliver Neukum |
2007-02-07 | driver core: Allow device_move(dev, NULL). | Cornelia Huck |
2006-12-08 | [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek |
2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter |
2006-12-01 | driver core: Introduce device_move(): move a device to a new parent. | Cornelia Huck |
2006-12-01 | sysfs: sysfs_write_file() writes zero terminated data | Thomas Maier |
2006-10-18 | sysfs: update obsolete comment in sysfs_update_file | Hidetoshi Seto |
2006-10-18 | sysfs: remove duplicated dput in sysfs_update_file | Hidetoshi Seto |
2006-10-03 | [PATCH] pr_debug: sysfs: use size_t length modifier in pr_debug format arguments | Zach Brown |
2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen |
2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o |
2006-09-25 | sysfs_remove_bin_file: no return value, dump_stack on error | Randy.Dunlap |