Age | Commit message (Expand) | Author |
2007-10-22 | dcache: don't expose uninitialized memory in /proc/<pid>/fd/<fd> | J. Bruce Fields |
2007-10-22 | [JFFS2] Fix return value from jffs2_write_end() | Nick Piggin |
2007-10-21 | NFS: Fix a typo in nfs_call_unlink() | Trond Myklebust |
2007-10-21 | NFSv2: Ensure that the directory metadata gets revalidated on file create | Trond Myklebust |
2007-10-21 | Merge branch 'audit.b43' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2007-10-21 | nobh: nobh_write_end fix | Nick Piggin |
2007-10-21 | [PATCH] audit: watching subtrees | Al Viro |
2007-10-21 | [PATCH] new helper - inotify_evict_watch() | Al Viro |
2007-10-21 | [PATCH] new helper - inotify_clone_watch() | Al Viro |
2007-10-21 | [PATCH] new helpers - collect_mounts() and release_collected_mounts() | Al Viro |
2007-10-21 | [PATCH] pass dentry to audit_inode()/audit_inode_child() | Al Viro |
2007-10-20 | [JFFS2] Tidy up fix for ACL/permissions problem. | KaiGai Kohei |
2007-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds |
2007-10-19 | Avoid compile error in fs/nfs/unlink.c | Linus Torvalds |
2007-10-19 | nfs: Fix build break with CONFIG_NFS_V4=n | Olof Johansson |
2007-10-20 | sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake | Chris Malley |
2007-10-20 | fix typo "insted" -> "instead" | Uwe Kleine-König |
2007-10-19 | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds |
2007-10-19 | Convert files to UTF-8 and some cleanups | Jan Engelhardt |
2007-10-19 | NFSv4: Fix an rpc_cred reference leakage in fs/nfs/delegation.c | Trond Myklebust |
2007-10-19 | NFSv4: Ensure that we wait for the CLOSE request to complete | Trond Myklebust |
2007-10-19 | NFS: Fix a race in sillyrename | Trond Myklebust |
2007-10-19 | NFS: Fix a writeback race... | Trond Myklebust |
2007-10-19 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day |
2007-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds |
2007-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds |
2007-10-19 | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds |
2007-10-19 | Use task_pid_nr() instead of pid_nr(task_pid()) | Pavel Emelyanov |
2007-10-19 | Remove unused variables from fs/proc/base.c | Pavel Emelyanov |
2007-10-19 | Use helpers to obtain task pid in printks | Pavel Emelyanov |
2007-10-19 | Fix tsk->exit_state usage | Eugene Teo |
2007-10-19 | proc: export a processes resource limits via /proc/pid | Neil Horman |
2007-10-19 | fs/select, remove unused macros | Jiri Slaby |
2007-10-19 | Isolate some explicit usage of task->tgid | Pavel Emelyanov |
2007-10-19 | Uninline find_task_by_xxx set of functions | Pavel Emelyanov |
2007-10-19 | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov |
2007-10-19 | pid namespaces: initialize the namespace's proc_mnt | Pavel Emelyanov |
2007-10-19 | pid namespaces: make proc_flush_task() actually from entries from multiple na... | Pavel Emelyanov |
2007-10-19 | pid namespaces: make proc have multiple superblocks - one for each namespace | Pavel Emelyanov |
2007-10-19 | pid namespaces: helpers to find the task by its numerical ids | Pavel Emelyanov |
2007-10-19 | pid namespaces: prepare proc_flust_task() to flush entries from multiple proc... | Pavel Emelyanov |
2007-10-19 | pid namespaces: introduce MS_KERNMOUNT flag | Pavel Emelyanov |
2007-10-19 | fs/super.c: use list_for_each_entry() instead of list_for_each() | Matthias Kaehlcke |
2007-10-19 | fs/eventpoll.c: use list_for_each_entry() instead of list_for_each() | Matthias Kaehlcke |
2007-10-19 | fs/file_table.c: use list_for_each_entry() instead of list_for_each() | Matthias Kaehlcke |
2007-10-19 | Make access to task's nsproxy lighter | Pavel Emelyanov |
2007-10-19 | pid namespaces: use task_pid() to find leader's pid | Sukadev Bhattiprolu |
2007-10-19 | pid namespaces: rename child_reaper() function | Sukadev Bhattiprolu |
2007-10-19 | pid namespaces: define and use task_active_pid_ns() wrapper | Sukadev Bhattiprolu |
2007-10-19 | pid namespaces: round up the API | Pavel Emelianov |