aboutsummaryrefslogtreecommitdiffstats
path: root/fs/devpts (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03devpts_pty_kill(): don't bother with d_delete()Al Viro1-1/+1
2019-06-20devpts: call fsnotify_unlink() hookAmir Goldstein1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-24fs/devpts: always delete dcache dentry-s in dput()Varad Gautam1-0/+1
2018-08-21devpts: Convert to new IDA APIMatthew Wilcox1-34/+13
2018-03-14devpts: comment devpts_mntget()Christian Brauner1-0/+18
2018-03-14devpts: resolve devpts bind-mountsChristian Brauner1-10/+16
2018-03-14devpts: hoist out check for DEVPTS_SUPER_MAGICChristian Brauner1-11/+15
2018-01-31devpts: fix error handling in devpts_mntget()Eric Biggers1-2/+2
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman1-16/+49
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds1-3/+1
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds1-1/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-3/+3
2016-09-23devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman1-9/+4
2016-09-23devpts: Remove sync_filesystemsEric W. Biederman1-1/+0
2016-09-23devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman1-1/+2
2016-09-23devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman1-18/+1
2016-09-23devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman1-8/+11
2016-09-23devpts: Move parse_mount_options into fill_superEric W. Biederman1-8/+8
2016-09-03devpts: return NULL pts 'priv' entry for non-devpts nodesLinus Torvalds1-1/+2
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman1-1/+2
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman1-136/+55
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds1-41/+12
2016-04-18devpts: clean up interface to pty driversLinus Torvalds1-25/+24
2016-02-06pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+20
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
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