index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
devpts
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-17
devpts: resolve devpts bind-mounts
Christian Brauner
1
-10
/
+16
2018-07-17
devpts: hoist out check for DEVPTS_SUPER_MAGIC
Christian Brauner
1
-11
/
+15
2018-02-16
devpts: fix error handling in devpts_mntget()
Eric Biggers
1
-2
/
+2
2017-08-24
pty: Repair TIOCGPTPEER
Eric W. Biederman
1
-16
/
+49
2017-08-23
Revert "pty: fix the cached path of the pty slave file descriptor in the master"
Linus Torvalds
1
-3
/
+1
2017-08-17
pty: fix the cached path of the pty slave file descriptor in the master
Linus Torvalds
1
-1
/
+3
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-3
/
+3
2016-09-23
devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/pts
Eric W. Biederman
1
-9
/
+4
2016-09-23
devpts: Remove sync_filesystems
Eric W. Biederman
1
-1
/
+0
2016-09-23
devpts: Make devpts_kill_sb safe if fsi is NULL
Eric W. Biederman
1
-1
/
+2
2016-09-23
devpts: Simplify devpts_mount by using mount_nodev
Eric W. Biederman
1
-18
/
+1
2016-09-23
devpts: Move the creation of /dev/pts/ptmx into fill_super
Eric W. Biederman
1
-8
/
+11
2016-09-23
devpts: Move parse_mount_options into fill_super
Eric W. Biederman
1
-8
/
+8
2016-09-03
devpts: return NULL pts 'priv' entry for non-devpts nodes
Linus Torvalds
1
-1
/
+2
2016-06-23
userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag
Eric W. Biederman
1
-1
/
+2
2016-06-05
devpts: Make each mount of devpts an independent filesystem.
Eric W. Biederman
1
-136
/
+55
2016-04-26
devpts: more pty driver interface cleanups
Linus Torvalds
1
-41
/
+12
2016-04-18
devpts: clean up interface to pty drivers
Linus Torvalds
1
-25
/
+24
2016-02-06
pty: make sure super_block is still valid in final /dev/tty close
Herton R. Krzesinski
1
-0
/
+20
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-6
/
+6
2015-06-30
devpts: if initialization failed, don't crash when opening /dev/ptmx
Josh Triplett
1
-7
/
+24
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-8
/
+8
2014-06-06
fs/devpts/inode.c: convert printk to pr_foo()
Fabian Frederick
1
-11
/
+15
2014-03-13
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
1
-0
/
+1
2013-11-13
devpts: plug the memory leak in kill_sb
Ilija Hadzic
1
-0
/
+1
2013-01-26
userns: Allow the userns root to mount of devpts
Eric W. Biederman
1
-0
/
+18
2012-10-22
TTY: devpts, document devpts inode operations
Jiri Slaby
1
-0
/
+21
2012-10-22
TTY: devpts, do not set driver_data
Jiri Slaby
1
-15
/
+6
2012-10-22
TTY: devpts, return created inode from devpts_pty_new
Jiri Slaby
1
-6
/
+6
2012-10-22
TTY: devpts, don't care about TTY in devpts_get_tty
Jiri Slaby
1
-5
/
+4
2012-07-14
VFS: Pass mount flags to sget()
David Howells
1
-3
/
+3
2012-05-15
userns: Convert devpts to use kuid/kgid where appropriate
Eric W. Biederman
1
-8
/
+16
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-2
/
+1
2012-01-24
tty: rework pty count limiting
Konstantin Khlebnikov
1
-4
/
+30
2012-01-24
tty: move pty count limiting into devpts
Konstantin Khlebnikov
1
-1
/
+52
2012-01-08
devpts: fix double-free on mount failure
Al Viro
1
-3
/
+1
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
1
-2
/
+2
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
1
-1
/
+1
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
1
-1
/
+1
2011-03-22
fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...
Andrey Vagin
1
-1
/
+1
2011-03-21
fs: devpts_pty_new() return -ENOMEM if dentry allocation failed
Andrey Vagin
1
-10
/
+9
2010-10-29
convert get_sb_single() users
Al Viro
1
-17
/
+15
2010-05-21
Simplify devpts_get_sb() failure exits
Al Viro
1
-6
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-11
devpts_get_tty() should validate inode
Sukadev Bhattiprolu
1
-2
/
+14
2009-09-23
Move magic numbers into magic.h
Nick Black
1
-2
/
+1
2009-06-24
devpts: remove module-related code
H. Peter Anvin
1
-10
/
+0
2009-06-11
devpts: unregister the file system on error
Alan Cox
1
-1
/
+3
[next]