index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2009-01-02
1
-1
/
+6
|
\
|
*
anon_inodes: use fops->owner for module refcount
Christian Borntraeger
2008-12-31
1
-1
/
+6
*
|
CRED: Wrap task credential accesses in the devpts filesystem
David Howells
2009-01-02
1
-3
/
+3
*
|
devpts: fix unused function warning
Andrew Morton
2009-01-02
1
-1
/
+1
*
|
devpts: Coding style clean up
Alan Cox
2009-01-02
1
-27
/
+26
*
|
Enable multiple instances of devpts
Sukadev Bhattiprolu
2009-01-02
1
-7
/
+163
*
|
Define get_init_pts_sb()
Sukadev Bhattiprolu
2009-01-02
1
-1
/
+54
*
|
Define mknod_ptmx()
Sukadev Bhattiprolu
2009-01-02
1
-5
/
+110
*
|
Extract option parsing to new function
Sukadev Bhattiprolu
2009-01-02
1
-3
/
+9
*
|
Per-mount 'config' object
Sukadev Bhattiprolu
2009-01-02
1
-18
/
+27
*
|
Per-mount allocated_ptys
Sukadev Bhattiprolu
2009-01-02
1
-7
/
+48
*
|
Remove devpts_root global
Sukadev Bhattiprolu
2009-01-02
1
-9
/
+20
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2008-12-31
44
-292
/
+385
|
\
\
|
*
|
nfsd race fixes: jfs
Dave Kleikamp
2008-12-31
2
-16
/
+37
|
*
|
nfsd race fixes: reiserfs
Al Viro
2008-12-31
2
-5
/
+18
|
*
|
nfsd race fixes: ext4
Al Viro
2008-12-31
2
-2
/
+18
|
*
|
nfsd race fixes: ext3
Al Viro
2008-12-31
2
-2
/
+19
|
*
|
nfsd race fixes: ext2
Al Viro
2008-12-31
2
-2
/
+19
|
*
|
nfsd/create race fixes, infrastructure
Al Viro
2008-12-31
1
-0
/
+59
|
*
|
filesystem notification: create fs/notify to contain all fs notification
Eric Paris
2008-12-31
11
-42
/
+46
|
*
|
fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilization
Denis ChengRq
2008-12-31
1
-4
/
+5
|
*
|
kill ->dir_notify()
Al Viro
2008-12-31
6
-136
/
+1
|
*
|
filp_cachep can be static in fs/file_table.c
Eric Dumazet
2008-12-31
2
-7
/
+9
|
*
|
make INIT_FS use the __RW_LOCK_UNLOCKED initialization
Steven Rostedt
2008-12-31
1
-1
/
+1
|
*
|
take init_fs to saner place
Al Viro
2008-12-31
1
-0
/
+7
|
*
|
kill vfs_permission
Christoph Hellwig
2008-12-31
2
-20
/
+16
|
*
|
pass a struct path * to may_open
Christoph Hellwig
2008-12-31
2
-9
/
+10
|
*
|
kill walk_init_root
Christoph Hellwig
2008-12-31
1
-13
/
+8
|
*
|
remove incorrect comment in inode_permission
Christoph Hellwig
2008-12-31
1
-1
/
+0
|
*
|
expand some comments (d_path / seq_path)
Arjan van de Ven
2008-12-31
2
-4
/
+14
|
*
|
correct wrong function name of d_put in kernel document and source comment
Zhaolei
2008-12-31
1
-1
/
+1
|
*
|
fix switch_names() breakage in short-to-short case
Al Viro
2008-12-31
1
-2
/
+3
|
*
|
befs: ensure fast symlinks are NUL-terminated
Duane Griffin
2008-12-31
1
-1
/
+4
|
*
|
freevxfs: ensure fast symlinks are NUL-terminated
Duane Griffin
2008-12-31
1
-1
/
+3
|
*
|
sysv: ensure fast symlinks are NUL-terminated
Duane Griffin
2008-12-31
1
-1
/
+5
|
*
|
ext4: ensure fast symlinks are NUL-terminated
Duane Griffin
2008-12-31
1
-2
/
+5
|
*
|
ext3: ensure fast symlinks are NUL-terminated
Duane Griffin
2008-12-31
1
-2
/
+5
|
*
|
ext2: ensure fast symlinks are NUL-terminated
Duane Griffin
2008-12-31
1
-2
/
+5
|
*
|
vfs: ensure page symlinks are NUL-terminated
Duane Griffin
2008-12-31
1
-2
/
+5
|
*
|
eCryptfs: check readlink result was not an error before using it
Duane Griffin
2008-12-31
1
-1
/
+2
|
*
|
fs/namespace.c: drop code after return
Julia Lawall
2008-12-31
1
-1
/
+1
|
*
|
shrink struct dentry
Nick Piggin
2008-12-31
2
-13
/
+19
|
*
|
fs: reorder struct inotify_device on 64bits to remove padding
Richard Kennedy
2008-12-31
1
-1
/
+1
|
*
|
introduce new LSM hooks where vfsmount is available.
Kentaro Takeda
2008-12-31
2
-0
/
+41
|
|
/
*
|
Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2008-12-31
1
-10
/
+1
|
\
\
|
*
|
proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c
KOSAKI Motohiro
2008-12-26
1
-10
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
2008-12-30
3
-2
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fat: make sure to set d_ops in fat_get_parent
Christoph Hellwig
2008-11-12
1
-0
/
+2
|
*
|
fat: fix duplicate addition of ->llseek handler
OGAWA Hirofumi
2008-11-12
1
-1
/
+0
|
*
|
fat: drop negative dentry on rename() path
OGAWA Hirofumi
2008-11-12
1
-1
/
+1
[next]