summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-23fs/devpts: always delete dcache dentry-s in dput()Varad Gautam1-0/+1
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
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. Biederman3-4/+3
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman7-296/+126
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds5-59/+28
2016-04-18devpts: clean up interface to pty driversLinus Torvalds3-82/+64
2016-02-07pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski3-3/+30
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2015-07-01devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett1-7/+24
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
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'o44-2/+53
2013-11-13devpts: plug the memory leak in kill_sbIlija Hadzic1-0/+1
2013-01-27userns: 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 Slaby3-24/+16
2012-10-22TTY: devpts, return created inode from devpts_pty_newJiri Slaby3-12/+15
2012-10-22TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby3-10/+8
2012-07-14VFS: Pass mount flags to sget()David Howells20-50/+40
2012-05-15userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman2-9/+16
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds186-4141/+5360
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-01-24tty: rework pty count limitingKonstantin Khlebnikov2-4/+31
2012-01-24tty: move pty count limiting into devptsKonstantin Khlebnikov2-52/+52
2012-01-09devpts: fix double-free on mount failureAl Viro1-3/+1
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro39-91/+90
2011-11-02filesystems: add set_nlink()Miklos Szeredi81-148/+163
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi32-58/+55
2011-03-23fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin1-1/+1
2011-03-21fs: devpts_pty_new() return -ENOMEM if dentry allocation failedAndrey Vagin1-10/+9
2010-10-29convert get_sb_single() usersAl Viro25-139/+147
2010-05-21Simplify devpts_get_sb() failure exitsAl Viro1-6/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2009-12-11devpts_get_tty() should validate inodeSukadev Bhattiprolu1-2/+14
2009-09-23Move magic numbers into magic.hNick Black5-14/+9
2009-06-24devpts: remove module-related codeH. Peter Anvin1-10/+0
2009-06-11devpts: unregister the file system on errorAlan Cox1-1/+3
2009-05-15devpts: correctly set default optionsSukadev Bhattiprolu1-6/+12
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro12-42/+21
2009-03-27Merge code for single and multiple-instance mountsSukadev Bhattiprolu1-73/+40
2009-03-27Remove get_init_pts_sb()Sukadev Bhattiprolu1-19/+6
2009-03-27Move common mknod_ptmx() calls into callerSukadev Bhattiprolu1-19/+17
[next]