index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
Linus Torvalds
16
-94
/
+93
2008-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
66
-1070
/
+823
2008-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
1
-1
/
+1
2008-10-23
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-10
/
+19
2008-10-23
jbd: abort instead of waiting for nonexistent transactions
Duane Griffin
1
-2
/
+17
2008-10-23
jbd: test BH_Write_EIO to detect errors on metadata buffers
Hidehiro Kawai
1
-3
/
+3
2008-10-23
ext3: add checks for errors from jbd
Hidehiro Kawai
2
-8
/
+27
2008-10-23
jbd: fix error handling for checkpoint io
Hidehiro Kawai
3
-20
/
+64
2008-10-23
[PATCH] fs: add a sanity check in d_free
Arjan van de Ven
1
-0
/
+1
2008-10-23
[patch] vfs: make security_inode_setattr() calling consistent
Miklos Szeredi
1
-5
/
+5
2008-10-23
[patch 1/3] FS_MBCACHE: don't needlessly make it built-in
Adrian Bunk
1
-3
/
+4
2008-10-23
[PATCH] move executable checking into ->permission()
Miklos Szeredi
8
-44
/
+25
2008-10-23
[PATCH] fs/dcache.c: update comment of d_validate()
Qinghuang Feng
1
-2
/
+0
2008-10-23
[RFC PATCH] touch_mnt_namespace when the mount flags change
Dan Williams
1
-1
/
+6
2008-10-23
[PATCH] reiserfs: add missing llseek method
Christoph Hellwig
1
-0
/
+1
2008-10-23
[PATCH] fix ->llseek for more directories
Christoph Hellwig
11
-1
/
+12
2008-10-23
[PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent
OGAWA Hirofumi
1
-0
/
+1
2008-10-23
[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookup
OGAWA Hirofumi
1
-9
/
+18
2008-10-23
[PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate()
OGAWA Hirofumi
1
-1
/
+0
2008-10-23
[PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper
OGAWA Hirofumi
1
-15
/
+16
2008-10-23
[PATCH vfs-2.6 2/6] vfs: add d_ancestor()
OGAWA Hirofumi
2
-34
/
+33
2008-10-23
[PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()
OGAWA Hirofumi
2
-11
/
+14
2008-10-23
[PATCH] get rid of on-stack dentry in udf
Al Viro
1
-15
/
+11
2008-10-23
[PATCH 2/2] anondev: switch to IDA
Alexey Dobriyan
1
-5
/
+5
2008-10-23
[PATCH 1/2] anondev: init IDR statically
Alexey Dobriyan
1
-6
/
+1
2008-10-23
[JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup()
David Woodhouse
1
-3
/
+1
2008-10-23
[PATCH] Optimise NFS readdir hack slightly.
David Woodhouse
1
-2
/
+3
2008-10-23
[PATCH] prepare vfs_readdir() callers to returning filldir result
Al Viro
4
-33
/
+29
2008-10-23
[PATCH] get rid of on-stack dentry in ext2_get_parent()
Al Viro
3
-20
/
+15
2008-10-23
[PATCH] get rid of on-stack fake dentry in ext3_get_parent()
Al Viro
1
-37
/
+33
2008-10-23
[JFFS2] Reinstate NFS exportability
David Woodhouse
1
-0
/
+48
2008-10-23
[PATCH] Remove XFS buffered readdir hack
David Woodhouse
1
-128
/
+0
2008-10-23
[PATCH] Copy XFS readdir hack into nfsd code.
David Woodhouse
1
-15
/
+93
2008-10-23
[PATCH] Factor out nfsd_do_readdir() into its own function
David Woodhouse
1
-16
/
+24
2008-10-23
[PATCH] reduce the stack footprint of exportfs_decode_fh()
Al Viro
1
-5
/
+4
2008-10-23
[PATCH] kill d_alloc_anon
Christoph Hellwig
1
-71
/
+37
2008-10-23
[PATCH] switch all filesystems over to d_obtain_alias
Christoph Hellwig
19
-305
/
+78
2008-10-23
[PATCH] new helper: d_obtain_alias
Christoph Hellwig
2
-24
/
+37
2008-10-23
[PATCH] generic_file_llseek tidyups
Christoph Hellwig
1
-18
/
+40
2008-10-23
[PATCH] tidy up chrdev_open
Christoph Hellwig
1
-7
/
+14
2008-10-23
[PATCH] hpfs: cleanup ->setattr
Christoph Hellwig
4
-13
/
+22
2008-10-23
[PATCH] make O_EXCL in nd->intent.flags visible in nd->flags
Al Viro
3
-6
/
+6
2008-10-23
[PATCH] get rid of path_lookup_create()
Al Viro
1
-39
/
+22
2008-10-23
[PATCH] assorted path_lookup() -> kern_path() conversions
Al Viro
3
-29
/
+24
2008-10-23
[PATCH] switch nfsd to kern_path()
Al Viro
4
-58
/
+56
2008-10-23
[PATCH] sanitize svc_export_parse()
Al Viro
1
-42
/
+35
2008-10-23
[PATCH] switch quota_on-related stuff to kern_path()
Al Viro
4
-37
/
+37
2008-10-23
[PATCH] no need for noinline stuff in fs/namespace.c anymore
Al Viro
1
-12
/
+5
2008-10-23
[PATCH] finally get rid of nameidata in namespace.c
Al Viro
1
-60
/
+59
2008-10-23
[PATCH] new helper - kern_path()
Al Viro
1
-0
/
+10
[next]