#!/bin/bash perf record -e sched:sched_switch -e sched:sched_migrate_task "$@" nk rel='shortcut icon' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/fs/devpts
AgeCommit message (Expand)Author
2013-11-13devpts: plug the memory leak in kill_sbIlija Hadzic
2013-01-26userns: Allow the userns root to mount of devptsEric W. Biederman
2012-10-22TTY: devpts, document devpts inode operationsJiri Slaby
2012-10-22TTY: devpts, do not set driver_dataJiri Slaby
2012-10-22TTY: devpts, return created inode from devpts_pty_newJiri Slaby
2012-10-22TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-05-15userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-24tty: rework pty count limitingKonstantin Khlebnikov
2012-01-24tty: move pty count limiting into devptsKonstantin Khlebnikov
2012-01-08devpts: fix double-free on mount failureAl Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-03-22fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin
2011-03-21fs: devpts_pty_new() return -ENOMEM if dentry allocation failedAndrey Vagin