Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
161309788e426203e1d436abf9a5a845cc19d20c
/
fs
/
xfs
/
libxfs
/
xfs_sb.c
f8e566c
xfs: validate the realtime geometry in xfs_validate_sb_common
by Darrick J. Wong
· 4 years, 10 months ago
3e6e8af
xfs: remove XFS_BUF_TO_SBP
by Christoph Hellwig
· 4 years, 11 months ago
ce92464
xfs: make xfs_trans_get_buf return an error code
by Darrick J. Wong
· 5 years ago
841263e
xfs: make xfs_buf_get return an error code
by Darrick J. Wong
· 5 years ago
5f213dd
xfs: fix missing header includes
by Darrick J. Wong
· 5 years ago
6f4ff81
xfs: log proper length of superblock
by Eric Sandeen
· 5 years ago
250d4b4
xfs: remove unused header files
by Eric Sandeen
· 6 years ago
dbd329f1
xfs: add struct xfs_mount pointer to struct xfs_buf
by Christoph Hellwig
· 6 years ago
f5b999c
xfs: remove unused flag arguments
by Eric Sandeen
· 6 years ago
8c9ce2f
xfs: remove unused flags arg from getsb interfaces
by Eric Sandeen
· 6 years ago
494dba7
xfs: refactor inode geometry setup routines
by Darrick J. Wong
· 6 years ago
ef32595
xfs: separate inode geometry
by Darrick J. Wong
· 6 years ago
9108326
xfs: change some error-less functions to void types
by Eric Sandeen
· 6 years ago
1b6d968
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
by Dave Chinner
· 6 years ago
39353ff
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
by Darrick J. Wong
· 6 years ago
c1a4447
xfs: fix uninitialized error variables
by Darrick J. Wong
· 6 years ago
39708c2
xfs: miscellaneous verifier magic value fixups
by Brian Foster
· 6 years ago
e34d3e7
xfs: always check magic values in on-disk byte order
by Brian Foster
· 6 years ago
daa79ba
xfs: remove suport for filesystems without unwritten extent flag
by Christoph Hellwig
· 6 years ago
1f31c98
xfs: only validate summary counts on primary superblock
by Darrick J. Wong
· 6 years ago
9e037cb
xfs: check for unknown v5 feature bits in superblock write verifier
by Darrick J. Wong
· 6 years ago
69775fd
xfs: verify icount in superblock write
by Darrick J. Wong
· 6 years ago
8756a5af
libxfs: add more bounds checking to sb sanity checks
by Bill O'Donnell
· 6 years ago
eca383f
xfs: refactor superblock verifiers
by Darrick J. Wong
· 6 years ago
2e9e648
xfs: detect and fix bad summary counts at mount
by Darrick J. Wong
· 7 years ago
9bb54cb
xfs: clean up MIN/MAX
by Dave Chinner
· 7 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
fa4ca9c
xfs: catch bad stripe alignment configurations
by Dave Chinner
· 7 years ago
89c2e71
xfs: use xfs_trans_getsb in xfs_sync_sb_buf
by Eric Sandeen
· 7 years ago
d25522f
xfs: repair superblocks
by Darrick J. Wong
· 7 years ago
f7664b3
xfs: implement online get/set fs label
by Eric Sandeen
· 7 years ago
b16817b
xfs: move growfs core to libxfs
by Dave Chinner
· 7 years ago
689e11c
xfs: superblock scrub should use short-lived buffers
by Darrick J. Wong
· 7 years ago
a1f6941
xfs: non-scrub - remove unused function parameters
by Eric Sandeen
· 7 years ago
72c44e3
xfs: clean up xfs_mount allocation and dynamic initializers
by Brian Foster
· 7 years ago
131fa58
xfs: fix u32 type usage in sb validation function
by Darrick J. Wong
· 7 years ago
fb1755a
Split buffer's b_fspriv field
by Carlos Maiolino
· 7 years ago
4bb73d0
xfs: check sb_agblocks and sb_agblklog when validating superblock
by Darrick J. Wong
· 7 years ago
a8789a5
xfs: fix check on struct_version for versions 4 or greater
by Colin Ian King
· 7 years ago
ac503a4
xfs: refactor the geometry structure filling function
by Darrick J. Wong
· 7 years ago
c368ebc
xfs: hoist xfs_fs_geometry to libxfs
by Darrick J. Wong
· 7 years ago
bc1a09b
xfs: refactor verifier callers to print address of failing check
by Darrick J. Wong
· 7 years ago
31ca03c
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
by Darrick J. Wong
· 7 years ago
c8ce540
xfs: remove double-underscore integer types
by Darrick J. Wong
· 8 years ago
83d230e
xfs: verify dirblocklog correctly
by Darrick J. Wong
· 8 years ago
bec9d48
xfs: check minimum block size for CRC filesystems
by Darrick J. Wong
· 8 years ago
e6fc6fc
xfs: don't call xfs_sb_quota_from_disk twice
by Eric Sandeen
· 8 years ago
1946b91
xfs: define the on-disk refcount btree format
by Darrick J. Wong
· 8 years ago
f3d7ebd
xfs: fix superblock inprogress check
by Dave Chinner
· 8 years ago
5254885
xfs: rmap btree requires more reserved free space
by Darrick J. Wong
· 8 years ago
035e00a
xfs: define the on-disk rmap btree format
by Darrick J. Wong
· 8 years ago
3ab78df
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
by Darrick J. Wong
· 8 years ago
253f491
xfs: better xfs_trans_alloc interface
by Christoph Hellwig
· 9 years ago
233135b
xfs: print name of verifier if it fails
by Eric Sandeen
· 9 years ago
a45086e
xfs: validate metadata LSNs against log on v5 superblocks
by Brian Foster
· 9 years ago
aa49338
Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next
by Dave Chinner
· 9 years ago
1b867d3
xfs: relocate sparse inode mount warning
by Brian Foster
· 9 years ago
5461ad9
Merge branch 'xfs-meta-uuid' into for-next
by Dave Chinner
· 9 years ago
ce748ea
xfs: create new metadata UUID field and incompat flag
by Eric Sandeen
· 9 years ago
f41febd
xfs: Use consistent logging message prefixes
by Joe Perches
· 9 years ago
4ea7976
Merge branch 'xfs-commit-cleanup' into for-next
by Dave Chinner
· 10 years ago
7039331
xfs: saner xfs_trans_commit interface
by Christoph Hellwig
· 10 years ago
4906e21
xfs: remove the flags argument to xfs_trans_cancel
by Christoph Hellwig
· 10 years ago
e5376fc
xfs: sparse inode chunks feature helpers and mount requirements
by Brian Foster
· 10 years ago
066a188
xfs: use sparse chunk alignment for min. inode allocation requirement
by Brian Foster
· 10 years ago
fb4f2b4
xfs: add sparse inode chunk alignment superblock field
by Brian Foster
· 10 years ago
4225441
Merge branch 'xfs-generic-sb-counters' into for-next
by Dave Chinner
· 10 years ago
dd5e712
xfs: remove old and redundant comment in xfs_mount_validate_sb
by Wang Sheng-Hui
· 10 years ago
5681ca4
xfs: Remove icsb infrastructure
by Dave Chinner
· 10 years ago
0d485ad
xfs: use generic percpu counters for free block counter
by Dave Chinner
· 10 years ago
e88b64e
xfs: use generic percpu counters for free inode counter
by Dave Chinner
· 10 years ago
501ab32
xfs: use generic percpu counters for inode counter
by Dave Chinner
· 10 years ago
074e427
xfs: sanitise sb_bad_features2 handling
by Dave Chinner
· 10 years ago
61e63ec
xfs: consolidate superblock logging functions
by Dave Chinner
· 10 years ago
4d11a40
xfs: remove bitfield based superblock updates
by Dave Chinner
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6d3ebaa
xfs: merge xfs_dinode.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
04dd1a0
xfs: fix crc field handling in xfs_sb_to/from_disk
by Eric Sandeen
· 10 years ago
e1b0572
xfs: add a few more verifier tests
by Eric Sandeen
· 10 years ago
645f985
Merge branch 'xfs-misc-fixes-3.17-2' into for-next
by Dave Chinner
· 10 years ago
5ef828c
xfs: avoid false quotacheck after unclean shutdown
by Eric Sandeen
· 10 years ago
7f8a058
Merge branch 'xfs-libxfs-restructure' into for-next
by Dave Chinner
· 11 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 11 years ago
69116a1
xfs: create libxfs infrastructure
by Dave Chinner
· 11 years ago
[Renamed from fs/xfs/xfs_sb.c]
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 11 years ago
ab3e57b
xfs: remove shared supberlock feature checking
by Dave Chinner
· 11 years ago
5d074a4
xfs: don't need dirv2 checks anymore
by Dave Chinner
· 11 years ago
c99d609
xfs: fully support v5 format filesystems
by Dave Chinner
· 11 years ago
49ae4b9
Merge branch 'xfs-verifier-cleanup' into for-next
by Dave Chinner
· 11 years ago
ce5028c
xfs: modify verifiers to differentiate CRC from other errors
by Eric Sandeen
· 11 years ago
f1dbcd7
xfs: add helper for updating checksums on xfs_bufs
by Eric Sandeen
· 11 years ago
5158217
xfs: add helper for verifying checksums on xfs_bufs
by Eric Sandeen
· 11 years ago
533b81c
xfs: Use defines for CRC offsets in all cases
by Eric Sandeen
· 11 years ago
b678573
Merge branch 'xfs-fixes-for-3.15' into for-next
by Dave Chinner
· 11 years ago
5ef11eb
xfs: limit superblock corruption errors to actual corruption
by Eric Sandeen
· 11 years ago
daba542
xfs: skip verification on initial "guess" superblock read
by Eric Sandeen
· 11 years ago
7a01e707
xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sb
by Eric Sandeen
· 11 years ago
392c6de
xfs: sanitize sb_inopblock in xfs_mount_validate_sb
by Eric Sandeen
· 11 years ago
10e6e65
xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields
by Eric Sandeen
· 11 years ago
632b89e
xfs: fix static and extern sparse warnings
by Dave Chinner
· 11 years ago
Next »