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
/
gfs2
/
ops_super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-10
filesystem freeze: add error handling of write_super_lockfs/unlockfs
Takashi Sato
1
-7
/
+9
2009-01-05
GFS2: Fix use-after-free bug on umount (try #2)
Steven Whitehouse
1
-1
/
+0
2009-01-05
Revert "GFS2: Fix use-after-free bug on umount"
Steven Whitehouse
1
-2
/
+66
2009-01-05
GFS2: Fix use-after-free bug on umount
Steven Whitehouse
1
-66
/
+2
2009-01-05
GFS2: Move four functions from super.c
Steven Whitehouse
1
-0
/
+131
2009-01-05
GFS2: Kill two daemons with one patch
Steven Whitehouse
1
-5
/
+0
2009-01-05
GFS2: Banish struct gfs2_dinode_host
Steven Whitehouse
1
-1
/
+1
2009-01-05
GFS2: Move di_eattr into "proper" inode
Steven Whitehouse
1
-1
/
+1
2009-01-05
GFS2: Fix up jdata writepage/delete_inode
Steven Whitehouse
1
-3
/
+4
2009-01-05
GFS2: Rationalise header files
Steven Whitehouse
1
-1
/
+0
2008-09-18
GFS2: high time to take some time over atime
Steven Whitehouse
1
-17
/
+36
2008-08-13
GFS2: Fix metafs mounts
Steven Whitehouse
1
-9
/
+48
2008-06-27
[GFS2] Remove remote lock dropping code
Steven Whitehouse
1
-1
/
+1
2008-06-27
[GFS2] kernel panic mounting volume
Bob Peterson
1
-1
/
+1
2008-05-12
[GFS2] filesystem consistency error from do_strip
Bob Peterson
1
-7
/
+9
2008-03-31
[GFS2] Remove lm.[ch] and distribute content
Steven Whitehouse
1
-1
/
+0
2008-01-25
[GFS2] Remove unused field in struct gfs2_inode
Steven Whitehouse
1
-1
/
+0
2007-10-10
[GFS2] Clean up journaled data writing
Steven Whitehouse
1
-5
/
+8
2007-10-10
[GFS2] Reduce number of gfs2_scand processes to one
Steven Whitehouse
1
-1
/
+0
2007-07-09
[GFS2] Fix deallocation issues
Abhijith Das
1
-3
/
+5
2007-05-01
[GFS2] Fix bz 224480 and cleanup glock demotion code
Steven Whitehouse
1
-1
/
+27
2007-02-12
[PATCH] Mark struct super_operations const
Josef 'Jeff' Sipek
1
-1
/
+1
2007-02-05
[GFS2] Remove the "greedy" function from glock.[ch]
Steven Whitehouse
1
-2
/
+0
2007-02-05
[GFS2] Fix ordering of page disposal vs. glock_dq
Steven Whitehouse
1
-0
/
+6
2007-02-05
[GFS2] don't try to lockfs after shutdown
David Teigland
1
-0
/
+3
2006-11-30
[GFS2] Fix journal flush problem
Steven Whitehouse
1
-4
/
+3
2006-11-30
[GFS2] Shrink gfs2_inode (3) - di_mode
Steven Whitehouse
1
-1
/
+1
2006-11-30
[GFS2] split and annotate gfs2_statfs_change
Al Viro
1
-1
/
+1
2006-11-06
[GFS2] Fix incorrect fs sync behaviour.
Steven Whitehouse
1
-16
/
+28
2006-09-28
[GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs)
Theodore Ts'o
1
-3
/
+3
2006-09-25
[GFS2/DLM] Fix trailing whitespace
Steven Whitehouse
1
-1
/
+1
2006-09-19
[GFS2] Export lm_interface to kernel headers
Fabio Massimo Di Nitto
1
-1
/
+1
2006-09-10
[GFS2] vfree should be kfree (II)
Steven Whitehouse
1
-2
/
+1
2006-09-05
[GFS2] Directory code style changes
Steven Whitehouse
1
-2
/
+1
2006-09-05
[GFS2] Some further style changes
Steven Whitehouse
1
-4
/
+2
2006-09-01
[GFS2] Update copyright, tidy up incore.h
Steven Whitehouse
1
-1
/
+1
2006-08-26
[GFS2] Allow mounting of gfs2 and gfs2meta at the same time
Abhijith Das
1
-0
/
+3
2006-08-18
[GFS2] Fix leak of gfs2_bufdata
Steven Whitehouse
1
-2
/
+0
2006-07-26
[GFS2] Remove page.[ch]
Steven Whitehouse
1
-1
/
+0
2006-07-03
[GFS2] API change for gfs2_statfs
Steven Whitehouse
1
-1
/
+2
2006-06-19
[GFS2] Remove debugging printks
Steven Whitehouse
1
-1
/
+1
2006-06-14
[GFS2] Fix unlinked file handling
Steven Whitehouse
1
-20
/
+92
2006-05-19
[GFS2] glock debugging and inode cache changes
Steven Whitehouse
1
-0
/
+24
2006-05-18
[GFS2] Update copyright date to 2006
Steven Whitehouse
1
-1
/
+1
2006-05-18
[GFS2] Remove semaphore.h from C files
Steven Whitehouse
1
-1
/
+0
2006-05-06
[GFS2] Readpages support
Steven Whitehouse
1
-3
/
+0
2006-04-18
[GFS2] Use vmalloc() in dir code
Steven Whitehouse
1
-2
/
+0
2006-04-07
[GFS2] Fix a ref count bug and other clean ups
Steven Whitehouse
1
-9
/
+3
2006-03-01
[GFS2] Tidy up mount code.
Steven Whitehouse
1
-1
/
+0
2006-02-28
[GFS2] Macros removal in gfs2.h
Steven Whitehouse
1
-11
/
+15
[next]