summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add lockdep assertion to remaining delalloc callbacksFilipe Manana1-0/+4
2024-03-04btrfs: reduce inode lock critical section when setting and clearing delallocFilipe Manana2-21/+40
2024-03-04btrfs: rename btrfs_add_delalloc_inodes() to singular formFilipe Manana1-2/+2
2024-03-04btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode()Filipe Manana1-0/+2
2024-03-04btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana3-10/+9
2024-03-04btrfs: stop passing root argument to btrfs_add_delalloc_inodes()Filipe Manana1-5/+4
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba10-28/+151
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba26-19/+206
2024-03-04btrfs: add forward declarations and headers, part 1David Sterba29-4/+176
2024-03-04btrfs: hoist fs_info out of loops in end_bbio_data_write and end_bbio_data_readDavid Sterba1-5/+4
2024-03-04btrfs: add helper to get fs_info from struct inode pointerDavid Sterba14-68/+72
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba6-12/+15
2024-03-04btrfs: add helpers to get inode from page/folio pointersDavid Sterba4-6/+12
2024-03-04btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba1-4/+24
2024-03-04btrfs: mark __btrfs_add_free_space staticLijuan Li2-3/+1
2024-03-04btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()David Sterba1-8/+10
2024-03-04btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...David Sterba1-7/+12
2024-03-04btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...David Sterba1-9/+10
2024-03-04btrfs: unify handling of return values of btrfs_insert_empty_items()David Sterba3-4/+5
2024-03-04btrfs: change BUG_ON to assertion in reset_balance_state()David Sterba1-1/+1
2024-03-04btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...David Sterba1-1/+1
2024-03-04btrfs: change BUG_ON to assertion when verifying lockdep class setupDavid Sterba1-1/+1
2024-03-04btrfs: change BUG_ON to assertion in btrfs_read_roots()David Sterba1-1/+1
2024-03-04btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()David Sterba1-1/+1
2024-03-04btrfs: change BUG_ON to assertion when checking for delayed_node rootDavid Sterba1-1/+1
2024-03-04btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()David Sterba1-2/+0
2024-03-04btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba1-1/+8
2024-03-04btrfs: handle invalid extent item reference found in check_committed_ref()David Sterba1-1/+8
2024-03-04btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba1-1/+11
2024-03-04btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()David Sterba1-1/+8
2024-03-04btrfs: handle invalid root reference found in btrfs_find_root()David Sterba1-1/+8
2024-03-04btrfs: handle root deletion lookup error in btrfs_del_root()David Sterba1-2/+5
2024-03-04btrfs: handle block group lookup error when it's being removedDavid Sterba1-1/+3
2024-03-04btrfs: handle invalid range and start in merge_extent_mapping()David Sterba1-4/+5
2024-03-04btrfs: handle directory and dentry mismatch in btrfs_may_delete()David Sterba1-1/+3
2024-03-04btrfs: use READ/WRITE_ONCE for fs_devices->read_policyNaohiro Aota2-8/+9
2024-03-04btrfs: preallocate temporary extent buffer for inode logging when neededFilipe Manana3-36/+94
2024-03-04btrfs: add comment about list_is_singular() use at btrfs_delete_unused_bgs()Filipe Manana1-0/+7
2024-03-04btrfs: document what the spinlock unused_bgs_lock protectsFilipe Manana1-0/+3
2024-03-04btrfs: make btrfs_error_unpin_extent_range() return voidDavid Sterba2-9/+7
2024-03-04btrfs: return errors from unpin_extent_range()David Sterba2-5/+16
2024-03-04btrfs: handle errors returned from unpin_extent_cache()David Sterba2-3/+16
2024-03-04btrfs: zlib: Fix spelling mistake "infalte" -> "inflate"Colin Ian King1-1/+1
2024-03-04btrfs: zstd: fix and simplify the inline extent decompression (v2)Qu Wenruo2-54/+24
2024-03-04btrfs: remove unused included headersDavid Sterba42-65/+6
2024-03-04btrfs: replace i_blocksize by fs_info::sectorsizeDavid Sterba1-2/+2
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba7-9/+11
2024-03-04btrfs: remove duplicate recording of physical addressJohannes Thumshirn1-2/+0
2024-03-04btrfs: page to folio conversion in btrfs_truncate_block()Goldwyn Rodrigues1-22/+24
2024-03-04btrfs: use a folio array throughout the defrag processMatthew Wilcox (Oracle)1-23/+21