aboutsummaryrefslogtreecommitdiffstats
path: root/fs/devpts (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-30devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett1-7/+24
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-8/+8
2014-06-06fs/devpts/inode.c: convert printk to pr_foo()Fabian Frederick1-11/+15
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-11-13devpts: plug the memory leak in kill_sbIlija Hadzic1-0/+1
2013-01-26userns: Allow the userns root to mount of devptsEric W. Biederman1-0/+18
2012-10-22TTY: devpts, document devpts inode operationsJiri Slaby1-0/+21
2012-10-22TTY: devpts, do not set driver_dataJiri Slaby1-15/+6
2012-10-22TTY: devpts, return created inode from devpts_pty_newJiri Slaby1-6/+6
2012-10-22TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby1-5/+4
2012-07-14VFS: Pass mount flags to sget()David Howells1-3/+3
2012-05-15userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman1-8/+16
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-24tty: rework pty count limitingKonstantin Khlebnikov1-4/+30
2012-01-24tty: move pty count limiting into devptsKonstantin Khlebnikov1-1/+52
2012-01-08devpts: fix double-free on mount failureAl Viro1-3/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-03-22fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_new()Andrey Vagin1-1/+1
2011-03-21fs: devpts_pty_new() return -ENOMEM if dentry allocation failedAndrey Vagin1-10/+9
2010-10-29convert get_sb_single() usersAl Viro1-17/+15
2010-05-21Simplify devpts_get_sb() failure exitsAl Viro1-6/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-11devpts_get_tty() should validate inodeSukadev Bhattiprolu1-2/+14
2009-09-23Move magic numbers into magic.hNick Black1-2/+1
2009-06-24devpts: remove module-related codeH. Peter Anvin1-10/+0
2009-06-11devpts: unregister the file system on errorAlan Cox1-1/+3
2009-05-15devpts: correctly set default optionsSukadev Bhattiprolu1-6/+12
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-3/+2
2009-03-27Merge code for single and multiple-instance mountsSukadev Bhattiprolu1-73/+40
2009-03-27Remove get_init_pts_sb()Sukadev Bhattiprolu1-19/+6
2009-03-27Move common mknod_ptmx() calls into callerSukadev Bhattiprolu1-19/+17
2009-03-27Parse mount options just once and copy them to super blockSukadev Bhattiprolu1-78/+22
2009-03-27Unroll essentials of do_remount_sb() into devptsSukadev Bhattiprolu1-1/+6
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-1/+2
2009-03-27devpts: Must release s_umount on errorSukadev Bhattiprolu1-0/+2
2009-03-10devpts: remove graffitiAlexey Dobriyan1-5/+0
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-4/+0
2009-01-02CRED: Wrap task credential accesses in the devpts filesystemDavid Howells1-3/+3
2009-01-02devpts: fix unused function warningAndrew Morton1-1/+1
2009-01-02devpts: Coding style clean upAlan Cox1-27/+26
2009-01-02Enable multiple instances of devptsSukadev Bhattiprolu1-7/+163
2009-01-02Define get_init_pts_sb()Sukadev Bhattiprolu1-1/+54
2009-01-02Define mknod_ptmx()Sukadev Bhattiprolu1-5/+110
2009-01-02Extract option parsing to new functionSukadev Bhattiprolu1-3/+9
2009-01-02Per-mount 'config' objectSukadev Bhattiprolu1-18/+27
2009-01-02Per-mount allocated_ptysSukadev Bhattiprolu1-7/+48
2009-01-02Remove devpts_root globalSukadev Bhattiprolu1-9/+20