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
2012-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
3
-6
/
+13
2012-08-22
Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
15
-119
/
+239
2012-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-1
/
+3
2012-08-22
fs: fix fs/namei.c kernel-doc warnings
Randy Dunlap
1
-0
/
+2
2012-08-22
eventpoll: use-after-possible-free in epoll_create1()
Al Viro
1
-1
/
+1
2012-08-21
ceph: avoid divide by zero in __validate_layout()
Sage Weil
1
-1
/
+2
2012-08-21
ceph: tolerate (and warn on) extraneous dentry from mds
Sage Weil
1
-5
/
+10
2012-08-20
vfs: missed source of ->f_pos races
Al Viro
1
-2
/
+8
2012-08-20
libceph: delay debugfs initialization until we learn global_id
Sage Weil
1
-0
/
+1
2012-08-20
NFSv3: Ensure that do_proc_get_root() reports errors correctly
Trond Myklebust
1
-1
/
+1
2012-08-20
NFSv4: Ensure that nfs4_alloc_client cleans up on error.
Trond Myklebust
1
-1
/
+1
2012-08-18
Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
3
-5
/
+13
2012-08-17
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-27
/
+46
2012-08-17
autofs4 - fix expire check
Ian Kent
1
-5
/
+0
2012-08-17
ext4: fix kernel BUG on large-scale rm -rf commands
Theodore Ts'o
1
-0
/
+1
2012-08-17
ext4: fix long mount times on very big file systems
Theodore Ts'o
1
-0
/
+4
2012-08-17
ext4: don't call ext4_error while block group is locked
Theodore Ts'o
2
-26
/
+37
2012-08-16
NFS: return -ENOKEY when the upcall fails to map the name
Bryan Schumaker
1
-4
/
+2
2012-08-16
NFS: Clear key construction data if the idmap upcall fails
Bryan Schumaker
1
-14
/
+42
2012-08-16
NFSv4: Don't use private xdr_stream fields in decode_getacl
Trond Myklebust
1
-5
/
+6
2012-08-16
NFSv4: Fix the acl cache size calculation
Trond Myklebust
1
-2
/
+3
2012-08-16
NFSv4: Fix pointer arithmetic in decode_getacl
Trond Myklebust
2
-15
/
+8
2012-08-16
NFS: Alias the nfs module to nfs4
bjschuma@gmail.com
1
-0
/
+2
2012-08-16
NFS: Fix a regression when loading the NFS v4 module
bjschuma@gmail.com
5
-26
/
+49
2012-08-16
autofs4 - fix get_next_positive_subdir()
Ian Kent
1
-18
/
+13
2012-08-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
3
-10
/
+40
2012-08-16
vfs: fix propagation of atomic_open create error on negative dentry
Sage Weil
1
-0
/
+4
2012-08-15
fuse: check create mode in atomic open
Miklos Szeredi
1
-0
/
+3
2012-08-15
vfs: pass right create mode to may_o_create()
Miklos Szeredi
1
-1
/
+1
2012-08-15
vfs: atomic_open(): fix create mode usage
Miklos Szeredi
1
-1
/
+1
2012-08-15
vfs: canonicalize create mode in build_open_flags()
Miklos Szeredi
1
-3
/
+4
2012-08-12
Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+0
2012-08-09
Btrfs: remove mnt_want_write call in btrfs_mksubvol
Alexander Block
1
-5
/
+0
2012-08-08
NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_done
Trond Myklebust
1
-6
/
+2
2012-08-06
fuse: verify all ioctl retry iov elements
Zach Brown
1
-1
/
+1
2012-08-05
ext4: avoid kmemcheck complaint from reading uninitialized memory
Theodore Ts'o
1
-0
/
+1
2012-08-05
ext4: make sure the journal sb is written in ext4_clear_journal_err()
Theodore Ts'o
2
-1
/
+3
2012-08-04
missed mnt_drop_write() in do_dentry_open()
Al Viro
1
-1
/
+1
2012-08-04
UBIFS: nuke pdflush from comments
Artem Bityutskiy
2
-6
/
+6
2012-08-04
gfs2: nuke pdflush from comments
Artem Bityutskiy
1
-1
/
+1
2012-08-04
nilfs2: nuke write_super from comments
Artem Bityutskiy
2
-6
/
+0
2012-08-04
hfs: nuke write_super from comments
Artem Bityutskiy
1
-2
/
+2
2012-08-04
vfs: nuke pdflush from comments
Artem Bityutskiy
1
-1
/
+1
2012-08-04
jbd/jbd2: nuke write_super from comments
Artem Bityutskiy
2
-4
/
+4
2012-08-04
btrfs: nuke pdflush from comments
Artem Bityutskiy
2
-2
/
+3
2012-08-04
btrfs: nuke write_super from comments
Artem Bityutskiy
2
-8
/
+0
2012-08-04
ext4: nuke pdflush from comments
Artem Bityutskiy
1
-1
/
+1
2012-08-04
ext4: nuke write_super from comments
Artem Bityutskiy
2
-19
/
+0
2012-08-04
ext3: nuke write_super from comments
Artem Bityutskiy
2
-19
/
+0
2012-08-04
vfs: kill write_super and sync_supers
Artem Bityutskiy
1
-40
/
+0
[next]