aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-12-07[PATCH] make fs/proc/base.c:proc_pid_instantiate() staticAdrian Bunk
2006-12-07[PATCH] Allow user processes to raise their oom_adj valueGuillem Jover
2006-11-25[PATCH] mounstats NULL pointer dereferenceVasily Tarasov
2006-10-20[PATCH] OOM killer meets userspace headersAlexey Dobriyan
2006-10-17[PATCH] PROC_NUMBUF is wrongAndrew Morton
2006-10-02[PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov
2006-10-02[PATCH] proc: comment what proc_fill_cache doesEric W. Biederman
2006-10-02[PATCH] proc: remove the useless SMP-safe comments from /procEric W. Biederman
2006-10-02[PATCH] proc: remove trailing blank entry from pid_entry arraysEric W. Biederman
2006-10-02[PATCH] proc: properly compute TGID_OFFSETEric W. Biederman
2006-10-02[PATCH] proc: Use pid_task instead of open coding itEric W. Biederman
2006-10-02[PATCH] proc: Merge proc_tid_attr and proc_tgid_attrEric W. Biederman
2006-10-02[PATCH] proc: Remove the hard coded inode numbersEric W. Biederman
2006-10-02[PATCH] proc: Factor out an instantiate method from every lookup methodEric W. Biederman
2006-10-02[PATCH] proc: Make the generation of the self symlink table drivenEric W. Biederman
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn
2006-10-02[PATCH] proc: modify proc_pident_lookup to be completely table drivenEric W. Biederman
2006-10-02[PATCH] proc: reorder the functions in base.cEric W. Biederman
2006-10-02[PATCH] proc: readdir race fix (take 3)Eric W. Biederman
2006-09-29[PATCH] fix mem_write() return valueFrederik Deweerdt
2006-07-15Don't allow chmod() on the /proc/<pid>/ filesLinus Torvalds
2006-07-14Relax /proc fix a bitLinus Torvalds
2006-07-14Fix nasty /proc vulnerabilityLinus Torvalds
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] SELinux: Add sockcreate node to procattr APIEric Paris
2006-06-26[PATCH] cleanup next_tid()Oleg Nesterov
2006-06-26[PATCH] simplify/fix first_tid()Oleg Nesterov
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_task_readdir.Eric W. Biederman
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman
2006-06-26[PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinksEric W. Biederman
2006-06-26[PATCH] proc: optimize proc_check_dentry_visibleEric W. Biederman
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman
2006-06-26[PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as stringsEric W. Biederman
2006-06-26[PATCH] simply fix first_tgidEric W. Biederman
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()Eric W. Biederman
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_readdirEric W. Biederman
2006-06-26[PATCH] proc: refactor reading directories of tasksEric W. Biederman
2006-06-26[PATCH] proc: Close the race of a process dying durning lookupEric W. Biederman
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman
2006-06-26[PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman
2006-06-26[PATCH] proc: Fix the link count for /proc/<pid>/taskEric W. Biederman
2006-06-26[PATCH] proc: Properly filter out files that are not visible to a processEric W. Biederman
2006-06-26[PATCH] proc: Kill proc_mem_inode_operationsEric W. Biederman
2006-06-26[PATCH] proc: Remove bogus proc_task_permissionEric W. Biederman
2006-06-26[PATCH] proc: Replace proc_inode.type with proc_inode.fdEric W. Biederman
2006-06-26[PATCH] proc: Simplify the ownership rules for /procEric W. Biederman
2006-06-26[PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_mak...Eric W. Biederman
2006-06-26[PATCH] proc: Remove useless BKL in proc_pid_readlinkEric W. Biederman