index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-03
shmem, ramfs: propagate umode_t, open-coded S_ISREG
Al Viro
2
-4
/
+4
2012-01-03
logfs: propagate umode_t
Al Viro
2
-2
/
+2
2012-01-03
ubifs: propagate umode_t
Al Viro
2
-3
/
+3
2012-01-03
ncpfs: propagate umode_t
Al Viro
3
-4
/
+4
2012-01-03
hugetlbfs: propagate umode_t
Al Viro
1
-1
/
+1
2012-01-03
exofs: propagate umode_t
Al Viro
3
-3
/
+3
2012-01-03
nilfs: propagate umode_t
Al Viro
3
-3
/
+3
2012-01-03
sunrpc: propagate umode_t
Al Viro
4
-4
/
+4
2012-01-03
affs: propagate umode_t
Al Viro
2
-4
/
+4
2012-01-03
cgroup: propagate mode_t
Al Viro
2
-8
/
+8
2012-01-03
infiniband: umode_t noise, including open-coded S_ISDIR()
Al Viro
2
-6
/
+6
2012-01-03
sysfs: propagate umode_t
Al Viro
4
-5
/
+5
2012-01-03
usbfs: propagate umode_t
Al Viro
1
-10
/
+8
2012-01-03
hypfs: umode_t noise and properly spelled S_ISDIR/S_ISREG
Al Viro
1
-5
/
+5
2012-01-03
ocfs2: propagate umode_t
Al Viro
4
-5
/
+5
2012-01-03
dlmfs: use inode_init_owner()
Al Viro
1
-13
/
+2
2012-01-03
9p: propagate umode_t
Al Viro
4
-14
/
+15
2012-01-03
omfs: propagate umode_t
Al Viro
3
-3
/
+3
2012-01-03
reiserfs: propagate umode_t
Al Viro
3
-3
/
+3
2012-01-03
xfs: propagate umode_t
Al Viro
9
-13
/
+13
2012-01-03
sysv: propagate umode_t
Al Viro
2
-2
/
+2
2012-01-03
ufs: propagate umode_t
Al Viro
3
-4
/
+4
2012-01-03
minix: propagate umode_t
Al Viro
2
-2
/
+2
2012-01-03
ext4: propagate umode_t
Al Viro
2
-5
/
+5
2012-01-03
ext3: propagate umode_t
Al Viro
2
-2
/
+2
2012-01-03
ext2: propagate umode_t
Al Viro
3
-3
/
+3
2012-01-03
9p: don't bother with unixmode2p9mode() for link() and symlink()
Al Viro
1
-12
/
+8
2012-01-03
kill ecryptfs_create_underlying_file()
Al Viro
1
-20
/
+1
2012-01-03
configfs: convert to umode_t
Al Viro
4
-7
/
+7
2012-01-03
switch devtmpfs to umode_t
Al Viro
1
-3
/
+3
2012-01-03
switch debugfs to umode_t
Al Viro
25
-82
/
+82
2012-01-03
switch sysfs_chmod_file() to umode_t
Al Viro
3
-6
/
+6
2012-01-03
switch procfs to umode_t use
Al Viro
13
-32
/
+31
2012-01-03
switch ->is_visible() to returning umode_t
Al Viro
33
-70
/
+70
2012-01-03
switch sysfs attr->mode to umode_t
Al Viro
2
-2
/
+2
2012-01-03
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
31
-35
/
+35
2012-01-03
hugetlbfs: switch to inode_init_owner()
Al Viro
1
-27
/
+32
2012-01-03
switch ->mknod() to umode_t
Al Viro
42
-51
/
+51
2012-01-03
switch ->create() to umode_t
Al Viro
54
-72
/
+72
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
56
-70
/
+70
2012-01-03
switch sys_mknodat(2) to umode_t
Al Viro
2
-4
/
+4
2012-01-03
vfs: fix the rest of sget() races
Al Viro
1
-7
/
+13
2012-01-03
vfs: new helper - vfs_ustat()
Al Viro
5
-26
/
+17
2012-01-03
vfs: live vfsmounts never have NULL ->mnt_sb
Al Viro
2
-4
/
+3
2012-01-03
vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root
Al Viro
6
-8
/
+8
2012-01-03
get rid of timer in kern/acct.c
Al Viro
1
-30
/
+10
2012-01-03
vfs: pipe.c is really non-modular
Al Viro
1
-7
/
+0
2012-01-03
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
53
-55
/
+1
2012-01-03
vfs: mnt_drop_write_file()
Al Viro
22
-48
/
+55
2012-01-03
constify seq_file stuff
Al Viro
2
-10
/
+10
[next]