]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2005-11-11  Nathan ScottUpdate copyright/license notices to match SGI legal...
2005-11-11  Nathan ScottAllow swab.h to be used in -pedantic c++ build environm...
2005-11-11  Nathan ScottProvide further debugging options and tweaks for analys...
2005-11-11  Nathan ScottReport inline attr version, and allow mkfs to explicitl...
2005-11-11  Nathan ScottProvide mkfs options to easily exercise all inheritable...
2005-11-11  Nathan ScottImplement the di_extsize allocator hint for non-realtim...
2005-11-11  Nathan ScottImplement the di_extsize allocator hint for non-realtim...
2005-11-09  Christoph Hellwigadd cpu_to_be* / be*_to_cpu helpers for userspace
2005-11-08  Nathan ScottMerge back kernel fixes/code updates in xfs.
2005-11-08  Nathan ScottMerge back recent changes from xfs kernel headers.
2005-11-07  Nathan ScottKeep packaging scripts in sync across all of the packag...
2005-10-26  Nathan ScottBump xfsprogs version number.
2005-10-26  Nathan ScottFix an endian-related regression in the xfs_db frag...
2005-10-26  Nathan ScottFix a couple of man page examples, missing the -x option.
2005-10-08  Nathan ScottBump xfsprogs version number for recent changes.
2005-10-08  Nathan ScottMerge in minor build tweaks for the FreeBSD porters.
2005-10-08  Nathan ScottFix read/write calls in xfs_io to allow buffers larger...
2005-10-08  Nathan ScottMerge back some kernel changes to fix warnings from...
2005-09-29  Nathan ScottCleanup fsxattr interace use, now that IRIX also suppor...
2005-09-29  Nathan ScottBump xfsprogs version number for recent changes.
2005-09-29  Nathan ScottFix morebits bit check in xfs_repair, previously it...
2005-09-29  Nathan ScottAdd repair code for propogating attr2 bit to secondary...
2005-09-29  Nathan ScottMerge back further kernel changes into libxfs, esp...
2005-09-29  Nathan ScottMerge back a kernel attr2 fix into libxfs.
2005-09-28  Yingping LuFix segmentation fault due to allocation size
2005-09-21  Christoph HellwigFix xfs_db build with GCC 4.x
2005-09-20  Nathan ScottFix trivial compiler warnings in a scanf.
2005-09-20  Nathan ScottBump version number for xfsprogs.
2005-09-20  Nathan ScottFix strtok botch which prevented extraction of rtdev...
2005-09-20  Nathan ScottSwitch to using /proc/self/mounts instead of /etc/mtab...
2005-09-16  Nathan ScottUpdate xfsprogs version to 2.7.0. v2.7.0
2005-09-16  Nathan ScottResolve quota-related uid/gid signedness issues in...
2005-09-16  Nathan ScottIssue a quote sync before reporting quota, resolving...
2005-09-16  Nathan ScottSupport for updated inline extended attributes format...
2005-09-16  Nathan ScottAdd xfs_db expert mode commands for set/remove of exten...
2005-08-11  Nathan ScottFix builds for FreeBSD, thanks to Craig Rodrigues.
2005-08-10  Nathan ScottFix hyphens in this man page - not all were back-slashed.
2005-07-28  Nathan ScottBump xfsprogs version number.
2005-07-28  Nathan ScottPerform log stripe alignment checks on external as...
2005-07-28  Nathan ScottDo not dereference null xfs_mount pointer if we fail...
2005-07-28  Nathan ScottRevert accidental checkin, chunk of code from a upcomin...
2005-07-28  Eric Sandeenavoid 32-bit overflow when calculating secondary superb...
2005-07-04  Tim ShimminGet libhandle working on IRIX for qa. Put back fd_to_ha...
2005-06-20  Nathan ScottFix a typo in a comment.
2005-06-20  Nathan ScottReset loop counter for multiple commands, found by QA.
2005-06-20  Nathan ScottBump xfsprogs version number.
2005-06-20  Nathan ScottMake blocktrash an expert-mode-only xfs_db command...
2005-06-20  Nathan ScottSwitch to using fsxattr instead of special projid ioctls.
2005-06-13  Bill KendallUse a temporary 32-bit variable in readlink_by_handle...
2005-06-07  Nathan ScottFix minor xfs_quota double-reporting issue found by...
2005-06-07  Christoph Hellwigresync endianess handling in xfsprogs with the kernel
2005-06-06  Nathan ScottBump xfsprogs version number.
2005-06-06  Nathan ScottExtend get_subvol_wrapper with another parameter which...
2005-06-06  Nathan ScottFixup that last fix attempting to not align on linear...
2005-06-06  Nathan ScottMinor man page corrections, patch botch on xfs_quota.8
2005-06-03  Nathan ScottBump xfsprogs version number for recent changes, switch...
2005-06-03  Nathan ScottAdd O_NONBLOCK option to xfs_io open command.
2005-06-03  Nathan ScottFix xfs_quota bugs found by QA tests, and add some...
2005-06-03  Nathan ScottAdd a man page for xfs_quota utility.
2005-06-03  Nathan ScottDo not do stripe alignment in mkfs for raid0/1 MD devices.
2005-06-03  Nathan ScottPortability changes to get xfs_quota to compile on...
2005-05-11  Christoph Hellwigfix mkfs.xfs manpage: stripe width isn't returned by...
2005-04-25  Christoph HellwigGCC4 signedness fixes
2005-04-21  Christoph HellwigGCC4 fixes
2005-04-19  Nathan ScottInitial version of xfs quota utility. Knows how to...
2005-04-19  Nathan ScottMove common utility code into a libxcmd.a to ease shari...
2005-04-19  Christoph Hellwigfix obj_to_handle on 64bit, Big Endian Systems
2005-04-19  Nathan ScottMerge back kernel changes into libxfs, mainly endian...
2005-04-18  Christoph Hellwigcheck whether we actually have an rpm binary before...
2005-04-15  Christoph Hellwigfix mkfs.xfs -dfile
2005-04-08  Ryan HankinsInstead of printing individual blocks when there is...
2005-04-01  Nathan ScottFix gcc warnings resulting from merging Dans directory...
2005-03-31  Nathan ScottYet more fixes to get xfs_db to compile with gcc4.
2005-03-30  Nathan ScottHandle all of usr/grp/prj quota types.
2005-03-30  Nathan ScottBump version number after couple of earlier changes.
2005-03-30  Nathan ScottMarge Dans project/group quota coexistence code changes...
2005-03-30  Nathan ScottFix compilation issues with version 4 of gcc.
2005-03-30  Nathan ScottFix compilation warning on inode size checks.
2005-03-23  Nathan ScottBump xfsprogs version number after last couple of changes.
2005-03-23  Nathan ScottFix default mkfs allocation group size calculations...
2005-03-23  Nathan ScottAdd noalign suboptions to -d and -r to allow auto-strip...
2005-03-09  Nathan ScottUse fixed width reprting for the common cases, aids...
2005-03-09  Nathan ScottBump xfsprogs version number, tweak debian packaging.
2005-03-09  Nathan ScottMake imap available as an expert xfs_io command.
2005-03-09  Nathan ScottImprove the statistics reporting for xfs_io.
2005-03-09  Nathan ScottResolve build issue with using libtermcap/libreadline...
2005-03-09  Nathan ScottTrivial man page update.
2005-03-09  Nathan ScottInstall a stripped down <xfs/xfs.h> without lots of...
2005-03-09  Nathan ScottFix builds with gcc version 4 - static vs extern in...
2005-03-08  Nathan ScottFix up some autoconf macros to get freebsd builds worki...
2005-02-21  Nathan ScottPropogae last BSD build/configure fix to all places...
2005-01-03  Russell CattelanSmall path addition change for FreeBSD builds: Submitte...
2004-12-14  Tim Shimminsync up xfs_log_priv.h from kernel with userspace
2004-10-22  Tim ShimminGet xfstests building on irix using root/toolroot.
2004-10-07  Nathan ScottBe more strict when checking presence of fadvise, fix...
2004-09-30  Nathan ScottKeep userspace packaging in sync, portability changes...
2004-09-18  Nathan ScottUpdate man pages for xfs_io lsattr changes and inode...
2004-09-18  Nathan ScottBump xfsprogs version for xfs_io fixes.
2004-09-17  Nathan ScottAdd recursive modes to lsattr/chattr. Ensure command...
2004-09-17  Nathan ScottFix xfs_io request size handling botch in alloc_buffer...
next