index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
sysfs
/
mount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-21
1
-2
/
+1
|
\
|
*
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-03-20
1
-2
/
+1
*
|
sysfs: change permissions for /sys from 0755 to 0555
Vitaly Kuznetsov
2012-01-24
1
-1
/
+1
|
/
*
Delay struct net freeing while there's a sysfs instance refering to it
Al Viro
2011-06-12
1
-26
/
+11
*
convert sysfs
Al Viro
2010-10-29
1
-19
/
+13
*
switch sysfs to ->evict_inode()
Al Viro
2010-08-09
1
-1
/
+1
*
sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs tree
Eric W. Biederman
2010-05-21
1
-3
/
+8
*
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
2010-05-21
1
-1
/
+32
*
sysfs: Remove double free sysfs_get_sb
Eric W. Biederman
2010-05-21
1
-1
/
+0
*
sysfs: Basic support for multiple super blocks
Eric W. Biederman
2010-05-21
1
-2
/
+56
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
sysfs: Kill unused sysfs_sb variable.
Eric W. Biederman
2010-03-07
1
-2
/
+0
*
sysfs: Pass super_block to sysfs_get_inode
Eric W. Biederman
2010-03-07
1
-1
/
+1
*
sysfs: reference sysfs_dirent from sysfs inodes
Eric W. Biederman
2009-03-24
1
-0
/
+1
*
sysfs: Take sysfs_mutex when fetching the root inode.
Eric W. Biederman
2009-03-24
1
-0
/
+2
*
SYSFS: use standard magic.h for sysfs
Qinghuang Feng
2009-03-24
1
-2
/
+1
*
sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent
Neil Brown
2008-10-16
1
-0
/
+15
*
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-30
1
-1
/
+1
*
mm: bdi init hooks
Peter Zijlstra
2007-10-17
1
-0
/
+4
*
sysfs: add copyrights
Tejun Heo
2007-10-12
1
-1
/
+9
*
sysfs: make sysfs_root a regular directory dirent
Tejun Heo
2007-10-12
1
-1
/
+2
*
sysfs: Remove s_dentry
Eric W. Biederman
2007-10-12
1
-1
/
+0
*
sysfs: Make sysfs_mount static
Eric W. Biederman
2007-10-12
1
-1
/
+1
*
sysfs: Use kill_anon_super
Eric W. Biederman
2007-10-12
1
-1
/
+1
*
sysfs: Move all of inode initialization into sysfs_init_inode
Eric W. Biederman
2007-10-12
1
-5
/
+0
*
sysfs: Remove first pass at shadow directory support
Eric W. Biederman
2007-10-12
1
-1
/
+1
*
sysfs: cleanup semaphore.h
Dave Young
2007-10-12
1
-1
/
+0
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-1
/
+1
*
sysfs: fix sysfs root inode nlink accounting
Tejun Heo
2007-07-18
1
-5
/
+5
*
sysfs: make directory dentries and inodes reclaimable
Tejun Heo
2007-07-11
1
-1
/
+1
*
sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags
Tejun Heo
2007-07-11
1
-1
/
+1
*
sysfs: use singly-linked list for sysfs_dirent tree
Tejun Heo
2007-07-11
1
-3
/
+0
*
sysfs: fix root sysfs_dirent -> root dentry association
Tejun Heo
2007-07-11
1
-0
/
+1
*
sysfs: reorganize sysfs_new_indoe() and sysfs_create()
Tejun Heo
2007-07-11
1
-8
/
+10
*
sysfs: kill attribute file orphaning
Tejun Heo
2007-07-11
1
-8
/
+0
*
sysfs: make sysfs_dirent->s_element a union
Tejun Heo
2007-07-11
1
-1
/
+0
*
sysfs: add sysfs_dirent->s_parent
Tejun Heo
2007-07-11
1
-0
/
+1
*
sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses
Eric Sandeen
2007-06-12
1
-0
/
+1
*
[PATCH] Mark struct super_operations const
Josef 'Jeff' Sipek
2007-02-12
1
-1
/
+1
*
sysfs: Shadow directory support
Eric W. Biederman
2007-02-07
1
-1
/
+1
*
Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()
Oliver Neukum
2007-02-07
1
-0
/
+9
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-1
/
+1
*
[PATCH] r/o bind mount prepwork: inc_nlink() helper
Dave Hansen
2006-10-01
1
-1
/
+1
*
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
2006-06-23
1
-3
/
+3
*
[PATCH] sysfs-iattr: set inode attributes
Maneesh Soni
2005-06-20
1
-1
/
+3
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+107