]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_da_btree.c
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_da_btree.c
2022-11-21  Shida Zhangxfs: trim the mapp array accordingly in xfs_da_grow_ino...
2022-06-22  Darrick J. Wongxfs: clean up xfs_attr_node_hasname
2022-06-22  Allison Hendersonxfs: add leaf split error tag
2022-04-28  Yang Guangxfs: use swap() to make dabtree code cleaner
2022-04-28  Darrick J. Wongxfs: rename _zone variables to _cache
2022-04-28  Darrick J. Wongxfs: remove kmem_zone typedef
2022-02-03  Dave Chinnerxfs: convert bp->b_bn references to xfs_buf_daddr()
2022-01-31  Dave Chinnerxfs: convert xfs_sb_version_has checks to use mount...
2022-01-31  Dave Chinnerxfs: replace xfs_sb_version checks with feature flag...
2021-10-01  Gustavo A. R. Silvaxfs: Fix fall-through warnings for Clang
2021-06-30  Christoph Hellwigxfs: move the di_nblocks field to struct xfs_inode
2020-09-15  Carlos Maiolinoxfs: Refactor xfs_da_state_alloc() helper
2020-09-15  Carlos Maiolinoxfs: Remove kmem_zone_zalloc() usage
2020-05-01  Darrick J. Wongxfs: xfs_dabuf_map should return ENOMEM when map alloca...
2020-05-01  Darrick J. Wongxfs: add a function to deal with corrupt buffers post...
2020-04-29  Qian Caixfs: fix an undefined behaviour in _da3_path_shift
2020-03-14  Darrick J. Wongxfs: make xfs_trans_get_buf_map return an error code
2020-01-22  Christoph Hellwigxfs: remove the mappedbno argument to xfs_da_get_buf
2020-01-22  Christoph Hellwigxfs: remove the mappedbno argument to xfs_da_read_buf
2020-01-22  Christoph Hellwigxfs: split xfs_da3_node_read
2020-01-22  Christoph Hellwigxfs: remove the mappedbno argument to xfs_da_reada_buf
2020-01-22  Christoph Hellwigxfs: improve the xfs_dabuf_map calling conventions
2020-01-22  Christoph Hellwigxfs: refactor xfs_dabuf_map
2020-01-22  Christoph Hellwigxfs: simplify mappedbno handling in xfs_da_{get,read...
2020-01-22  Carlos Maiolinoxfs: Remove kmem_zone_free() wrapper
2020-01-22  Christoph Hellwigxfs: devirtualize ->m_dirnameops
2020-01-22  Darrick J. Wongxfs: convert open coded corruption check to use XFS_IS_...
2020-01-22  Christoph Hellwigxfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
2020-01-22  Christoph Hellwigxfs: devirtualize ->leaf_hdr_from_disk
2020-01-22  Christoph Hellwigxfs: move the node header size to struct xfs_da_geometry
2020-01-22  Christoph Hellwigxfs: add a btree entries pointer to struct xfs_da3_icno...
2020-01-22  Christoph Hellwigxfs: devirtualize ->node_hdr_to_disk
2020-01-22  Christoph Hellwigxfs: devirtualize ->node_hdr_from_disk
2020-01-22  Darrick J. Wongxfs: decrease indenting problems in xfs_dabuf_map
2020-01-22  Darrick J. Wongxfs: always log corruption errors
2019-12-13  Tetsuo Handafs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
2019-08-28  Darrick J. Wongxfs: remove more ondisk directory corruption asserts
2019-08-28  Eric Sandeenxfs: remove unused header files
2019-08-28  Christoph Hellwigxfs: add struct xfs_mount pointer to struct xfs_buf
2019-05-06  Darrick J. Wongxfs: fix xfs_buf magic number endian checks
2019-05-06  Brian Fosterxfs: factor xfs_da3_blkinfo verification into common...
2019-05-06  Brian Fosterxfs: miscellaneous verifier magic value fixups
2019-05-06  Brian Fosterxfs: always check magic values in on-disk byte order
2018-10-05  Darrick J. Wongxfs: check da node magic in _node_lookup_int
2018-10-05  Darrick J. Wongxfs: use a local variable for magic number in xfs_da3_n...
2018-10-05  Brian Fosterxfs: remove xfs_bunmapi() firstblock param
2018-10-05  Brian Fosterxfs: remove xfs_bmapi_write() firstblock param
2018-10-05  Brian Fosterxfs: use ->t_firstblock in xattr ops
2018-10-04  Brian Fosterxfs: remove xfs_bunmapi() dfops param
2018-10-04  Brian Fosterxfs: remove xfs_bmapi_write() dfops param
2018-10-04  Brian Fosterxfs: replace xfs_da_args->dfops accesses with ->t_dfops...
2018-06-28  Dave Chinnerxfs: clean up MIN/MAX
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Darrick J. Wongxfs: explicitly pass buffer size to xfs_corruption_error
2018-06-28  Darrick J. Wongxfs: don't return garbage buffers in xfs_da3_node_read
2018-02-27  Carlos MaiolinoSplit buffer's b_fspriv field
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
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Darrick J. Wongxfs: abort dir/attr btree operation if btree is obvious...
2017-07-31  Darrick J. Wongxfs: don't crash on unexpected holes in dir/attr btrees
2017-07-31  Darrick J. Wongxfs: return the hash value of a leaf1 directory block
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-04-04  Darrick J. Wongxfs: fail _dir_open when readahead fails
2016-08-10  Darrick J. Wongxfs: rename flist/free_list to dfops
2016-02-17  Brian Fosterxfs: swap leaf buffer into path struct atomically durin...
2016-02-09  Dave Chinnerlibxfs: directory node splitting does not have an extra...
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-09-02  Darrick J. Wonglibxfs: verifier should set buffer error when da block...
2015-08-24  Dave Chinnerxfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA...
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-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 Chinnerxfs: return is not a function
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2014-06-19  Eric Sandeenlibxfs: don't send null bp to xfs_trans_brelse()
2014-04-08  Mark Tinguelyxfsprogs: fix directory hash ordering bug
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
2013-11-13  Dave Chinnerxfs: fix node forward in xfs_node_toosmall
2013-10-17  Dave Chinnerxfs: ensure we copy buffer type in da btree root splits
2013-09-16  Dave Chinnerlibxfs: fix compile warnings
2013-09-16  Dave Chinnerlibxfs: sync xfs_da_btree.c
2013-08-06  Dave Chinnerxfs: fix da node magic number mismatches
2013-08-06  Dave Chinnerxfs: buffer type overruns blf_flags field
2013-08-06  Dave Chinnerxfs: add buffer types to directory and attribute buffers
2013-08-06  Dave Chinnerxfs: add CRCs to attr leaf blocks
2013-08-06  Dave Chinnerxfs: add CRCs to dir2/da node blocks
2013-08-06  Dave Chinnerxfs: add CRC checking to dir2 leaf blocks
2013-05-09  Dave Chinnerxfsprogs: sync code to current kernel code
2011-07-25  Dave Chinnerlibxfs: sync files with 2.6.38 kernel code
next