index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
hfs
/
bnode.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-10-02
[PATCH] replace cad_pid by a struct pid
Cedric Le Goater
11
-16
/
+48
2006-10-02
[PATCH] introduce get_task_pid() to fix unsafe get_pid()
Oleg Nesterov
3
-2
/
+13
2006-10-02
[PATCH] proc: comment what proc_fill_cache does
Eric W. Biederman
1
-0
/
+12
2006-10-02
[PATCH] proc: remove the useless SMP-safe comments from /proc
Eric W. Biederman
1
-4
/
+0
2006-10-02
[PATCH] proc: remove trailing blank entry from pid_entry arrays
Eric W. Biederman
1
-18
/
+21
2006-10-02
[PATCH] proc: properly compute TGID_OFFSET
Eric W. Biederman
1
-1
/
+1
2006-10-02
[PATCH] proc: drop tasklist lock in task_state()
Oleg Nesterov
1
-6
/
+5
2006-10-02
[PATCH] proc: convert do_task_stat() to use lock_task_sighand()
Oleg Nesterov
1
-28
/
+35
2006-10-02
[PATCH] proc: convert task_sig() to use lock_task_sighand()
Oleg Nesterov
1
-6
/
+5
2006-10-02
[PATCH] proc: Use pid_task instead of open coding it
Eric W. Biederman
1
-1
/
+1
2006-10-02
[PATCH] proc: Merge proc_tid_attr and proc_tgid_attr
Eric W. Biederman
1
-43
/
+11
2006-10-02
[PATCH] proc: Remove the hard coded inode numbers
Eric W. Biederman
1
-210
/
+174
2006-10-02
[PATCH] proc: Factor out an instantiate method from every lookup method
Eric W. Biederman
1
-111
/
+158
2006-10-02
[PATCH] proc: Make the generation of the self symlink table driven
Eric W. Biederman
1
-22
/
+111
2006-10-02
[PATCH] AVR32: Implement kernel_execve
Haavard Skinnemoen
2
-77
/
+17
2006-10-02
[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references
Arnd Bergmann
22
-662
/
+2
2006-10-02
[PATCH] sh64: remove the use of kernel syscalls
Arnd Bergmann
1
-257
/
+13
2006-10-02
[PATCH] Remove the use of _syscallX macros in UML
Arnd Bergmann
5
-25
/
+15
2006-10-02
[PATCH] provide kernel_execve on all architectures
Arnd Bergmann
16
-12
/
+300
2006-10-02
[PATCH] rename the provided execve functions to kernel_execve
Arnd Bergmann
21
-423
/
+49
2006-10-02
[PATCH] introduce kernel_execve
Arnd Bergmann
6
-11
/
+31
2006-10-02
[PATCH] ipc: replace kmalloc and memset in get_undo_list with kzalloc
Matt Helsley
1
-4
/
+1
2006-10-02
[PATCH] nsproxy cloning error path fix
Pavel
1
-1
/
+1
2006-10-02
[PATCH] IPC namespace - sysctls
Kirill Korotaev
1
-28
/
+88
2006-10-02
[PATCH] IPC namespace - shm
Kirill Korotaev
1
-86
/
+168
2006-10-02
[PATCH] IPC namespace - sem
Kirill Korotaev
1
-71
/
+130
2006-10-02
[PATCH] IPC namespace - msg
Kirill Korotaev
1
-51
/
+106
2006-10-02
[PATCH] IPC namespace - utils
Kirill Korotaev
5
-14
/
+173
2006-10-02
[PATCH] IPC namespace core
Kirill Korotaev
7
-17
/
+95
2006-10-02
[PATCH] uts: copy nsproxy only when needed
Serge Hallyn
1
-6
/
+14
2006-10-02
[PATCH] namespaces: utsname: implement CLONE_NEWUTS flag
Serge E. Hallyn
5
-4
/
+83
2006-10-02
[PATCH] namespaces: utsname: remove system_utsname
Serge E. Hallyn
1
-2
/
+0
2006-10-02
[PATCH] namespaces: utsname: sysctl
Serge E. Hallyn
1
-19
/
+119
2006-10-02
[PATCH] namespaces: utsname: implement utsname namespaces
Serge E. Hallyn
9
-12
/
+121
2006-10-02
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
28
-52
/
+52
2006-10-02
[PATCH] namespaces: utsname: switch to using uts namespaces
Serge E. Hallyn
35
-160
/
+180
2006-10-02
[PATCH] namespaces: utsname: introduce temporary helpers
Serge E. Hallyn
1
-0
/
+10
2006-10-02
[PATCH] namespaces: exit_task_namespaces() invalidates nsproxy
Cedric Le Goater
1
-1
/
+1
2006-10-02
[PATCH] namespaces: incorporate fs namespace into nsproxy
Serge E. Hallyn
9
-39
/
+55
2006-10-02
[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c
Serge E. Hallyn
21
-40
/
+3
2006-10-02
[PATCH] namespaces: add nsproxy
Serge E. Hallyn
27
-2
/
+196
2006-10-02
[PATCH] make kernel/sysctl.c:_proc_do_string() static
Adrian Bunk
1
-2
/
+3
2006-10-02
[PATCH] proc: sysctl: add _proc_do_string helper
Sam Vilain
1
-29
/
+36
2006-10-02
[PATCH] nfsd: lockdep annotation
Peter Zijlstra
2
-6
/
+13
2006-10-02
[PATCH] knfsd: allow admin to set nthreads per node
Greg Banks
2
-0
/
+144
2006-10-02
[PATCH] knfsd: make rpc threads pools numa aware
Greg Banks
3
-2
/
+261
2006-10-02
[PATCH] knfsd: use svc_set_num_threads to manage threads in knfsd
Greg Banks
1
-31
/
+5
2006-10-02
[PATCH] knfsd: add svc_set_num_threads
Greg Banks
3
-8
/
+154
2006-10-02
[PATCH] knfsd: add svc_get
Greg Banks
2
-1
/
+12
2006-10-02
[PATCH] knfsd: split svc_serv into pools
Greg Banks
4
-54
/
+153
[next]