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-07-26
mm: spinlock tree_lock
Nick Piggin
2
-3
/
+3
2008-07-26
splice: use get_user_pages_fast
Nick Piggin
1
-38
/
+3
2008-07-26
dio: use get_user_pages_fast
Nick Piggin
2
-14
/
+4
2008-07-26
omfs: update kbuild to include OMFS
Bob Copeland
3
-0
/
+18
2008-07-26
omfs: add bitmap routines
Bob Copeland
1
-0
/
+192
2008-07-26
omfs: add file routines
Bob Copeland
1
-0
/
+346
2008-07-26
omfs: add directory routines
Bob Copeland
1
-0
/
+504
2008-07-26
omfs: add inode routines
Bob Copeland
1
-0
/
+553
2008-07-26
omfs: define filesystem structures
Bob Copeland
2
-0
/
+147
2008-07-26
bfs: kill BKL
Dmitri Vorobiev
4
-31
/
+44
2008-07-26
bfs: assorted cleanups
Dmitri Vorobiev
2
-4
/
+3
2008-07-26
affs: convert s_bmlock into a mutex
Matthias Kaehlcke
3
-11
/
+12
2008-07-26
vfs: add cond_resched_lock while scanning dentry LRU lists
Kentaro Makita
1
-0
/
+1
2008-07-25
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
1
-0
/
+28
2008-07-25
fuse: lockd support
Miklos Szeredi
1
-2
/
+9
2008-07-25
fuse: nfs export special lookups
Miklos Szeredi
2
-3
/
+69
2008-07-25
fuse: add fuse_lookup_name() helper
Miklos Szeredi
1
-40
/
+77
2008-07-25
fuse: add export operations
Miklos Szeredi
3
-2
/
+121
2008-07-25
fuse: prepare lookup for nfs export
Miklos Szeredi
1
-10
/
+14
2008-07-25
locks: allow ->lock() to return FILE_LOCK_DEFERRED
Miklos Szeredi
1
-14
/
+9
2008-07-25
locks: cleanup code duplication
Miklos Szeredi
1
-40
/
+31
2008-07-25
locks: add special return value for asynchronous locks
Miklos Szeredi
3
-24
/
+19
2008-07-25
lockd: dont return EAGAIN for a permanent error
Miklos Szeredi
2
-5
/
+18
2008-07-25
task IO accounting: provide distinct tgid/tid I/O statistics
Andrea Righi
1
-15
/
+71
2008-07-25
proc: move Kconfig to fs/proc/Kconfig
Alexey Dobriyan
2
-59
/
+60
2008-07-25
proc: remove pathetic remount code
Alexey Dobriyan
1
-7
/
+0
2008-07-25
proc: always do ->release
Alexey Dobriyan
3
-4
/
+91
2008-07-25
move proc_kmsg_operations to fs/proc/internal.h
Adrian Bunk
2
-0
/
+3
2008-07-25
fs/partitions/efi: convert to pr_debug
Thomas Gleixner
1
-25
/
+17
2008-07-25
block/ioctl.c and fs/partition/check.c: check value returned by add_partition()
Abdel Benamrouche
1
-2
/
+8
2008-07-25
fs/partition/check.c: fix return value warning
Abdel Benamrouche
1
-6
/
+22
2008-07-25
elf: use ELF_CORE_EFLAGS for kcore ELF header flags
Edgar E. Iglesias
1
-5
/
+5
2008-07-25
coredump: format_corename: fix the "core_uses_pid" logic
Oleg Nesterov
1
-8
/
+5
2008-07-25
coredump: kill mm->core_done
Oleg Nesterov
1
-3
/
+22
2008-07-25
coredump: elf_fdpic_core_dump: use core_state->dumper list
Oleg Nesterov
1
-17
/
+12
2008-07-25
coredump: elf_core_dump: use core_state->dumper list
Oleg Nesterov
1
-45
/
+32
2008-07-25
coredump: construct the list of coredumping threads at startup time
Oleg Nesterov
1
-0
/
+2
2008-07-25
coredump: make mm->core_state visible to ->core_dump()
Oleg Nesterov
1
-7
/
+7
2008-07-25
coredump: turn core_state->nr_threads into atomic_t
Oleg Nesterov
1
-1
/
+1
2008-07-25
coredump: simplify core_state->nr_threads calculation
Oleg Nesterov
1
-17
/
+16
2008-07-25
coredump: move mm->core_waiters into struct core_state
Oleg Nesterov
1
-10
/
+11
2008-07-25
coredump: turn mm->core_startup_done into the pointer to struct core_state
Oleg Nesterov
1
-4
/
+4
2008-07-25
coredump: elf_core_dump: skip kernel threads
Oleg Nesterov
2
-0
/
+9
2008-07-25
coredump: zap_threads() must skip kernel threads
Oleg Nesterov
1
-2
/
+3
2008-07-25
kill PF_BORROWED_MM in favour of PF_KTHREAD
Oleg Nesterov
1
-2
/
+0
2008-07-25
introduce PF_KTHREAD flag
Oleg Nesterov
1
-0
/
+1
2008-07-25
coredump: zap_threads: comments && use while_each_thread()
Oleg Nesterov
1
-7
/
+32
2008-07-25
quota: implement sending information via netlink about user below quota
Jan Kara
1
-6
/
+54
2008-07-25
quota: move function-macros from quota.h to quotaops.h
Jan Kara
6
-0
/
+6
2008-07-25
quota: cleanup loop in sync_dquots()
Jan Kara
1
-6
/
+12
[next]