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
/
xfs
/
xfs_mount.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-29
xfs: set aside allocation btree blocks from block reservation
Brian Foster
1
-1
/
+14
2021-04-08
xfs: precalculate default inode attribute offset
Dave Chinner
1
-1
/
+13
2021-03-15
xfs: force log and push AIL to clear pinned inodes when aborting mount
Darrick J. Wong
1
-46
/
+44
2021-02-03
xfs: parallelize block preallocation garbage collection
Darrick J. Wong
1
-0
/
+3
2021-02-03
xfs: rename block gc start and stop functions
Darrick J. Wong
1
-1
/
+1
2021-01-23
xfs: remove xfs_quiesce_attr()
Brian Foster
1
-1
/
+1
2021-01-23
xfs: fold sbcount quiesce logging into log covering
Brian Foster
1
-31
/
+0
2021-01-23
xfs: sync lazy sb accounting on quiesce of read-only mounts
Brian Foster
1
-2
/
+1
2021-01-23
xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
Brian Foster
1
-2
/
+2
2020-11-18
xfs: return corresponding errcode if xfs_initialize_perag() fail
Yu Kuai
1
-3
/
+8
2020-09-16
xfs: remove xfs_getsb
Christoph Hellwig
1
-17
/
+0
2020-09-07
xfs: xfs_iflock is no longer a completion
Dave Chinner
1
-5
/
+6
2020-09-07
xfs: remove kmem_realloc()
Carlos Maiolino
1
-2
/
+2
2020-07-07
xfs: remove SYNC_WAIT from xfs_reclaim_inodes()
Dave Chinner
1
-6
/
+5
2020-07-07
xfs: allow multiple reclaimers per AG
Dave Chinner
1
-4
/
+0
2020-05-27
xfs: reduce free inode accounting overhead
Dave Chinner
1
-33
/
+0
2020-05-04
xfs: define printk_once variants for xfs messages
Eric Sandeen
1
-4
/
+3
2020-03-11
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
1
-1
/
+1
2019-12-19
xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...
Darrick J. Wong
1
-1
/
+44
2019-12-19
xfs: split the sunit parameter update into two parts
Darrick J. Wong
1
-51
/
+72
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
1
-5
/
+2
2019-11-05
xfs: use super s_id instead of struct xfs_mount m_fsname
Ian Kent
1
-2
/
+3
2019-10-29
xfs: simplify parsing of allocsize mount option
Christoph Hellwig
1
-26
/
+5
2019-10-29
xfs: rename the m_writeio_* fields in struct xfs_mount
Christoph Hellwig
1
-4
/
+4
2019-10-29
xfs: remove the m_readio_* fields in struct xfs_mount
Christoph Hellwig
1
-14
/
+4
2019-10-29
xfs: don't use a different allocsice for -o wsync
Christoph Hellwig
1
-7
/
+2
2019-09-06
xfs: Use WARN_ON_ONCE for bailout mount-operation
Austin Kim
1
-1
/
+1
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-1
/
+1
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-4
/
+0
2019-06-12
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
1
-12
/
+2
2019-06-12
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
1
-2
/
+2
2019-06-12
xfs: refactor inode geometry setup routines
Darrick J. Wong
1
-82
/
+1
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
1
-22
/
+27
2019-04-26
xfs: rename the speculative block allocation reclaim toggle functions
Darrick J. Wong
1
-1
/
+1
2019-04-26
xfs: track delayed allocation reservations across the filesystem
Darrick J. Wong
1
-0
/
+21
2019-04-15
xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
Darrick J. Wong
1
-0
/
+2
2019-04-15
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
1
-5
/
+4
2019-04-15
xfs: track metadata health status
Darrick J. Wong
1
-0
/
+1
2019-02-12
xfs: cache unlinked pointers in an rhashtable
Darrick J. Wong
1
-0
/
+5
2018-12-12
xfs: precalculate cluster alignment in inodes and blocks
Darrick J. Wong
1
-0
/
+2
2018-12-12
xfs: precalculate inodes and blocks per inode cluster
Darrick J. Wong
1
-0
/
+2
2018-08-13
xfs: recalculate summary counters at mount time if icount is bad
Darrick J. Wong
1
-0
/
+1
2018-07-31
xfs: move extent busy tree initialization to xfs_initialize_perag
Darrick J. Wong
1
-0
/
+3
2018-07-26
xfs: clean up IRELE/iput callsites
Darrick J. Wong
1
-2
/
+2
2018-07-23
xfs: force summary counter recalc at next mount
Darrick J. Wong
1
-0
/
+13
2018-07-23
xfs: detect and fix bad summary counts at mount
Darrick J. Wong
1
-26
/
+54
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-06-06
xfs: verify root inode more thoroughly
Dave Chinner
1
-2
/
+5
2018-05-16
xfs: halt auto-reclamation activities while rebuilding rmap
Darrick J. Wong
1
-3
/
+1
2018-03-26
xfs: clean up xfs_mount allocation and dynamic initializers
Brian Foster
1
-2
/
+0
[next]