summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana2022-07-251-0/+1
* btrfs: clean up chained assignmentsDavid Sterba2022-07-251-1/+2
* 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: assert we have a write lock when removing and replacing extent mapsFilipe Manana2022-03-141-0/+2
* btrfs: selftests: dump extent io tree if extent-io-tree test failedQu Wenruo2022-01-071-0/+52
* btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik2022-01-034-3/+13
* btrfs: stop accessing ->free_space_root directlyJosef Bacik2022-01-031-1/+1
* btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-032-2/+2
* btrfs: add self test for bytes_index free space cacheJosef Bacik2022-01-031-0/+181
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-5/+5
* btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik2022-01-031-12/+5
* btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo2021-10-261-6/+6
* btrfs: unexport setup_items_for_insert()Filipe Manana2021-10-262-3/+3
* btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana2021-10-262-3/+3
* btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana2021-08-231-20/+10
* btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana2021-07-221-10/+10
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota2021-02-091-1/+1
|/
* btrfs: tests: initialize test inodes locationJosef Bacik2020-12-182-11/+8
* btrfs: remove recalc_thresholds from free space opsDavid Sterba2020-12-091-1/+0
* btrfs: tests: remove invalid extent-io testQu Wenruo2020-12-081-15/+11
* btrfs: load free space cache into a temporary ctlJosef Bacik2020-12-081-1/+1
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-4/+0
* btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba2020-12-081-0/+1
* btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana2020-11-131-4/+8
* btrfs: remove struct extent_io_opsNikolay Borisov2020-10-071-1/+0
* btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov2020-10-072-3/+3
* btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov2020-10-072-6/+3
* btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov2020-07-271-7/+7
* btrfs: tests: remove if duplicate in __check_free_space_extents()Denis Efremov2020-07-271-2/+0
* btrfs: kill the subvol_srcuJosef Bacik2020-03-231-9/+0
* btrfs: don't take an extra root ref at allocation timeJosef Bacik2020-03-231-0/+2
* 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: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2020-01-311-0/+9
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-01-311-1/+0
* btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov2020-01-231-1/+153
* btrfs: selftests: Add support for dummy devicesNikolay Borisov2020-01-232-0/+30
* btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval2020-01-201-23/+21
* btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2019-12-132-4/+4
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-184-26/+25
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-182-46/+34