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
2007-05-08
epoll: optimizations and cleanups
Davide Libenzi
1
-147
/
+86
2007-05-08
ext3: dirindex error pointer issues
Dmitriy Monakhov
2
-22
/
+30
2007-05-08
Merge sys_clone()/sys_unshare() nsproxy and namespace handling
Badari Pulavarty
1
-23
/
+7
2007-05-08
exec: fix remove_arg_zero
Nick Piggin
1
-16
/
+34
2007-05-08
reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO"
Robert P. J. Day
1
-1
/
+1
2007-05-08
reiserfs: shrink superblock if no xattrs
Alexey Dobriyan
1
-2
/
+4
2007-05-08
reiserfs: possible null pointer dereference during resize
Dmitriy Monakhov
1
-0
/
+4
2007-05-08
freevxfs: possible null pointer dereference fix
Dmitriy Monakhov
2
-2
/
+2
2007-05-08
is_power_of_2 in fs/block_dev.c
Vignesh Babu BM
1
-1
/
+2
2007-05-08
is_power_of_2 in fs/hfs
Vignesh Babu BM
2
-2
/
+4
2007-05-08
is_power_of_2 in fat
Vignesh Babu BM
1
-4
/
+3
2007-05-08
devpts: add fsnotify create event
Florin Malita
1
-1
/
+4
2007-05-08
use use SEEK_MAX to validate user lseek arguments
Chris Snook
1
-2
/
+2
2007-05-08
use symbolic constants in generic lseek code
Chris Snook
1
-6
/
+6
2007-05-08
mm: shrink parent dentries when shrinking slab
Andrew Morton
1
-1
/
+1
2007-05-08
fix quadratic behavior of shrink_dcache_parent()
Miklos Szeredi
1
-37
/
+67
2007-05-08
reduce size of task_struct on 64-bit machines
William Cohen
1
-2
/
+2
2007-05-08
ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systems
Markus Rechberger
3
-9
/
+9
2007-05-08
Allow access to /proc/$PID/fd after setuid()
Alexey Dobriyan
1
-0
/
+18
2007-05-08
block_write_full_page(): report ENOSPC
Andrew Morton
1
-0
/
+1
2007-05-08
Factor outstanding I/O error handling
Guillaume Chazarain
2
-18
/
+3
2007-05-08
uml: hostfs style fixes
Jeff Dike
3
-171
/
+167
2007-05-08
uml: make hostfs_setattr() support operations on unlinked open files
Alberto Bertogli
3
-44
/
+74
2007-05-08
mm: move common segment checks to separate helper function
Dmitriy Monakhov
2
-37
/
+6
2007-05-07
Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
12
-200
/
+524
2007-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
25
-2058
/
+2150
2007-05-07
blackfin architecture
Bryan Wu
1
-1
/
+1
2007-05-07
hugetlbfs: add NULL check in hugetlb_zero_setup()
Akinobu Mita
1
-0
/
+3
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
44
-90
/
+45
2007-05-07
get_unmapped_area handles MAP_FIXED in hugetlbfs
Benjamin Herrenschmidt
1
-0
/
+7
2007-05-07
KMEM_CACHE(): simplify slab cache creation
Christoph Lameter
3
-12
/
+5
2007-05-07
mm: optimize acorn partition truncate
Peter Zijlstra
1
-1
/
+1
2007-05-07
mm: optimize kill_bdev()
Peter Zijlstra
2
-4
/
+5
2007-05-07
mm: remove destroy_dirty_buffers from invalidate_bdev()
Peter Zijlstra
6
-15
/
+10
2007-05-07
Make page->private usable in compound pages
Christoph Lameter
1
-1
/
+1
2007-05-07
smaps: add clear_refs file to clear reference
David Rientjes
2
-16
/
+99
2007-05-07
smaps: add pages referenced count to smaps
David Rientjes
1
-7
/
+13
2007-05-07
smaps: extract pmd walker from smaps code
David Rientjes
1
-27
/
+42
2007-05-07
mm/slab.c: proper prototypes
Adrian Bunk
1
-2
/
+0
2007-05-07
fs: buffer don't PageUptodate without page locked
Nick Piggin
1
-10
/
+1
2007-05-07
mm: make read_cache_page synchronous
Nick Piggin
20
-128
/
+20
2007-05-07
proper prototype for hugetlb_get_unmapped_area()
Adrian Bunk
1
-4
/
+1
2007-05-06
gfs2: nfs lock support for gfs2
Marc Eshel
2
-10
/
+104
2007-05-06
lockd: add code to handle deferred lock requests
Marc Eshel
4
-7
/
+40
2007-05-06
lockd: always preallocate block in nlmsvc_lock()
Marc Eshel
1
-23
/
+11
2007-05-06
lockd: handle test_lock deferrals
Marc Eshel
3
-16
/
+73
2007-05-06
lockd: pass cookie in nlmsvc_testlock
Marc Eshel
3
-4
/
+5
2007-05-06
lockd: handle fl_grant callbacks
Marc Eshel
1
-4
/
+87
2007-05-06
lockd: save lock state on deferral
Marc Eshel
1
-0
/
+25
2007-05-06
locks: add fl_grant callback for asynchronous lock return
Marc Eshel
1
-0
/
+19
[next]