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
2010-06-04
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
4
-74
/
+71
2010-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2
-7
/
+8
2010-06-04
flat: fix unmap len in load error path
Mike Frysinger
1
-1
/
+1
2010-06-04
fs/binfmt_flat.c: split the stack & data alignments
Mike Frysinger
1
-8
/
+15
2010-06-04
fs/compat_rw_copy_check_uvector: add missing compat_ptr call
Heiko Carstens
1
-1
/
+1
2010-06-04
fix setattr error handling in sysfs, configfs
Nick Piggin
2
-7
/
+8
2010-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+1
2010-06-03
pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface
Jens Axboe
1
-12
/
+42
2010-06-03
pipe: change the privilege required for growing a pipe beyond system max
Jens Axboe
1
-1
/
+1
2010-06-03
pipe: adjust minimum pipe size to 1 page
Jens Axboe
1
-7
/
+1
2010-06-01
FS-Cache: Remove unneeded null checks
Dan Carpenter
1
-20
/
+16
2010-06-01
cifs: fix page refcount leak
Jeff Layton
1
-0
/
+1
2010-06-01
AFS: Fix possible null pointer dereference in afs_alloc_server()
Denis Kirjanov
1
-2
/
+3
2010-06-01
binfmt_elf_fdpic: Fix clear_user() error handling
Takuya Yoshikawa
1
-15
/
+11
2010-06-01
Merge branch 'master' into for-linus
Jens Axboe
275
-6190
/
+11458
2010-06-01
Revert "writeback: fix WB_SYNC_NONE writeback from umount"
Jens Axboe
2
-38
/
+12
2010-06-01
Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"
Jens Axboe
1
-11
/
+5
2010-05-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
4
-81
/
+494
2010-05-30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
24
-495
/
+232
2010-05-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
17
-32
/
+85
2010-05-29
ceph: clean up on forwarded aborted mds request
Sage Weil
1
-4
/
+9
2010-05-29
ceph: fix leak of osd authorizer
Sage Weil
1
-1
/
+6
2010-05-29
ceph: close out mds, osd connections before stopping auth
Sage Weil
3
-1
/
+16
2010-05-29
ceph: make lease code DN specific
Sage Weil
2
-12
/
+13
2010-05-29
fs/ceph: Use ERR_CAST
Julia Lawall
6
-6
/
+6
2010-05-29
ceph: renew auth tickets before they expire
Sage Weil
4
-1
/
+27
2010-05-29
ceph: do not resend mon requests on auth ticket renewal
Sage Weil
1
-1
/
+4
2010-05-29
ceph: removed duplicated #includes
Andrea Gelmini
2
-2
/
+0
2010-05-29
ceph: avoid possible null dereference
Sage Weil
1
-2
/
+2
2010-05-29
ceph: make mds requests killable, not interruptible
Sage Weil
1
-2
/
+2
2010-05-28
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-1
/
+20
2010-05-28
remove detritus left by "mm: make read_cache_page synchronous"
Al Viro
1
-4
/
+1
2010-05-27
fix fs/sysv s_dirt handling
Al Viro
1
-0
/
+1
2010-05-27
fat: convert to use the new truncate convention.
npiggin@suse.de
3
-15
/
+57
2010-05-27
ext2: convert to use the new truncate convention.
npiggin@suse.de
3
-36
/
+119
2010-05-27
fs: convert simple fs to new truncate
Nick Piggin
5
-19
/
+15
2010-05-27
kill spurious reference to vmtruncate
npiggin@suse.de
10
-22
/
+37
2010-05-27
fs: introduce new truncate sequence
npiggin@suse.de
4
-56
/
+254
2010-05-27
fs/super: fix kernel-doc warning
Randy Dunlap
1
-2
/
+2
2010-05-27
fs/minix: bugfix, number of indirect block ptrs per block depends on block size
Erik van der Kouwe
1
-12
/
+15
2010-05-27
rename the generic fsync implementations
Christoph Hellwig
20
-28
/
+40
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
55
-127
/
+106
2010-05-27
fs: Add missing mutex_unlock
Julia Lawall
1
-4
/
+9
2010-05-27
get rid of the magic around f_count in aio
Al Viro
2
-14
/
+13
2010-05-27
VFS: fix recent breakage of FS_REVAL_DOT
Neil Brown
1
-1
/
+1
2010-05-27
Revert "anon_inode: set S_IFREG on the anon_inode"
Al Viro
1
-1
/
+1
2010-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
29
-2732
/
+5027
2010-05-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
21
-779
/
+1060
2010-05-27
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2
-4
/
+17
2010-05-27
quota: Convert quota statistics to generic percpu_counter
Dmitry Monakhov
1
-33
/
+13
[next]