]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - repair/dir2.c
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / repair / dir2.c
2022-04-28  Christoph Hellwigxfs: remove the xfs_dinode_t typedef
2022-02-25  Darrick J. Wongxfs_repair: use format specifier for directory inode...
2021-04-15  Dave Chinnerrepair: Protect bad inode list with mutex
2020-09-28  Darrick J. Wongxfs_repair: fix error in process_sf_dir2_fixi8
2020-08-05  Brian Fosterrepair: use fs rootino for dummy parent value instead...
2020-08-05  Brian Fosterrepair: don't double check dir2 sf parent in phase 4
2020-07-10  Darrick J. Wongxfs_repair: fix missing dir buffer corruption checks
2020-03-01  Darrick J. Wonglibxfs: remove unused flags parameter to libxfs_buf_mar...
2020-03-01  Darrick J. Wonglibxfs: straighten out libxfs_writebuf naming confusion
2020-03-01  Darrick J. Wonglibxfs: replace libxfs_putbuf with libxfs_buf_relse
2020-02-27  Darrick J. Wongxfs_repair: replace verify_inum with libxfs inode valid...
2020-01-22  Christoph Hellwigxfs: merge xfs_dir2_data_freescan and xfs_dir2_data_fre...
2020-01-22  Christoph Hellwigxfs: devirtualize ->data_bestfree_p
2020-01-22  Christoph Hellwigxfs: move the dir2 data block fixed offsets to struct...
2020-01-22  Christoph Hellwigxfs: devirtualize ->data_entry_tag_p
2020-01-22  Christoph Hellwigxfs: devirtualize ->data_entsize
2020-01-22  Eric Sandeenxfs_repair: stop using ->data_entry_p()
2020-01-22  Christoph Hellwigxfs: devirtualize ->sf_get_ino and ->sf_put_ino
2020-01-22  Christoph Hellwigxfs: devirtualize ->sf_entsize and ->sf_nextentry
2020-01-22  Christoph Hellwigxfs: devirtualize ->sf_get_parent_ino and ->sf_put_pare...
2020-01-22  Christoph Hellwigxfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
2020-01-22  Christoph Hellwigxfs: devirtualize ->leaf_hdr_from_disk
2019-06-06  Darrick J. Wongxfs_repair: refactor namecheck functions
2019-01-28  Eric Sandeenxfs_repair: allow '/' in attribute names
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...
next