Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
91ef75b6572498face47746c253926e733a4da3b
/
fs
/
xfs
/
xfs_log_recover.c
91ef75b
xfs: use internal dfops during [b|c]ui recovery
by Brian Foster
· 6 years ago
a61acc3
xfs: use ->t_dfops in log recovery intent processing
by Brian Foster
· 6 years ago
6af88cd
xfs: combine [a]sync buffer submission apis
by Brian Foster
· 7 years ago
5fdd979
xfs: remove xfs_defer_init() firstblock param
by Brian Foster
· 7 years ago
bcd2c9f
xfs: refactor dfops init to attach to transaction
by Brian Foster
· 7 years ago
0703a8e
xfs: replace do_mod with native operations
by Dave Chinner
· 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
2551a53
xfs: explicitly pass buffer size to xfs_corruption_error
by Darrick J. Wong
· 7 years ago
e381a0f
xfs: remove unused flags arg from xfs_dquot_verify
by Eric Sandeen
· 7 years ago
dc1baa7
xfs: do not log/recover swapext extent owner changes for deleted inodes
by Eric Sandeen
· 7 years ago
57e8095
xfs: Rename xa_ elements to ail_
by Matthew Wilcox
· 7 years ago
bcab2eb
xfs: Remove dead code from inode recover function
by Nikolay Borisov
· 7 years ago
4603fa7
xfs: remove unused m_dmevmask from xfs_mount struct
by Eric Sandeen
· 7 years ago
fb1755a
Split buffer's b_fspriv field
by Carlos Maiolino
· 7 years ago
c969004
xfs: use %px for data pointers when debugging
by Darrick J. Wong
· 7 years ago
3d170aa
xfs: change 0x%p -> %p in print messages
by Darrick J. Wong
· 7 years ago
eebf3ca
xfs: standardize quota verification function outputs
by Darrick J. Wong
· 7 years ago
9cfb9b4
xfs: provide a centralized method for verifying inline fork data
by Darrick J. Wong
· 7 years ago
5099558
xfs: log recovery should replay deferred ops in order
by Darrick J. Wong
· 7 years ago
e89fbb5
xfs: mark xlog_recover_check_summary STATIC
by Christoph Hellwig
· 7 years ago
06b1132
xfs: remove inode log format typedef
by Darrick J. Wong
· 7 years ago
9f2a450
xfs: fix log block underflow during recovery cycle verification
by Brian Foster
· 7 years ago
99c2659
xfs: more robust recovery xlog buffer validation
by Brian Foster
· 7 years ago
42b67dc
xfs: remove the never fully implemented UUID fork format
by Christoph Hellwig
· 7 years ago
7bf7a19
xfs: fix compiler warnings
by Darrick J. Wong
· 7 years ago
e67d3d4
xfs: add log recovery tracepoint for head/tail
by Brian Foster
· 7 years ago
a4c9b34
xfs: handle -EFSCORRUPTED during head/tail verification
by Brian Foster
· 7 years ago
4a4f66e
xfs: fix log recovery corruption error due to tail overwrite
by Brian Foster
· 7 years ago
5297ac1
xfs: always verify the log tail during recovery
by Brian Foster
· 7 years ago
284f1c2
xfs: fix recovery failure when log record header wraps log end
by Brian Foster
· 7 years ago
642338b
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
3977543
xfs: free uncommitted transactions during log recovery
by Brian Foster
· 8 years ago
c8ce540
xfs: remove double-underscore integer types
by Darrick J. Wong
· 8 years ago
d905fda
xfs: use the common helper uuid_is_null()
by Amir Goldstein
· 8 years ago
6e7c2b4
scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
a444d72
Merge branch 'xfs-4.10-misc-fixes-3' into for-next
by Dave Chinner
· 8 years ago
cae028d
xfs: optimise CRC updates
by Dave Chinner
· 8 years ago
200237d
xfs: Move AGI buffer type setting to xfs_read_agi
by Eric Sandeen
· 8 years ago
6b10b23
xfs: set AGI buffer type in xlog_recover_clear_agi_bucket
by Eric Sandeen
· 8 years ago
755c7bf
libxfs: convert ushort to unsigned short
by Darrick J. Wong
· 8 years ago
17c12bc
xfs: when replaying bmap operations, don't let unlinked inodes get reaped
by Darrick J. Wong
· 8 years ago
77d61fe
xfs: log bmap intent items
by Darrick J. Wong
· 8 years ago
a90c00f
xfs: add refcount btree block detection to log recovery
by Darrick J. Wong
· 8 years ago
f997ee2
xfs: log refcount intent items
by Darrick J. Wong
· 8 years ago
5cd9cee
xfs: log recovery tracepoints to track current lsn and buffer submission
by Brian Foster
· 8 years ago
60a4a22
xfs: update metadata LSN in buffers during log recovery
by Brian Foster
· 8 years ago
040c52c
xfs: don't warn on buffers not being recovered due to LSN
by Brian Foster
· 8 years ago
22db9af
xfs: pass current lsn to log recovery buffer validation
by Brian Foster
· 8 years ago
12818d2
xfs: rework log recovery to submit buffers on LSN boundaries
by Brian Foster
· 8 years ago
722e251
xfs: remove the extents array from the rmap update done log item
by Darrick J. Wong
· 8 years ago
a650e8f
xfs: add rmap btree block detection to log recovery
by Darrick J. Wong
· 8 years ago
9e88b5d
xfs: log rmap intent items
by Darrick J. Wong
· 8 years ago
5254885
xfs: rmap btree requires more reserved free space
by Darrick J. Wong
· 8 years ago
dc42375
xfs: refactor redo intent item processing
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
2a4ad58
Merge branch 'xfs-4.7-misc-fixes' into for-next
by Dave Chinner
· 9 years ago
664b60f
xfs: improve kmem_realloc
by Christoph Hellwig
· 9 years ago
253f491
xfs: better xfs_trans_alloc interface
by Christoph Hellwig
· 9 years ago
ab9d1e4
Merge branch 'xfs-misc-fixes-4.6-3' into for-next
by Dave Chinner
· 9 years ago
7f0ed54
Merge branch 'xfs-buf-macro-cleanup-4.6' into for-next
by Dave Chinner
· 9 years ago
a2bbcb6
Merge branch 'xfs-gut-icdinode-4.6' into for-next
by Dave Chinner
· 9 years ago
c53473b
Merge branch 'xfs-rt-fixes-4.6' into for-next
by Dave Chinner
· 9 years ago
9deed09
Merge branch 'xfs-torn-log-fixes-4.5' into for-next
by Dave Chinner
· 9 years ago
a798011
xfs: reinitialise per-AG structures if geometry changes during recovery
by Dave Chinner
· 9 years ago
7f6aff3a
xfs: only run torn log write detection on dirty logs
by Brian Foster
· 9 years ago
717bc0e
xfs: refactor in-core log state update to helper
by Brian Foster
· 9 years ago
65b99a0
xfs: refactor unmount record detection into helper
by Brian Foster
· 9 years ago
82ff6cc
xfs: separate log head record discovery from verification
by Brian Foster
· 9 years ago
12877da
xfs: remove XFS_BUF_ZEROFLAGS macro
by Dave Chinner
· 9 years ago
b68c082
xfs: remove XBF_WRITE flag wrapper macros
by Dave Chinner
· 9 years ago
0cac682
xfs: remove XBF_READ flag wrapper macros
by Dave Chinner
· 9 years ago
1157b32c
xfs: remove XBF_ASYNC flag wrapper macros
by Dave Chinner
· 9 years ago
b0388bf
xfs: remove XBF_DONE flag wrapper macros
by Dave Chinner
· 9 years ago
c19b3b05
xfs: mode di_mode to vfs inode
by Dave Chinner
· 9 years ago
54d7b5c
xfs: use vfs inode nlink field everywhere
by Dave Chinner
· 9 years ago
3987848
xfs: remove timestamps from incore inode
by Dave Chinner
· 9 years ago
f8d55aa052
xfs: introduce inode log format object
by Dave Chinner
· 9 years ago
bf85e09
xfs: RT bitmap and summary buffers need verifiers
by Dave Chinner
· 9 years ago
f67ca6e
xfs: RT bitmap and summary buffers are not typed
by Dave Chinner
· 9 years ago
8e0bd49
xfs: fix endianness error when checking log block crc on big endian platforms
by Darrick J. Wong
· 9 years ago
dde7f55
Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next
by Dave Chinner
· 9 years ago
7d6a13f
xfs: handle dquot buffer readahead in log recovery correctly
by Dave Chinner
· 9 years ago
7088c41
xfs: detect and trim torn writes during log recovery
by Brian Foster
· 9 years ago
eed6b46
xfs: refactor log record start detection into a new helper
by Brian Foster
· 9 years ago
6528250
xfs: support a crc verification only log record pass
by Brian Foster
· 9 years ago
d7f3769
xfs: return start block of first bad log record during recovery
by Brian Foster
· 9 years ago
b94fb2d
xfs: refactor and open code log record crc check
by Brian Foster
· 9 years ago
9d94901
xfs: refactor log record unpack and data processing
by Brian Foster
· 9 years ago
a70f9fe
xfs: detect and handle invalid iclog size set by mkfs
by Brian Foster
· 9 years ago
4e14e49
Merge branch 'xfs-misc-fixes-for-4.4-3' into for-next
by Dave Chinner
· 9 years ago
848ccfc
xfs: fix log recovery op header validation assert
by Brian Foster
· 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
fcfbe2c
xfs: log recovery needs to validate against sb_meta_uuid
by Dave Chinner
· 9 years ago
5be203a
Merge branch 'xfs-efi-rework' into for-next
by Dave Chinner
· 9 years ago
fc0d165
xfs: fix broken icreate log item cancellation
by Brian Foster
· 9 years ago
78d57e4
xfs: icreate log item recovery and cancellation tracepoints
by Brian Foster
· 9 years ago
f0b2efa
xfs: don't leave EFIs on AIL on mount failure
by Brian Foster
· 9 years ago
e32a1d1
xfs: use EFI refcount consistently in log recovery
by Brian Foster
· 9 years ago
Next »