]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_rmap.c
xfs: fix transaction leak on remote attr set/remove failure
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_rmap.c
2018-10-05  Darrick J. Wongxfs: trivial xfs_btree_del_cursor cleanups
2018-10-05  Darrick J. Wongxfs: don't assume a left rmap when allocating a new...
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Dave Chinnerxfs: validate btree records on retrieval
2018-06-28  Darrick J. Wongxfs: add repair helpers for the reverse mapping btree
2018-06-28  Darrick J. Wongxfs: add missing rmap error return
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  Darrick J. Wongxfs: add scrub cross-referencing helpers for the rmap...
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2018-01-03  Darrick J. Wongxfs: only skip rmap owner checks for unknown-owner... libxfs-4.15-sync
2018-01-03  Darrick J. Wongxfs: always honor OWN_UNKNOWN rmap removal requests
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-07-31  Darrick J. Wongxfs: remove unneeded parameter from XFS_TEST_ERROR
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: implement the GETFSMAP ioctl
2017-05-11  Darrick J. Wongxfs: create a function to query all records in a btree
2016-10-25  Darrick J. Wongxfs: convert unwritten status of reverse mappings for...
2016-10-25  Darrick J. Wongxfs: use interval query for rmap alloc operations on...
2016-10-25  Darrick J. Wongxfs: introduce the CoW fork
2016-08-10  Darrick J. Wongxfs: propagate bmap updates to rmapbt
2016-08-10  Darrick J. Wongxfs: add rmap btree insert and delete helpers
2016-08-10  Darrick J. Wongxfs: convert unwritten status of reverse mappings
2016-08-10  Darrick J. Wongxfs: remove an extent from the rmap btree
2016-08-10  Darrick J. Wongxfs: add an extent to the rmap btree
2016-08-10  Darrick J. Wongxfs: teach rmapbt to support interval queries
2016-08-10  Darrick J. Wongxfs: add rmap btree operations
2016-08-10  Darrick J. Wongxfs: introduce rmap extent operation stubs