aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2006-08-27[PATCH] /proc/meminfo: don't put spaces in namesAndrew Morton
2006-07-15Don't allow chmod() on the /proc/<pid>/ filesLinus Torvalds
2006-07-15Mark /proc MS_NOSUID and MS_NOEXECLinus Torvalds
2006-07-14[PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delaysShailabh Nagar
2006-07-14Relax /proc fix a bitLinus Torvalds
2006-07-14Fix nasty /proc vulnerabilityLinus Torvalds
2006-07-12[PATCH] /fs/proc/: 'larger than buffer size' memory accessed by clear_user()Adam B. Jerome
2006-07-10[PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells
2006-07-03[PATCH] uclinux: fix proc_task()/get_proc-task() namingGreg Ungerer
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar
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
2006-06-26[PATCH] proc: Fix the .. inode number on /proc/<pid>/fdEric W. Biederman
2006-06-26[PATCH] keys: add a way to store the appropriate context for newly-created keysMichael LeMay
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-06-20[PATCH] proc_loginuid_write() uses simple_strtoul() on non-terminated arrayAl Viro