aboutsummaryrefslogtreecommitdiff
path: root/fs/devpts
AgeCommit message (Expand)Author
2013-12-04devpts: 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
2010-10-29convert get_sb_single() usersAl Viro
2010-05-21Simplify devpts_get_sb() failure exitsAl Viro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-11devpts_get_tty() should validate inodeSukadev Bhattiprolu
2009-09-23Move magic numbers into magic.hNick Black
2009-06-24devpts: remove module-related codeH. Peter Anvin
2009-06-11devpts: unregister the file system on errorAlan Cox
2009-05-15devpts: correctly set default optionsSukadev Bhattiprolu
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-03-27Merge code for single and multiple-instance mountsSukadev Bhattiprolu
2009-03-27Remove get_init_pts_sb()Sukadev Bhattiprolu
2009-03-27Move common mknod_ptmx() calls into callerSukadev Bhattiprolu
2009-03-27Parse mount options just once and copy them to super blockSukadev Bhattiprolu
2009-03-27Unroll essentials of do_remount_sb() into devptsSukadev Bhattiprolu
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu
2009-03-27devpts: Must release s_umount on errorSukadev Bhattiprolu
2009-03-10devpts: remove graffitiAlexey Dobriyan
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2009-01-02CRED: Wrap task credential accesses in the devpts filesystemDavid Howells
2009-01-02devpts: fix unused function warningAndrew Morton
2009-01-02devpts: Coding style clean upAlan Cox
2009-01-02Enable multiple instances of devptsSukadev Bhattiprolu
2009-01-02Define get_init_pts_sb()Sukadev Bhattiprolu
2009-01-02Define mknod_ptmx()Sukadev Bhattiprolu
2009-01-02Extract option parsing to new functionSukadev Bhattiprolu
2009-01-02Per-mount 'config' objectSukadev Bhattiprolu
2009-01-02Per-mount allocated_ptysSukadev Bhattiprolu
2009-01-02Remove devpts_root globalSukadev Bhattiprolu
2008-11-14CRED: Wrap task credential accesses in the devpts filesystemDavid Howells
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-10-13Simplify devpts_pty_killSukadev Bhattiprolu
2008-10-13Simplify devpts_pty_new()Sukadev Bhattiprolu