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
/
libxfs
/
xfs_sb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
xfs: fix the warning message in xfs_validate_sb_common()
Kaixu Xia
1
-1
/
+1
2020-03-27
xfs: validate the realtime geometry in xfs_validate_sb_common
Darrick J. Wong
1
-0
/
+32
2020-03-11
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
1
-8
/
+9
2020-01-27
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
1
-4
/
+5
2020-01-27
xfs: make xfs_buf_get return an error code
Darrick J. Wong
1
-4
/
+4
2019-11-08
xfs: fix missing header includes
Darrick J. Wong
1
-0
/
+1
2019-09-24
xfs: log proper length of superblock
Eric Sandeen
1
-1
/
+1
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-7
/
+0
2019-06-29
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
1
-2
/
+2
2019-06-12
xfs: remove unused flag arguments
Eric Sandeen
1
-1
/
+1
2019-06-12
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
1
-2
/
+2
2019-06-12
xfs: refactor inode geometry setup routines
Darrick J. Wong
1
-17
/
+3
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
1
-11
/
+13
2019-05-02
xfs: change some error-less functions to void types
Eric Sandeen
1
-7
/
+5
2019-04-15
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
Dave Chinner
1
-0
/
+5
2019-04-15
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
1
-2
/
+3
2019-02-25
xfs: fix uninitialized error variables
Darrick J. Wong
1
-1
/
+1
2019-02-12
xfs: miscellaneous verifier magic value fixups
Brian Foster
1
-1
/
+3
2019-02-12
xfs: always check magic values in on-disk byte order
Brian Foster
1
-1
/
+2
2018-10-18
xfs: remove suport for filesystems without unwritten extent flag
Christoph Hellwig
1
-3
/
+2
2018-08-03
xfs: only validate summary counts on primary superblock
Darrick J. Wong
1
-4
/
+10
2018-07-31
xfs: check for unknown v5 feature bits in superblock write verifier
Darrick J. Wong
1
-1
/
+34
2018-07-31
xfs: verify icount in superblock write
Darrick J. Wong
1
-1
/
+2
2018-07-31
libxfs: add more bounds checking to sb sanity checks
Bill O'Donnell
1
-0
/
+12
2018-07-31
xfs: refactor superblock verifiers
Darrick J. Wong
1
-94
/
+111
2018-07-23
xfs: detect and fix bad summary counts at mount
Darrick J. Wong
1
-3
/
+18
2018-06-08
xfs: clean up MIN/MAX
Dave Chinner
1
-1
/
+1
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-06-06
xfs: catch bad stripe alignment configurations
Dave Chinner
1
-0
/
+16
2018-06-05
xfs: use xfs_trans_getsb in xfs_sync_sb_buf
Eric Sandeen
1
-3
/
+5
2018-05-30
xfs: repair superblocks
Darrick J. Wong
1
-0
/
+22
2018-05-16
xfs: implement online get/set fs label
Eric Sandeen
1
-0
/
+30
2018-05-16
xfs: move growfs core to libxfs
Dave Chinner
1
-0
/
+73
2018-05-16
xfs: superblock scrub should use short-lived buffers
Darrick J. Wong
1
-0
/
+22
2018-04-09
xfs: non-scrub - remove unused function parameters
Eric Sandeen
1
-6
/
+4
2018-03-26
xfs: clean up xfs_mount allocation and dynamic initializers
Brian Foster
1
-1
/
+0
2018-02-01
xfs: fix u32 type usage in sb validation function
Darrick J. Wong
1
-2
/
+2
2018-01-29
Split buffer's b_fspriv field
Carlos Maiolino
1
-1
/
+1
2018-01-18
xfs: check sb_agblocks and sb_agblklog when validating superblock
Darrick J. Wong
1
-0
/
+14
2018-01-13
xfs: fix check on struct_version for versions 4 or greater
Colin Ian King
1
-1
/
+1
2018-01-08
xfs: refactor the geometry structure filling function
Darrick J. Wong
1
-70
/
+78
2018-01-08
xfs: hoist xfs_fs_geometry to libxfs
Darrick J. Wong
1
-0
/
+79
2018-01-08
xfs: refactor verifier callers to print address of failing check
Darrick J. Wong
1
-2
/
+2
2018-01-08
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
Darrick J. Wong
1
-6
/
+4
2017-06-20
xfs: remove double-underscore integer types
Darrick J. Wong
1
-2
/
+2
2017-01-24
xfs: verify dirblocklog correctly
Darrick J. Wong
1
-1
/
+1
2016-11-09
xfs: check minimum block size for CRC filesystems
Darrick J. Wong
1
-0
/
+6
2016-11-08
xfs: don't call xfs_sb_quota_from_disk twice
Eric Sandeen
1
-2
/
+5
2016-10-03
xfs: define the on-disk refcount btree format
Darrick J. Wong
1
-0
/
+9
2016-08-26
xfs: fix superblock inprogress check
Dave Chinner
1
-1
/
+2
[next]