aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2024-05-14Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-07btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik
2024-05-07btrfs: push extent lock down in submit_one_async_extentJosef Bacik
2024-05-07btrfs: push lock_extent down in cow_file_range()Josef Bacik
2024-05-07btrfs: move can_cow_file_range_inline() outside of the extent lockJosef Bacik
2024-05-07btrfs: push lock_extent into cow_file_range_inlineJosef Bacik
2024-05-07btrfs: push extent lock into cow_file_rangeJosef Bacik
2024-05-07btrfs: push extent lock into run_delalloc_cowJosef Bacik
2024-05-07btrfs: remove unlock_extent from run_delalloc_compressedJosef Bacik
2024-05-07btrfs: push extent lock down in run_delalloc_nocowJosef Bacik
2024-05-07btrfs: adjust while loop condition in run_delalloc_nocowJosef Bacik
2024-05-07btrfs: push extent lock into run_delalloc_nocowJosef Bacik
2024-05-07btrfs: push the extent lock into btrfs_run_delalloc_rangeJosef Bacik
2024-05-07btrfs: lock extent when doing inline extent in compressionJosef Bacik
2024-05-07btrfs: move extent bit and page cleanup into cow_file_range_inlineJosef Bacik
2024-05-07btrfs: unlock all the pages with successful inline extent creationJosef Bacik
2024-05-07btrfs: push all inline logic into cow_file_rangeJosef Bacik
2024-05-07btrfs: handle errors in btrfs_reloc_clone_csums properlyJosef Bacik
2024-05-07btrfs: add extra sanity checks for create_io_em()Qu Wenruo
2024-05-07btrfs: make try_release_extent_mapping() return a boolFilipe Manana
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-05-07btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()Filipe Manana
2024-05-07btrfs: export find_next_inode() as btrfs_find_first_inode()Filipe Manana
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana
2024-05-07btrfs: open code csum_exist_in_range()Filipe Manana
2024-05-07btrfs: make NOCOW checks for existence of checksums in a range more efficientFilipe Manana
2024-05-07btrfs: remove search_commit parameter from btrfs_lookup_csums_list()Filipe Manana
2024-05-07btrfs: move btrfs_page_mkwrite() from inode.c into file.cFilipe Manana
2024-05-07btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()Filipe Manana
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana
2024-05-07btrfs: compression: migrate compression/decompression paths to foliosQu Wenruo
2024-05-07btrfs: migrate insert_inline_extent() to folio interfacesQu Wenruo
2024-05-07btrfs: make insert_inline_extent() accept one page directlyQu Wenruo
2024-05-07btrfs: compression: convert page allocation to folio interfacesQu Wenruo
2024-05-07btrfs: rename err to ret in btrfs_cont_expand()Anand Jain
2024-05-07btrfs: rename err to ret in btrfs_rmdir()Anand Jain
2024-05-07btrfs: remove pointless writepages callback wrapperFilipe Manana
2024-05-07btrfs: remove pointless readahead callback wrapperFilipe Manana
2024-04-18btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy
2024-04-02btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov
2024-04-02btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov
2024-03-26statx: stx_subvolKent Overstreet
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba
2024-03-04btrfs: delete BUG_ON in btrfs_init_locked_inode()David Sterba
2024-03-04btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba
2024-03-04btrfs: push errors up from add_async_extent()David Sterba
2024-03-04btrfs: remove do_list variable at btrfs_clear_delalloc_extent()Filipe Manana
2024-03-04btrfs: remove do_list variable at btrfs_set_delalloc_extent()Filipe Manana