summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_sb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove the xfs_dsb_t typedefChristoph Hellwig2021-10-141-2/+2
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: introduce xfs_sb_is_v5 helperDave Chinner2021-08-191-22/+23
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-1/+1
* xfs: open code sb verifier feature checksDave Chinner2021-08-191-36/+80
* xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner2021-08-191-22/+24
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-6/+6
* xfs: reflect sb features in xfs_mountDave Chinner2021-08-191-0/+66
* xfs: sb verifier doesn't handle uncached sb bufferDave Chinner2021-08-191-1/+1
* xfs: convert secondary superblock walk to use peragsDave Chinner2021-06-021-5/+7
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-134/+0
* xfs: update superblock counters correctly for !lazysbcountDave Chinner2021-04-291-3/+13
* libxfs: expose inobtcount in xfs geometryZorro Lang2021-02-031-0/+2
* xfs: introduce xfs_validate_stripe_geometry()Gao Xiang2020-12-091-11/+66
* xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong2020-12-091-27/+0
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-161-0/+2
* xfs: simplify xfs_trans_getsbChristoph Hellwig2020-09-161-2/+2
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: fix the warning message in xfs_validate_sb_common()Kaixu Xia2020-05-191-1/+1
* xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong2020-03-271-0/+32
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-111-8/+9
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-4/+5
* xfs: make xfs_buf_get return an error codeDarrick J. Wong2020-01-261-4/+4
* xfs: fix missing header includesDarrick J. Wong2019-11-071-0/+1
* xfs: log proper length of superblockEric Sandeen2019-09-241-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-291-7/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-2/+2
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-1/+1
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-121-2/+2
* xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-121-17/+3
* xfs: separate inode geometryDarrick J. Wong2019-06-121-11/+13
* xfs: change some error-less functions to void typesEric Sandeen2019-05-021-7/+5
* xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-151-0/+5
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-151-2/+3
* xfs: fix uninitialized error variablesDarrick J. Wong2019-02-251-1/+1
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-121-1/+3
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-121-1/+2
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-181-3/+2
* xfs: only validate summary counts on primary superblockDarrick J. Wong2018-08-031-4/+10
* xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong2018-07-311-1/+34
* xfs: verify icount in superblock writeDarrick J. Wong2018-07-311-1/+2
* libxfs: add more bounds checking to sb sanity checksBill O'Donnell2018-07-311-0/+12
* xfs: refactor superblock verifiersDarrick J. Wong2018-07-311-94/+111
* xfs: detect and fix bad summary counts at mountDarrick J. Wong2018-07-231-3/+18
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: catch bad stripe alignment configurationsDave Chinner2018-06-061-0/+16
* xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen2018-06-051-3/+5