aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-18/+18
* [PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-18/+18
* [PATCH] make fs/proc/base.c:proc_pid_instantiate() staticAdrian Bunk2006-12-071-2/+3
* [PATCH] Allow user processes to raise their oom_adj valueGuillem Jover2006-12-071-2/+4
* [PATCH] mounstats NULL pointer dereferenceVasily Tarasov2006-11-251-1/+2
* [PATCH] OOM killer meets userspace headersAlexey Dobriyan2006-10-201-1/+3
* [PATCH] PROC_NUMBUF is wrongAndrew Morton2006-10-171-1/+1
* [PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov2006-10-021-2/+2
* [PATCH] proc: comment what proc_fill_cache doesEric W. Biederman2006-10-021-0/+12
* [PATCH] proc: remove the useless SMP-safe comments from /procEric W. Biederman2006-10-021-4/+0
* [PATCH] proc: remove trailing blank entry from pid_entry arraysEric W. Biederman2006-10-021-18/+21
* [PATCH] proc: properly compute TGID_OFFSETEric W. Biederman2006-10-021-1/+1
* [PATCH] proc: Use pid_task instead of open coding itEric W. Biederman2006-10-021-1/+1
* [PATCH] proc: Merge proc_tid_attr and proc_tgid_attrEric W. Biederman2006-10-021-43/+11
* [PATCH] proc: Remove the hard coded inode numbersEric W. Biederman2006-10-021-210/+174
* [PATCH] proc: Factor out an instantiate method from every lookup methodEric W. Biederman2006-10-021-111/+158
* [PATCH] proc: Make the generation of the self symlink table drivenEric W. Biederman2006-10-021-22/+111
* [PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn2006-10-021-2/+3
* [PATCH] proc: modify proc_pident_lookup to be completely table drivenEric W. Biederman2006-10-021-241/+106
* [PATCH] proc: reorder the functions in base.cEric W. Biederman2006-10-021-497/+501
* [PATCH] proc: readdir race fix (take 3)Eric W. Biederman2006-10-021-69/+35
* [PATCH] fix mem_write() return valueFrederik Deweerdt2006-09-291-1/+2
* Don't allow chmod() on the /proc/<pid>/ filesLinus Torvalds2006-07-151-1/+30
* Relax /proc fix a bitLinus Torvalds2006-07-141-1/+2
* Fix nasty /proc vulnerabilityLinus Torvalds2006-07-141-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] SELinux: Add sockcreate node to procattr APIEric Paris2006-06-261-0/+6
* [PATCH] cleanup next_tid()Oleg Nesterov2006-06-261-7/+7
* [PATCH] simplify/fix first_tid()Oleg Nesterov2006-06-261-21/+17
* [PATCH] proc: Remove tasklist_lock from proc_task_readdir.Eric W. Biederman2006-06-261-5/+6
* [PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman2006-06-261-20/+6
* [PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinksEric W. Biederman2006-06-261-95/+29
* [PATCH] proc: optimize proc_check_dentry_visibleEric W. Biederman2006-06-261-13/+16
* [PATCH] proc: Use struct pid not struct task_refEric W. Biederman2006-06-261-4/+4
* [PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman2006-06-261-102/+253
* [PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as stringsEric W. Biederman2006-06-261-16/+15
* [PATCH] simply fix first_tgidEric W. Biederman2006-06-261-15/+13
* [PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()Eric W. Biederman2006-06-261-4/+4
* [PATCH] proc: Remove tasklist_lock from proc_pid_readdirEric W. Biederman2006-06-261-4/+4
* [PATCH] proc: refactor reading directories of tasksEric W. Biederman2006-06-261-105/+163
* [PATCH] proc: Close the race of a process dying durning lookupEric W. Biederman2006-06-261-25/+29
* [PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2006-06-261-73/+61
* [PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman2006-06-261-61/+0
* [PATCH] proc: Fix the link count for /proc/<pid>/taskEric W. Biederman2006-06-261-2/+19
* [PATCH] proc: Properly filter out files that are not visible to a processEric W. Biederman2006-06-261-33/+68
* [PATCH] proc: Kill proc_mem_inode_operationsEric W. Biederman2006-06-261-5/+0
* [PATCH] proc: Remove bogus proc_task_permissionEric W. Biederman2006-06-261-63/+0
* [PATCH] proc: Replace proc_inode.type with proc_inode.fdEric W. Biederman2006-06-261-3/+3
* [PATCH] proc: Simplify the ownership rules for /procEric W. Biederman2006-06-261-2/+2
* [PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_mak...Eric W. Biederman2006-06-261-2/+0