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
2010-08-10
oom: move badness() declaration into oom.h
Andrew Morton
1
-3
/
+0
2010-08-10
oom: /proc/<pid>/oom_score treat kernel thread honestly
KOSAKI Motohiro
1
-2
/
+3
2010-08-10
no need for list_for_each_entry_safe()/resetting with superblock list
Al Viro
2
-20
/
+28
2010-08-10
Fix sget() race with failing mount
Al Viro
2
-1
/
+7
2010-08-10
vfs: don't hold s_umount over close_bdev_exclusive() call
Tejun Heo
1
-0
/
+9
2010-08-10
sysv: do not mark superblock dirty on remount
Artem Bityutskiy
1
-2
/
+2
2010-08-10
sysv: do not mark superblock dirty on mount
Artem Bityutskiy
1
-1
/
+0
2010-08-10
btrfs: remove junk sb_dirt change
Artem Bityutskiy
1
-1
/
+0
2010-08-10
BFS: clean up the superblock usage
Artem Bityutskiy
3
-43
/
+7
2010-08-10
AFFS: wait for sb synchronization when needed
Artem Bityutskiy
1
-5
/
+7
2010-08-10
AFFS: clean up dirty flag usage
Artem Bityutskiy
1
-14
/
+5
2010-08-10
cifs: truncate fallout
Christoph Hellwig
1
-23
/
+7
2010-08-10
mbcache: fix shrinker function return value
Andreas Gruenbacher
1
-17
/
+10
2010-08-10
mbcache: Remove unused features
Andreas Gruenbacher
4
-122
/
+55
2010-08-10
add f_flags to struct statfs(64)
Christoph Hellwig
1
-1
/
+46
2010-08-10
pass a struct path to vfs_statfs
Christoph Hellwig
7
-35
/
+55
2010-08-10
All filesystems that need invalidate_inode_buffers() are doing that explicitly
Al Viro
1
-1
/
+0
2010-08-10
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
33
-57
/
+93
2010-08-10
Make ->drop_inode() just return whether inode needs to be dropped
Al Viro
8
-98
/
+55
2010-08-10
fs/inode.c:clear_inode() is gone
Al Viro
1
-24
/
+4
2010-08-10
fs/inode.c:evict() doesn't care about delete vs. non-delete paths now
Al Viro
1
-4
/
+4
2010-08-10
->delete_inode() is gone
Al Viro
1
-2
/
+0
2010-08-10
convert ext4 to ->evict_inode()
Al Viro
4
-10
/
+16
2010-08-10
convert logfs to ->evict_inode()
Al Viro
3
-36
/
+31
2010-08-10
logfs: get rid of magical inodes
Al Viro
6
-41
/
+31
2010-08-10
convert nilfs2 to ->evict_inode()
Al Viro
3
-24
/
+26
2010-08-10
convert exofs to ->evict_inode()
Al Viro
3
-6
/
+6
2010-08-10
convert reiserfs to ->evict_inode()
Al Viro
2
-10
/
+11
2010-08-10
convert btrfs to ->evict_inode()
Al Viro
3
-4
/
+8
2010-08-10
switch gfs2 to ->evict_inode()
Al Viro
1
-24
/
+15
2010-08-10
convert ocfs2 to ->evict_inode()
Al Viro
3
-11
/
+16
2010-08-10
switch ncpfs to ->evict_inode()
Al Viro
1
-6
/
+6
2010-08-10
switch udf to ->evict_inode()
Al Viro
4
-35
/
+21
2010-08-10
switch ubifs to ->evict_inode()
Al Viro
1
-4
/
+8
2010-08-10
switch jfs to ->evict_inode()
Al Viro
3
-25
/
+20
2010-08-10
switch hpfs to ->evict_inode()
Al Viro
3
-7
/
+9
2010-08-10
switch hppfs to ->evict_inode()
Al Viro
1
-4
/
+3
2010-08-10
try to get rid of races in hostfs open()
Al Viro
3
-12
/
+37
2010-08-10
leak in hostfs_unlink()
Al Viro
1
-2
/
+3
2010-08-10
hostfs: fix races in dentry_name() and inode_name()
Al Viro
1
-46
/
+60
2010-08-10
new helper: __dentry_path()
Al Viro
1
-5
/
+22
2010-08-10
hostfs: sanitize symlinks
Al Viro
1
-26
/
+35
2010-08-10
hostfs: get rid of inode_dentry_name()
Al Viro
1
-35
/
+20
2010-08-10
hostfs: get rid of file_type(), fold init_inode()
Al Viro
3
-93
/
+45
2010-08-10
switch stat_file() to passing a single struct rather than fsckloads of pointers
Al Viro
3
-68
/
+58
2010-08-10
hostfs: pass pathname to init_inode()
Al Viro
1
-30
/
+15
2010-08-10
get rid of hostfs_read_inode()
Al Viro
1
-53
/
+16
2010-08-10
hostfs: don't keep a field in each inode when we are using it only in root
Al Viro
1
-24
/
+15
2010-08-10
stop icache pollution in hostfs, switch to ->evict_inode()
Al Viro
1
-22
/
+8
2010-08-10
switch affs to ->evict_inode()
Al Viro
3
-17
/
+14
[prev]
[next]