| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir() | Tejun Heo | 2007-08-22 | 1 | -9/+12 |
* | sysfs: cosmetic clean up on node creation failure paths | Tejun Heo | 2007-07-18 | 1 | -5/+7 |
* | sysfs: avoid kmem_cache_free(NULL) | Akinobu Mita | 2007-07-18 | 1 | -6/+7 |
* | sysfs: make directory dentries and inodes reclaimable | Tejun Heo | 2007-07-11 | 1 | -105/+126 |
* | sysfs: implement sysfs_get_dentry() | Tejun Heo | 2007-07-11 | 1 | -0/+98 |
* | sysfs: move sysfs_drop_dentry() to dir.c and make it static | Tejun Heo | 2007-07-11 | 1 | -0/+56 |
* | sysfs: restructure add/remove paths and fix inode update | Tejun Heo | 2007-07-11 | 1 | -64/+186 |
* | sysfs: use sysfs_mutex to protect the sysfs_dirent tree | Tejun Heo | 2007-07-11 | 1 | -30/+71 |
* | sysfs: consolidate sysfs spinlocks | Tejun Heo | 2007-07-11 | 1 | -10/+9 |
* | sysfs: make kobj point to sysfs_dirent instead of dentry | Tejun Heo | 2007-07-11 | 1 | -60/+59 |
* | sysfs: implement sysfs_find_dirent() and sysfs_get_dirent() | Tejun Heo | 2007-07-11 | 1 | -17/+44 |
* | sysfs: implement SYSFS_FLAG_REMOVED flag | Tejun Heo | 2007-07-11 | 1 | -1/+3 |
* | sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags | Tejun Heo | 2007-07-11 | 1 | -13/+20 |
* | sysfs: use singly-linked list for sysfs_dirent tree | Tejun Heo | 2007-07-11 | 1 | -44/+102 |
* | sysfs: slim down sysfs_dirent->s_active | Tejun Heo | 2007-07-11 | 1 | -26/+48 |
* | sysfs: move s_active functions to fs/sysfs/dir.c | Tejun Heo | 2007-07-11 | 1 | -0/+88 |
* | sysfs: use iget_locked() instead of new_inode() | Tejun Heo | 2007-07-11 | 1 | -16/+21 |
* | sysfs: reorganize sysfs_new_indoe() and sysfs_create() | Tejun Heo | 2007-07-11 | 1 | -82/+48 |
* | sysfs: fix parent refcounting during rename and move | Tejun Heo | 2007-07-11 | 1 | -0/+6 |
* | sysfs: make sysfs_alloc_ino() static | Tejun Heo | 2007-07-11 | 1 | -1/+1 |
* | sysfs: reimplement sysfs_drop_dentry() | Tejun Heo | 2007-07-11 | 1 | -13/+5 |
* | sysfs: separate out sysfs_attach_dentry() | Tejun Heo | 2007-07-11 | 1 | -33/+26 |
* | sysfs: implement sysfs_dirent active reference and immediate disconnect | Tejun Heo | 2007-07-11 | 1 | -3/+25 |
* | sysfs: reimplement symlink using sysfs_dirent tree | Tejun Heo | 2007-07-11 | 1 | -1/+1 |
* | sysfs: implement kobj_sysfs_assoc_lock | Tejun Heo | 2007-07-11 | 1 | -1/+7 |
* | sysfs: make sysfs_dirent->s_element a union | Tejun Heo | 2007-07-11 | 1 | -17/+14 |
* | sysfs: add sysfs_dirent->s_name | Tejun Heo | 2007-07-11 | 1 | -23/+44 |
* | sysfs: add sysfs_dirent->s_parent | Tejun Heo | 2007-07-11 | 1 | -7/+23 |
* | sysfs: consolidate sysfs_dirent creation functions | Tejun Heo | 2007-07-11 | 1 | -57/+25 |
* | sysfs: flatten and fix sysfs_rename_dir() error handling | Tejun Heo | 2007-07-11 | 1 | -32/+41 |
* | sysfs: flatten cleanup paths in sysfs_add_link() and create_dir() | Tejun Heo | 2007-07-11 | 1 | -30/+43 |
* | sysfs: allocate inode number using ida | Tejun Heo | 2007-07-11 | 1 | -9/+36 |
* | sysfs: move release_sysfs_dirent() to dir.c | Tejun Heo | 2007-07-11 | 1 | -0/+12 |
* | sysfs: fix race condition around sd->s_dentry, take#2 | Tejun Heo | 2007-06-12 | 1 | -2/+20 |
* | sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses | Eric Sandeen | 2007-06-12 | 1 | -5/+11 |
* | [PATCH] Fix 2.6.21 rfcomm lockups | Mark Lord | 2007-03-06 | 1 | -0/+2 |
* | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). | Robert P. J. Day | 2007-02-11 | 1 | -2/+1 |
* | sysfs: Shadow directory support | Eric W. Biederman | 2007-02-07 | 1 | -35/+172 |
* | Driver core: fix race in sysfs between sysfs_remove_file() and read()/write() | Oliver Neukum | 2007-02-07 | 1 | -0/+1 |
* | driver core: Allow device_move(dev, NULL). | Cornelia Huck | 2007-02-07 | 1 | -4/+2 |
* | [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -5/+5 |
* | driver core: Introduce device_move(): move a device to a new parent. | Cornelia Huck | 2006-12-01 | 1 | -0/+45 |
* | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 2006-10-01 | 1 | -2/+2 |
* | sysfs: Make poll behaviour consistent | Juha Yrj�l� | 2006-09-25 | 1 | -1/+1 |
* | [PATCH] core: use list_move() | Akinobu Mita | 2006-06-26 | 1 | -6/+4 |
* | [PATCH] sysfs: Allow sysfs attribute files to be pollable | NeilBrown | 2006-04-14 | 1 | -0/+1 |
* | Documentation: fix minor kernel-doc warnings | Martin Waitz | 2006-04-02 | 1 | -1/+1 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 1 | -1/+1 |
* | [PATCH] sysfs: don't export dir symbols | Greg Kroah-Hartman | 2006-03-20 | 1 | -4/+0 |