summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/btrfs-tests.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use btrfs_is_testing() everywhereDavid Sterba13 days1-2/+1
* btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba2023-12-151-1/+1
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-151-1/+2
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba2022-12-051-1/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-0/+1
* btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-071-1/+1
* btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik2022-09-261-1/+1
* btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana2022-07-251-0/+1
* Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba2022-07-151-3/+19
* Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba2022-07-151-1/+1
* btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler2022-05-161-1/+1
* btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler2022-05-161-19/+3
* btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik2022-01-031-0/+1
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* btrfs: tests: initialize test inodes locationJosef Bacik2020-12-181-2/+8
* btrfs: load free space cache into a temporary ctlJosef Bacik2020-12-081-1/+1
* btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba2020-12-081-0/+1
* btrfs: kill the subvol_srcuJosef Bacik2020-03-231-9/+0
* btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-231-4/+1
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-1/+1
* btrfs: add a leak check for rootsJosef Bacik2020-03-231-0/+1
* btrfs: make the init of static elements in fs_info separateJosef Bacik2020-03-231-23/+4
* btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik2020-03-231-1/+1
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-01-311-1/+0
* btrfs: selftests: Add support for dummy devicesNikolay Borisov2020-01-231-0/+29
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-3/+3
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-3/+2
* Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* vfs: Convert btrfs_test to use the new mount APIDavid Howells2019-05-251-6/+9
* mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
* btrfs: qgroup: remove obsolete fs_info membersDavid Sterba2019-04-291-1/+0
* btrfs: tests: add table of most common errorsDavid Sterba2019-04-291-0/+10
* btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo2019-04-291-2/+4
* btrfs: Introduce fs_info to extent_io_treeQu Wenruo2019-04-291-2/+2
* btrfs: Adjust loop in free_extent_bufferNikolay Borisov2018-12-171-2/+0
* btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov2018-12-171-1/+5
* btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov2018-05-281-1/+3
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: remove redundant check on ret and gotoColin Ian King2018-03-261-2/+1
* Btrfs: add extent map selftestsLiu Bo2018-01-221-0/+3
* btrfs: remove unused sectorsize memberNikolay Borisov2017-08-161-1/+0
* btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba2017-04-181-1/+0
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-4/+9
|\
| * btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-4/+9
* | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-1/+1
* | btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox2016-12-141-0/+1
|/
* btrfs: tests, require fs_info for rootJeff Mahoney2016-07-261-3/+17
* btrfs: tests, move initialization into tests/Jeff Mahoney2016-07-261-2/+45