index
:
linux-stable.git
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.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
configfs
/
symlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-05-07
1
-3
/
+1
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-1
/
+2
*
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-1
/
+2
*
configfs: calculate the depth of parent item
Honggang Li
2019-11-06
1
-1
/
+1
*
configfs: calculate the symlink target only once
Al Viro
2019-09-11
1
-110
/
+54
*
configfs: fix a deadlock in configfs_symlink()
Al Viro
2019-09-11
1
-1
/
+32
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145
Thomas Gleixner
2019-05-30
1
-15
/
+1
*
configfs: replace strncpy with memcpy
Guenter Roeck
2018-07-02
1
-1
/
+1
*
configfs: make ci_type field, some pointers and function arguments const
Bhumika Goyal
2017-10-19
1
-2
/
+2
*
configfs: Fix race between create_link and configfs_rmdir
Nicholas Bellinger
2017-06-12
1
-2
/
+1
*
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
2016-12-09
1
-1
/
+0
*
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
2015-12-30
1
-8
/
+9
*
kill free_page_put_link()
Al Viro
2015-12-29
1
-6
/
+6
*
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
2015-12-08
1
-3
/
+8
*
new helper: free_page_put_link()
Al Viro
2015-05-11
1
-6
/
+1
*
switch ->put_link() from dentry to inode
Al Viro
2015-05-11
1
-1
/
+1
*
don't pass nameidata to ->follow_link()
Al Viro
2015-05-10
1
-1
/
+1
*
new ->follow_link() and ->put_link() calling conventions
Al Viro
2015-05-10
1
-16
/
+12
*
configfs: kill configfs_sb
Al Viro
2012-03-20
1
-3
/
+3
*
configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in root
Al Viro
2012-03-20
1
-6
/
+0
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
Fix configfs leak
Al Viro
2010-01-14
1
-1
/
+3
*
configfs: Fix Trivial Warning in fs/configfs/symlink.c
Subrata Modak
2009-04-21
1
-1
/
+1
*
[PATCH] assorted path_lookup() -> kern_path() conversions
Al Viro
2008-10-23
1
-8
/
+8
*
[PATCH] configfs: Prevent userspace from creating new entries under attaching...
Louis Rilling
2008-07-31
1
-0
/
+15
*
[PATCH] configfs: Fix failing symlink() making rmdir() fail
Louis Rilling
2008-07-31
1
-0
/
+5
*
[PATCH] configfs: Fix symlink() to a removing item
Louis Rilling
2008-07-31
1
-0
/
+6
*
configfs: call drop_link() to cleanup after create_link() failure
Louis Rilling
2008-07-14
1
-1
/
+5
*
configfs: Protect configfs_dirent s_links list mutations
Louis Rilling
2008-07-14
1
-2
/
+6
*
configfs: Introduce configfs_dirent_lock
Louis Rilling
2008-07-14
1
-0
/
+2
*
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-30
1
-2
/
+2
*
Introduce path_put()
Jan Blunck
2008-02-14
1
-2
/
+2
*
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
2008-02-14
1
-2
/
+2
*
[PATCH] mark struct inode_operations const 1
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
configfs: Clear up a few extra spaces where there should be TABs.
Joel Becker
2006-06-29
1
-1
/
+1
*
[PATCH] BUG_ON() Conversion in fs/configfs/
Eric Sesterhenn / snakebyte
2006-02-03
1
-2
/
+1
*
configfs: Add permission and ownership to configfs objects.
Joel Becker
2006-02-03
1
-0
/
+1
*
[PATCH] configfs: User-driven configuration filesystem
Joel Becker
2006-01-03
1
-0
/
+281