summaryrefslogtreecommitdiffstats
path: root/fs/devpts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-3/+3
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-3/+3
* | devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman2016-09-231-9/+4
* | devpts: Remove sync_filesystemsEric W. Biederman2016-09-231-1/+0
* | devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman2016-09-231-1/+2
* | devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman2016-09-231-18/+1
* | devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman2016-09-231-8/+11
* | devpts: Move parse_mount_options into fill_superEric W. Biederman2016-09-231-8/+8
|/
* devpts: return NULL pts 'priv' entry for non-devpts nodesLinus Torvalds2016-09-031-1/+2
* userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman2016-06-231-1/+2
* devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2016-06-051-136/+55
* devpts: more pty driver interface cleanupsLinus Torvalds2016-04-261-41/+12
* devpts: clean up interface to pty driversLinus Torvalds2016-04-181-25/+24
* pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-061-0/+20
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett2015-06-301-7/+24
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-8/+8
* fs/devpts/inode.c: convert printk to pr_foo()Fabian Frederick2014-06-061-11/+15
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* devpts: plug the memory leak in kill_sbIlija Hadzic2013-11-131-0/+1
* userns: Allow the userns root to mount of devptsEric W. Biederman2013-01-261-0/+18
* TTY: devpts, document devpts inode operationsJiri Slaby2012-10-221-0/+21
* TTY: devpts, do not set driver_dataJiri Slaby2012-10-221-15/+6
* TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-221-6/+6
* TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-221-5/+4
* VFS: Pass mount flags to sget()David Howells2012-07-141-3/+3
* userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman2012-05-151-8/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-2/+1
|\
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* | tty: rework pty count limitingKonstantin Khlebnikov2012-01-241-4/+30
* | tty: move pty count limiting into devptsKonstantin Khlebnikov2012-01-241-1/+52
|/
* devpts: fix double-free on mount failureAl Viro2012-01-081-3/+1
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin2011-03-221-1/+1
* fs: devpts_pty_new() return -ENOMEM if dentry allocation failedAndrey Vagin2011-03-211-10/+9
* convert get_sb_single() usersAl Viro2010-10-291-17/+15
* Simplify devpts_get_sb() failure exitsAl Viro2010-05-211-6/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* devpts_get_tty() should validate inodeSukadev Bhattiprolu2009-12-111-2/+14
* Move magic numbers into magic.hNick Black2009-09-231-2/+1
* devpts: remove module-related codeH. Peter Anvin2009-06-241-10/+0
* devpts: unregister the file system on errorAlan Cox2009-06-111-1/+3
* devpts: correctly set default optionsSukadev Bhattiprolu2009-05-151-6/+12
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-3/+2
* Merge code for single and multiple-instance mountsSukadev Bhattiprolu2009-03-271-73/+40
* Remove get_init_pts_sb()Sukadev Bhattiprolu2009-03-271-19/+6
* Move common mknod_ptmx() calls into callerSukadev Bhattiprolu2009-03-271-19/+17
* Parse mount options just once and copy them to super blockSukadev Bhattiprolu2009-03-271-78/+22
OpenPOWER on IntegriCloud