| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-08 | btrfs: remove op field from struct btrfs_free_space_ctl | Filipe Manana | 2 | -14/+11 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2026-04-07 | btrfs: replace kcalloc() calls to kzalloc_objs() | Miquel Sabaté Solà | 1 | -1/+1 |
| 2026-04-07 | btrfs: tests: zoned: add tests cases for zoned code | Naohiro Aota | 3 | -0/+688 |
| 2026-04-05 | folio_batch: rename pagevec.h to folio_batch.h | Tal Zussman | 1 | -1/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -6/+6 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -11/+8 |
| 2026-02-03 | btrfs: tests: add cleanup functions for test specific functions | Naohiro Aota | 1 | -0/+6 |
| 2026-02-03 | btrfs: tests: add unit tests for pending extent walking functions | Boris Burkov | 3 | -0/+480 |
| 2026-02-03 | btrfs: tests: prepare extent map tests for strict alignment checks | Qu Wenruo | 1 | -5/+11 |
| 2026-02-03 | btrfs: tests: remove invalid file extent map tests | Qu Wenruo | 1 | -47/+49 |
| 2026-02-03 | btrfs: use the btrfs_extent_map_end() helper everywhere | Filipe Manana | 1 | -16/+16 |
| 2026-02-03 | btrfs: use the btrfs_block_group_end() helper everywhere | Filipe Manana | 1 | -2/+2 |
| 2026-01-09 | btrfs: tests: fix return 0 on rmap test failure | Naohiro Aota | 1 | -0/+3 |
| 2026-01-09 | btrfs: tests: fix root tree leak in btrfs_test_qgroups() | Zilin Guan | 1 | -3/+3 |
| 2025-12-08 | btrfs: tests: fix double btrfs_path free in remove_extent_ref() | Dan Carpenter | 1 | -1/+0 |
| 2025-11-24 | btrfs: tests: do trivial BTRFS_PATH_AUTO_FREE conversions | Sun YangKai | 1 | -12/+4 |
| 2025-11-24 | btrfs: apply the AUTO_K(V)FREE macros throughout the code | Miquel Sabaté Solà | 2 | -6/+3 |
| 2025-09-23 | btrfs: fix typos in comments and strings | David Sterba | 2 | -3/+3 |
| 2025-07-22 | btrfs: remove btrfs_clear_extent_bits() | Filipe Manana | 2 | -14/+14 |
| 2025-07-21 | btrfs: use pgoff_t for page index variables | David Sterba | 1 | -4/+3 |
| 2025-07-21 | btrfs: add btrfs prefix to free space tree exported functions | Filipe Manana | 1 | -48/+45 |
| 2025-07-21 | btrfs: make extent_buffer_test_bit() return a boolean instead | Filipe Manana | 1 | -7/+7 |
| 2025-07-21 | btrfs: tree-log: add and rename extent bits for dirty_log_pages tree | David Sterba | 1 | -1/+2 |
| 2025-05-15 | btrfs: convert the buffer_radix to an xarray | Josef Bacik | 1 | -20/+8 |
| 2025-05-15 | btrfs: use unsigned types for constants defined as bit shifts | David Sterba | 1 | -3/+3 |
| 2025-05-15 | btrfs: rename remaining exported extent map functions | Filipe Manana | 1 | -6/+6 |
| 2025-05-15 | btrfs: rename functions to allocate and free extent maps | Filipe Manana | 2 | -58/+58 |
| 2025-05-15 | btrfs: rename extent map functions to get block start, end and check if in tree | Filipe Manana | 2 | -20/+21 |
| 2025-05-15 | btrfs: rename exported extent map compression functions | Filipe Manana | 1 | -6/+6 |
| 2025-05-15 | btrfs: rename the functions to init and release an extent io tree | Filipe Manana | 2 | -4/+4 |
| 2025-05-15 | btrfs: rename the functions to search for bits in extent ranges | Filipe Manana | 1 | -12/+12 |
| 2025-05-15 | btrfs: rename set_extent_bit() to include a btrfs prefix | Filipe Manana | 1 | -8/+8 |
| 2025-05-15 | btrfs: rename the functions to clear bits for an extent range | Filipe Manana | 2 | -14/+14 |
| 2025-05-15 | btrfs: add btrfs prefix to main lock, try lock and unlock extent functions | Filipe Manana | 1 | -3/+3 |
| 2025-05-15 | btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible | Filipe Manana | 1 | -12/+12 |
| 2025-05-15 | btrfs: remove EXTENT_UPTODATE io tree flag | Filipe Manana | 1 | -1/+0 |
| 2025-05-15 | btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree | Filipe Manana | 1 | -8/+4 |
| 2025-03-18 | btrfs: tests: fix chunk map leak after failure to add it to the tree | Filipe Manana | 1 | -0/+1 |
| 2025-03-18 | btrfs: merge alloc_dummy_extent_buffer() helpers | David Sterba | 1 | -3/+3 |
| 2025-03-18 | btrfs: don't pass nodesize to __alloc_extent_buffer() | David Sterba | 1 | -3/+3 |
| 2025-02-17 | btrfs: selftests: fix btrfs_test_delayed_refs() leak of transaction | David Disseldorp | 1 | -0/+1 |
| 2025-01-14 | btrfs: selftests: add a selftest for deleting two out of three extents | Johannes Thumshirn | 1 | -0/+144 |
| 2025-01-14 | btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents | Johannes Thumshirn | 1 | -0/+183 |
| 2025-01-14 | btrfs: selftests: add selftest for punching holes into the RAID stripe extents | Johannes Thumshirn | 1 | -0/+140 |
| 2025-01-14 | btrfs: selftests: test RAID stripe-tree deletion spanning two items | Johannes Thumshirn | 1 | -0/+144 |
| 2025-01-14 | btrfs: selftests: don't split RAID extents in half | Johannes Thumshirn | 1 | -16/+28 |
| 2025-01-14 | btrfs: selftests: check for correct return value of failed lookup | Johannes Thumshirn | 1 | -1/+1 |
| 2025-01-14 | btrfs: selftests: correct RAID stripe-tree feature flag setting | Johannes Thumshirn | 1 | -2/+2 |
| 2025-01-13 | btrfs: selftests: add delayed ref self test cases | Josef Bacik | 3 | -0/+1039 |
| 2024-11-11 | btrfs: tests: implement case for partial RAID stripe-tree delete | Johannes Thumshirn | 1 | -0/+221 |
| 2024-11-11 | btrfs: tests: add selftests for raid-stripe-tree | Johannes Thumshirn | 3 | -0/+323 |
| 2024-09-10 | btrfs: convert find_lock_delalloc_range() to use a folio | Josef Bacik | 1 | -5/+5 |
| 2024-07-25 | btrfs: fix corrupt read due to bad offset of a compressed extent map | Filipe Manana | 1 | -0/+99 |
| 2024-07-11 | btrfs: remove extent_map::block_start member | Qu Wenruo | 2 | -80/+66 |
| 2024-07-11 | btrfs: remove extent_map::block_len member | Qu Wenruo | 1 | -28/+13 |
| 2024-07-11 | btrfs: remove extent_map::orig_start member | Qu Wenruo | 2 | -57/+36 |
| 2024-07-11 | btrfs: introduce extra sanity checks for extent maps | Qu Wenruo | 2 | -2/+56 |
| 2024-07-11 | btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree | Filipe Manana | 1 | -3/+3 |
| 2024-07-11 | btrfs: rename rb_root member of extent_map_tree from map to root | Filipe Manana | 1 | -3/+3 |
| 2024-07-11 | btrfs: remove objectid from struct btrfs_inode on 64 bits platforms | Filipe Manana | 1 | -2/+1 |
| 2024-07-11 | btrfs: remove location key from struct btrfs_inode | Filipe Manana | 1 | -3/+1 |
| 2024-05-07 | btrfs: use btrfs_is_testing() everywhere | David Sterba | 1 | -2/+1 |
| 2024-05-07 | btrfs: pass the extent map tree's inode to remove_extent_mapping() | Filipe Manana | 1 | -9/+10 |
| 2024-05-07 | btrfs: tests: error out on unexpected extent map reference count | Filipe Manana | 1 | -8/+35 |
| 2024-05-07 | btrfs: pass an inode to btrfs_add_extent_mapping() | Filipe Manana | 1 | -88/+86 |
| 2024-04-18 | btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() | Qu Wenruo | 1 | -0/+5 |
| 2024-03-04 | btrfs: tests: allocate dummy fs_info and root in test_find_delalloc() | David Sterba | 1 | -4/+24 |
| 2024-03-04 | btrfs: remove the pg_offset parameter from btrfs_get_extent() | Qu Wenruo | 1 | -20/+20 |
| 2023-12-15 | btrfs: migrate extent_buffer::pages[] to folio | Qu Wenruo | 1 | -2/+2 |
| 2023-12-15 | btrfs: use the flags of an extent map to identify the compression type | Filipe Manana | 2 | -32/+32 |
| 2023-12-15 | btrfs: unexport add_extent_mapping() | Filipe Manana | 1 | -22/+23 |
| 2023-12-15 | btrfs: tests: print all values as decimal in messages for extent map tests | Filipe Manana | 1 | -7/+7 |
| 2023-12-15 | btrfs: tests: do not ignore NULL extent maps for extent maps tests | Filipe Manana | 1 | -10/+30 |
| 2023-12-15 | btrfs: tests: fix error messages for test case 4 of extent map tests | Filipe Manana | 1 | -2/+2 |
| 2023-12-15 | btrfs: always set extent_io_tree::inode and drop fs_info | David Sterba | 1 | -1/+1 |
| 2023-12-15 | btrfs: use a dedicated data structure for chunk maps | Filipe Manana | 3 | -31/+13 |
| 2023-10-12 | btrfs: abort transaction on generation mismatch when marking eb as dirty | Filipe Manana | 2 | -3/+15 |
| 2023-08-21 | btrfs: tests: test invalid splitting when skipping pinned drop extent_map | Josef Bacik | 1 | -0/+138 |
| 2023-08-21 | btrfs: tests: add a test for btrfs_add_extent_mapping | Josef Bacik | 1 | -0/+56 |
| 2023-08-21 | btrfs: tests: add extent_map tests for dropping with odd layouts | Josef Bacik | 1 | -0/+218 |
| 2023-08-21 | btrfs: tests: add self tests for extent buffer memory operations | Qu Wenruo | 1 | -0/+144 |
| 2023-08-21 | btrfs: tests: enhance extent buffer bitmap tests | Qu Wenruo | 1 | -51/+107 |
| 2023-06-19 | btrfs: drop gfp from parameter extent state helpers | David Sterba | 1 | -7/+6 |
| 2023-06-19 | btrfs: open code set_extent_bits | David Sterba | 1 | -5/+6 |
| 2023-06-19 | btrfs: open code set_extent_delalloc | David Sterba | 1 | -3/+3 |
| 2023-04-17 | btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN | Qu Wenruo | 1 | -1/+0 |
| 2023-02-20 | Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-15 | btrfs: remove the bdev argument to btrfs_rmap_block | Christoph Hellwig | 1 | -1/+1 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2022-12-05 | btrfs: drop private_data parameter from extent_io_tree_init | David Sterba | 2 | -3/+3 |
| 2022-12-05 | btrfs: convert btrfs_block_group::needs_free_space to runtime flag | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: use a structure to pass arguments to backref walking functions | Filipe Manana | 1 | -10/+40 |
| 2022-12-05 | btrfs: selftests: remove impossible inline extent at non-zero file offset | Qu Wenruo | 1 | -38/+19 |
| 2022-12-05 | btrfs: move accessor helpers into accessors.h | Josef Bacik | 4 | -0/+4 |
| 2022-12-05 | btrfs: move fs_info::flags enum to fs.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h | Josef Bacik | 1 | -0/+1 |
| 2022-11-10 | Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2022-11-07 | btrfs: selftests: fix wrong error check in btrfs_free_dummy_root() | Zhang Xiaoxu | 1 | -1/+1 |
| 2022-11-03 | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -17/+19 |
| 2022-11-02 | btrfs: remove pointless and double ulist frees in error paths of qgroup tests | Filipe Manana | 1 | -12/+4 |
| 2022-11-02 | btrfs: fix ulist leaks in error paths of qgroup self tests | Filipe Manana | 1 | -5/+15 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -15/+17 |
| 2022-09-29 | btrfs: move btrfs_drop_extent_cache() to extent_map.c | Filipe Manana | 1 | -1/+1 |
| 2022-09-26 | btrfs: stop tracking failed reads in the I/O tree | Christoph Hellwig | 1 | -1/+0 |
| 2022-09-26 | btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS | Josef Bacik | 1 | -4/+4 |
| 2022-09-26 | btrfs: unify the lock/unlock extent variants | Josef Bacik | 1 | -3/+3 |
| 2022-09-26 | btrfs: remove the wake argument from clear_extent_bits | Josef Bacik | 1 | -4/+4 |
| 2022-09-26 | btrfs: remove use btrfs_remove_free_space_cache instead of variant | Josef Bacik | 2 | -12/+12 |
| 2022-09-11 | btrfs: convert process_page_range() to use filemap_get_folios_contig() | Vishal Moola (Oracle) | 1 | -15/+17 |
| 2022-07-25 | btrfs: add optimized btrfs_ino() version for 64 bits systems | Filipe Manana | 1 | -0/+1 |
| 2022-07-25 | btrfs: clean up chained assignments | David Sterba | 1 | -1/+2 |
| 2022-07-15 | Revert "btrfs: turn fs_info member buffer_radix into XArray" | David Sterba | 1 | -3/+19 |
| 2022-07-15 | Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray" | David Sterba | 1 | -1/+1 |
| 2022-05-16 | btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray | Gabriel Niebler | 1 | -1/+1 |
| 2022-05-16 | btrfs: turn fs_info member buffer_radix into XArray | Gabriel Niebler | 1 | -19/+3 |
| 2022-03-14 | btrfs: assert we have a write lock when removing and replacing extent maps | Filipe Manana | 1 | -0/+2 |
| 2022-01-07 | btrfs: selftests: dump extent io tree if extent-io-tree test failed | Qu Wenruo | 1 | -0/+52 |
| 2022-01-03 | btrfs: track the csum, extent, and free space trees in a rb tree | Josef Bacik | 4 | -3/+13 |
| 2022-01-03 | btrfs: stop accessing ->free_space_root directly | Josef Bacik | 1 | -1/+1 |
| 2022-01-03 | btrfs: stop accessing ->extent_root directly | Josef Bacik | 2 | -2/+2 |
| 2022-01-03 | btrfs: add self test for bytes_index free space cache | Josef Bacik | 1 | -0/+181 |
| 2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik | 1 | -5/+5 |
| 2022-01-03 | btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere | Josef Bacik | 1 | -12/+5 |
| 2021-10-26 | btrfs: subpage: avoid potential deadlock with compression and delalloc | Qu Wenruo | 1 | -6/+6 |
| 2021-10-26 | btrfs: unexport setup_items_for_insert() | Filipe Manana | 2 | -3/+3 |
| 2021-10-26 | btrfs: loop only once over data sizes array when inserting an item batch | Filipe Manana | 2 | -3/+3 |
| 2021-08-23 | btrfs: remove ignore_offset argument from btrfs_find_all_roots() | Filipe Manana | 1 | -20/+10 |
| 2021-07-22 | btrfs: fix lock inversion problem when doing qgroup extent tracing | Filipe Manana | 1 | -10/+10 |
| 2021-06-22 | btrfs: fix typos in comments | David Sterba | 1 | -1/+1 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2021-02-09 | btrfs: extend btrfs_rmap_block for specifying a device | Naohiro Aota | 1 | -1/+1 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
| 2020-12-18 | btrfs: tests: initialize test inodes location | Josef Bacik | 2 | -11/+8 |
| 2020-12-09 | btrfs: remove recalc_thresholds from free space ops | David Sterba | 1 | -1/+0 |
| 2020-12-08 | btrfs: tests: remove invalid extent-io test | Qu Wenruo | 1 | -15/+11 |
| 2020-12-08 | btrfs: load free space cache into a temporary ctl | Josef Bacik | 1 | -1/+1 |
| 2020-12-08 | btrfs: locking: rip out path->leave_spinning | Josef Bacik | 1 | -4/+0 |
| 2020-12-08 | btrfs: use precalculated sectorsize_bits from fs_info | David Sterba | 1 | -0/+1 |
| 2020-11-13 | btrfs: fix missing delalloc new bit for new delalloc ranges | Filipe Manana | 1 | -4/+8 |
| 2020-10-07 | btrfs: remove struct extent_io_ops | Nikolay Borisov | 1 | -1/+0 |
| 2020-10-07 | btrfs: sink total_data parameter in setup_items_for_insert | Nikolay Borisov | 2 | -3/+3 |
| 2020-10-07 | btrfs: eliminate total_size parameter from setup_items_for_insert | Nikolay Borisov | 2 | -6/+3 |
| 2020-07-27 | btrfs: make btrfs_set_extent_delalloc take btrfs_inode | Nikolay Borisov | 1 | -7/+7 |
| 2020-07-27 | btrfs: tests: remove if duplicate in __check_free_space_extents() | Denis Efremov | 1 | -2/+0 |
| 2020-03-23 | btrfs: kill the subvol_srcu | Josef Bacik | 1 | -9/+0 |
| 2020-03-23 | btrfs: don't take an extra root ref at allocation time | Josef Bacik | 1 | -0/+2 |
| 2020-03-23 | btrfs: move the root freeing stuff into btrfs_put_root | Josef Bacik | 1 | -4/+1 |
| 2020-03-23 | btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root | Josef Bacik | 1 | -1/+1 |
| 2020-03-23 | btrfs: add a leak check for roots | Josef Bacik | 1 | -0/+1 |
| 2020-03-23 | btrfs: make the init of static elements in fs_info separate | Josef Bacik | 1 | -23/+4 |
| 2020-03-23 | btrfs: use btrfs_put_fs_root to free roots always | Josef Bacik | 1 | -1/+1 |
| 2020-01-31 | btrfs: Correctly handle empty trees in find_first_clear_extent_bit | Nikolay Borisov | 1 | -0/+9 |
| 2020-01-31 | Btrfs: fix race between adding and putting tree mod seq elements and nodes | Filipe Manana | 1 | -1/+0 |
| 2020-01-23 | btrfs: Add self-tests for btrfs_rmap_block | Nikolay Borisov | 1 | -1/+153 |
| 2020-01-23 | btrfs: selftests: Add support for dummy devices | Nikolay Borisov | 2 | -0/+30 |
| 2020-01-20 | btrfs: drop create parameter to btrfs_get_extent() | Omar Sandoval | 1 | -23/+21 |
| 2019-12-13 | btrfs: return error pointer from alloc_test_extent_buffer | Dan Carpenter | 2 | -4/+4 |
| 2019-11-18 | btrfs: rename btrfs_block_group_cache | David Sterba | 4 | -26/+25 |
| 2019-11-18 | btrfs: add dedicated members for start and length of a block group | David Sterba | 2 | -46/+34 |
| 2019-09-24 | Btrfs: fix selftests failure due to uninitialized i_mode in test inodes | Filipe Manana | 1 | -1/+7 |
| 2019-09-09 | btrfs: stop clearing EXTENT_DIRTY in inode I/O tree | Omar Sandoval | 1 | -8/+4 |
| 2019-09-09 | Btrfs: make test_find_first_clear_extent_bit fail on incorrect results | Filipe Manana | 1 | -7/+22 |
| 2019-09-09 | Btrfs: fix memory leaks in the test test_find_first_clear_extent_bit | Filipe Manana | 1 | -0/+2 |
| 2019-09-09 | btrfs: move basic block_group definitions to their own header | Josef Bacik | 3 | -0/+3 |
| 2019-09-09 | btrfs: Remove leftover of in-band dedupe | Nikolay Borisov | 1 | -6/+6 |
| 2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -6/+9 |
| 2019-07-04 | btrfs: Evaluate io_tree in find_lock_delalloc_range() | Goldwyn Rodrigues | 1 | -14/+16 |
| 2019-07-01 | btrfs: tests: add locks around add_extent_mapping | David Sterba | 1 | -0/+22 |
| 2019-07-01 | btrfs: Don't trim returned range based on input value in find_first_clear_ext... | Nikolay Borisov | 1 | -0/+87 |
| 2019-05-25 | vfs: Convert btrfs_test to use the new mount API | David Howells | 1 | -6/+9 |
| 2019-05-25 | mount_pseudo(): drop 'name' argument, switch to d_make_root() | Al Viro | 1 | -1/+1 |
| 2019-05-07 | Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 9 | -120/+249 |
| 2019-04-29 | btrfs: get fs_info from block group in search_free_space_info | David Sterba | 1 | -2/+2 |
| 2019-04-29 | btrfs: inode: Verify inode mode to avoid NULL pointer dereference | Qu Wenruo | 1 | -0/+1 |
| 2019-04-29 | btrfs: qgroup: remove obsolete fs_info members | David Sterba | 1 | -1/+0 |
| 2019-04-29 | btrfs: tests: unify messages when tests start | David Sterba | 3 | -6/+11 |
| 2019-04-29 | btrfs: tests: drop messages when some tests finish | David Sterba | 2 | -2/+0 |
| 2019-04-29 | btrfs: tests: fix comments about tested extent map ranges | David Sterba | 1 | -2/+2 |
| 2019-04-29 | btrfs: tests: use SZ_ constants everywhere | David Sterba | 1 | -3/+3 |
| 2019-04-29 | btrfs: tests: use standard error message after extent map allocation failure | David Sterba | 1 | -4/+19 |
| 2019-04-29 | btrfs: tests: return error from all extent map test cases | David Sterba | 1 | -12/+32 |
| 2019-04-29 | btrfs: tests: return errors from extent map test case 4 | David Sterba | 1 | -7/+14 |
| 2019-04-29 | btrfs: tests: return errors from extent map test case 3 | David Sterba | 1 | -5/+10 |
| 2019-04-29 | btrfs: tests: return errors from extent map test case 2 | David Sterba | 1 | -6/+14 |
| 2019-04-29 | btrfs: tests: return errors from extent map test case 1 | David Sterba | 1 | -6/+14 |
| 2019-04-29 | btrfs: tests: return errors from extent map tests | David Sterba | 1 | -22/+46 |
| 2019-04-29 | btrfs: tests: properly initialize fs_info of extent buffer | David Sterba | 1 | -1/+1 |
| 2019-04-29 | btrfs: tests: use standard error message after block group allocation failure | David Sterba | 2 | -2/+2 |
| 2019-04-29 | btrfs: tests: use standard error message after inode allocation failure | David Sterba | 2 | -4/+4 |
| 2019-04-29 | btrfs: tests: use standard error message after path allocation failure | David Sterba | 3 | -6/+6 |
| 2019-04-29 | btrfs: tests: use standard error message after extent buffer allocation failure | David Sterba | 4 | -6/+6 |
| 2019-04-29 | btrfs: tests: use standard error message after root allocation failure | David Sterba | 5 | -8/+9 |
| 2019-04-29 | btrfs: tests: use standard error message after fs_info allocation failure | David Sterba | 7 | -10/+11 |
| 2019-04-29 | btrfs: tests: add table of most common errors | David Sterba | 2 | -0/+24 |
| 2019-04-29 | btrfs: tests: print file:line for error messages | David Sterba | 1 | -1/+2 |
| 2019-04-29 | btrfs: tests: don't leak fs_info in extent_io bitmap tests | David Sterba | 1 | -7/+9 |
| 2019-04-29 | btrfs: tests: handle fs_info allocation failure in extent_io tests | David Sterba | 1 | -0/+4 |
| 2019-04-29 | btrfs: Introduce extent_io_tree::owner to distinguish different io_trees | Qu Wenruo | 2 | -3/+9 |