- 86ffa47 xfs: refactor log recovery item sorting into a generic dispatch structure by Darrick J. Wong · 4 years, 9 months ago
- 35f4521 xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item by Darrick J. Wong · 4 years, 9 months ago
- c199507 xfs: remove unused iget_flags param from xfs_imap_to_bp() by Brian Foster · 4 years, 8 months ago
- 82ff450 xfs: remove the xfs_efi_log_item_t typedef by Christoph Hellwig · 4 years, 9 months ago
- 98b69b1 xfs: refactor xlog_recover_buffer_pass1 by Christoph Hellwig · 4 years, 9 months ago
- f15ab3f xfs: simplify xlog_recover_inode_ra_pass2 by Christoph Hellwig · 4 years, 9 months ago
- 7d4894b xfs: factor out a xlog_buf_readahead helper by Christoph Hellwig · 4 years, 9 months ago
- 5ce70b7 xfs: rename inode_list xlog_recover_reorder_trans by Christoph Hellwig · 4 years, 9 months ago
- e968350 xfs: refactor the buffer cancellation table helpers by Christoph Hellwig · 4 years, 9 months ago
- 0d2d35a xfs: report unrecognized log item type codes during recovery by Darrick J. Wong · 4 years, 9 months ago
- 6471e9c xfs: remove the di_version field from struct icdinode by Christoph Hellwig · 4 years, 10 months ago
- e9e2eae xfs: only check the superblock version for dinode size calculation by Christoph Hellwig · 4 years, 10 months ago
- b81b79f xfs: add a new xfs_sb_version_has_v3inode helper by Christoph Hellwig · 4 years, 10 months ago
- 3e6e8af xfs: remove XFS_BUF_TO_SBP by Christoph Hellwig · 4 years, 10 months ago
- 9798f61 xfs: remove XFS_BUF_TO_AGF by Christoph Hellwig · 4 years, 10 months ago
- 370c782 xfs: remove XFS_BUF_TO_AGI by Christoph Hellwig · 4 years, 10 months ago
- cdbcf82 xfs: fix xfs_buf_ioerror_alert location reporting by Darrick J. Wong · 5 years ago
- 0e3eccc xfs: make xfs_buf_read return an error code by Darrick J. Wong · 5 years ago
- 4ed8e27 xfs: make xfs_buf_read_map return an error code by Darrick J. Wong · 5 years ago
- 8a6453a xfs: check log iovec size to make sure it's plausibly a buffer log format by Darrick J. Wong · 5 years ago
- 050552c xfs: fix some memory leaks in log recovery by Darrick J. Wong · 5 years ago
- aefe69a xfs: remove the xfs_disk_dquot_t and xfs_dquot_t by Pavel Reichl · 5 years ago
- a71895c xfs: convert open coded corruption check to use XFS_IS_CORRUPT by Darrick J. Wong · 5 years ago
- 895e196 xfs: convert EIO to EFSCORRUPTED when log contents are invalid by Darrick J. Wong · 5 years ago
- d6abecb xfs: range check ri_cnt when recovering log items by Darrick J. Wong · 5 years ago
- a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
- 3219e8c xfs: assure zeroed memory buffers for certain kmem allocations by Bill O'Donnell · 5 years ago
- 8ab39f1 xfs: prevent CIL push holdoff in log recovery by Dave Chinner · 5 years ago
- f8f9ee4 xfs: add kmem_alloc_io() by Dave Chinner · 5 years ago
- 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
- a7a9250 fs: xfs: xfs_log: Change return type from int to void by Hariprasad Kelam · 6 years ago
- 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
- efe2330 xfs: remove the xfs_log_item_t typedef by Christoph Hellwig · 6 years ago
- dbd329f1 xfs: add struct xfs_mount pointer to struct xfs_buf by Christoph Hellwig · 6 years ago
- 8124b9b xfs: remove the b_io_length field in struct xfs_buf by Christoph Hellwig · 6 years ago
- 6e9b3dd xfs: stop using bp naming for log recovery buffers by Christoph Hellwig · 6 years ago
- 6ad5b32 xfs: use bios directly to read and write the log recovery buffers by Christoph Hellwig · 6 years ago
- 18ffb8c xfs: return an offset instead of a pointer from xlog_align by Christoph Hellwig · 6 years ago
- 2d15d2c xfs: make use of the l_targ field in struct xlog by Christoph Hellwig · 6 years ago
- 8c9ce2f xfs: remove unused flags arg from getsb interfaces by Eric Sandeen · 6 years ago
- 490d451 xfs: fix inode_cluster_size rounding mayhem 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
- 15baadf xfs: fix xfs_buf magic number endian checks by Darrick J. Wong · 6 years ago
- 2bfe706 xfs: add inode magic to inode verifier by Darrick J. Wong · 6 years ago
- 27df4f5 xfs: split up allocation btree verifier by Brian Foster · 6 years ago
- 01e68f4 xfs: create a separate finobt verifier by Brian Foster · 6 years ago
- 83dcdb4 xfs: precalculate inodes and blocks per inode cluster by Darrick J. Wong · 6 years ago
- ec2ed0b xfs: remove invalid log recovery first/last cycle check by Brian Foster · 6 years ago
- ce356d6 xfs: pass transaction to dfops reset/move helpers by Brian Foster · 6 years ago
- fbfa977 xfs: use transaction for intent recovery instead of raw dfops by Brian Foster · 6 years ago
- 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
- 9e28a24 xfs: drop unnecessary xfs_defer_finish() dfops parameter by Brian Foster · 6 years ago
- c8eac49 xfs: remove all boilerplate defer init/finish code by Brian Foster · 6 years ago
- 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