aboutsummaryrefslogtreecommitdiffstats
path: root/fs/devpts
Commit message (Expand)AuthorAgeFilesLines
* TTY: devpts, document devpts inode operationsJiri Slaby2012-10-221-0/+21
* TTY: devpts, do not set driver_dataJiri Slaby2012-10-221-15/+6
* TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-221-6/+6
* TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-221-5/+4
* VFS: Pass mount flags to sget()David Howells2012-07-141-3/+3
* userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman2012-05-151-8/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-2/+1
|\
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* | tty: rework pty count limitingKonstantin Khlebnikov2012-01-241-4/+30
* | tty: move pty count limiting into devptsKonstantin Khlebnikov2012-01-241-1/+52
|/
* devpts: fix double-free on mount failureAl Viro2012-01-081-3/+1
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin2011-03-221-1/+1
* fs: devpts_pty_new() return -ENOMEM if dentry allocation failedAndrey Vagin2011-03-201-10/+9
* convert get_sb_single() usersAl Viro2010-10-291-17/+15
* Simplify devpts_get_sb() failure exitsAl Viro2010-05-211-6/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* devpts_get_tty() should validate inodeSukadev Bhattiprolu2009-12-111-2/+14
* Move magic numbers into magic.hNick Black2009-09-231-2/+1
* devpts: remove module-related codeH. Peter Anvin2009-06-241-10/+0
* devpts: unregister the file system on errorAlan Cox2009-06-111-1/+3
* devpts: correctly set default optionsSukadev Bhattiprolu2009-05-151-6/+12
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-3/+2
* Merge code for single and multiple-instance mountsSukadev Bhattiprolu2009-03-271-73/+40
* Remove get_init_pts_sb()Sukadev Bhattiprolu2009-03-271-19/+6
* Move common mknod_ptmx() calls into callerSukadev Bhattiprolu2009-03-271-19/+17
* Parse mount options just once and copy them to super blockSukadev Bhattiprolu2009-03-271-78/+22
* Unroll essentials of do_remount_sb() into devptsSukadev Bhattiprolu2009-03-271-1/+6
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
* devpts: Must release s_umount on errorSukadev Bhattiprolu2009-03-271-0/+2
* devpts: remove graffitiAlexey Dobriyan2009-03-101-5/+0
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-4/+0
* CRED: Wrap task credential accesses in the devpts filesystemDavid Howells2009-01-021-3/+3
* devpts: fix unused function warningAndrew Morton2009-01-021-1/+1
* devpts: Coding style clean upAlan Cox2009-01-021-27/+26
* Enable multiple instances of devptsSukadev Bhattiprolu2009-01-021-7/+163
* Define get_init_pts_sb()Sukadev Bhattiprolu2009-01-021-1/+54
* Define mknod_ptmx()Sukadev Bhattiprolu2009-01-021-5/+110
* Extract option parsing to new functionSukadev Bhattiprolu2009-01-021-3/+9
* Per-mount 'config' objectSukadev Bhattiprolu2009-01-021-18/+27
* Per-mount allocated_ptysSukadev Bhattiprolu2009-01-021-7/+48
* Remove devpts_root globalSukadev Bhattiprolu2009-01-021-9/+20
* CRED: Wrap task credential accesses in the devpts filesystemDavid Howells2008-11-131-2/+2
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* Simplify devpts_pty_killSukadev Bhattiprolu2008-10-131-17/+12
* Simplify devpts_pty_new()Sukadev Bhattiprolu2008-10-131-3/+8
* Simplify devpts_get_tty()Sukadev Bhattiprolu2008-10-131-12/+5
* Add an instance parameter devpts interfacesSukadev Bhattiprolu2008-10-131-5/+6