]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_ialloc.c
xfs: xfs_rtbuf_get should check the bmapi_read results
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_ialloc.c
2018-06-28  Darrick J. Wongxfs: expose various functions to repair code
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Eric Sandeenxfs: non-scrub - remove unused function parameters
2018-02-27  Carlos MaiolinoSplit buffer's b_fspriv field
2018-02-27  Darrick J. Wongxfs: add scrub cross-referencing helpers for the inode...
2018-02-27  Darrick J. Wongxfs: create a new buf_ops pointer to verify structure...
2018-02-27  Darrick J. Wongxfs: refactor verifier callers to print address of...
2018-02-27  Darrick J. Wongxfs: have buffer verifier functions report failing...
2018-02-27  Darrick J. Wongxfs: refactor xfs_verifier_error and xfs_buf_ioerror
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2018-01-03  Christoph Hellwigxfs: remove "no-allocation" reservations for file creations
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Darrick J. Wongxfs: move error injection tags into their own file
2017-11-17  Darrick J. Wongxfs: create inode pointer verifiers
2017-10-18  Thomas Meyerxfs: Fix bool initialization/comparison
2017-10-18  Brian Fosterxfs: don't log dirty ranges for ordered buffers
2017-10-18  Carlos Maiolinoxfs: stop searching for free slots in an inode chunk...
2017-09-15  Eric SandeenMerge branch 'libxfs-4.13-sync' into for-next
2017-09-15  Omar Sandovalxfs: fix inobt inode allocation search optimization libxfs-4.13-sync
2017-07-31  Darrick J. Wongxfs: remove unneeded parameter from XFS_TEST_ERROR
2017-07-31  Darrick J. Wongxfs: export _inobt_btrec_to_irec and _ialloc_cluster_al...
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-04-04  Chandan Rajendraxfs: Use xfs_icluster_size_fsb() to calculate inode...
2017-01-10  Darrick J. Wongxfs: forbid AG btrees with level == 0
2017-01-10  Eric Sandeenxfs: Move AGI buffer type setting to xfs_read_agi
2017-01-10  Brian Fosterxfs: fix btree cursor error cleanups
2017-01-10  Darrick J. Wonglibxfs: fix line lengths
2016-08-10  Darrick J. Wongxfs: add owner field to extent allocation and freeing
2016-08-10  Darrick J. Wongxfs: rename flist/free_list to dfops
2016-08-10  Darrick J. Wongxfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2016-08-10  Darrick J. Wongxfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-08-10  Darrick J. Wongxfs: refactor btree maxlevels computation
2016-06-21  Darrick J. Wongxfs: fix computation of inode btree maxlevels
2015-12-20  Darrick J. Wonglibxfs: reorder xfs_bmap_add_free args
2015-12-20  Jan Tulakxfsprogs: Remove trailing blanks on various places
2015-11-23  Eric Sandeenlibxfs: print name of verifier if it fails
2015-10-13  Brian Fosterlibxfs: validate metadata LSNs against log on v5 superb...
2015-08-03  Dave ChinnerMerge branch 'progs-misc-fixes-2' into for-next
2015-08-03  Eric Sandeenxfsprogs: Add new sb_meta_uuid field, update userspace...
2015-08-03  Dave ChinnerMerge branch 'progs-header-cleanup' into for-next
2015-08-03  Theodore Ts'oxfsprogs: use "unsigned short" instead of ushort
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-31  Dave ChinnerMerge branch 'libxfs-4.2-rc1-update' into for-next
2015-07-31  Brian Fosterxfs: check min blks for random debug mode sparse alloca...
2015-07-31  George Wangxfs: use percpu_counter_read_positive for mp->m_icount
2015-07-31  Dave ChinnerMerge branch 'progs-misc-fixes-1' into for-next
2015-07-30  Brian Fosterxfs: skip unallocated regions of inode chunks in xfs_if...
2015-07-30  Brian Fosterxfs: only free allocated regions of inode chunks
2015-07-30  Brian Fosterxfs: filter out sparse regions from individual inode...
2015-07-30  Brian Fosterxfs: randomly do sparse inode allocations in DEBUG...
2015-07-30  Brian Fosterxfs: allocate sparse inode chunks on full chunk allocat...
2015-07-30  Brian Fosterxfs: pass inode count through ordered icreate log item
2015-07-30  Brian Fosterxfs: introduce inode record hole mask for sparse inode...
2015-07-30  Brian Fosterxfs: use sparse chunk alignment for min. inode allocati...
2015-07-30  Brian Fosterxfs: update free inode record logic to support sparse...
2015-07-30  Brian Fosterxfs: create individual inode alloc. helper
2015-07-30  Dave Chinnerlibxfs: disambiguate xfs.h
2015-07-30  Dave Chinnerlibxfs: directly include libxfs headers
2015-07-30  Dave Chinnerlibxfs: update to 4.1-rc2 code base
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 Chinnerxfs: Nuke XFS_ERROR macro
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2014-10-29  Eric Sandeenlibxfs: fix endian mishap in xfs_dialloc_ag()
2014-05-20  Brian Fosterxfs: update the finobt on inode free
2014-05-20  Brian Fosterxfs: refactor xfs_difree() inobt bits into xfs_difree_i...
2014-05-20  Brian Fosterxfs: use and update the finobt on inode allocation
2014-05-20  Brian Fosterxfs: insert newly allocated inode chunks into the finobt
2014-05-20  Brian Fosterxfs: support the XFS_BTNUM_FINOBT free inode btree...
2014-05-20  Brian Fosterxfs: refactor xfs_ialloc_btree.c to support multiple...
2014-05-20  Roger Willcockslibxfs: fix compile error when libxfs header used in...
2014-03-06  Dave Chinnerlibxfs: modify verifiers to differentiate CRC from...
2014-03-06  Dave Chinnerlibxfs: add helper for updating checksums on xfs_bufs
2014-03-06  Dave Chinnerlibxfs: add helper for verifying checksums on xfs_bufs
2014-03-06  Dave Chinnerlibxfs: Use defines for CRC offsets in all cases
2013-11-13  Dave Chinnerlibxfs: Minor cleanup and bug fix sync
2013-09-16  Dave Chinnerlibxfs: fix compile warnings
2013-09-16  Dave Chinnerlibxfs: sync xfs_ialloc.c to the kernel code
2013-09-16  Dave Chinnerxfsprogs: port inode create transaction changes
2013-08-06  Dave Chinnerxfs: buffer type overruns blf_flags field
2013-08-06  Dave Chinnerlibxfs: add version 3 inode support
2013-08-06  Dave Chinnerxfsprogs: add crc format changes to ag headers
2013-05-09  Dave Chinnerxfsprogs: update libxfs to 3.9-rc1 + xfsdev
2013-05-09  Dave Chinnerxfsprogs: sync code to current kernel code
2011-07-25  Dave Chinnerlibxfs: sync files with 2.6.38 kernel code
2010-10-09  Arkadiusz Mi?kiewiczxfsprogs: projid32bit handling
2008-09-29  Barry NaujokUpdate the shared kernel and userspace code to the...
2008-09-08  Barry NaujokUpdate xfsprogs to latest kernel headers and functions
2007-05-22  Dave ChinnerUserspace support for lazy superblock counters
2005-12-02  Nathan ScottSort out cosmetic differences between user and kernel...
2005-11-11  Nathan ScottUpdate copyright/license notices to match SGI legal...
2005-11-08  Nathan ScottMerge back recent changes from xfs kernel headers.
2005-06-07  Christoph Hellwigresync endianess handling in xfsprogs with the kernel
2005-04-19  Nathan ScottMerge back kernel changes into libxfs, mainly endian...
2003-05-20  Nathan ScottSync up XFS user and kernel source.
2003-04-16  Russell CattelanMerge whitespace changes over
2003-04-07  Nathan ScottSync user and kernel code, make xfs_io -f option useful.
2003-03-06  Nathan ScottNew xfsprogs version - enabled unwritten extents by... v2.4.0
2002-12-19  Nathan ScottFlush out my xfsprogs backlog - bunch of I18N and secto...
next