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
2009-06-11
devpts: unregister the file system on error
Alan Cox
1
-1
/
+3
2009-05-15
devpts: correctly set default options
Sukadev Bhattiprolu
1
-6
/
+12
2009-05-09
Convert obvious places to deactivate_locked_super()
Al Viro
1
-3
/
+2
2009-03-27
Merge code for single and multiple-instance mounts
Sukadev Bhattiprolu
1
-73
/
+40
2009-03-27
Remove get_init_pts_sb()
Sukadev Bhattiprolu
1
-19
/
+6
2009-03-27
Move common mknod_ptmx() calls into caller
Sukadev Bhattiprolu
1
-19
/
+17
2009-03-27
Parse mount options just once and copy them to super block
Sukadev Bhattiprolu
1
-78
/
+22
2009-03-27
Unroll essentials of do_remount_sb() into devpts
Sukadev Bhattiprolu
1
-1
/
+6
2009-03-27
vfs: simple_set_mnt() should return void
Sukadev Bhattiprolu
1
-1
/
+2
2009-03-27
devpts: Must release s_umount on error
Sukadev Bhattiprolu
1
-0
/
+2
2009-03-10
devpts: remove graffiti
Alexey Dobriyan
1
-5
/
+0
2009-01-05
zero i_uid/i_gid on inode allocation
Al Viro
1
-4
/
+0
2009-01-02
CRED: Wrap task credential accesses in the devpts filesystem
David Howells
1
-3
/
+3
2009-01-02
devpts: fix unused function warning
Andrew Morton
1
-1
/
+1
2009-01-02
devpts: Coding style clean up
Alan Cox
1
-27
/
+26
2009-01-02
Enable multiple instances of devpts
Sukadev Bhattiprolu
1
-7
/
+163
2009-01-02
Define get_init_pts_sb()
Sukadev Bhattiprolu
1
-1
/
+54
2009-01-02
Define mknod_ptmx()
Sukadev Bhattiprolu
1
-5
/
+110
2009-01-02
Extract option parsing to new function
Sukadev Bhattiprolu
1
-3
/
+9
2009-01-02
Per-mount 'config' object
Sukadev Bhattiprolu
1
-18
/
+27
2009-01-02
Per-mount allocated_ptys
Sukadev Bhattiprolu
1
-7
/
+48
2009-01-02
Remove devpts_root global
Sukadev Bhattiprolu
1
-9
/
+20
2008-11-14
CRED: Wrap task credential accesses in the devpts filesystem
David Howells
1
-2
/
+2
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
1
-1
/
+1
2008-10-13
Simplify devpts_pty_kill
Sukadev Bhattiprolu
1
-17
/
+12
2008-10-13
Simplify devpts_pty_new()
Sukadev Bhattiprolu
1
-3
/
+8
2008-10-13
Simplify devpts_get_tty()
Sukadev Bhattiprolu
1
-12
/
+5
2008-10-13
Add an instance parameter devpts interfaces
Sukadev Bhattiprolu
1
-5
/
+6
2008-08-01
[PATCH] devpts: switch to IDA
Alexey Dobriyan
1
-8
/
+8
2008-04-30
devpts: factor out PTY index allocation
Sukadev Bhattiprolu
1
-1
/
+42
2008-02-08
mount options: fix devpts
Miklos Szeredi
1
-3
/
+18
2007-05-08
devpts: add fsnotify create event
Florin Malita
1
-1
/
+4
2007-02-12
[PATCH] Mark struct super_operations const
Josef 'Jeff' Sipek
1
-1
/
+1
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
1
-2
/
+0
2006-09-27
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
Theodore Ts'o
1
-2
/
+2
2006-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
1
-3
/
+3
2006-03-23
[PATCH] devpts: use lib/parser.c for parsing mount options
Domen Puncer
1
-27
/
+49
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-4
/
+4
2005-09-05
[PATCH] Generic VFS fallback for security xattrs
Stephen Smalley
3
-69
/
+0
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
3
-0
/
+297