aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-11-12repair: add missing locking in scanfunc_bmaprepair-speedup-20091112Barry Naujok1-0/+2
2009-11-12repair: optimize duplicate extent trackingBarry Naujok4-141/+71
2009-11-12repair: switch block usage bitmap to a btreeBarry Naujok9-221/+294
2009-11-12repair: cleanup alloc/free/reset of the block usage trackingBarry Naujok7-202/+93
2009-11-12repair: cleanup helpers for tracking block usageBarry Naujok11-194/+109
2009-11-12repair: track logical to physical block mapping more effecientlyBarry Naujok4-312/+151
2009-11-12repair: clean up prefetch tracingBarry Naujok7-83/+61
2009-11-12repair: use single prefetch queueBarry Naujok2-21/+19
2009-11-12repair: use a btree instead of a radix tree for the prefetch queueBarry Naujok8-924/+1377
2009-10-30simplify and unify source package generationChristoph Hellwig17-508/+50
2009-10-14repair: reduce byte swapping in scan_freelistBarry Naujok1-15/+16
2009-10-14repair: split up scanfunc_inoBarry Naujok1-166/+162
2009-10-14repair: kill B_IS_META flagChristoph Hellwig1-3/+2
2009-10-14repair: reduce byte swap operations in scanfunc_allocbtBarry Naujok1-16/+18
2009-10-14repair: merge scanfunc_bno and scanfunc_cntChristoph Hellwig1-148/+51
2009-10-14mkfs: add discard supportChristoph Hellwig6-1/+64
2009-10-10allow linking against libblkid instead of libdiskChristoph Hellwig5-26/+183
2009-10-10update configure defaultsChristoph Hellwig18-73/+88
2009-10-07xfsprogs: add missing CHANGES entryChristoph Hellwig1-0/+6
2009-10-01build: makefile and package tweaks for in-tree deb builds.v3.0.4Nathan Scott11-17/+72
2009-09-25xfs_repair: replace custom block allocation lists with list_headsJosef 'Jeff' Sipek3-49/+16
2009-09-22xfs_fsr: fix test for short writeEric Sandeen1-1/+1
2009-09-17libxfs: increase hash chain depth when we run out of slotsEric Sandeen1-0/+21
2009-09-15libdisk: use major/minor when calling dmsetupEric Sandeen1-9/+9
2009-09-09xfsprogs: remove unused scriptsChristoph Hellwig3-71/+0
2009-09-09xfsprogs: fix the -V option for most shell scriptsChristoph Hellwig4-4/+16
2009-09-09xfsprogs: fix up the noreturn annotationsChristoph Hellwig3-18/+12
2009-09-06xfsprogs: mark some functions as noreturnEric Sandeen3-8/+12
2009-08-303.0.3 releasev3.0.3Felix Blyakher1-1/+1
2009-08-28update CHANGESChristoph Hellwig2-2/+8
2009-08-28xfsprogs: fix unaligned access in libxfsChristoph Hellwig4-130/+28
2009-08-26xfs_io: actually issue 0 size writesEric Sandeen1-1/+3
2009-07-31xfs_db: do bounds checking in frag's scanfunc_bmapEric Sandeen1-2/+16
2009-07-30the freesp doesn't support "-f" so take it out of the usage().Eric Sandeen1-1/+1
2009-07-16xfs_repair: clear inodes in incorrect btree formatEric Sandeen1-0/+12
2009-07-06xfs_metadump: agcount*agblocks overflowEric Sandeen1-1/+2
2009-07-02xfs_repair: fix agcount*agblocks overflowsEric Sandeen2-2/+4
2009-06-15xfs_io: fix test for fallocate on 32bit boxesEric Sandeen1-0/+3
2009-06-08xfs_repair: catch bad depth in traverse_int_dir2blockEric Sandeen1-2/+10
2009-06-05add -x flags to include/install-shRobert Herndon1-0/+0
2009-05-18Update CHANGES file for recent commitsEric Sandeen1-0/+3
2009-05-18xfs_io: add fallocate commandEric Sandeen6-0/+88
2009-05-18xfsprogs: fix readline/editline for xfs_io and xfs_quotaEric Sandeen2-0/+16
2009-05-10mkfs: allow to make larger logsDavid Chinner2-11/+14
2009-05-10xfs_repair: open filesystem device exclusivelyNathaniel W. Turner1-0/+2
2009-05-06Merge branch 'master' of git://oss.sgi.com/xfs/cmds/xfsprogsChristoph Hellwig2-1/+1
2009-05-06Debian packaging updates, and bumped minor version to 3.0.2.v3.0.2Nathan Scott5-9/+26
2009-05-06Resolve minor man page warnings reported by lintian tool.Nathan Scott2-2/+1
2009-05-043.0.1 releaseFelix Blyakher2-1/+1
2009-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-devFelix Blyakher2-1/+26
2009-05-02add release.shChristoph Hellwig2-1/+26
2009-05-013.0.1 releasev3.0.1Felix Blyakher1-1/+1
2009-04-29keep autoconf-generated files over make distcleanChristoph Hellwig1-11/+14
2009-04-23add .gitignore fileChristoph Hellwig1-0/+58
2009-04-23fix libtool spellingChristoph Hellwig1-1/+1
2009-04-16xfsprogs: bump version and updates CHANGESChristoph Hellwig2-1/+12
2009-04-16xfsprogs: set default prefix to /usrChristoph Hellwig1-0/+1
2009-03-24automake and libtool fixesAndreas Gruenbacher6-517/+21
2009-03-23fix tarball names generated by MakepkgsChristoph Hellwig3-3/+3
2009-03-21xfsprogs: add projects(5) and projid(5) manpagesChristoph Hellwig3-41/+63
2009-03-20xfs_io: fix extent array reallocationTomasz Majkowski1-2/+2
2009-03-16Fix cross-compile issues with libtool and compiler.Barry Naujok3-9/+4
2009-03-03fix various typosMalcolm Parsons16-29/+29
2009-02-24fix parallel buildsMike Frysinger1-3/+4
2009-02-24generate complete source tarball from MakepkgsChristoph Hellwig5-2/+7
2009-02-15specfile: remove Distribution tagJan Engelhardt1-1/+0
2009-02-15specfile: use rpm macros where possibleJan Engelhardt1-3/+3
2009-02-10allow xfs_freeze to freeze "foreign" filesystemsEric Sandeen3-4/+8
2009-02-09xfs_db: fix wrong sibling pointer offset for the bmbt attr blockChristoph Hellwig1-2/+2
2009-02-043.0.0 releasev3.0.0Felix Blyakher1-1/+1
2009-02-02Merge branch 'master' of hera.kernel.org:/pub/scm/fs/xfs/xfsprogs-devChristoph Hellwig2-5/+3
2009-02-02add a note about a fixed debian bug (thanks Christoph).Nathan Scott1-1/+1
2009-02-02remove remaining unused-but-installed headersNathan Scott1-4/+2
2009-02-01polish translation updateArkadiusz Miśkiewicz1-3774/+7684
2009-02-01apply gettext translation to more stringsArkadiusz Miśkiewicz42-864/+872
2009-01-30xfsprogs: add missing periods in CHANGESChristoph Hellwig1-10/+10
2009-01-30xfs_db: exit on invalid magic numberChristoph Hellwig5-9/+22
2009-01-29gettext: make build system look more like automake gettextArkadiusz Miśkiewicz4-97/+25
2009-01-29libxcmd: move error messages to appropriate placeArkadiusz Miśkiewicz1-3/+6
2009-01-29xfs_quota.8: document -d <depth> and -p <path> project quota optionsArkadiusz Miśkiewicz1-2/+39
2009-01-29xfs_quota: add support for passing project paths on cmdlineArkadiusz Miśkiewicz3-6/+54
2009-01-29xfs_quota: add -d option to limit directory depthArkadiusz Miśkiewicz1-7/+27
2009-01-28Merge branch 'master' of ssh://master.kernel.org/pub/scm/fs/xfs/xfsprogs-devNathan Scott0-0/+0
2009-01-28Update debian suggested-packages line.Nathan Scott1-1/+1
2009-01-28Update debian packaging for xfsprogs-3.0 release.Nathan Scott4-7/+13
2009-01-28rpm spec file updateNathan Scott1-5/+3
2009-01-28rpm spec file updateNathan Scott1-5/+3
2009-01-28mkfs: man page typo fixKazuya Mio1-2/+1
2009-01-28polish translation updateJakub Bogusz1-1242/+1768
2009-01-25only symlink development libraries when neededMike Frysinger1-1/+3
2009-01-25xfs_io: fix comment in bmap.cChristoph Hellwig1-2/+2
2009-01-24update CHANGESChristoph Hellwig1-1/+9
2009-01-24add xfs_estimate manpageChristoph Hellwig1-0/+104
2009-01-24move fsr over from xfsdumpChristoph Hellwig4-1/+1791
2009-01-18xfs_repair: allow filesystems with a single allocation groupChristoph Hellwig3-8/+50
2009-01-08libdisk: recognize btrfs disk formatEric Sandeen2-1/+39
2009-01-08fix include/ symlink creation (again)Eric Sandeen1-2/+2
2009-01-08Various fixes to allow xfsdump/xfsrestore to work with 64KMark Goodwin2-1/+8
2009-01-02xfs_quota: fix input of a projectid which starts whith a digitLeo Baltus1-1/+5
2008-12-30xfs_check: fix exit codesMichael Sinz1-1/+8
2008-12-30xfs_quota: fix EXCLUDED_FILE_TYPES macro for negation caseArkadiusz Miskiewicz1-2/+2
2008-12-30xfs_quota: Don't ignore every error when asking for quotaArkadiusz Miskiewicz1-8/+20
2008-12-30xfs_quota: warn if specified non-zero quota will be round down to zeroArkadiusz Miskiewicz2-0/+7
2008-12-30xfs_quota: Fix range for -U.Arkadiusz Miskiewicz1-4/+4
2008-12-30xfs_quota: Add missing options to --helpArkadiusz Miskiewicz1-1/+3
2008-12-30xfs_quota: return proper error statusArkadiusz Miskiewicz7-22/+68
2008-12-30build system: Make --enable-gettext actually enable gettextArkadiusz Miskiewicz1-0/+4
2008-12-30Polish translation updateJakub Bogusz1-1282/+1618
2008-12-30Apply gettext translation to strings kept in format->{fmt, msg, type}Jakub Bogusz1-6/+6
2008-12-30Fix build when gettext is enabledJakub Bogusz3-26/+28
2008-12-30update Debian packagingNathan Scott1-0/+10
2008-12-30fix parallel installs in include/ dirsEric Sandeen1-4/+4
2008-12-30fix up xfs-cmds build after the parallel-festEric Sandeen1-1/+1
2008-12-08Fix unaligned accesses in IA64 when getting disk extentsBarry Naujok2-14/+8
2008-12-02Linux kernels (at least up until 2.6.27) are lacking compat sys_ustatBarry Naujok1-2/+3
2008-12-02kill unused files db/dbread.[ch]Barry Naujok3-90/+1
2008-12-02Fix 64k blocksize handling in xfs_repairBarry Naujok1-1/+2
2008-11-21Allow parallel builds of xfs-cmds.Barry Naujok4-27/+58
2008-11-20Recognize gfs & gfs2 disk formats in libdiskBarry Naujok2-0/+72
2008-11-20Fix libxfs_iput on a non-existent root inode during libxfs initBarry Naujok1-1/+2
2008-11-20Sync up libxfs to latest kernel codeBarry Naujok30-610/+611
2008-11-20Fix mkfs.xfs to allow agcount to be used with su/sw optionsBarry Naujok1-20/+22
2008-11-20Make sure mkfs.xfs doesn't ignore -i maxpct optionBarry Naujok1-3/+5
2008-10-03Consolidate btree block handling for xfs_dbBarry Naujok14-945/+450
2008-10-01Resync recent minor kernel changesBarry Naujok2-1/+5
2008-09-30Don't reset dirty flag during inode repairBarry Naujok1-1/+1
2008-09-30Fix xfstests build breakage with install-qa packageBarry Naujok1-1/+1
2008-09-29Update the shared kernel and userspace code to the latest version withBarry Naujok17-6279/+4805
2008-09-08Update xfsprogs to latest kernel headers and functionsBarry Naujok149-14505/+12277
2008-09-05xfsprogs debian changesAnibal Monsalve Salazar1-0/+6
2008-09-05Make sure xfs_repair can restore bad or missing ".." entriesBarry Naujok3-27/+133
2008-09-05Check for invalid di_size in xfs_repairBarry Naujok1-0/+5
2008-09-05Change the libxfs cache MRU to only store unreferenced blocksBarry Naujok4-52/+81
2008-09-01Point out the actual source file missing when generateing pkg.pot fileBarry Naujok1-1/+1
2008-08-27Call libxfs_bmbt_disk_get_all directly instead of using a wrapperBarry Naujok2-150/+122
2008-08-27Don't destroy file with -N -d file optionsBarry Naujok1-1/+1
2008-08-27Increase default maximum extent size for xfs_metadump when copyingBarry Naujok1-3/+5
2008-08-27Make sure to pop buffers for a failed read in xfs_check and xfs_metadump (bot...Barry Naujok2-55/+76
2008-08-13Refactor process_dinode_int()Barry Naujok3-1034/+881
2008-06-18Userland side of kernel changes for fixing issues with dir2 ondisk differencesTim Shimmin3-3/+14
2008-06-05Fix up incorrect mkfs/growfs output for ascii-ci modeBarry Naujok2-5/+5
2008-06-03Fix up inode cluster I/O size in repair for >8KB block size filesystemsBarry Naujok2-6/+10
2008-05-30Only use xfs_buf_t locks when doing prefetched repairBarry Naujok5-7/+23
2008-05-26ASCII case-insensitive support for xfsprogsv2.10.0Barry Naujok17-74/+183
2008-04-23xfsprogs debian changeAnibal Monsalve Salazar1-1/+1
2008-04-23xfsprogs debian changesAnibal Monsalve Salazar5-8/+19
2008-04-22debian new release versionAnibal Monsalve Salazar1-0/+6
2008-04-21Add lazy-counter enable/disable capability on existing filesystemsBarry Naujok8-20/+143
2008-04-21Improve memory usage limits, esp on 32-bit systems and an easy to use manual ...Barry Naujok2-16/+62
2008-04-15Remove sysv3 legacy functionsBarry Naujok22-156/+154
2008-04-15Minor fix up in xfs_db man pageBarry Naujok1-1/+1
2008-04-15Silently support the -p optionBarry Naujok1-2/+2
2008-04-15Add support for MDP in libdiskBarry Naujok2-6/+47
2008-04-14Duplicate sb_features2 into following 4 bytes in superblock due to bugBarry Naujok6-1/+34
2008-03-13Update mkfs manpage for new defaults:Niv Sardi1-30/+38
2008-03-03Debian and version updatesBarry Naujok5-3/+20
2008-02-29Undo making lazy counters defaulting to onBarry Naujok1-1/+1
2008-02-29Scale AG count and AG size appropriately below 128MBBarry Naujok1-28/+18
2008-02-29Make sure device size is aligned to the specified sector sizeBarry Naujok1-4/+10
2008-02-07Fix rounding issue with new mkfs.xfs defaultsBarry Naujok3-39/+49
2008-01-22Fix metadump build warningBarry Naujok2-2/+8
2008-01-21Update xfsprogs to version 2.9.5Barry Naujok2-2/+7
2008-01-21Verify end of freespace btree extent is validBarry Naujok1-0/+4
2008-01-21Make xfs_info handle mount points with spacesBarry Naujok1-2/+2
2008-01-21Make sure "." and ".." are the first two entries in a directoryBarry Naujok2-57/+126
2007-11-22Add missing \n in growfs output,Niv Sardi1-1/+1
2007-11-16Default to log, attr, inodes v2, Drop the ability to turn unwritten extents o...Niv Sardi6-60/+78
2007-10-22Fix build for FreeBSDBarry Naujok1-0/+1
2007-10-09Make fsck.xfs verify the device existsBarry Naujok1-0/+5
2007-10-04Fix minor errors and some clarification of man pagesBarry Naujok7-23/+31
2007-09-25Fix wiping old AG headers and purge whack buffersBarry Naujok1-4/+2
2007-09-07Link xfsprogs utils to libpthread when linking to libxfsBarry Naujok8-10/+14
2007-09-07Make xfs_metadump more robust against bad dataBarry Naujok2-48/+184
2007-08-15Fix xfs_quota disable, enable, off and remove commandsDonald Douwsma2-37/+41
2007-08-15Fixed up I/O size when doing da_reads for directoriesBarry Naujok2-38/+23
2007-08-15Fix up AG queuing order in phase 4Barry Naujok1-4/+6
2007-07-27Make man page clearer with read-only optionBarry Naujok1-1/+3
2007-07-24Improve xfs_io -c handlingBarry Naujok1-0/+3
2007-07-23Fixed up breakage I tried to fix earlierBarry Naujok1-2/+2
2007-07-23Don't query project quota info on filesystems not mounted with pquotaBarry Naujok3-2/+21
2007-07-23Fix xfs_quota "quota -n" command for project IDsBarry Naujok1-10/+16
2007-07-23Improve output with no paths and the path commandBarry Naujok1-0/+5
2007-07-23Update missing options in xfs_quota man pageBarry Naujok1-13/+109
2007-07-23Update usage for state commandBarry Naujok1-1/+1
2007-07-23Fix up package creation with xfs_metadump and minor build warningsBarry Naujok3-6/+11
2007-07-23Fix null pointer dereference in state_f.Donald Douwsma1-1/+1
2007-07-19Make xfs_repair support > 512 byte sector sizes properlyBarry Naujok5-12/+100
2007-07-18Another breakage due to dir_stack.* removalBarry Naujok1-1/+3
2007-07-18Remove deleted header fileBarry Naujok1-1/+0
2007-07-17Update man pages to linux formatting/macro standardsBarry Naujok18-2440/+3459
2007-07-17Update XFS_IOC_ALLOCSP description and formatting standardsBarry Naujok1-54/+41
2007-07-17Document xfs_bmap -v and -p optionsBarry Naujok1-38/+82
2007-07-16Add priority tagging and buffer reuse for libxfs cacheBarry Naujok9-235/+488
2007-07-16Perform true sequential bulk read prefetching in xfs_repairBarry Naujok44-2342/+3349
2007-07-16Don't trash lost+found in phase 4Barry Naujok9-1468/+374
2007-07-16Perform parallel processing based on AG stride/concat unitBarry Naujok5-18/+42
2007-07-16Cache disk nlink values in Phase 3 for Phase 7Barry Naujok8-413/+473
2007-07-16Always show flags column with xfs_bmap -vp optionsBarry Naujok1-3/+5
2007-07-16Improve xfs_io and xfs_quota -c handlingBarry Naujok6-31/+46
2007-07-16Zero existing SB sectors with -f optionBarry Naujok1-21/+93