index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
cgroup: propagate mode_t
Al Viro
2012-01-03
2
-8
/
+8
|
*
|
infiniband: umode_t noise, including open-coded S_ISDIR()
Al Viro
2012-01-03
2
-6
/
+6
|
*
|
sysfs: propagate umode_t
Al Viro
2012-01-03
4
-5
/
+5
|
*
|
usbfs: propagate umode_t
Al Viro
2012-01-03
1
-10
/
+8
|
*
|
hypfs: umode_t noise and properly spelled S_ISDIR/S_ISREG
Al Viro
2012-01-03
1
-5
/
+5
|
*
|
ocfs2: propagate umode_t
Al Viro
2012-01-03
4
-5
/
+5
|
*
|
dlmfs: use inode_init_owner()
Al Viro
2012-01-03
1
-13
/
+2
|
*
|
9p: propagate umode_t
Al Viro
2012-01-03
4
-14
/
+15
|
*
|
omfs: propagate umode_t
Al Viro
2012-01-03
3
-3
/
+3
|
*
|
reiserfs: propagate umode_t
Al Viro
2012-01-03
3
-3
/
+3
|
*
|
xfs: propagate umode_t
Al Viro
2012-01-03
9
-13
/
+13
|
*
|
sysv: propagate umode_t
Al Viro
2012-01-03
2
-2
/
+2
|
*
|
ufs: propagate umode_t
Al Viro
2012-01-03
3
-4
/
+4
|
*
|
minix: propagate umode_t
Al Viro
2012-01-03
2
-2
/
+2
|
*
|
ext4: propagate umode_t
Al Viro
2012-01-03
2
-5
/
+5
|
*
|
ext3: propagate umode_t
Al Viro
2012-01-03
2
-2
/
+2
|
*
|
ext2: propagate umode_t
Al Viro
2012-01-03
3
-3
/
+3
|
*
|
9p: don't bother with unixmode2p9mode() for link() and symlink()
Al Viro
2012-01-03
1
-12
/
+8
|
*
|
kill ecryptfs_create_underlying_file()
Al Viro
2012-01-03
1
-20
/
+1
|
*
|
configfs: convert to umode_t
Al Viro
2012-01-03
4
-7
/
+7
|
*
|
switch devtmpfs to umode_t
Al Viro
2012-01-03
1
-3
/
+3
|
*
|
switch debugfs to umode_t
Al Viro
2012-01-03
25
-82
/
+82
|
*
|
switch sysfs_chmod_file() to umode_t
Al Viro
2012-01-03
3
-6
/
+6
|
*
|
switch procfs to umode_t use
Al Viro
2012-01-03
13
-32
/
+31
|
*
|
switch ->is_visible() to returning umode_t
Al Viro
2012-01-03
33
-70
/
+70
|
*
|
switch sysfs attr->mode to umode_t
Al Viro
2012-01-03
2
-2
/
+2
|
*
|
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
2012-01-03
31
-35
/
+35
|
*
|
hugetlbfs: switch to inode_init_owner()
Al Viro
2012-01-03
1
-27
/
+32
|
*
|
switch ->mknod() to umode_t
Al Viro
2012-01-03
42
-51
/
+51
|
*
|
switch ->create() to umode_t
Al Viro
2012-01-03
54
-72
/
+72
|
*
|
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2012-01-03
56
-70
/
+70
|
*
|
switch sys_mknodat(2) to umode_t
Al Viro
2012-01-03
2
-4
/
+4
|
|
/
*
|
vfs: trim includes a bit
Al Viro
2012-01-03
3
-20
/
+7
*
|
switch mnt_namespace ->root to struct mount
Al Viro
2012-01-03
2
-7
/
+7
*
|
vfs: take /proc/*/mounts and friends to fs/proc_namespace.c
Al Viro
2012-01-03
6
-351
/
+368
*
|
vfs: opencode mntget() mnt_set_mountpoint()
Al Viro
2012-01-03
1
-1
/
+2
*
|
vfs: spread struct mount - remaining argument of next_mnt()
Al Viro
2012-01-03
1
-17
/
+18
*
|
vfs: move fsnotify junk to struct mount
Al Viro
2012-01-03
6
-42
/
+47
*
|
vfs: move mnt_devname
Al Viro
2012-01-03
3
-11
/
+11
*
|
vfs: move mnt_list to struct mount
Al Viro
2012-01-03
3
-25
/
+26
*
|
vfs: switch pnode.h macros to struct mount *
Al Viro
2012-01-03
3
-29
/
+29
*
|
vfs: move the rest of int fields to struct mount
Al Viro
2012-01-03
4
-19
/
+21
*
|
vfs: mnt_id/mnt_group_id moved
Al Viro
2012-01-03
5
-20
/
+22
*
|
vfs: mnt_ns moved to struct mount
Al Viro
2012-01-03
5
-29
/
+30
*
|
vfs: spread struct mount - mntput_no_expire
Al Viro
2012-01-03
1
-6
/
+7
*
|
vfs: spread struct mount - do_add_mount and graft_tree
Al Viro
2012-01-03
1
-11
/
+11
*
|
vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount
Al Viro
2012-01-03
4
-40
/
+41
*
|
vfs: and now we can make ->mnt_master point to struct mount
Al Viro
2012-01-03
3
-12
/
+12
*
|
vfs: take mnt_master to struct mount
Al Viro
2012-01-03
4
-19
/
+20
*
|
vfs: spread struct mount - remaining argument of mnt_set_mountpoint()
Al Viro
2012-01-03
3
-6
/
+6
[prev]
[next]