aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2012-01-24sysctl: Index sysctl directories with rbtrees.Eric W. Biederman
2012-01-24sysctl: Make the header lists per directory.Eric W. Biederman
2012-01-24sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman
2012-01-24sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman
2012-01-24sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman
2012-01-24sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman
2012-01-24sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman
2012-01-24sysctl: Add a root pointer to ctl_table_setEric W. Biederman
2012-01-24sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman
2012-01-24sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman
2012-01-24sysctl: Normalize the root_table data structure.Eric W. Biederman
2012-01-24sysctl: Factor out insert_header and erase_headerEric W. Biederman
2012-01-24sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman
2012-01-24sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman
2012-01-24sysctl: A more obvious version of grab_header.Eric W. Biederman
2012-01-24sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman
2012-01-24sysctl: Improve the sysctl sanity checksEric W. Biederman
2012-01-24sysctl: register only tables of sysctl filesEric W. Biederman
2012-01-24sysctl: Add ctl_table chains into cstring pathsEric W. Biederman
2012-01-24sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman
2012-01-24sysctl: Create local copies of directory names used in pathsEric W. Biederman
2012-01-24sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman
2012-01-24sysctl: Implement retire_sysctl_setEric W. Biederman
2012-01-24sysctl: Make the directories have nlink == 1Eric W. Biederman
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman
2012-01-24sysctl: remove impossible condition checkLucas De Marchi
2012-01-23proc: clear_refs: do not clear reserved pagesWill Deacon
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-17proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds
2012-01-17audit: only allow tasks to set their loginuid if it is -1Eric Paris
2012-01-17audit: remove task argument to audit_set_loginuidEric Paris
2012-01-16sched/accounting, proc: Fix /proc/stat interrupts sumRussell King
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-12c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov
2012-01-12proc: fix null pointer deref in proc_pid_permission()Xiaotian Feng
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov
2012-01-10procfs: parse mount optionsVasiliy Kulikov
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov
2012-01-10procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris
2012-01-03vfs: trim includes a bitAl Viro
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro
2012-01-03switch procfs to umode_t useAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro