| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/devpts/inode.c: convert printk to pr_foo() | Fabian Frederick | 2014-06-07 | 1 | -11/+15 |
* | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 2014-03-13 | 1 | -0/+1 |
* | devpts: plug the memory leak in kill_sb | Ilija Hadzic | 2013-11-13 | 1 | -0/+1 |
* | userns: Allow the userns root to mount of devpts | Eric W. Biederman | 2013-01-27 | 1 | -0/+18 |
* | TTY: devpts, document devpts inode operations | Jiri Slaby | 2012-10-23 | 1 | -0/+21 |
* | TTY: devpts, do not set driver_data | Jiri Slaby | 2012-10-23 | 1 | -15/+6 |
* | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 2012-10-23 | 1 | -6/+6 |
* | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 2012-10-23 | 1 | -5/+4 |
* | VFS: Pass mount flags to sget() | David Howells | 2012-07-14 | 1 | -3/+3 |
* | userns: Convert devpts to use kuid/kgid where appropriate | Eric W. Biederman | 2012-05-15 | 1 | -8/+16 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-03-21 | 1 | -2/+1 |
|\ |
|
| * | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-21 | 1 | -2/+1 |
* | | tty: rework pty count limiting | Konstantin Khlebnikov | 2012-01-24 | 1 | -4/+30 |
* | | tty: move pty count limiting into devpts | Konstantin Khlebnikov | 2012-01-24 | 1 | -1/+52 |
|/ |
|
* | devpts: fix double-free on mount failure | Al Viro | 2012-01-09 | 1 | -3/+1 |
* | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-07 | 1 | -2/+2 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | filesystems: add missing nlink wrappers | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n... | Andrey Vagin | 2011-03-23 | 1 | -1/+1 |
* | fs: devpts_pty_new() return -ENOMEM if dentry allocation failed | Andrey Vagin | 2011-03-21 | 1 | -10/+9 |
* | convert get_sb_single() users | Al Viro | 2010-10-29 | 1 | -17/+15 |
* | Simplify devpts_get_sb() failure exits | Al Viro | 2010-05-22 | 1 | -6/+3 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | devpts_get_tty() should validate inode | Sukadev Bhattiprolu | 2009-12-12 | 1 | -2/+14 |
* | Move magic numbers into magic.h | Nick Black | 2009-09-23 | 1 | -2/+1 |
* | devpts: remove module-related code | H. Peter Anvin | 2009-06-24 | 1 | -10/+0 |
* | devpts: unregister the file system on error | Alan Cox | 2009-06-11 | 1 | -1/+3 |
* | devpts: correctly set default options | Sukadev Bhattiprolu | 2009-05-15 | 1 | -6/+12 |
* | Convert obvious places to deactivate_locked_super() | Al Viro | 2009-05-09 | 1 | -3/+2 |
* | Merge code for single and multiple-instance mounts | Sukadev Bhattiprolu | 2009-03-27 | 1 | -73/+40 |
* | Remove get_init_pts_sb() | Sukadev Bhattiprolu | 2009-03-27 | 1 | -19/+6 |
* | Move common mknod_ptmx() calls into caller | Sukadev Bhattiprolu | 2009-03-27 | 1 | -19/+17 |
* | Parse mount options just once and copy them to super block | Sukadev Bhattiprolu | 2009-03-27 | 1 | -78/+22 |
* | Unroll essentials of do_remount_sb() into devpts | Sukadev Bhattiprolu | 2009-03-27 | 1 | -1/+6 |
* | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 2009-03-27 | 1 | -1/+2 |
* | devpts: Must release s_umount on error | Sukadev Bhattiprolu | 2009-03-27 | 1 | -0/+2 |
* | devpts: remove graffiti | Alexey Dobriyan | 2009-03-10 | 1 | -5/+0 |
* | zero i_uid/i_gid on inode allocation | Al Viro | 2009-01-05 | 1 | -4/+0 |
* | CRED: Wrap task credential accesses in the devpts filesystem | David Howells | 2009-01-02 | 1 | -3/+3 |
* | devpts: fix unused function warning | Andrew Morton | 2009-01-02 | 1 | -1/+1 |
* | devpts: Coding style clean up | Alan Cox | 2009-01-02 | 1 | -27/+26 |
* | Enable multiple instances of devpts | Sukadev Bhattiprolu | 2009-01-02 | 1 | -7/+163 |
* | Define get_init_pts_sb() | Sukadev Bhattiprolu | 2009-01-02 | 1 | -1/+54 |
* | Define mknod_ptmx() | Sukadev Bhattiprolu | 2009-01-02 | 1 | -5/+110 |
* | Extract option parsing to new function | Sukadev Bhattiprolu | 2009-01-02 | 1 | -3/+9 |
* | Per-mount 'config' object | Sukadev Bhattiprolu | 2009-01-02 | 1 | -18/+27 |
* | Per-mount allocated_ptys | Sukadev Bhattiprolu | 2009-01-02 | 1 | -7/+48 |
* | Remove devpts_root global | Sukadev Bhattiprolu | 2009-01-02 | 1 | -9/+20 |
* | CRED: Wrap task credential accesses in the devpts filesystem | David Howells | 2008-11-14 | 1 | -2/+2 |
* | vfs: Use const for kernel parser table | Steven Whitehouse | 2008-10-13 | 1 | -1/+1 |