summaryrefslogtreecommitdiff
path: root/fs/devpts
Commit message (Expand)AuthorAge
* devpts: comment devpts_mntget()Christian Brauner2018-03-14
* devpts: resolve devpts bind-mountsChristian Brauner2018-03-14
* devpts: hoist out check for DEVPTS_SUPER_MAGICChristian Brauner2018-03-14
* devpts: fix error handling in devpts_mntget()Eric Biggers2018-01-31
* pty: Repair TIOCGPTPEEREric W. Biederman2017-08-24
* Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds2017-08-23
* pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds2017-08-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman2016-09-23
* | devpts: Remove sync_filesystemsEric W. Biederman2016-09-23
* | devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman2016-09-23
* | devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman2016-09-23
* | devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman2016-09-23
* | devpts: Move parse_mount_options into fill_superEric W. Biederman2016-09-23
|/
* devpts: return NULL pts 'priv' entry for non-devpts nodesLinus Torvalds2016-09-03
* userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman2016-06-23
* devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2016-06-05
* devpts: more pty driver interface cleanupsLinus Torvalds2016-04-26
* devpts: clean up interface to pty driversLinus Torvalds2016-04-18
* pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-06
* wrappers for ->i_mutex accessAl Viro2016-01-22
* devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett2015-06-30
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* 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