]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs
xfs: fix inobt inode allocation search optimization
[thirdparty/xfsprogs-dev.git] / libxfs /
2017-09-15  Omar Sandovalxfs: fix inobt inode allocation search optimization libxfs-4.13-sync
2017-07-31  Christoph Hellwigxfs: fix multi-AG deadlock in xfs_bunmapi
2017-07-31  Darrick J. Wongxfs: check that dir block entries don't off the end...
2017-07-31  Darrick J. Wongxfs: check _alloc_read_agf buffer pointer before using
2017-07-31  Darrick J. Wongxfs: set firstfsb to NULLFSBLOCK before feeding it...
2017-07-31  Darrick J. Wongxfs: check _btree_check_block value
2017-07-31  Christoph HellwigRevert "xfs: grab dquots without taking the ilock"
2017-07-31  Christoph Hellwigxfs: fixup xfs_attr_get_ilocked
2017-07-31  Darrick J. Wongxfs: don't crash on unexpected holes in dir/attr btrees
2017-07-31  Darrick J. Wongxfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN
2017-07-31  Darrick J. Wongxfs: grab dquots without taking the ilock
2017-07-31  Darrick J. Wongxfs: remove unneeded parameter from XFS_TEST_ERROR
2017-07-31  Darrick J. Wongxfs: pass along transaction context when reading xattr...
2017-07-31  Darrick J. Wongxfs: pass along transaction context when reading direct...
2017-07-31  Darrick J. Wongxfs: return the hash value of a leaf1 directory block
2017-07-31  Darrick J. Wongxfs: export _inobt_btrec_to_irec and _ialloc_cluster_al...
2017-07-31  Darrick J. Wongxfs: plumb in needed functions for range querying of...
2017-07-31  Darrick J. Wongxfs: export various function for the online scrubber
2017-07-31  Darrick J. Wongxfs: always compile the btree inorder check functions
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-07-31  Darrick J. Wongxfs: optimize _btree_query_all
2017-07-31  Christoph Hellwigxfs: remove XFS_HSIZE
2017-07-31  Darrick J. Wongxfs: try to avoid blowing out the transaction reservati...
2017-07-20  Darrick J. Wonglibxfs: propagate transaction block reservations
2017-07-13  Darrick J. Wongmkfs: set inode alignment and cluster size for minimum...
2017-06-21  Darrick J. Wongxfs_repair: replace rmap_compare with libxfs version
2017-06-21  Darrick J. Wonglibxfs: use crc32c slice-by-8 variant by default
2017-06-14  Eric Sandeenlibxfs: fix xfs_trans_alloc_empty namespace libxfs-4.12-sync
2017-06-14  Eric Sandeenxfs: fix unaligned access in xfs_btree_visit_blocks
2017-06-13  Darrick J. Wongxfs: avoid mount-time deadlock in CoW extent recovery
2017-06-13  Darrick J. Wongxfs: fix warnings about unused stack variables
2017-06-13  Brian Fosterxfs: fix indlen accounting error on partial delalloc...
2017-05-11  Michal Hockoxfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
2017-05-11  Darrick J. Wongxfs: reserve enough blocks to handle btree splits when...
2017-05-11  Christoph Hellwigxfs: simplify validation of the unwritten extent bit
2017-05-11  Christoph Hellwigxfs: remove unused values from xfs_exntst_t
2017-05-11  Christoph Hellwigxfs: remove the unused XFS_MAXLINK_1 define
2017-05-11  Eric Sandeenxfs: more do_div cleanups
2017-05-11  Christoph Hellwigxfs: remove bmap block allocation retries
2017-05-11  Christoph Hellwigxfs: remove xfs_bmap_remap_alloc
2017-05-11  Christoph Hellwigxfs: introduce xfs_bmapi_remap
2017-05-11  Christoph Hellwigxfs: pass individual arguments to xfs_bmap_add_extent_h...
2017-05-11  Christoph Hellwigxfs: remove attr fork handling in xfs_bmap_finish_one
2017-05-11  Christoph Hellwigxfs: fix integer truncation in xfs_bmap_remap_alloc
2017-05-11  Eric Sandeenxfs: simplify xfs_calc_dquots_per_chunk
2017-05-11  Darrick J. Wongxfs: implement the GETFSMAP ioctl
2017-05-11  Darrick J. Wongxfs: add a couple of queries to iterate free extents...
2017-05-11  Darrick J. Wongxfs: create a function to query all records in a btree
2017-05-11  Darrick J. Wongxfs: provide a query_range function for freespace btrees
2017-05-11  Darrick J. Wongxfs: plumb in needed functions for range querying of...
2017-05-11  Eric Sandeenxfs: fix up inode validation failure message
2017-05-11  Christoph Hellwigxfs: remove the ISUNWRITTEN macro
2017-05-11  Christoph Hellwigxfs: factor out a xfs_bmap_is_real_extent helper
2017-04-10  Eric Sandeenxfsprogs: remove unused libxfs helper #defines
2017-04-10  Darrick J. Wongxfs: rework the inline directory verifiers libxfs-4.11-sync
2017-04-10  Darrick J. Wonglibxfs: fix xfs_extent_busy_flush macro definition
2017-04-04  Darrick J. Wongxfs: verify inline directory data forks
2017-04-04  Christoph Hellwigxfs: try any AG when allocating the first btree block...
2017-04-04  Brian Fosterxfs: use iomap new flag for newly allocated delalloc...
2017-04-04  Christoph Hellwigxfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG
2017-04-04  Christoph Hellwigxfs: tune down agno asserts in the bmap code
2017-04-04  Chandan Rajendraxfs: Use xfs_icluster_size_fsb() to calculate inode...
2017-04-04  Brian Fosterxfs: split indlen reservations fairly when under reserved
2017-04-04  Brian Fosterxfs: handle indlen shortage on delalloc extent merge
2017-04-04  Christoph Hellwigxfs: improve handling of busy extents in the low-level...
2017-04-04  Christoph Hellwigxfs: go straight to real allocations for direct I/O...
2017-04-04  Darrick J. Wongxfs: allow unwritten extents in the CoW fork
2017-04-04  Darrick J. Wongxfs: verify free block header fields
2017-04-04  Darrick J. Wongxfs: check for obviously bad level values in the bmbt...
2017-04-04  Darrick J. Wongxfs: filter out obviously bad btree pointers
2017-04-04  Darrick J. Wongxfs: fail _dir_open when readahead fails
2017-04-04  Darrick J. Wongxfs: fix toctou race when locking an inode to access...
2017-04-04  Eric Sandeenxfs: remove boilerplate around xfs_btree_init_block
2017-04-04  Eric Sandeenxfs: make xfs_btree_magic more generic
2017-04-04  Eric Sandeenxfs: glean crc status from mp not flags in xfs_btree_in...
2017-02-16  Darrick J. Wonglibxfs: sync up FSGETXATTR names and definitions with...
2017-02-16  Christoph Hellwigxfs: extsize hints are not unlikely in xfs_bmap_btalloc
2017-02-16  Brian Fosterxfs: remove racy hasattr check from attr ops
2017-02-16  Christoph Hellwigxfs: use per-AG reservations for the finobt
2017-02-16  Christoph Hellwigxfs: only update mount/resv fields on success in __xfs_...
2017-02-16  Darrick J. Wongxfs: verify dirblocklog correctly
2017-02-16  Christoph Hellwigxfs: fix COW writeback race
2017-02-16  Arnd Bergmannxfs: fix xfs_mode_to_ftype() prototype
2017-01-26  Eric Sandeenlibxfs: sanitize agcount on load
2017-01-26  Amir Goldsteinxfs: sanity check inode di_mode
2017-01-26  Amir Goldsteinxfs: replace xfs_mode_to_ftype table with switch statement
2017-01-26  Amir Goldsteinxfs: add missing include dependencies to xfs_dir2.h
2017-01-26  Amir Goldsteinxfs: sanity check directory inode di_size
2017-01-12  Gwendal Grignoubuild: Allow compiling xfsprogs in a cross compile...
2017-01-11  Christoph Hellwigxfs: don't rely on ->total in xfs_alloc_space_available libxfs-4.10-sync
2017-01-11  Christoph Hellwigxfs: adjust allocation length in xfs_alloc_space_available
2017-01-11  Christoph Hellwigxfs: fix bogus minleft manipulations
2017-01-11  Christoph Hellwigxfs: bump up reserved blocks in xfs_alloc_set_aside
2017-01-11  Darrick J. Wongxfs: use the actual AG length when reserving blocks
2017-01-10  Darrick J. Wongxfs: use GPF_NOFS when allocating btree cursors
2017-01-10  Eric Sandeenxfs: ignore leaf attr ichdr.count in verifier during...
2017-01-10  Dave Chinnerxfs: optimise CRC updates
2017-01-10  Dave Chinnerxfs: make xfs btree stats less huge
2017-01-10  Darrick J. Wongxfs: don't allow di_size with high bit set
2017-01-10  Darrick J. Wongxfs: error out if trying to add attrs and anextents > 0
next