aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-01[PATCH] procfs: Fix listing of /proc/NOT_A_TGID/taskGuillaume Chazarain1-1/+11
2007-01-26[PATCH] Fix NULL ->nsproxy dereference in /proc/*/mountsAlexey Dobriyan1-3/+5
2006-12-10[PATCH] io-accounting: report in procfsAndrew Morton1-0/+24
2006-12-08[PATCH] fault injection: process filtering for fault-injection capabilitiesAkinobu Mita1-0/+65
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-18/+18
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-18/+18
2006-12-07[PATCH] make fs/proc/base.c:proc_pid_instantiate() staticAdrian Bunk1-2/+3
2006-12-07[PATCH] Allow user processes to raise their oom_adj valueGuillem Jover1-2/+4
2006-11-25[PATCH] mounstats NULL pointer dereferenceVasily Tarasov1-1/+2
2006-10-20[PATCH] OOM killer meets userspace headersAlexey Dobriyan1-1/+3
2006-10-17[PATCH] PROC_NUMBUF is wrongAndrew Morton1-1/+1
2006-10-02[PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov1-2/+2
2006-10-02[PATCH] proc: comment what proc_fill_cache doesEric W. Biederman1-0/+12
2006-10-02[PATCH] proc: remove the useless SMP-safe comments from /procEric W. Biederman1-4/+0
2006-10-02[PATCH] proc: remove trailing blank entry from pid_entry arraysEric W. Biederman1-18/+21
2006-10-02[PATCH] proc: properly compute TGID_OFFSETEric W. Biederman1-1/+1
2006-10-02[PATCH] proc: Use pid_task instead of open coding itEric W. Biederman1-1/+1
2006-10-02[PATCH] proc: Merge proc_tid_attr and proc_tgid_attrEric W. Biederman1-43/+11
2006-10-02[PATCH] proc: Remove the hard coded inode numbersEric W. Biederman1-210/+174
2006-10-02[PATCH] proc: Factor out an instantiate method from every lookup methodEric W. Biederman1-111/+158
2006-10-02[PATCH] proc: Make the generation of the self symlink table drivenEric W. Biederman1-22/+111
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn1-2/+3
2006-10-02[PATCH] proc: modify proc_pident_lookup to be completely table drivenEric W. Biederman1-241/+106
2006-10-02[PATCH] proc: reorder the functions in base.cEric W. Biederman1-497/+501
2006-10-02[PATCH] proc: readdir race fix (take 3)Eric W. Biederman1-69/+35
2006-09-29[PATCH] fix mem_write() return valueFrederik Deweerdt1-1/+2
2006-07-15Don't allow chmod() on the /proc/<pid>/ filesLinus Torvalds1-1/+30
2006-07-14Relax /proc fix a bitLinus Torvalds1-1/+2
2006-07-14Fix nasty /proc vulnerabilityLinus Torvalds1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] SELinux: Add sockcreate node to procattr APIEric Paris1-0/+6
2006-06-26[PATCH] cleanup next_tid()Oleg Nesterov1-7/+7
2006-06-26[PATCH] simplify/fix first_tid()Oleg Nesterov1-21/+17
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_task_readdir.Eric W. Biederman1-5/+6
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman1-20/+6
2006-06-26[PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinksEric W. Biederman1-95/+29
2006-06-26[PATCH] proc: optimize proc_check_dentry_visibleEric W. Biederman1-13/+16
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman1-4/+4
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman1-102/+253
2006-06-26[PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as stringsEric W. Biederman1-16/+15
2006-06-26[PATCH] simply fix first_tgidEric W. Biederman1-15/+13
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()Eric W. Biederman1-4/+4
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_readdirEric W. Biederman1-4/+4
2006-06-26[PATCH] proc: refactor reading directories of tasksEric W. Biederman1-105/+163
2006-06-26[PATCH] proc: Close the race of a process dying durning lookupEric W. Biederman1-25/+29
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman1-73/+61
2006-06-26[PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman1-61/+0
2006-06-26[PATCH] proc: Fix the link count for /proc/<pid>/taskEric W. Biederman1-2/+19
2006-06-26[PATCH] proc: Properly filter out files that are not visible to a processEric W. Biederman1-33/+68
2006-06-26[PATCH] proc: Kill proc_mem_inode_operationsEric W. Biederman1-5/+0