summaryrefslogtreecommitdiff
path: root/fs/devpts
Commit message (Expand)AuthorAge
* fs/devpts/inode.c: convert printk to pr_foo()Fabian Frederick2014-06-06
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* devpts: plug the memory leak in kill_sbIlija Hadzic2013-11-13
* userns: Allow the userns root to mount of devptsEric W. Biederman2013-01-26
* TTY: devpts, document devpts inode operationsJiri Slaby2012-10-22
* TTY: devpts, do not set driver_dataJiri Slaby2012-10-22
* TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-22
* TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-22
* VFS: Pass mount flags to sget()David Howells2012-07-14
* userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman2012-05-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-21
|\
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* | tty: rework pty count limitingKonstantin Khlebnikov2012-01-24
* | tty: move pty count limiting into devptsKonstantin Khlebnikov2012-01-24
|/
* devpts: fix double-free on mount failureAl Viro2012-01-08
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-06
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin2011-03-22
* fs: devpts_pty_new() return -ENOMEM if dentry allocation failedAndrey Vagin2011-03-21
* convert get_sb_single() usersAl Viro2010-10-29
* Simplify devpts_get_sb() failure exitsAl Viro2010-05-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* devpts_get_tty() should validate inodeSukadev Bhattiprolu2009-12-11
* Move magic numbers into magic.hNick Black2009-09-23
* devpts: remove module-related codeH. Peter Anvin2009-06-24
* devpts: unregister the file system on errorAlan Cox2009-06-11
* devpts: correctly set default optionsSukadev Bhattiprolu2009-05-15
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-09
* Merge code for single and multiple-instance mountsSukadev Bhattiprolu2009-03-27
* Remove get_init_pts_sb()Sukadev Bhattiprolu2009-03-27
* Move common mknod_ptmx() calls into callerSukadev Bhattiprolu2009-03-27
* Parse mount options just once and copy them to super blockSukadev Bhattiprolu2009-03-27
* Unroll essentials of do_remount_sb() into devptsSukadev Bhattiprolu2009-03-27
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-27
* devpts: Must release s_umount on errorSukadev Bhattiprolu2009-03-27
* devpts: remove graffitiAlexey Dobriyan2009-03-10
* zero i_uid/i_gid on inode allocationAl Viro2009-01-05
* CRED: Wrap task credential accesses in the devpts filesystemDavid Howells2009-01-02
* devpts: fix unused function warningAndrew Morton2009-01-02
* devpts: Coding style clean upAlan Cox2009-01-02
* Enable multiple instances of devptsSukadev Bhattiprolu2009-01-02
* Define get_init_pts_sb()Sukadev Bhattiprolu2009-01-02
* Define mknod_ptmx()Sukadev Bhattiprolu2009-01-02
* Extract option parsing to new functionSukadev Bhattiprolu2009-01-02
* Per-mount 'config' objectSukadev Bhattiprolu2009-01-02
* Per-mount allocated_ptysSukadev Bhattiprolu2009-01-02
* Remove devpts_root globalSukadev Bhattiprolu2009-01-02
* CRED: Wrap task credential accesses in the devpts filesystemDavid Howells2008-11-14
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13