]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - repair/dir2.c
xfs_repair: rebuild directory when non-root leafn blocks claim block 0
[thirdparty/xfsprogs-dev.git] / repair / dir2.c
2018-12-12  Darrick J. Wongxfs_repair: rebuild directory when non-root leafn block...
2018-10-30  Dave ChinnerRevert "xfs_repair: treat zero da btree pointers as...
2018-07-27  Eric SandeenMerge branch 'libxfs-4.18-sync' into for-next
2018-07-24  Dave Chinnerxfsprogs: convert to SPDX license tags
2018-06-22  Marco Benattoxfs_repair: Fix root inode's parent when it's bogus...
2018-05-23  Darrick J. Wongxfs_repair: actually fix .. entries that point to inode...
2018-05-23  Darrick J. Wongxfs_repair: treat zero da btree pointers as corruption
2017-09-15  Eric SandeenMerge branch 'libxfs-4.13-sync' into for-next
2017-08-04  Darrick J. Wongxfsprogs: remove double-underscore integer types
2017-01-10  Darrick J. Wonglibxfs: clean up _dir2_data_freescan
2015-10-13  Eric Sandeenxfs_repair: Fix up warning strings in da_util.c
2015-10-13  Eric Sandeenxfs_repair: move common dir2 and attr_repair code to...
2015-10-13  Eric Sandeenxfs_repair: whitespace & comments
2015-10-13  Eric Sandeenxfs_repair: Remove more differences between attr &...
2015-10-13  Eric Sandeenxfs_repair: Remove BUF_PTR from attr_repair.c
2015-10-13  Eric Sandeenxfs_repair: add XR_DIR_TRACE to dir2.c
2015-10-13  Eric Sandeenxfs_repair: fix use-after-free in verify_final_dir2_path
2015-10-13  Eric Sandeenxfs_repair: use multibuffer read routines in attr_repair.c
2015-09-07  Darrick J. Wongxfs_repair: release corrupt directory node buffer
2015-08-23  Darrick J. Wongxfs_repair: fix broken EFSBADCRC/EFSCORRUPTED usage...
2015-08-03  Dave ChinnerMerge branch 'progs-misc-fixes-2' into for-next
2015-08-03  Dave ChinnerMerge branch 'progs-header-cleanup' into for-next
2015-07-31  Christoph Hellwigxfsprogs: simplify internal includes
2015-07-31  Dave ChinnerMerge branch 'libxfs-commit-script' into for-next
2015-07-31  Dave ChinnerMerge branch 'progs-cleanup' into for-next
2015-07-30  Christoph Hellwigxfsprogs: remove __psint_t and __psunsigned_t
2015-07-30  Dave Chinnerprogs: clean up libxfs.h includes
2015-07-30  Dave Chinnerlibxfs: update to match 3.19-rc1 kernel code
2015-07-30  Dave Chinnerlibxfs: error negation rework
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2015-06-01  Darrick J. Wongxfs_repair: better checking of v5 metadata fields
2015-04-07  Eric Sandeenxfs_repair: don't clear . or .. in process_dir2_data
2015-04-07  Eric Sandeenxfs_repair: set *parent if process_dir2_data() fixes...
2015-04-06  Eric Sandeenxfs_repair: remove last-entry hack in process_sf_dir2
2015-04-06  Eric Sandeenxfs_repair: collapse 2 cases in process_sf_dir2
2015-04-06  Eric Sandeenxfs_repair: remove impossible tests in process_sf_dir2
2015-04-06  Eric Sandeenxfs_repair: dirty inode in process_sf_dir2 if we change...
2014-07-08  Dave Chinnerrepair: get rid of BADFSINO
2014-07-08  Jan Kararepair: Repair directory block CRC mismatches
2014-04-14  Eric Sandeenxfsprogs: remove write-only assignments
2014-02-23  Eric Sandeenxfs_repair: fix sibling pointer tests in verify_dir2_path()
2013-10-17  Eric Sandeenxfs_repair: test for bad level in dir2 node
2013-10-17  Dave Chinnerxfs: dirent dtype presence is dependent on directory...
2013-09-16  Dave Chinner[47/55,V2] xfs: Add read-only support for dirent filety...
2013-08-14  Chandra Seetharamanxfsprogs: Start using pquotaino from on-disk superblock
2013-08-06  Dave Chinnerxfs_repair: convert directory parsing to use libxfs...
2013-08-06  Dave Chinnerxfs_repair: update for dir/attr crc format changes.
2013-08-06  Dave Chinnerxfsprogs: Add verifiers to libxfs buffer interfaces.
2013-08-06  Dave Chinnerxfs: add CRCs to dir2/da node blocks
2013-08-06  Dave Chinnerxfs: shortform directory offsets change for dir3 format
2013-08-06  Dave Chinnerxfs: add CRC checking to dir2 leaf blocks
2013-05-09  Dave Chinnerxfsprogs: sync code to current kernel code
2013-05-09  Dave Chinnerxfsprogs: Die dir1 Die!
2012-06-05  Eric Sandeenxfs_repair: handle fragmented multiblock dir2 in proces...
2012-02-05  Christoph Hellwigrepair: mark local functions static
2011-11-03  Christoph Hellwigxfsprogs: fix various incorrect printf formats
2011-09-21  Christoph Hellwigxfs_repair: add printf format checking and fix the...
2011-07-25  Dave Chinnerlibxfs: sync files with 2.6.38 kernel code
2011-07-25  Lukas Czernerxfs_repair: Check if agno is inside the filesystem
2011-02-01  Ajeet Yadavxfs_repair: fix pagefault due to unhandled NULL check...
2009-11-27  hch@lst.deMerge branch 'master' of git://oss.sgi.com/xfs/cmds...
2009-11-27  hch@lst.deMerge branch 'repair-speedup-20091112'
2009-11-25  Alex ElderRevert "3.0.5 release" and some of its preceding commits.
2009-11-12  Barry Naujokrepair: clean up prefetch tracing
2009-10-23  Christoph Hellwigrepair: clean up prefetch tracing
2009-06-08  Eric Sandeenxfs_repair: catch bad depth in traverse_int_dir2block
2008-09-08  Barry NaujokUpdate xfsprogs to latest kernel headers and functions
2008-04-15  Barry NaujokRemove sysv3 legacy functions
2007-08-15  Barry NaujokFixed up I/O size when doing da_reads for directories
2007-07-16  Barry NaujokPerform true sequential bulk read prefetching in xfs_repair
2007-07-16  Barry NaujokDon't trash lost+found in phase 4
2007-03-16  Barry NaujokMake sure xfs_repair detects invalid btree roots in...
2006-10-19  Barry NaujokFix LEAFN node level is 1 bogus warning in xfs_repair
2006-06-30  Madan ValluriAdded prefetching to buffer cache via POSIX lio_listio...
2006-05-12  Madan ValluriThese changes fall into three categores which are:
2005-11-11  Nathan ScottUpdate copyright/license notices to match SGI legal...
2005-04-19  Nathan ScottMerge back kernel changes into libxfs, mainly endian...
2004-02-03  Eric SandeenFix a few more leaks in libxfs/xfs_repair
2003-04-16  Russell CattelanMerge whitespace changes over
2002-12-31  Nathan Scottxfs_repair updates - merge a fix from IRIX, fix an...
2002-10-31  Nathan Scottxfsprogs updates - initial sync up with recent kernel...
2002-09-20  Nathan ScottUndoes mod: xfs-cmds:slinx:127952a
2002-09-20  Nathan ScottSync up userspace with some recent kernel changes,...
2002-06-05  Nathan Scottupdate for repair & man page changes.
2002-06-04  Eric SandeenUpdate copyright dates (again)
2002-06-04  Eric SandeenUndoes mod: xfs-cmds:slinx:120772a
2002-06-04  Eric SandeenUpdate copyright dates
2002-05-13  Nathan ScottFix bug in xfs_repair da_write() routine, which affects...
2001-04-12  Nathan Scottfixup warnings with -Wno-parentheses removed.
2001-04-03  Nathan Scottmove to version 1.2.0 for group quota changes. v1.2.0
2001-01-15  Nathan Scottcmd/xfs/bmap/Makefile 1.8 Renamed to cmd/xfsprogs/bmap...