aboutsummaryrefslogtreecommitdiffstats
path: root/fs/devpts
Commit message (Expand)AuthorAge
* 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-13
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13
* Simplify devpts_pty_killSukadev Bhattiprolu2008-10-13
* Simplify devpts_pty_new()Sukadev Bhattiprolu2008-10-13
* Simplify devpts_get_tty()Sukadev Bhattiprolu2008-10-13
* Add an instance parameter devpts interfacesSukadev Bhattiprolu2008-10-13
* [PATCH] devpts: switch to IDAAlexey Dobriyan2008-08-01
* devpts: factor out PTY index allocationSukadev Bhattiprolu2008-04-30
* mount options: fix devptsMiklos Szeredi2008-02-08
* devpts: add fsnotify create eventFlorin Malita2007-05-08
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-12
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-27