]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - repair
xfs: create structure verifier function for shortform xattrs
[thirdparty/xfsprogs-dev.git] / repair /
2018-02-02  Darrick J. Wongmisc: ubsan fixes
2018-01-04  Darrick J. Wongxfs_repair: fix libxfs namespace problems
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-12-06  Darrick J. Wongxfs_repair: remove old workqueue stuff in favor of...
2017-12-06  Darrick J. Wonglibfrog: promote avl64 code from xfs_repair
2017-12-06  Darrick J. Wonglibfrog: move libxfs_log2_roundup to libfrog
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Christoph Hellwigxfs: use a b+tree for the in-core extent list
2017-11-17  Christoph Hellwigxfs: introduce the xfs_iext_cursor abstraction
2017-11-09  Darrick J. Wongxfs_repair: always release btree buffers when refcountb...
2017-11-09  Darrick J. Wongxfs_repair: fix cowextsize field checking and repairing
2017-11-09  Darrick J. Wongxfs_repair: clear DAX flag from non-file inodes
2017-11-09  Darrick J. Wongxfs_repair: fix bag memory overwrite problems
2017-11-09  Darrick J. Wongxfsprogs: explicitly cast troublesome types to match...
2017-10-18  Christoph Hellwigxfs: remove the ip argument to xfs_defer_finish
2017-09-21  Darrick J. Wongxfs_repair: handle missing extent states
2017-09-15  Masatake YAMATOxfs_repair: don't use do_warn for normal log message
2017-09-15  Darrick J. Wongmisc: fix more stupid compiler warnings
2017-09-15  Darrick J. Wongxfs_repair: take the ag_lock before recording rmap...
2017-09-15  Eric SandeenMerge branch 'libxfs-4.13-sync' into for-next
2017-08-22  Jeff Mahoneyxfs_repair: fix thread creation failure recovery
2017-08-22  Jeff Mahoneyxfs_repair: add prefetch trace calls to debug thread...
2017-08-22  Jeff Mahoneyxfs_repair: clear pthread_t when pthread_create fails
2017-08-04  Darrick J. Wongxfs_repair: fix symlink target length checks by changin...
2017-08-04  Darrick J. Wongxfsprogs: remove double-underscore integer types
2017-06-21  Darrick J. Wongxfs_repair: replace rmap_compare with libxfs version
2017-06-21  Zirong Langxfs_repair: handle reading superblock from image on...
2017-04-10  Eric Sandeenxfs_repair: pass btnum not magic to phase5 functions
2017-04-10  Eric Sandeenxfs_repair: warn about dirty log with -n option
2017-04-10  Brian Fosterxfs_repair: detect invalid zero-sized symlink inodes
2017-04-04  Eric Sandeenxfs: remove boilerplate around xfs_btree_init_block
2017-04-04  Eric Sandeenxfs: glean crc status from mp not flags in xfs_btree_in...
2017-01-26  Eric Sandeenxfs_repair: Fix uninit var in process_leaf_attr_level
2017-01-26  Darrick J. Wongxfs_repair: trash dirattr btrees that cycle to the...
2017-01-26  Darrick J. Wongxfs_repair: zero shared_vn
2017-01-26  Darrick J. Wongxfs_repair: strengthen geometry checks
2017-01-26  Amir Goldsteinxfs: replace xfs_mode_to_ftype table with switch statement
2017-01-10  Eric Sandeenrepair: use new extent lookup helpers in bmap_next_offset
2017-01-10  Darrick J. Wonglibxfs: clean up _dir2_data_freescan
2016-12-21  Eric Sandeenxfs_repair: don't indicate dirtiness if FSGEOMETRY...
2016-12-21  Eric Sandeenxfs_repair: junk leaf attribute if count == 0
2016-12-21  Darrick J. Wongxfs_repair: change null check to assertion
2016-12-21  Darrick J. Wongxfs_repair: fix some potential null pointer deferences
2016-12-21  Darrick J. Wongxfs_repair: fix bogus rmapbt record owner check
2016-11-01  Felix Jandaxfsprogs: replace pread64/pwrite64 by equivalent pread...
2016-11-01  Felix Jandaxfsprogs: replace lseek64 by equivalent lseek
2016-11-01  Felix Jandaxfsprogs: replace [fl]stat64 by equivalent [fl]stat
2016-10-26  Darrick J. Wongxfs_repair: use thread pools to sort rmap data
2016-10-26  Darrick J. Wongxfs_repair: check for mergeable refcount records
2016-10-26  Darrick J. Wongxfs_repair: use range query when while checking rmaps
2016-10-26  Darrick J. Wongxfs_repair: check the CoW extent size hint
2016-10-26  Darrick J. Wongxfs_repair: complain about copy-on-write leftovers
2016-10-26  Darrick J. Wongxfs_repair: rebuild the refcount btree
2016-10-26  Darrick J. Wongxfs_repair: check the refcount btree against our observ...
2016-10-26  Darrick J. Wongxfs_repair: fix inode reflink flags
2016-10-26  Darrick J. Wongxfs_repair: record reflink inode state
2016-10-26  Darrick J. Wongxfs_repair: process reverse-mapping data into refcount...
2016-10-26  Darrick J. Wongxfs_repair: handle multiple owners of data blocks
2016-10-26  Darrick J. Wongxfs_repair: check the existing refcount btree
2016-10-26  Darrick J. Wongxfs_repair: fix get_agino_buf to avoid corrupting inodes
2016-10-25  Darrick J. Wongxfs: set up per-AG free space reservations
2016-10-02  Darrick J. Wongxfs_repair: add freesp btree block overflow to the...
2016-10-02  Darrick J. Wongxfs_repair: fix bogosity when rmapping new AGFL blocks
2016-10-02  Eric Sandeenlibxfs: remove unused libxfs_iget arg
2016-09-22  Eric Sandeenxfs_repair: fix segfault from uninitialized tp in mv_or...
2016-09-19  Eric Sandeenxfs_repair: exit with status 2 if log dirtiness is...
2016-09-08  Darrick J. Wongxfs_repair: don't crash on ENOSPC rebuilding a btree
2016-08-26  Darrick J. Wongxfs_repair: fix naming problems in repair/rmap.c
2016-08-26  Darrick J. Wongmisc: fix libxfs api violations
2016-08-26  Darrick J. Wongmisc: fix Coverity errors
2016-08-19  Darrick J. Wongxfs_repair: check for impossible rmap record field...
2016-08-19  Darrick J. Wongxfs_repair: look for mergeable rmaps
2016-08-19  Darrick J. Wongxfs_repair: merge data & attr fork reverse mappings
2016-08-19  Darrick J. Wongxfs_repair: add per-AG btree blocks to rmap data and...
2016-08-19  Darrick J. Wongxfs_repair: rebuild reverse-mapping btree
2016-08-19  Darrick J. Wongxfs_repair: check existing rmapbt entries against obser...
2016-08-19  Darrick J. Wongxfs_repair: add fixed-location per-AG rmaps
2016-08-19  Darrick J. Wongxfs_repair: add inode bmbt block rmaps
2016-08-19  Darrick J. Wongxfs_repair: record and merge raw rmap data
2016-08-19  Darrick J. Wongxfs_repair: collect reverse-mapping data for refcount...
2016-08-19  Darrick J. Wongxfs_repair: create a slab API for allocating arrays...
2016-08-18  Darrick J. Wongxfs_repair: fix fino_bno calculation when rmapbt is...
2016-08-18  Darrick J. Wongxfs_repair: use rmap btree data to check block types
2016-08-18  Darrick J. Wongxfs_repair: preserve in-core meta_uuid while zeroing...
2016-08-10  Darrick J. Wongxfs: rename flist/free_list to dfops
2016-08-10  Darrick J. Wongxfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2016-08-04  Felix Jandamkfs: Remove workaround for getsubopt() on older glibc
2016-07-20  Zorro Langxfs_repair: low memory shouldn't indicate corruption...
2016-06-29  Eric Sandeenxfs_repair: don't call xfs_sb_quota_from_disk twice
2016-06-29  Bill O'Donnellxfs_repair: resolve Coverity OVERFLOW_BEFORE_WIDEN
2016-06-21  Christoph Hellwigxfs: better xfs_trans_alloc interface
2016-06-21  Eric Sandeenxfs_repair: set rsumino version to 2
2016-06-03  Bill O'Donnellxfs_repair: further improvement on secondary superblock...
2016-05-30  Bill O'Donnellxfs_repair: new secondary superblock search method
2016-05-10  Dave Chinnerxfsprogs: use common code for multi-disk detection
2016-05-10  Eric Sandeenxfs_repair: fix agf limit error messages
2016-05-10  Dave ChinnerMerge branch 'progs-misc-fixes-for-4.6' into for-master
2016-05-10  Dave ChinnerMerge branch 'libxfs-4.6-sync' into for-master
2016-02-18  Dave Chinnerxfs: mode di_mode to vfs inode
2016-02-18  Dave Chinnerxfs: move di_changecount to VFS inode
next