Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f289d990450cfa16869b9ff670e611e5df51f1d9
/
fs
/
xfs
/
xfs_error.c
2b92fae
xfs: add error injection for per-AG resv failure
by Gao Xiang
· 3 years, 10 months ago
b2c2974
xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAX
by Gao Xiang
· 3 years, 10 months ago
3015196
xfs: Introduce error injection to allocate only minlen size extents for files
by Chandan Babu R
· 4 years ago
f9fa871
xfs: Introduce error injection to reduce maximum inode fork extent count
by Chandan Babu R
· 4 years ago
7376d74
xfs: random buffer write failure errortag
by Brian Foster
· 4 years, 8 months ago
e83cf87
xfs: xfs_buf_corruption_error should take __this_address
by Darrick J. Wong
· 4 years, 10 months ago
8d57c21
xfs: add a function to deal with corrupt buffers post-verifiers
by Darrick J. Wong
· 4 years, 10 months ago
6519f70
xfs: report corruption only as a regular error
by Darrick J. Wong
· 5 years ago
e1d3d21
xfs: use super s_id instead of struct xfs_mount m_fsname
by Ian Kent
· 5 years ago
a5155b8
xfs: always log corruption errors
by Darrick J. Wong
· 5 years ago
d243b89
xfs: constify the buffer pointer arguments to error functions
by Darrick J. Wong
· 5 years ago
707e0dd
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
by Tetsuo Handa
· 5 years ago
dbd329f1
xfs: add struct xfs_mount pointer to struct xfs_buf
by Christoph Hellwig
· 6 years ago
5467b34
xfs: move xfs_ino_geometry to xfs_shared.h
by Darrick J. Wong
· 6 years ago
9b24717
xfs: cache unlinked pointers in an rhashtable
by Darrick J. Wong
· 6 years ago
d519da4
xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic mask
by Marco Benatto
· 6 years ago
f467cad
xfs: force summary counter recalc at next mount
by Darrick J. Wong
· 6 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
2551a53
xfs: explicitly pass buffer size to xfs_corruption_error
by Darrick J. Wong
· 7 years ago
84d42ea
xfs: implement the metadata repair ioctl flag
by Darrick J. Wong
· 7 years ago
6edb181
xfs: refactor inode buffer verifier error logging
by Darrick J. Wong
· 7 years ago
22431bf
xfs: refactor inode verifier corruption error printing
by Darrick J. Wong
· 7 years ago
9c712a1
xfs: dump the first 128 bytes of any corrupt buffer
by Darrick J. Wong
· 7 years ago
d9418ed
xfs: teach error reporting functions to take xfs_failaddr_t
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
4371155
xfs: mark xfs_errortag_ktype static
by Christoph Hellwig
· 7 years ago
e9e899a
xfs: move error injection tags into their own file
by Darrick J. Wong
· 7 years ago
7561d27
xfs: buffer lru reference count error injection tag
by Brian Foster
· 7 years ago
e150dcd
fs/xfs: Use %pS printk format for direct addresses
by Helge Deller
· 7 years ago
7f4d01f
xfs: add log item pinning error injection tag
by Brian Foster
· 7 years ago
d04c241
xfs: Check for m_errortag initialization in xfs_errortag_test
by Carlos Maiolino
· 8 years ago
3e88a00
xfs: replace log_badcrc_factor knob with error injection tag
by Brian Foster
· 8 years ago
f8c4725
xfs: convert drop_writes to use the errortag mechanism
by Darrick J. Wong
· 8 years ago
c684010
xfs: expose errortag knobs via sysfs
by Darrick J. Wong
· 8 years ago
31965ef
xfs: make errortag a per-mountpoint structure
by Darrick J. Wong
· 8 years ago
f637161
Merge branch 'xfs-4.8-misc-fixes-3' into for-next
by Dave Chinner
· 8 years ago
fbc21f3
xfs: don't allow negative error tags
by Dan Carpenter
· 8 years ago
128f24d
xfs: check for a valid error_tag in errortag_add
by Darrick J. Wong
· 9 years ago
233135b
xfs: print name of verifier if it fails
by Eric Sandeen
· 9 years ago
fc51c2b
xfs: remove inst_t
by Christoph Hellwig
· 10 years ago
65dd297
xfs: %pF is only for function pointers
by Scott Wood
· 10 years ago
bb58e61
xfs: move most of xfs_sb.h to xfs_format.h
by Christoph Hellwig
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 11 years ago
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 11 years ago
db9355c
xfs: print useful caller information in xfs_error_report
by Eric Sandeen
· 11 years ago
ca23f8f
xfs: add xfs_verifier_error()
by Eric Sandeen
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
08e96e1
xfs: remove newlines from strings passed to __xfs_printk
by Eric Sandeen
· 11 years ago
e546cb7
xfs: consolidate xfs_utils.c
by Dave Chinner
· 11 years ago
a205064
xfs: increase hexdump output in xfs_corruption_error
by Dave Chinner
· 12 years ago
ecb3403
xfs: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
0b932cc
xfs: Convert remaining cmn_err() callers to new API
by Dave Chinner
· 14 years ago
65333b4
xfs: kill xfs_fs_repair_cmn_err() macro
by Dave Chinner
· 14 years ago
6a19d93
xfs: convert xfs_cmn_err to xfs_alert_tag
by Dave Chinner
· 14 years ago
73efe4a
xfs: prevent NMI timeouts in cmn_err
by Dave Chinner
· 14 years ago
c76febe
xfs: only run xfs_error_test if error injection is active
by Dave Chinner
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 15 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 15 years ago
169a7b0
xfs: clean up log ticket overrun debug output
by Dave Chinner
· 15 years ago
a0e856b
xfs: add const qualifiers to xfs error function args
by Alex Elder
· 15 years ago
efc5575
[XFS] avoid memory allocations in xfs_fs_vcmn_err
by Christoph Hellwig
· 16 years ago
1550d0b
[XFS] kill INDUCE_IO_ERROR
by Christoph Hellwig
· 16 years ago
9f8868f
[XFS] streamline init/exit path
by Christoph Hellwig
· 16 years ago
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 17 years ago
d4f3cc0
[XFS] lose xfs_hex_dump in favor of print_hex_dump
by Eric Sandeen
· 17 years ago
0ce4cfd
[XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs
by Christoph Hellwig
· 17 years ago
da353b0
[XFS] Radix tree based inode caching
by David Chinner
· 17 years ago
e7a23a9
[XFS] reducing the number of random number functions.
by Joe Perches
· 18 years ago
6be145b
[XFS] Remove a bunch of unused functions from XFS.
by Eric Sandeen
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 19 years ago
3762ec6
[XFS] Merge in trivial changes, sync up headers with userspace equivalents.
by Nathan Scott
· 19 years ago
7b71876
[XFS] Update license/copyright notices to match the prefered SGI boilerplate.
by Nathan Scott
· 19 years ago
a844f45
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
by Nathan Scott
· 19 years ago
ba0f32d
[XFS] mark various symbols static Patch from Adrian Bunk
by Christoph Hellwig
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago