aboutsummaryrefslogtreecommitdiffstats
path: root/libxlog
AgeCommit message (Expand)AuthorFilesLines
2023-12-18libxlog: remove the global libxfs_xinit x structureChristoph Hellwig1-1/+0
2023-12-18libxlog: don't require a libxfs_xinit structure for xlog_initChristoph Hellwig1-15/+10
2023-12-18libxlog: add a helper to initialize a xlog without clobbering the x structureChristoph Hellwig1-8/+17
2023-12-18libxlog: remove the verbose argument to xlog_is_dirtyChristoph Hellwig1-7/+1
2022-01-31xfs: introduce xfs_buf_daddr()Dave Chinner1-1/+1
2022-01-31libxfs: replace XFS_BUF_SET_ADDR with a functionDarrick J. Wong1-1/+1
2022-01-31Get rid of these flags and the m_flags field, since none of them doDarrick J. Wong1-8/+0
2022-01-31libxlog: replace xfs_sb_version checks with feature flag checksDarrick J. Wong2-9/+9
2021-01-07xfs: remove xfs_buf_t typedeflibxfs-5.11-syncDave Chinner1-6/+6
2020-11-24libxfs: get rid of b_bcount from xfs_bufDave Chinner1-3/+3
2020-11-10xfs: remove kmem_realloc()Carlos Maiolino1-1/+1
2020-08-10xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_itemDarrick J. Wong1-8/+10
2020-04-07xfsprogs: Fix --disable-static option buildDave Chinner1-0/+2
2020-03-13xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong1-2/+5
2020-03-01libxlog: use uncached buffers instead of open-coding themDarrick J. Wong1-21/+14
2020-01-22xfs: remove unused typedef definitionsEric Sandeen1-6/+6
2019-12-12fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-5/+5
2018-08-01xfsprogs: remove unused macrosEric Sandeen1-2/+0
2018-07-23Get rid of XFS_BUF_SET_COUNT() macroCarlos Maiolino1-1/+1
2018-07-23xfsprogs: convert to SPDX license tagsDave Chinner3-27/+3
2018-03-08libxfs: Replace XFS_BUF_SET_PTR with xfs_buf_associate_memoryEric Sandeen1-2/+2
2017-11-16xfs: remove inode log format typedefDarrick J. Wong1-2/+2
2016-06-22xfs: improve kmem_reallocChristoph Hellwig1-1/+1
2015-12-21libxlog: fix integer overflow in xlog_find_verify_cycleVivek Trivedi1-1/+1
2015-10-14libxlog: pull struct xlog out of xlog_is_dirty()Brian Foster1-18/+19
2015-08-04Merge branch 'progs-misc-fixes-2' into for-nextDave Chinner1-2/+4
2015-08-03xfsprogs: Add new sb_meta_uuid field, update userspace tools to manipulate itEric Sandeen1-2/+4
2015-07-31xfsprogs: simplify internal includesChristoph Hellwig2-4/+4
2015-07-31xfsprogs: remove install-qa targetChristoph Hellwig1-1/+1
2015-07-31xfsprogs: remove xfs_caddr_tChristoph Hellwig1-20/+20
2015-07-31progs: clean up libxlog.h includesDave Chinner2-2/+2
2015-07-31progs: clean up libxfs.h includesDave Chinner2-2/+2
2015-07-31libxfs: directly include libxfs headersDave Chinner2-1/+2
2015-07-29libxlog: add xlog_is_empty() helperEric Sandeen1-0/+56
2014-04-14libxlog: fix memory leak in xlog_recover_add_to_transEric Sandeen1-0/+1
2013-11-13xfs: remove newlines from strings passed to __xfs_printkDave Chinner1-1/+1
2013-09-16xfs: separate out log format definitionsDave Chinner1-0/+3
2013-08-09xfsprogs:free bp in xlog_find_tail() error pathEric Sandeen1-0/+1
2013-08-09xfsprogs: free bp in xlog_find_zeroed() error pathEric Sandeen1-1/+2
2013-05-09xfsprogs: updata libxlog to current kernel codeDave Chinner1-113/+189
2011-07-26libxlog: sync up with 2.6.38 kernel codeDave Chinner1-278/+328
2010-08-03xfsprogs: fix depend targetsAlex Elder1-1/+1
2010-01-21xfsprogs: Automatic build dependency calculationsDave Chinner1-1/+3
2008-09-08Update xfsprogs to latest kernel headers and functionsBarry Naujok3-214/+207
2007-07-19Make xfs_repair support > 512 byte sector sizes properlyBarry Naujok1-0/+78
2007-01-31xfs_repair - 031 QA failure with platform that don't use the uuid field in th...Madan Valluri1-1/+2
2006-04-28Complete uuid platform abstractions, fix do_div for 64 bit platforms.Nathan Scott1-3/+3
2006-04-27Backport xfs_repair from the xfs-cmds tree to IRIX to aid parallel repair mer...Nathan Scott1-5/+43
2005-11-11Update copyright/license notices to match SGI legal prefered boilerplate.Nathan Scott3-78/+22
2005-09-29Merge back further kernel changes into libxfs, esp. attr2 related, and extend...Nathan Scott1-1/+1
2005-04-19Merge back kernel changes into libxfs, mainly endian stuff.Nathan Scott2-10/+18
2004-05-06Merge logprint dump and copy operations.Glen Overby1-1/+3
2004-04-30Sync up user/kernel libxfs and headersNathan Scott1-7/+6
2003-09-19xfsprogs update - fix db to display new inode flags, sync user/kernel code.Nathan Scott1-2/+2
2003-08-05Sync up user/kernel sources, minor changes onlyNathan Scott1-2/+2
2003-06-02Fix xfs_logprint handling of version 2 logs, sync libxlog with recovery codeNathan Scott1-88/+75
2003-05-30Update xfsprogs - minor xfs_io update, fix xfs_logprint handling of aNathan Scott1-6/+10
2003-05-20Sync up XFS user and kernel source.Nathan Scott1-768/+850
2003-05-06[contributed] FreeBSD update from Alexander KabaevRussell Cattelan1-1/+1
2003-04-29Fix includes to not be relative to paths provided by -I directives, forNathan Scott2-2/+2
2003-04-17A few white space cleanups that got missedRussell Cattelan1-56/+59
2003-04-16Merge whitespace changes overRussell Cattelan2-50/+50
2003-03-06New xfsprogs version - enabled unwritten extents by default, new commandsv2.4.0Nathan Scott1-4/+8
2002-12-19Flush out my xfsprogs backlog - bunch of I18N and sector size relatedNathan Scott1-7/+7
2002-12-18Trivial sync ups with kernel source changes.Nathan Scott1-17/+17
2002-10-31xfsprogs updates - initial sync up with recent kernel changes (not quiteNathan Scott1-2/+2
2002-10-10Fix libxfs device flush ioctl, sync with kernel source.Nathan Scott1-7/+17
2002-09-09sync with kernel, minor changes only.Nathan Scott1-9/+13
2002-07-12white space cleanupSteve Lord2-146/+148
2002-07-10userspace sync-upEric Sandeen1-1/+3
2002-06-26sync with (upcoming) kernel updates.Nathan Scott1-0/+10
2002-06-18Bump revision number of version 2 log supportv2.1.0Steve Lord1-42/+159
2002-06-04Update copyright dates (again)Eric Sandeen3-3/+3
2002-06-04Undoes mod: xfs-cmds:slinx:120772aEric Sandeen3-3/+3
2002-06-04Update copyright datesEric Sandeen3-3/+3
2002-06-03sync with recent kernel changes, noop for userspace.Nathan Scott1-1/+1
2002-05-15Return EIO from xlog_find_zeroed if xlog_find_verify_log_recordEric Sandeen1-1/+4
2002-05-08Document error return fixes, also an older mkfs fixEric Sandeen1-40/+31
2002-04-26remove an unnecessary ifdef __KERNEL__ conditional, no asserts enabled now.Nathan Scott1-2/+0
2002-04-25Update xfs_growfs man page; don't build libxlog.a with DEBUG enabled.Nathan Scott1-0/+3
2002-04-18sync with kernel changes to fix error code return checking.Nathan Scott1-4/+19
2002-04-17bump minor version for minor change - sync with recent kernel changesNathan Scott1-1/+2
2001-10-17add libxlog directory.Nathan Scott3-0/+1399