aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-511/+412
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-0/+3
2024-05-07btrfs: add a cached state to extent_clear_unlock_delallocGravatar Josef Bacik 1-18/+24
2024-05-07btrfs: push extent lock down in submit_one_async_extentGravatar Josef Bacik 1-1/+2
2024-05-07btrfs: push lock_extent down in cow_file_range()Gravatar Josef Bacik 1-2/+14
2024-05-07btrfs: move can_cow_file_range_inline() outside of the extent lockGravatar Josef Bacik 1-4/+8
2024-05-07btrfs: push lock_extent into cow_file_range_inlineGravatar Josef Bacik 1-5/+8
2024-05-07btrfs: push extent lock into cow_file_rangeGravatar Josef Bacik 1-8/+7
2024-05-07btrfs: push extent lock into run_delalloc_cowGravatar Josef Bacik 1-8/+7
2024-05-07btrfs: remove unlock_extent from run_delalloc_compressedGravatar Josef Bacik 1-6/+5
2024-05-07btrfs: push extent lock down in run_delalloc_nocowGravatar Josef Bacik 1-3/+18
2024-05-07btrfs: adjust while loop condition in run_delalloc_nocowGravatar Josef Bacik 1-3/+1
2024-05-07btrfs: push extent lock into run_delalloc_nocowGravatar Josef Bacik 1-5/+7
2024-05-07btrfs: push the extent lock into btrfs_run_delalloc_rangeGravatar Josef Bacik 1-0/+5
2024-05-07btrfs: lock extent when doing inline extent in compressionGravatar Josef Bacik 1-10/+7
2024-05-07btrfs: move extent bit and page cleanup into cow_file_range_inlineGravatar Josef Bacik 1-53/+51
2024-05-07btrfs: unlock all the pages with successful inline extent creationGravatar Josef Bacik 1-14/+1
2024-05-07btrfs: push all inline logic into cow_file_rangeGravatar Josef Bacik 1-62/+81
2024-05-07btrfs: handle errors in btrfs_reloc_clone_csums properlyGravatar Josef Bacik 1-3/+2
2024-05-07btrfs: add extra sanity checks for create_io_em()Gravatar Qu Wenruo 1-1/+39
2024-05-07btrfs: make try_release_extent_mapping() return a boolGravatar Filipe Manana 1-4/+3
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Gravatar Josef Bacik 1-32/+29
2024-05-07btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()Gravatar Filipe Manana 1-52/+14
2024-05-07btrfs: export find_next_inode() as btrfs_find_first_inode()Gravatar Filipe Manana 1-0/+59
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Gravatar Filipe Manana 1-1/+1
2024-05-07btrfs: open code csum_exist_in_range()Gravatar Filipe Manana 1-12/+7
2024-05-07btrfs: make NOCOW checks for existence of checksums in a range more efficientGravatar Filipe Manana 1-16/+2
2024-05-07btrfs: remove search_commit parameter from btrfs_lookup_csums_list()Gravatar Filipe Manana 1-1/+1
2024-05-07btrfs: move btrfs_page_mkwrite() from inode.c into file.cGravatar Filipe Manana 1-167/+0
2024-05-07btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()Gravatar Filipe Manana 1-1/+0
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapGravatar Filipe Manana 1-3/+1
2024-05-07btrfs: compression: migrate compression/decompression paths to foliosGravatar Qu Wenruo 1-56/+54
2024-05-07btrfs: migrate insert_inline_extent() to folio interfacesGravatar Qu Wenruo 1-8/+10
2024-05-07btrfs: make insert_inline_extent() accept one page directlyGravatar Qu Wenruo 1-22/+25
2024-05-07btrfs: compression: convert page allocation to folio interfacesGravatar Qu Wenruo 1-2/+2
2024-05-07btrfs: rename err to ret in btrfs_cont_expand()Gravatar Anand Jain 1-13/+13
2024-05-07btrfs: rename err to ret in btrfs_rmdir()Gravatar Anand Jain 1-11/+11
2024-05-07btrfs: remove pointless writepages callback wrapperGravatar Filipe Manana 1-6/+0
2024-05-07btrfs: remove pointless readahead callback wrapperGravatar Filipe Manana 1-5/+0
2024-04-18btrfs: fallback if compressed IO fails for ENOSPCGravatar Sweet Tea Dorminy 1-7/+6
2024-04-02btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveGravatar Boris Burkov 1-1/+1
2024-04-02btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsGravatar Boris Burkov 1-1/+12
2024-03-26statx: stx_subvolGravatar Kent Overstreet 1-0/+3
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useGravatar Chengming Zhou 1-1/+1
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersGravatar David Sterba 1-9/+5
2024-03-04btrfs: delete BUG_ON in btrfs_init_locked_inode()Gravatar David Sterba 1-1/+0
2024-03-04btrfs: handle invalid root reference found in may_destroy_subvol()Gravatar David Sterba 1-1/+8
2024-03-04btrfs: push errors up from add_async_extent()Gravatar David Sterba 1-5/+8
2024-03-04btrfs: remove do_list variable at btrfs_clear_delalloc_extent()Gravatar Filipe Manana 1-3/+3
2024-03-04btrfs: remove do_list variable at btrfs_set_delalloc_extent()Gravatar Filipe Manana 1-2/+1