summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests/btrfs-tests.c
AgeCommit message (Expand)Author
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-11-07btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik
2022-07-25btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler
2022-05-16btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-12-18btrfs: tests: initialize test inodes locationJosef Bacik
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba
2020-03-23btrfs: kill the subvol_srcuJosef Bacik
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: add a leak check for rootsJosef Bacik
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-01-23btrfs: selftests: Add support for dummy devicesNikolay Borisov
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-09-24Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-05-25vfs: Convert btrfs_test to use the new mount APIDavid Howells
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
2019-04-29btrfs: qgroup: remove obsolete fs_info membersDavid Sterba
2019-04-29btrfs: tests: add table of most common errorsDavid Sterba
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo
2018-12-17btrfs: Adjust loop in free_extent_bufferNikolay Borisov
2018-12-17btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-26btrfs: remove redundant check on ret and gotoColin Ian King
2018-01-22Btrfs: add extent map selftestsLiu Bo
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney