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
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
2006-03-14
[XFS] Cleanup the use of zones/slabs, more consistent and allows flags to
Nathan Scott
1
-21
/
+17
2006-03-14
[XFS] XFS propagates MS_NOATIME through two levels internally but doesn't
Nathan Scott
1
-2
/
+0
2006-01-11
[XFS] xfssyncd is responsible for flushing inode or device's data by
Yingping Lu
1
-1
/
+1
2006-01-11
[XFS] Complete the pagebuf -> xfs_buf naming convention transition,
Nathan Scott
1
-7
/
+7
2006-01-11
[XFS] enable write barriers by default
Christoph Hellwig
1
-0
/
+3
2005-11-02
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
1
-25
/
+11
2005-11-02
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
Nathan Scott
1
-8
/
+7
2005-11-02
[XFS] Introduce two new mount options (nolargeio/largeio) to allow
David Chinner
1
-1
/
+1
2005-11-02
[XFS] Provide a mechiansm for flushing delalloc before quota reporting.
Nathan Scott
1
-0
/
+13
2005-11-02
[XFS] write barrier support Issue all log sync operations as ordered
Christoph Hellwig
1
-0
/
+66
2005-09-10
[PATCH] fs: fix-up schedule_timeout() usage
Nishanth Aravamudan
1
-6
/
+6
2005-09-05
[XFS] Switch kernel thread handling to the kthread_ API
Christoph Hellwig
1
-27
/
+9
2005-09-05
[XFS] allow a null behaviour pointer in linvfs_clear_inode
Christoph Hellwig
1
-3
/
+6
2005-09-05
[XFS] Check if there is first behavior before calling VOP_RECLAIM from
Felix Blyakher
1
-3
/
+5
2005-09-05
[XFS] streamline the clear_inode path
Christoph Hellwig
1
-9
/
+25
2005-09-02
[XFS] Add infrastructure for tracking I/O completions
Christoph Hellwig
1
-18
/
+40
2005-09-02
[XFS] remove struct vnode::v_type
Christoph Hellwig
1
-14
/
+21
2005-06-26
[PATCH] Cleanup patch for process freezing
Christoph Lameter
1
-1
/
+1
2005-06-21
[XFS] quiesce the filesystem proper when freezing
Christoph Hellwig
1
-2
/
+4
2005-06-21
[XFS] Add support for project quota, based on Dan Knappes earlier work.
Nathan Scott
1
-2
/
+4
2005-05-06
[XFS] Fix directory inodes ioctl compat code, minor code consistency cleanups
Nathan Scott
1
-2
/
+1
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+912