fuse: update file size on short read
[safe/jmp/linux-2.6] / kernel /
2008-04-30 Miklos Szeredimm: bdi: add separate writeback accounting capability
2008-04-30 Pavel Emelyanovpidns: make pid->level and pid_ns->level unsigned
2008-04-30 Adrian Bunkmake marker_debug static
2008-04-30 Oleg Nesterovpids: sys_getpgid: fix unsafe *pid usage, s/tasklist...
2008-04-30 Oleg Nesterovpids: sys_getsid: fix unsafe *pid usage, fix possible...
2008-04-30 Oleg Nesterovpids: __set_special_pids: use change_pid() helper
2008-04-30 Oleg Nesterovpids: sys_setpgid: use change_pid() helper
2008-04-30 Oleg Nesterovpids: introduce change_pid() helper
2008-04-30 Oleg Nesterovpids: de_thread: don't clear session/pgrp pids for...
2008-04-30 Pavel EmelyanovDeprecate find_task_by_pid()
2008-04-30 Pavel EmelyanovUse find_task_by_vpid in taskstats
2008-04-30 Oleg Nesterovfree_pidmap: turn it into free_pidmap(struct upid *)
2008-04-30 Alan Coxtty: The big operations rework
2008-04-30 Oleg Nesterovptrace: permit ptracing of /sbin/init
2008-04-30 Oleg Nesterovptrace: ptrace_attach: use send_sig_info() instead...
2008-04-30 Oleg Nesterovptrace: __ptrace_unlink: use the ptrace_reparented...
2008-04-30 Oleg Nesterovptrace: introduce ptrace_reparented() helper
2008-04-30 Oleg Nesterovdocument de_thread() with exit_notify() connection
2008-04-30 Oleg Nesterovreparent_thread: use same_thread_group()
2008-04-30 Oleg Nesterovptrace: introduce task_detached() helper
2008-04-30 Roland McGrathsignals: add set_restore_sigmask
2008-04-30 Oleg Nesterovsignals: allow the kernel to actually kill /sbin/init
2008-04-30 Oleg Nesterovsignals: fix /sbin/init protection from unwanted signals
2008-04-30 Oleg Nesterovsignals: check_kill_permission: remove tasklist_lock
2008-04-30 Oleg Nesterovsignals: check_kill_permission: check session under...
2008-04-30 Oleg Nesterovsignals: send_signal: be paranoid about signalfd_notify()
2008-04-30 Oleg Nesterovsignals: document CLD_CONTINUED notification mechanics
2008-04-30 Oleg Nesterovsignals: fold sig_ignored() into handle_stop_signal()
2008-04-30 Oleg Nesterovsignals: cleanup the usage of print_fatal_signal()
2008-04-30 Oleg Nesterovsignals: handle_stop_signal: don't worry about SIGKILL
2008-04-30 Oleg Nesterovsignals: join send_sigqueue() with send_group_sigqueue()
2008-04-30 Oleg Nesterovsignals: unify send_sigqueue/send_group_sigqueue completely
2008-04-30 Pavel Emelyanovsignals: fold complete_signal() into send_signal/do_sen...
2008-04-30 Oleg Nesterovsignals: use __group_complete_signal() for the specific...
2008-04-30 Oleg Nesterovsignals: change send_signal/do_send_sigqueue to take...
2008-04-30 Oleg Nesterovsignals: move the definition of __group_complete_signal...
2008-04-30 Oleg Nesterovsignals: microoptimize the usage of ->curr_target
2008-04-30 Oleg Nesterovsignals: send_sig_info: don't take tasklist_lock
2008-04-30 Oleg Nesterovsignals: do_tkill: don't use tasklist_lock
2008-04-30 Oleg Nesterovsignals: move handle_stop_signal() into send_signal()
2008-04-30 Oleg Nesterovsignals: send_group_sigqueue: don't take tasklist_lock
2008-04-30 Oleg Nesterovsignals: __group_complete_signal: cache the value of...
2008-04-30 Oleg Nesterovsignals: send_sigqueue: don't forget about handle_stop_...
2008-04-30 Oleg Nesterovsignals: send_sigqueue: don't take rcu lock
2008-04-30 Oleg Nesterovget_signal_to_deliver: use the cached ->signal/sighand...
2008-04-30 Oleg Nesterovhandle_stop_signal: use the cached p->signal value
2008-04-30 Oleg Nesterovhandle_stop_signal: unify partial/full stop handling
2008-04-30 Oleg Nesterovkill_pid_info: don't take now unneeded tasklist_lock
2008-04-30 Oleg Nesterovsignals: re-assign CLD_CONTINUED notification from...
2008-04-30 Oleg Nesterovsignals: cleanup security_task_kill() usage/implementation
2008-04-30 Pavel Emelyanovsignals: consolidate send_sigqueue and send_group_sigqueue
2008-04-30 Pavel Emelyanovsignals: clean dequeue_signal from excess checks and...
2008-04-30 Pavel Emelyanovsignals: consolidate checks for whether or not to ignor...
2008-04-30 Oleg Nesterovk_getrusage: don't take rcu_read_lock()
2008-04-30 Oleg Nesterovlock_task_sighand: add rcu lock/unlock
2008-04-30 Oleg Nesterovsignals: do_group_exit(): use signal_group_exit() more...
2008-04-30 Oleg Nesterovsignals: do_signal_stop(): use signal_group_exit()
2008-04-30 Pavel Emelyanovsignals: consolidate checking for ignored/legacy signals
2008-04-30 Pavel Emelyanovsignals: turn LEGACY_QUEUE macro into static inline...
2008-04-30 Pavel Emelyanovsignals: remove unused variable from send_signal()
2008-04-29 Linus TorvaldsMerge branch 'audit.b50' of git://git./linux/kernel...
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-04-29 Christoph LameterAdd kbuild.h that contains common definitions for kbuil...
2008-04-29 Masami Hiramatsurelayfs: support larger relay buffer
2008-04-29 Hirofumi NakagawaRemove duplicated unlikely() in IS_ERR()
2008-04-29 Pavel Emelyanovsysctl: add the ->permissions callback on the ctl_table...
2008-04-29 Pavel Emelyanovsysctl: clean from unneeded extern and forward declarations
2008-04-29 Holger Schurigsysctl: allow embedded targets to disable sysctl_check.c
2008-04-29 Denis V. Lunevkernel: use non-racy method for proc entries creation
2008-04-29 Alexey Dobriyanproc: remove proc_root from drivers
2008-04-29 Matt Helsleyprocfs task exe symlink
2008-04-29 David Howellskeys: make the keyring quotas controllable through...
2008-04-29 David Howellskeys: don't generate user and user session keyrings...
2008-04-29 Serge E. Hallynipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)
2008-04-29 Manfred Spraulipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_N...
2008-04-29 Manfred Spraulipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)
2008-04-29 Nadia Derbeyipc: re-enable msgmni automatic recomputing msgmni...
2008-04-29 Oleg Nesterovsimplify cpu_hotplug_begin()/put_online_cpus()
2008-04-29 Oleg Nesterovcleanup_workqueue_thread: remove the unneeded "cpu...
2008-04-29 Oleg Nesterovworkqueues: shrink cpu_populated_map when CPU dies
2008-04-29 Paul MenageCpuset hardwall flag: add a mem_hardwall flag to cpusets
2008-04-29 Paul MenageCpuset hardwall flag: switch cpusets to use the bulk...
2008-04-29 Adrian Bunkkernel/cpuset.c: make 3 functions static
2008-04-29 Pavel Emelyanovmemcgroup: add the max_usage member on the res_counter
2008-04-29 Balbir Singhcgroups: add an owner to the mm_struct
2008-04-29 Serge E. Hallyncgroups: introduce cft->read_seq()
2008-04-29 Li Zefancgroups: remove the css_set linked-list
2008-04-29 Li Zefancgroups: simplify init_subsys()
2008-04-29 Li Zefancgroups: use a hash table for css_set finding
2008-04-29 Pavel Emelyanovcgroups: add the trigger callback to struct cftype
2008-04-29 Li Zefancgroup: switch to proc_create()
2008-04-29 Li Zefancgroup: annotate cgroup_init_subsys with __init
2008-04-29 Paul MenageCGroups _s64 files: use read_s64/write_s64 in CFS cgrou...
2008-04-29 Paul MenageCGroups _s64 files: add cgroups read_s64/write_s64...
2008-04-29 Paul MenageCGroup API files: move "releasable" to cgroup_debug...
2008-04-29 Paul MenageCGroup API files: add cgroup map data type
2008-04-29 Paul MenageCGroup API files: update cpusets to use cgroup structur...
2008-04-29 Paul MenageCGroup API files: strip all trailing whitespace in...
2008-04-29 Paul MenageCGroup API files: add res_counter_read_u64()
2008-04-29 Paul MenageCGroup API files: rename read/write_uint methods to...
next