summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * btrfs: update comment and drop assertion in extent item lookup in find_parent...David Sterba2024-03-041-2/+4
| * btrfs: push errors up from add_async_extent()David Sterba2024-03-041-5/+8
| * btrfs: remove do_list variable at btrfs_clear_delalloc_extent()Filipe Manana2024-03-041-3/+3
| * btrfs: remove do_list variable at btrfs_set_delalloc_extent()Filipe Manana2024-03-041-2/+1
| * btrfs: use assertion instead of BUG_ON when adding/removing to delalloc listFilipe Manana2024-03-041-2/+2
| * btrfs: add lockdep assertion to remaining delalloc callbacksFilipe Manana2024-03-041-0/+4
| * btrfs: reduce inode lock critical section when setting and clearing delallocFilipe Manana2024-03-042-21/+40
| * btrfs: rename btrfs_add_delalloc_inodes() to singular formFilipe Manana2024-03-041-2/+2
| * btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode()Filipe Manana2024-03-041-0/+2
| * btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana2024-03-043-10/+9
| * btrfs: stop passing root argument to btrfs_add_delalloc_inodes()Filipe Manana2024-03-041-5/+4
| * btrfs: add forward declarations and headers, part 3David Sterba2024-03-0410-28/+151
| * btrfs: add forward declarations and headers, part 2David Sterba2024-03-0426-19/+206
| * btrfs: add forward declarations and headers, part 1David Sterba2024-03-0429-4/+176
| * btrfs: hoist fs_info out of loops in end_bbio_data_write and end_bbio_data_readDavid Sterba2024-03-041-5/+4
| * btrfs: add helper to get fs_info from struct inode pointerDavid Sterba2024-03-0414-68/+72
| * btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba2024-03-046-12/+15
| * btrfs: add helpers to get inode from page/folio pointersDavid Sterba2024-03-044-6/+12
| * btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba2024-03-041-4/+24
| * btrfs: mark __btrfs_add_free_space staticLijuan Li2024-03-042-3/+1
| * btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()David Sterba2024-03-041-8/+10
| * btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...David Sterba2024-03-041-7/+12
| * btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...David Sterba2024-03-041-9/+10
| * btrfs: unify handling of return values of btrfs_insert_empty_items()David Sterba2024-03-043-4/+5
| * btrfs: change BUG_ON to assertion in reset_balance_state()David Sterba2024-03-041-1/+1
| * btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...David Sterba2024-03-041-1/+1
| * btrfs: change BUG_ON to assertion when verifying lockdep class setupDavid Sterba2024-03-041-1/+1
| * btrfs: change BUG_ON to assertion in btrfs_read_roots()David Sterba2024-03-041-1/+1
| * btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()David Sterba2024-03-041-1/+1
| * btrfs: change BUG_ON to assertion when checking for delayed_node rootDavid Sterba2024-03-041-1/+1
| * btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()David Sterba2024-03-041-2/+0
| * btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba2024-03-041-1/+8
| * btrfs: handle invalid extent item reference found in check_committed_ref()David Sterba2024-03-041-1/+8
| * btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba2024-03-041-1/+11
| * btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()David Sterba2024-03-041-1/+8
| * btrfs: handle invalid root reference found in btrfs_find_root()David Sterba2024-03-041-1/+8
| * btrfs: handle root deletion lookup error in btrfs_del_root()David Sterba2024-03-041-2/+5
| * btrfs: handle block group lookup error when it's being removedDavid Sterba2024-03-041-1/+3
| * btrfs: handle invalid range and start in merge_extent_mapping()David Sterba2024-03-041-4/+5
| * btrfs: handle directory and dentry mismatch in btrfs_may_delete()David Sterba2024-03-041-1/+3
| * btrfs: use READ/WRITE_ONCE for fs_devices->read_policyNaohiro Aota2024-03-042-8/+9
| * btrfs: preallocate temporary extent buffer for inode logging when neededFilipe Manana2024-03-043-36/+94
| * btrfs: add comment about list_is_singular() use at btrfs_delete_unused_bgs()Filipe Manana2024-03-041-0/+7
| * btrfs: document what the spinlock unused_bgs_lock protectsFilipe Manana2024-03-041-0/+3
| * btrfs: make btrfs_error_unpin_extent_range() return voidDavid Sterba2024-03-042-9/+7
| * btrfs: return errors from unpin_extent_range()David Sterba2024-03-042-5/+16
| * btrfs: handle errors returned from unpin_extent_cache()David Sterba2024-03-042-3/+16
| * btrfs: zlib: Fix spelling mistake "infalte" -> "inflate"Colin Ian King2024-03-041-1/+1
| * btrfs: zstd: fix and simplify the inline extent decompression (v2)Qu Wenruo2024-03-042-54/+24
| * btrfs: remove unused included headersDavid Sterba2024-03-0442-65/+6