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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-08
xfs: push the AIL from memory reclaim and periodic sync
Dave Chinner
4
-9
/
+61
2011-04-08
xfs: clean up code layout in xfs_trans_ail.c
Dave Chinner
1
-136
/
+118
2011-04-08
xfs: convert the xfsaild threads to a workqueue
Dave Chinner
3
-151
/
+124
2011-04-08
xfs: introduce background inode reclaim work
Dave Chinner
2
-3
/
+67
2011-04-08
xfs: convert ENOSPC inode flushing to use new syncd workqueue
Dave Chinner
3
-102
/
+36
2011-04-08
xfs: introduce a xfssyncd workqueue
Dave Chinner
4
-61
/
+63
2011-04-08
xfs: fix extent format buffer allocation size
Dave Chinner
1
-27
/
+40
2011-03-31
Fix common misspellings
Lucas De Marchi
15
-20
/
+20
2011-03-31
xfs: fix unreferenced var error in xfs_buf.c
Dave Chinner
1
-2
/
+0
2011-03-29
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
11
-315
/
+160
2011-03-26
xfs: stop using the page cache to back the buffer cache
Dave Chinner
2
-297
/
+84
2011-03-26
xfs: register the inode cache shrinker before quotachecks
Dave Chinner
1
-10
/
+24
2011-03-26
xfs: xfs_trans_read_buf() should return an error on failure
Dave Chinner
1
-1
/
+2
2011-03-26
xfs: introduce inode cluster buffer trylocks for xfs_iflush
Dave Chinner
4
-8
/
+32
2011-03-26
vmap: flush vmap aliases when mapping fails
Dave Chinner
1
-3
/
+11
2011-03-26
xfs: preallocation transactions do not need to be synchronous
Dave Chinner
4
-2
/
+12
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-11
/
+6
2011-03-22
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
45
-1072
/
+947
2011-03-21
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
1
-5
/
+2
2011-03-17
fs: change to new flag variable
matt mooney
1
-5
/
+2
2011-03-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-4
/
+5
2011-03-16
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2
-3
/
+4
2011-03-14
exportfs: Return the minimum required handle size
Aneesh Kumar K.V
1
-1
/
+3
2011-03-12
xfs: don't name variables "panic"
Alex Elder
1
-4
/
+4
2011-03-10
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
Jens Axboe
2
-11
/
+6
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
1
-2
/
+1
2011-03-10
block: remove per-queue plugging
Jens Axboe
2
-9
/
+5
2011-03-09
xfs: factor agf counter updates into a helper
Christoph Hellwig
1
-61
/
+68
2011-03-09
xfs: clean up the xfs_alloc_compute_aligned calling convention
Christoph Hellwig
1
-16
/
+13
2011-03-08
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
1
-4
/
+5
2011-03-07
xfs: kill support/debug.[ch]
Dave Chinner
7
-86
/
+40
2011-03-07
xfs: Convert remaining cmn_err() callers to new API
Dave Chinner
20
-238
/
+169
2011-03-07
xfs: convert the quota debug prints to new API
Dave Chinner
1
-15
/
+12
2011-03-07
xfs: rename xfs_cmn_err_fsblock_zero()
Dave Chinner
1
-5
/
+5
2011-03-07
xfs: convert xfs_fs_cmn_err to new error logging API
Dave Chinner
13
-85
/
+53
2011-03-07
xfs: kill xfs_fs_mount_cmn_err() macro
Dave Chinner
2
-35
/
+43
2011-03-07
xfs: kill xfs_fs_repair_cmn_err() macro
Dave Chinner
4
-29
/
+19
2011-03-07
xfs: convert xfs_cmn_err to xfs_alert_tag
Dave Chinner
9
-74
/
+36
2011-03-07
xfs: Convert xlog_warn to new logging interface
Dave Chinner
6
-189
/
+177
2011-03-07
xfs: Convert linux-2.6/ files to new logging interface
Dave Chinner
6
-90
/
+76
2011-03-02
xfs: zero proper structure size for geometry calls
Alex Elder
1
-3
/
+8
2011-03-02
xfs: introduce new logging API.
Dave Chinner
4
-0
/
+155
2011-03-02
xfs: zero proper structure size for geometry calls
Alex Elder
1
-3
/
+8
2011-02-23
xfs: enable delaylog by default
Christoph Hellwig
1
-0
/
+1
2011-02-23
xfs: more sensible inode refcounting for ialloc
Christoph Hellwig
5
-78
/
+19
2011-02-23
xfs: stop using xfs_trans_iget in the RT allocator
Christoph Hellwig
2
-39
/
+23
2011-02-23
xfs: check if device support discard in xfs_ioc_trim()
Lukas Czerner
1
-0
/
+2
2011-02-23
xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
Dan Rosenberg
1
-0
/
+3
2011-02-22
xfs: check if device support discard in xfs_ioc_trim()
Lukas Czerner
1
-0
/
+2
2011-02-22
xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
Dan Rosenberg
1
-0
/
+3
[prev]
[next]