aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorFilesLines
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENGravatar Qu Wenruo 1-1/+0
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-1/+1
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockGravatar Christoph Hellwig 1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 1-1/+1
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initGravatar David Sterba 2-3/+3
2022-12-05btrfs: convert btrfs_block_group::needs_free_space to runtime flagGravatar David Sterba 1-1/+1
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsGravatar Filipe Manana 1-10/+40
2022-12-05btrfs: selftests: remove impossible inline extent at non-zero file offsetGravatar Qu Wenruo 1-38/+19
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 4-0/+4
2022-12-05btrfs: move fs_info::flags enum to fs.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hGravatar Josef Bacik 1-0/+1
2022-11-10Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2022-11-07btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Gravatar Zhang Xiaoxu 1-1/+1
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-17/+19
2022-11-02btrfs: remove pointless and double ulist frees in error paths of qgroup testsGravatar Filipe Manana 1-12/+4
2022-11-02btrfs: fix ulist leaks in error paths of qgroup self testsGravatar Filipe Manana 1-5/+15
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-15/+17
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cGravatar Filipe Manana 1-1/+1
2022-09-26btrfs: stop tracking failed reads in the I/O treeGravatar Christoph Hellwig 1-1/+0
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSGravatar Josef Bacik 1-4/+4
2022-09-26btrfs: unify the lock/unlock extent variantsGravatar Josef Bacik 1-3/+3
2022-09-26btrfs: remove the wake argument from clear_extent_bitsGravatar Josef Bacik 1-4/+4
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantGravatar Josef Bacik 2-12/+12
2022-09-11btrfs: convert process_page_range() to use filemap_get_folios_contig()Gravatar Vishal Moola (Oracle) 1-15/+17
2022-07-25btrfs: add optimized btrfs_ino() version for 64 bits systemsGravatar Filipe Manana 1-0/+1
2022-07-25btrfs: clean up chained assignmentsGravatar David Sterba 1-1/+2
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"Gravatar David Sterba 1-3/+19
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"Gravatar David Sterba 1-1/+1
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGravatar Gabriel Niebler 1-1/+1
2022-05-16btrfs: turn fs_info member buffer_radix into XArrayGravatar Gabriel Niebler 1-19/+3
2022-03-14btrfs: assert we have a write lock when removing and replacing extent mapsGravatar Filipe Manana 1-0/+2
2022-01-07btrfs: selftests: dump extent io tree if extent-io-tree test failedGravatar Qu Wenruo 1-0/+52
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeGravatar Josef Bacik 4-3/+13
2022-01-03btrfs: stop accessing ->free_space_root directlyGravatar Josef Bacik 1-1/+1
2022-01-03btrfs: stop accessing ->extent_root directlyGravatar Josef Bacik 2-2/+2
2022-01-03btrfs: add self test for bytes_index free space cacheGravatar Josef Bacik 1-0/+181
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-5/+5
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereGravatar Josef Bacik 1-12/+5
2021-10-26btrfs: subpage: avoid potential deadlock with compression and delallocGravatar Qu Wenruo 1-6/+6
2021-10-26btrfs: unexport setup_items_for_insert()Gravatar Filipe Manana 2-3/+3
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchGravatar Filipe Manana 2-3/+3
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Gravatar Filipe Manana 1-20/+10
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingGravatar Filipe Manana 1-10/+10
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceGravatar Naohiro Aota 1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-12-18btrfs: tests: initialize test inodes locationGravatar Josef Bacik 2-11/+8
2020-12-09btrfs: remove recalc_thresholds from free space opsGravatar David Sterba 1-1/+0
2020-12-08btrfs: tests: remove invalid extent-io testGravatar Qu Wenruo 1-15/+11