summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
Commit message (Expand)AuthorAgeFilesLines
* btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba2022-12-052-3/+3
* btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba2022-12-051-1/+1
* btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana2022-12-051-10/+40
* btrfs: selftests: remove impossible inline extent at non-zero file offsetQu Wenruo2022-12-051-38/+19
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-054-0/+4
* btrfs: move fs_info::flags enum to fs.hJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-0/+1
* Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-101-1/+1
|\
| * btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-071-1/+1
* | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-031-17/+19
|\|
| * btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-021-12/+4
| * btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana2022-11-021-5/+15
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-15/+17
|\ \ | |/ |/|
| * btrfs: convert process_page_range() to use filemap_get_folios_contig()Vishal Moola (Oracle)2022-09-111-15/+17
* | btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana2022-09-291-1/+1
* | btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig2022-09-261-1/+0
* | btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik2022-09-261-4/+4
* | btrfs: unify the lock/unlock extent variantsJosef Bacik2022-09-261-3/+3
* | btrfs: remove the wake argument from clear_extent_bitsJosef Bacik2022-09-261-4/+4
* | btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik2022-09-262-12/+12
|/
* 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