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
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
/
xfs
/
linux-2.6
/
xfs_super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-17
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
1
-153
/
+145
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-2
/
+1
2007-10-16
[XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check.
Tim Shimmin
1
-0
/
+8
2007-10-16
[XFS] avoid race in sync_inodes() that can fail to write out all dirty data
Lachlan McIlroy
1
-9
/
+20
2007-10-16
[XFS] kill struct bhv_vfs
Christoph Hellwig
1
-11
/
+4
2007-10-16
[XFS] move syncing related members from struct bhv_vfs to struct xfs_mount
Christoph Hellwig
1
-64
/
+57
2007-10-16
[XFS] kill the vfs_flags member in struct bhv_vfs
Christoph Hellwig
1
-1
/
+4
2007-10-16
[XFS] call common xfs vfs-level helpers directly and remove vfs operations
Christoph Hellwig
1
-28
/
+28
2007-10-16
[XFS] decontaminate vfs operations from behavior details
Christoph Hellwig
1
-2
/
+2
2007-10-16
[XFS] remove dependency of the quota module on behaviors
Christoph Hellwig
1
-5
/
+5
2007-10-16
[XFS] kill struct bhv_vnode
Christoph Hellwig
1
-1
/
+1
2007-10-16
[XFS] move v_trace from bhv_vnode to xfs_inode
Christoph Hellwig
1
-23
/
+17
2007-10-16
[XFS] kill the v_flag member in struct bhv_vnode
Christoph Hellwig
1
-5
/
+4
2007-10-16
[XFS] kill v_vfsp member from struct bhv_vnode
Christoph Hellwig
1
-1
/
+0
2007-10-16
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
1
-20
/
+24
2007-10-15
[XFS] Remove xfs_physmem
Eric Sandeen
1
-4
/
+0
2007-10-15
[XFS] Barriers need to be dynamically checked and switched off
David Chinner
1
-8
/
+0
2007-09-18
[XFS] Ensure file size updates have been completed before writing inode to disk.
Lachlan McIlroy
1
-1
/
+3
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
2007-07-14
[XFS] Fix remount,readonly path to flush everything correctly.
David Chinner
1
-1
/
+1
2007-07-14
[XFS] Lazy Superblock Counters
David Chinner
1
-1
/
+2
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
1
-2
/
+1
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
1
-2
/
+1
2007-02-21
[PATCH] xfs warning fix
Andrew Morton
1
-1
/
+1
2007-02-10
[XFS] Remove unused header files for MAC and CAP checking functionality.
Eric Sandeen
1
-2
/
+0
2007-02-10
[XFS] Make freeze code a little cleaner.
David Chinner
1
-1
/
+1
2007-02-10
[XFS] Remove useless memory barrier
Ralf Baechle
1
-1
/
+0
2007-02-10
[XFS] Ensure a frozen filesystem has a clean log before writing the dummy
David Chinner
1
-3
/
+11
2007-02-10
[XFS] Keep stack usage down for 4k stacks by using noinline.
David Chinner
1
-8
/
+8
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-0
/
+1
2006-11-11
[XFS] Clean up i_flags and i_flags_lock handling.
David Chinner
1
-3
/
+1
2006-09-28
[XFS] Really fix use after free in xfs_iunpin.
David Chinner
1
-0
/
+2
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
1
-1
/
+0
2006-07-28
[XFS] Fix a barrier related forced shutdown on mounts with quota enabled.
Nathan Scott
1
-0
/
+7
2006-06-23
[PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the results
David Howells
1
-1
/
+2
2006-06-23
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
1
-2
/
+2
2006-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
1
-3
/
+5
2006-06-20
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
1
-2
/
+0
2006-06-19
[XFS] Remove unneeded conditional code on NFS export interface related
Nathan Scott
1
-3
/
+1
2006-06-09
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
Nathan Scott
1
-25
/
+17
2006-06-09
[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
Nathan Scott
1
-88
/
+53
2006-03-31
[XFS] Implement the silent parameter to fill_super, previously ignored.
Nathan Scott
1
-5
/
+6
2006-03-26
[PATCH] mempool: use mempool_create_slab_pool()
Matthew Dobson
1
-3
/
+2
2006-03-22
[XFS] Sync up one/two other minor changes missed in previous merges.
Nathan Scott
1
-3
/
+1
2006-03-17
[XFS] Complete transition away from linvfs naming convention, finally.
Nathan Scott
1
-28
/
+24
2006-03-14
[XFS] Switch over from linvfs names for sb/quotactl operations for
Nathan Scott
1
-52
/
+52
2006-03-14
[XFS] Switch over from linvfs names for inode operations for consistent
Nathan Scott
1
-4
/
+4
2006-03-14
[XFS] Switch over from linvfs names for file operations for consistent
Nathan Scott
1
-2
/
+2
2006-03-14
[XFS] Switch over from linvfs names for address space ops for consistent
Nathan Scott
1
-2
/
+2
2006-03-14
[XFS] Flag the XFS inode cache as in need of spreading also.
Nathan Scott
1
-1
/
+2
[next]