summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorFilesLines
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba1-3/+19
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba1-1/+1
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler1-1/+1
2022-05-16btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler1-19/+3
2022-03-14btrfs: assert we have a write lock when removing and replacing extent mapsFilipe Manana1-0/+2
2022-01-07btrfs: selftests: dump extent io tree if extent-io-tree test failedQu Wenruo1-0/+52
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik4-3/+13
2022-01-03btrfs: stop accessing ->free_space_root directlyJosef Bacik1-1/+1
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik2-2/+2
2022-01-03btrfs: add self test for bytes_index free space cacheJosef Bacik1-0/+181
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-5/+5
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik1-12/+5
2021-10-26btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo1-6/+6
2021-10-26btrfs: unexport setup_items_for_insert()Filipe Manana2-3/+3
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana2-3/+3
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana1-20/+10
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana1-10/+10
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-18btrfs: tests: initialize test inodes locationJosef Bacik2-11/+8
2020-12-09btrfs: remove recalc_thresholds from free space opsDavid Sterba1-1/+0
2020-12-08btrfs: tests: remove invalid extent-io testQu Wenruo1-15/+11
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik1-1/+1
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-4/+0
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba1-0/+1
2020-11-14btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana1-4/+8
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov1-1/+0
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov2-3/+3
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov2-6/+3
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov1-7/+7
2020-07-27btrfs: tests: remove if duplicate in __check_free_space_extents()Denis Efremov1-2/+0
2020-03-23btrfs: kill the subvol_srcuJosef Bacik1-9/+0
2020-03-23btrfs: don't take an extra root ref at allocation timeJosef Bacik1-0/+2
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik1-4/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-1/+1
2020-03-23btrfs: add a leak check for rootsJosef Bacik1-0/+1
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik1-23/+4
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik1-1/+1
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov1-0/+9
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana1-1/+0
2020-01-23btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov1-1/+153
2020-01-23btrfs: selftests: Add support for dummy devicesNikolay Borisov2-0/+30
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-23/+21
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2-4/+4
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba4-26/+25
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba2-46/+34
2019-09-24Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana1-1/+7
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval1-8/+4