]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_rtbitmap.c
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_rtbitmap.c
2024-02-15  Omar Sandovalxfs: invert the realtime summary cache
2024-02-15  Darrick J. Wongxfs: simplify rt bitmap/summary block accessor functions
2024-02-15  Darrick J. Wongxfs: simplify xfs_rtbuf_get calling conventions
2024-02-15  Omar Sandovalxfs: cache last bitmap block in realtime allocator
2024-02-15  Dave Chinnerxfs: consolidate realtime allocation arguments
2024-02-15  Darrick J. Wongxfs: use accessor functions for summary info words
2024-02-15  Darrick J. Wongxfs: create helpers for rtsummary block/wordcount compu...
2024-02-15  Darrick J. Wongxfs: use accessor functions for bitmap words
2024-02-15  Darrick J. Wongxfs: create a helper to handle logging parts of rt...
2024-02-15  Darrick J. Wongxfs: create helpers for rtbitmap block/wordcount comput...
2024-02-15  Jeff Laytonxfs: convert to new timestamp accessors
2024-02-15  Darrick J. Wongxfs: convert rt summary macros to helpers
2024-02-15  Darrick J. Wongxfs: convert open-coded xfs_rtword_t pointer accesses...
2024-02-15  Darrick J. Wongxfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
2024-02-15  Darrick J. Wongxfs: convert the rtbitmap block and bit macros to stati...
2024-02-15  Darrick J. Wongxfs: create helpers to convert rt block numbers to...
2024-02-15  Darrick J. Wongxfs: convert rt extent numbers to xfs_rtxnum_t
2024-02-15  Darrick J. Wongxfs: convert rt bitmap/summary block numbers to xfs_fil...
2024-02-15  Darrick J. Wongxfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt...
2024-02-15  Darrick J. Wongxfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
2024-02-15  Darrick J. Wongxfs: hoist freeing of rt data fork extent mappings
2022-06-22  Darrick J. Wongxfs: pass explicit mount pointer to rtalloc query functions
2022-01-31  Darrick J. Wongxfs: make xfs_rtalloc_query_range input parameters...
2021-06-30  Christoph Hellwigxfs: move the di_flags field to struct xfs_inode
2021-01-07  Dave Chinnerxfs: remove xfs_buf_t typedef libxfs-5.11-sync
2020-11-12  Darrick J. Wongxfs: fix high key handling in the rt allocator's query_...
2020-09-04  Darrick J. Wongxfs: rename xfs_bmap_is_real_extent to is_written_extent
2020-08-10  Christoph Hellwigxfs: xfs_bmapi_read doesn't take a fork id as the last...
2020-01-22  Darrick J. Wongxfs: convert open coded corruption check to use XFS_IS_...
2020-01-22  Darrick J. Wongxfs: always log corruption errors
2019-08-28  Eric Sandeenxfs: remove unused header files
2019-02-27  Omar Sandovalxfs: cache minimum realtime summary level
2018-07-05  Darrick J. Wongxfs: fix off-by-one error in xfs_rtalloc_query_range
2018-06-28  Dave Chinnerxfs: move various type verifiers to common file
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Darrick J. Wongxfs: fix xfs_rtalloc_rec units
2018-06-28  Darrick J. Wongxfs: strengthen rtalloc query range checks
2018-06-28  Darrick J. Wongxfs: xfs_rtbuf_get should check the bmapi_read results
2018-02-27  Darrick J. Wongxfs: cross-reference the realtime bitmap
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Colin Ian Kingxfs: remove redundant assignment to variable bit
2017-11-17  Darrick J. Wongxfs: create block pointer check functions
2017-07-31  Darrick J. Wongxfs: export various function for the online scrubber
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-05-11  Darrick J. Wongxfs: add a couple of queries to iterate free extents...
2016-08-10  Eric Sandeenxfs: make several functions static
2016-05-10  Dave ChinnerMerge branch 'progs-misc-fixes-for-4.6' into for-master
2016-05-10  Dave ChinnerMerge branch 'libxfs-4.6-sync' into for-master
2016-02-17  Dave Chinnerxfs: remove timestamps from incore inode
2016-02-17  Dave Chinnerxfs: RT bitmap and summary buffers need verifiers
2016-02-17  Dave Chinnerxfs: RT bitmap and summary buffers are not typed
2015-12-20  Jan Tulakxfsprogs: Remove trailing blanks on various places
2015-07-30  Dave Chinnerlibxfs: disambiguate xfs.h
2015-07-30  Dave Chinnerlibxfs: directly include libxfs headers
2015-07-30  Dave Chinnerlibxfs: update to match 3.19-rc1 kernel code
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2013-11-13  Dave Chinnerlibxfs: xfs_rtalloc.c becomes xfs_rtbitmap.c