index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
sysfs
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysfs: make directory dentries and inodes reclaimable
Tejun Heo
2007-07-12
1
-105
/
+126
*
sysfs: implement sysfs_get_dentry()
Tejun Heo
2007-07-12
1
-0
/
+98
*
sysfs: move sysfs_drop_dentry() to dir.c and make it static
Tejun Heo
2007-07-12
1
-0
/
+56
*
sysfs: restructure add/remove paths and fix inode update
Tejun Heo
2007-07-12
1
-64
/
+186
*
sysfs: use sysfs_mutex to protect the sysfs_dirent tree
Tejun Heo
2007-07-12
1
-30
/
+71
*
sysfs: consolidate sysfs spinlocks
Tejun Heo
2007-07-12
1
-10
/
+9
*
sysfs: make kobj point to sysfs_dirent instead of dentry
Tejun Heo
2007-07-12
1
-60
/
+59
*
sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()
Tejun Heo
2007-07-12
1
-17
/
+44
*
sysfs: implement SYSFS_FLAG_REMOVED flag
Tejun Heo
2007-07-12
1
-1
/
+3
*
sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags
Tejun Heo
2007-07-12
1
-13
/
+20
*
sysfs: use singly-linked list for sysfs_dirent tree
Tejun Heo
2007-07-12
1
-44
/
+102
*
sysfs: slim down sysfs_dirent->s_active
Tejun Heo
2007-07-12
1
-26
/
+48
*
sysfs: move s_active functions to fs/sysfs/dir.c
Tejun Heo
2007-07-12
1
-0
/
+88
*
sysfs: use iget_locked() instead of new_inode()
Tejun Heo
2007-07-12
1
-16
/
+21
*
sysfs: reorganize sysfs_new_indoe() and sysfs_create()
Tejun Heo
2007-07-12
1
-82
/
+48
*
sysfs: fix parent refcounting during rename and move
Tejun Heo
2007-07-12
1
-0
/
+6
*
sysfs: make sysfs_alloc_ino() static
Tejun Heo
2007-07-12
1
-1
/
+1
*
sysfs: reimplement sysfs_drop_dentry()
Tejun Heo
2007-07-12
1
-13
/
+5
*
sysfs: separate out sysfs_attach_dentry()
Tejun Heo
2007-07-12
1
-33
/
+26
*
sysfs: implement sysfs_dirent active reference and immediate disconnect
Tejun Heo
2007-07-12
1
-3
/
+25
*
sysfs: reimplement symlink using sysfs_dirent tree
Tejun Heo
2007-07-12
1
-1
/
+1
*
sysfs: implement kobj_sysfs_assoc_lock
Tejun Heo
2007-07-12
1
-1
/
+7
*
sysfs: make sysfs_dirent->s_element a union
Tejun Heo
2007-07-12
1
-17
/
+14
*
sysfs: add sysfs_dirent->s_name
Tejun Heo
2007-07-12
1
-23
/
+44
*
sysfs: add sysfs_dirent->s_parent
Tejun Heo
2007-07-12
1
-7
/
+23
*
sysfs: consolidate sysfs_dirent creation functions
Tejun Heo
2007-07-12
1
-57
/
+25
*
sysfs: flatten and fix sysfs_rename_dir() error handling
Tejun Heo
2007-07-12
1
-32
/
+41
*
sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()
Tejun Heo
2007-07-12
1
-30
/
+43
*
sysfs: allocate inode number using ida
Tejun Heo
2007-07-12
1
-9
/
+36
*
sysfs: move release_sysfs_dirent() to dir.c
Tejun Heo
2007-07-12
1
-0
/
+12
*
sysfs: fix race condition around sd->s_dentry, take#2
Tejun Heo
2007-06-13
1
-2
/
+20
*
sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses
Eric Sandeen
2007-06-13
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-26
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
*
[PATCH] sysfs: fix problem with duplicate sysfs directories and files
Maneesh Soni
2006-03-20
1
-1
/
+31
*
[PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentry
Greg Kroah-Hartman
2006-03-20
1
-0
/
+1
*
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-10
1
-16
/
+15
[next]