summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2024-07-11btrfs: remove super block argument from btrfs_iget_locked()Filipe Manana
2024-07-11btrfs: remove super block argument from btrfs_iget_path()Filipe Manana
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana
2024-07-11btrfs: remove pointless code when creating and deleting a subvolumeFilipe Manana
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_create_dio_extent()Qu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to create_io_em()Qu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extentQu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to can_nocow_file_extent_argsQu Wenruo
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo
2024-07-11btrfs: introduce new members for extent_mapQu Wenruo
2024-07-11btrfs: export the expected file extent through can_nocow_extent()Qu Wenruo
2024-07-11btrfs: rename extent_map::orig_block_len to disk_num_bytesQu Wenruo
2024-07-11btrfs: move fiemap code into its own fileFilipe Manana
2024-07-11btrfs: remove duplicate name variable declarationsDavid Sterba
2024-07-11btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()Filipe Manana
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana
2024-07-11btrfs: don't allocate file extent tree for non regular filesFilipe Manana
2024-07-11btrfs: unify index_cnt and csum_bytes from struct btrfs_inodeFilipe Manana
2024-07-11btrfs: remove inode_lock from struct btrfs_root and use xarray locksFilipe Manana
2024-07-11btrfs: reduce nesting and deduplicate error handling at btrfs_iget_path()Filipe Manana
2024-07-11btrfs: preallocate inodes xarray entry to avoid transaction abortFilipe Manana
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana
2024-07-04Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-04btrfs: fix folio refcount in btrfs_do_encoded_write()Boris Burkov
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