aboutsummaryrefslogtreecommitdiffstats
path: root/copy
AgeCommit message (Expand)AuthorFilesLines
2022-07-12xfs_copy: don't use cached buffer reads until after libxfs_mountDarrick J. Wong1-1/+1
2022-04-28xfs: remove the xfs_dsb_t typedefChristoph Hellwig2-2/+2
2022-01-31xfs_{copy,db,logprint,repair}: replace xfs_sb_version checks with feature fla...Darrick J. Wong1-10/+9
2022-01-31xfs_{copy,db,logprint,repair}: pass xfs_mount pointers instead of xfs_sb poin...Darrick J. Wong1-10/+11
2022-01-31xfsprogs: fix static build problems caused by liburcuTheodore Ts'o1-2/+2
2021-09-29xfsprogs: introduce liburcu supportDave Chinner2-1/+5
2021-01-07xfs: remove xfs_buf_t typedefDave Chinner1-1/+1
2020-07-15xfs_copy: flush target devices before exitingDarrick J. Wong1-2/+22
2020-05-01xfs: remove XFS_BUF_TO_SBPChristoph Hellwig1-1/+1
2020-05-01xfs: remove the xfs_agfl_t typedefChristoph Hellwig2-2/+2
2020-04-08xfsprogs: fix silently broken option parsingDave Chinner1-1/+1
2020-03-13xfs: make xfs_buf_read return an error codeDarrick J. Wong1-3/+8
2020-03-01xfs_copy: use uncached buffer reads to get the superblockDarrick J. Wong1-3/+10
2020-03-01libxfs: replace libxfs_readbuf with libxfs_buf_readDarrick J. Wong1-2/+2
2020-03-01libxfs: replace libxfs_putbuf with libxfs_buf_relseDarrick J. Wong1-2/+2
2020-02-27libxfs: clean up libxfs_destroyDarrick J. Wong1-1/+1
2018-10-17xfsprogs: minor endian annotation fixesEric Sandeen1-1/+1
2018-10-09xfsprogs: make static things staticEric Sandeen1-33/+33
2018-10-09xfsprogs: remove write-only variablesEric Sandeen1-3/+0
2018-08-01misc: clean up MIN/MAX in the utilitiesDarrick J. Wong1-5/+5
2018-07-23xfsprogs: convert to SPDX license tagsDave Chinner3-27/+3
2018-03-08xfsprogs: call libxfs_destroy from other utilitiesEric Sandeen1-0/+1
2018-01-25xfs_copy: accept CRC version of ABTB_MAGIC in ASSERTEric Sandeen1-1/+2
2017-12-06libfrog: move list_sort out of libxfsDarrick J. Wong1-2/+2
2017-11-20xfs_copy: don't hang if /all/ the targets hit write errorsDarrick J. Wong1-0/+12
2017-08-04xfsprogs: remove double-underscore integer typesDarrick J. Wong2-8/+8
2016-11-01xfsprogs: replace pread64/pwrite64 by equivalent pread/pwriteFelix Janda1-1/+1
2016-11-01xfsprogs: replace lseek64 by equivalent lseekFelix Janda1-5/+5
2016-11-01xfsprogs: replace ftruncate64 by equivalent ftruncateFelix Janda1-1/+1
2016-11-01xfsprogs: replace [fl]stat64 by equivalent [fl]statFelix Janda1-4/+4
2016-09-23xfs_copy: Fix meta UUID handling on multiple copiesEric Sandeen1-9/+11
2016-02-05xfs_copy: use POSIX signal APIJoshua Kinard1-3/+13
2015-12-21xfsprogs: Remove trailing blanks on various placesJan Tulak2-3/+2
2015-12-18libxfs: conditionalize log format record size optimizationBrian Foster1-1/+1
2015-10-14xfs_copy: format v5 sb logs correctlyBrian Foster1-2/+59
2015-10-14xfs_copy: refactor log format code into new helperBrian Foster1-24/+45
2015-10-14xfs_copy: store data buf alignment in buf data structureBrian Foster2-0/+2
2015-10-14xfs_copy: genericize write helper to facilitate separate log bufBrian Foster1-14/+20
2015-10-14xfs_copy: check for dirty log on non-duplicate copiesBrian Foster2-2/+35
2015-10-14libxfs: pass lsn param to log clear and record header logging helpersBrian Foster1-2/+2
2015-08-24libxfs: fix memory leasks in libxfs_umount()Eric Sandeen1-0/+3
2015-08-04Merge branch 'progs-misc-fixes-2' into for-nextDave Chinner1-15/+41
2015-08-03xfs_copy: fix up initial sb buffer read on CRC fsEric Sandeen1-4/+11
2015-08-03xfsprogs: Add new sb_meta_uuid field, update userspace tools to manipulate itEric Sandeen1-12/+32
2015-07-31xfsprogs: simplify internal includesChristoph Hellwig1-1/+1
2015-07-31xfsprogs: remove xfs_caddr_tChristoph Hellwig1-3/+3
2015-07-31progs: clean up libxfs.h includesDave Chinner1-1/+1
2015-07-31xfs_copy: fix copy of hard 4k devicesEric Sandeen1-2/+3
2015-02-06xfsprogs: do not do any dynamic linking of libtool librariesRomain Naour1-1/+1
2014-11-13xfs_copy: simplify first_agbno calculationEric Sandeen1-17/+3
2014-06-19xfs_copy: fix data corruption of targetJunxiao Bi1-3/+3
2014-05-20xfs_copy: use exit() to replace killall()Junxiao Bi1-29/+1
2014-04-14xfsprogs: remove write-only assignmentsEric Sandeen1-2/+1
2014-03-03xfs_copy: band-aids for CRC filesystemsEric Sandeen1-1/+17
2013-11-13libxfs: fix root inode handling inconsistenciesDave Chinner1-1/+1
2013-09-16libxfs: fix compile warningsDave Chinner1-2/+10
2013-08-06xfsprogs: Add verifiers to libxfs buffer interfaces.Dave Chinner1-1/+3
2013-04-25xfsprogs: Fix up usage() errors and omissionsEric Sandeen1-1/+1
2010-01-21xfsprogs: Automatic build dependency calculationsDave Chinner1-1/+3
2009-10-10update configure defaultsChristoph Hellwig1-2/+2
2008-11-20Sync up libxfs to latest kernel codeBarry Naujok1-10/+12
2008-09-08Update xfsprogs to latest kernel headers and functionsBarry Naujok2-47/+35
2008-04-15Remove sysv3 legacy functionsBarry Naujok1-1/+1
2006-10-06Fix up variable argument handling around vfprintf's.Tim Shimmin1-5/+11
2006-08-08Cleanup some leftover turds from the days when volume managers new about XFS ...Nathan Scott1-2/+0
2006-08-08Allow tools to use direct IO on Linux when reading from the device, if teh de...Nathan Scott1-0/+1
2006-06-30Added prefetching to buffer cache via POSIX lio_listio interface.Madan Valluri1-1/+1
2006-04-28Complete uuid platform abstractions, fix do_div for 64 bit platforms.Nathan Scott1-3/+4
2006-03-03Fix a bug in the xfs_copy log re-write code avoiding duplicate UUIDs. Also f...Nathan Scott1-14/+18
2005-11-11Update copyright/license notices to match SGI legal prefered boilerplate.Nathan Scott3-81/+25
2005-04-19Merge back kernel changes into libxfs, mainly endian stuff.Nathan Scott1-11/+11
2004-07-17Fix an xfs_copy integer wrap when dealing with large filesystems. From Mark ...Nathan Scott1-1/+2
2004-04-05Make duplicate xfs_copys duplicate the log as well.Nathan Scott1-20/+23
2004-03-19Fix endian bug in xfs_copy, dealing with fragmented freespace (multi-level bt...Nathan Scott1-2/+2
2003-10-13Fix compile warning from extern function in libxfsNathan Scott1-0/+2
2003-08-29Minor xfsprogs update.Nathan Scott1-12/+10
2003-08-03Tweak xfs_copy so that it works with non-XFS target filesystems also; minor.Nathan Scott1-8/+12
2003-07-27Couple of minor xfs_copy build fixes for problems reported via the listNathan Scott2-1/+2
2003-07-25Finish the xfs_copy port, fix a whitespace handling issue in xfs_bmap.Nathan Scott2-116/+217
2003-07-23Move xfs_copy into xfsprogs, build and install it too. Reasons for it being ...Nathan Scott3-0/+1291