index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-09
exofs: oops after late failure in mount
Al Viro
1
-0
/
+2
2012-01-09
devpts: fix double-free on mount failure
Al Viro
1
-3
/
+1
2012-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
14
-32
/
+31
2012-01-09
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
16
-28
/
+25
2012-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
19
-334
/
+394
2012-01-09
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
19
-1333
/
+412
2012-01-09
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
267
-7706
/
+1920
2012-01-08
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+95
2012-01-07
reiserfs: Properly display mount options in /proc/mounts
Jan Kara
2
-10
/
+197
2012-01-07
vfs: prevent remount read-only if pending removes
Miklos Szeredi
3
-27
/
+7
2012-01-07
vfs: count unlinked inodes
Miklos Szeredi
1
-0
/
+85
2012-01-07
vfs: protect remounting superblock read-only
Miklos Szeredi
3
-5
/
+58
2012-01-07
vfs: keep list of mounts for each superblock
Miklos Szeredi
3
-0
/
+10
2012-01-07
vfs: switch ->show_options() to struct dentry *
Al Viro
31
-78
/
+77
2012-01-07
vfs: switch ->show_path() to struct dentry *
Al Viro
2
-3
/
+3
2012-01-07
vfs: switch ->show_devname() to struct dentry *
Al Viro
2
-11
/
+12
2012-01-07
vfs: switch ->show_stats to struct dentry *
Al Viro
3
-13
/
+14
2012-01-07
switch security_path_chmod() to struct path *
Al Viro
1
-1
/
+1
2012-01-07
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
Al Viro
10
-17
/
+17
2012-01-07
Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z
Al Viro
179
-6536
/
+426
2012-01-07
Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...
Linus Torvalds
2
-33
/
+6
2012-01-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
1
-0
/
+95
2012-01-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-41
/
+41
2012-01-06
vfs: fix up ENOIOCTLCMD error handling
Linus Torvalds
2
-37
/
+3
2012-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-19
/
+19
2012-01-05
minixfs: misplaced checks lead to dentry leak
Al Viro
1
-17
/
+17
2012-01-04
[CIFS] default ntlmv2 for cifs mount delayed to 3.3
Steve French
1
-1
/
+1
2012-01-04
vfs: trim includes a bit
Al Viro
2
-20
/
+6
2012-01-04
switch mnt_namespace ->root to struct mount
Al Viro
2
-7
/
+7
2012-01-04
vfs: take /proc/*/mounts and friends to fs/proc_namespace.c
Al Viro
5
-325
/
+364
2012-01-04
vfs: opencode mntget() mnt_set_mountpoint()
Al Viro
1
-1
/
+2
2012-01-04
vfs: spread struct mount - remaining argument of next_mnt()
Al Viro
1
-17
/
+18
2012-01-04
vfs: move fsnotify junk to struct mount
Al Viro
5
-37
/
+47
2012-01-04
vfs: move mnt_devname
Al Viro
2
-10
/
+11
2012-01-04
vfs: move mnt_list to struct mount
Al Viro
2
-24
/
+26
2012-01-04
vfs: switch pnode.h macros to struct mount *
Al Viro
3
-29
/
+29
2012-01-04
vfs: move the rest of int fields to struct mount
Al Viro
3
-16
/
+21
2012-01-04
vfs: mnt_id/mnt_group_id moved
Al Viro
4
-18
/
+22
2012-01-04
vfs: mnt_ns moved to struct mount
Al Viro
4
-28
/
+30
2012-01-04
vfs: spread struct mount - mntput_no_expire
Al Viro
1
-6
/
+7
2012-01-04
vfs: spread struct mount - do_add_mount and graft_tree
Al Viro
1
-11
/
+11
2012-01-04
vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount
Al Viro
3
-36
/
+41
2012-01-04
vfs: and now we can make ->mnt_master point to struct mount
Al Viro
3
-12
/
+12
2012-01-04
vfs: take mnt_master to struct mount
Al Viro
3
-18
/
+20
2012-01-04
vfs: spread struct mount - remaining argument of mnt_set_mountpoint()
Al Viro
3
-6
/
+6
2012-01-04
vfs: spread struct mount - propagate_mnt()
Al Viro
3
-13
/
+13
2012-01-04
vfs: spread struct mount - shared subtree iterators
Al Viro
1
-50
/
+47
2012-01-04
vfs: spread struct mount - get_dominating_id / do_make_slave
Al Viro
3
-31
/
+31
2012-01-04
vfs: take mnt_child/mnt_mounts to struct mount
Al Viro
3
-24
/
+26
[next]