summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)Author
2022-01-03btrfs: stop accessing ->free_space_root directlyJosef Bacik
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2022-01-03btrfs: add self test for bytes_index free space cacheJosef Bacik
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik
2021-10-26btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo
2021-10-26btrfs: unexport setup_items_for_insert()Filipe Manana
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-12-18btrfs: tests: initialize test inodes locationJosef Bacik
2020-12-09btrfs: remove recalc_thresholds from free space opsDavid Sterba
2020-12-08btrfs: tests: remove invalid extent-io testQu Wenruo
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba
2020-11-13btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov
2020-07-27btrfs: tests: remove if duplicate in __check_free_space_extents()Denis Efremov
2020-03-23btrfs: kill the subvol_srcuJosef Bacik
2020-03-23btrfs: don't take an extra root ref at allocation timeJosef 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: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-01-23btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov
2020-01-23btrfs: selftests: Add support for dummy devicesNikolay Borisov
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
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: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval
2019-09-09Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana
2019-09-09Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitFilipe Manana
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues
2019-07-01btrfs: tests: add locks around add_extent_mappingDavid Sterba