| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-25 | btrfs: disable various operations on encrypted inodes | Omar Sandoval | 1 | -0/+5 |
| 2025-11-24 | btrfs: apply the AUTO_K(V)FREE macros throughout the code | Miquel Sabaté Solà | 1 | -5/+2 |
| 2025-11-24 | btrfs: introduce a new shutdown state | Qu Wenruo | 1 | -0/+3 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to transaction abort | David Sterba | 1 | -4/+4 |
| 2025-09-23 | btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions | Sun YangKai | 1 | -2/+1 |
| 2025-09-22 | btrfs: convert several int parameters to bool | David Sterba | 1 | -2/+2 |
| 2025-07-22 | btrfs: remove btrfs_clear_extent_bits() | Filipe Manana | 1 | -2/+2 |
| 2025-07-21 | btrfs: unfold transaction abort at clone_copy_inline_extent() | Filipe Manana | 1 | -5/+9 |
| 2025-07-21 | btrfs: remove pointless 'out' label from clone_finish_inode_update() | Filipe Manana | 1 | -4/+2 |
| 2025-05-15 | btrfs: return real error from __filemap_get_folio() calls | Filipe Manana | 1 | -1/+1 |
| 2025-05-15 | btrfs: rename the functions to clear bits for an extent range | Filipe Manana | 1 | -2/+2 |
| 2025-05-15 | btrfs: add btrfs prefix to main lock, try lock and unlock extent functions | Filipe Manana | 1 | -4/+4 |
| 2025-05-15 | btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible | Filipe Manana | 1 | -3/+2 |
| 2025-03-18 | btrfs: use struct btrfs_inode inside btrfs_remap_file_range_prep() | David Sterba | 1 | -13/+11 |
| 2025-03-18 | btrfs: use struct btrfs_inode inside btrfs_remap_file_range() | David Sterba | 1 | -9/+11 |
| 2025-03-18 | btrfs: pass struct btrfs_inode to btrfs_extent_same_range() | David Sterba | 1 | -9/+11 |
| 2025-03-18 | btrfs: pass struct btrfs_inode to btrfs_double_mmap_unlock() | David Sterba | 1 | -4/+4 |
| 2025-03-18 | btrfs: pass struct btrfs_inode to btrfs_double_mmap_lock() | David Sterba | 1 | -4/+4 |
| 2025-03-18 | btrfs: pass struct btrfs_inode to clone_copy_inline_extent() | David Sterba | 1 | -14/+14 |
| 2024-09-10 | btrfs: convert copy_inline_to_page() to use folio | Li Zetao | 1 | -17/+18 |
| 2024-09-10 | btrfs: convert btrfs_decompress() to take a folio | Li Zetao | 1 | -1/+1 |
| 2024-07-11 | btrfs: pass a btrfs_inode to btrfs_wait_ordered_range() | Filipe Manana | 1 | -4/+4 |
| 2024-05-07 | btrfs: change root->root_key.objectid to btrfs_root_id() | Josef Bacik | 1 | -1/+1 |
| 2024-05-07 | btrfs: stop locking the source extent range during reflink | Filipe Manana | 1 | -37/+17 |
| 2024-03-04 | btrfs: add helper to get fs_info from struct inode pointer | David Sterba | 1 | -3/+3 |
| 2024-03-04 | btrfs: replace sb::s_blocksize by fs_info::sectorsize | David Sterba | 1 | -3/+3 |
| 2023-12-15 | btrfs: migrate subpage code to folio interfaces | Qu Wenruo | 1 | -3/+3 |
| 2023-10-30 | Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -2/+1 |
| 2023-10-18 | btrfs: convert to new timestamp accessors | Jeff Layton | 1 | -1/+1 |
| 2023-10-12 | btrfs: remove redundant root argument from btrfs_update_inode() | Filipe Manana | 1 | -2/+1 |
| 2023-07-13 | btrfs: convert to ctime accessor functions | Jeff Layton | 1 | -2/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_unlock | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_lock | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: move super_block specific helpers into super.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move file prototypes to file.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move file-item prototypes into their own header | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: update function comments | David Sterba | 1 | -9/+9 |
| 2022-12-05 | btrfs: move accessor helpers into accessors.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h | Josef Bacik | 1 | -1/+2 |
| 2022-12-05 | btrfs: move the printk helpers out of ctree.h | Josef Bacik | 1 | -0/+1 |
| 2022-09-26 | btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS | Josef Bacik | 1 | -1/+1 |
| 2022-09-26 | btrfs: unify the lock/unlock extent variants | Josef Bacik | 1 | -4/+4 |
| 2022-09-26 | btrfs: remove the wake argument from clear_extent_bits | Josef Bacik | 1 | -1/+1 |
| 2022-07-25 | btrfs: clean up chained assignments | David Sterba | 1 | -2/+4 |
| 2022-07-25 | btrfs: balance btree dirty pages and delayed items after clone and dedupe | Filipe Manana | 1 | -1/+7 |
| 2022-07-25 | btrfs: remove redundant calls to flush_dcache_page | David Sterba | 1 | -4/+1 |
| 2022-06-21 | btrfs: add missing inode updates on each iteration when replacing extents | Filipe Manana | 1 | -0/+1 |
| 2022-06-21 | btrfs: fix race between reflinking and ordered extent completion | Filipe Manana | 1 | -4/+11 |
| 2022-05-16 | btrfs: add and use helper to assert an inode range is clean | Filipe Manana | 1 | -2/+11 |
| 2022-05-16 | btrfs: remove inode_dio_wait() calls when starting reflink operations | Filipe Manana | 1 | -10/+0 |
| 2022-04-01 | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-03-14 | btrfs: remove the cross file system checks from remap | Josef Bacik | 1 | -3/+1 |
| 2022-03-14 | btrfs: deal with unexpected extent type during reflinking | Filipe Manana | 1 | -2/+4 |
| 2022-03-14 | btrfs: fix unexpected error path when reflinking an inline extent | Filipe Manana | 1 | -2/+5 |
| 2022-03-14 | btrfs: reset last_reflink_trans after fsyncing inode | Filipe Manana | 1 | -3/+2 |
| 2022-03-14 | btrfs: stop copying old file extents when doing a full fsync | Filipe Manana | 1 | -9/+14 |
| 2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik | 1 | -1/+1 |
| 2021-10-26 | btrfs: subpage: add bitmap for PageChecked flag | Qu Wenruo | 1 | -1/+1 |
| 2021-10-26 | btrfs: reflink: initialize return value to 0 in btrfs_extent_same() | Sidong Yang | 1 | -1/+1 |
| 2021-06-21 | btrfs: reflink: make copy_inline_to_page() to be subpage compatible | Qu Wenruo | 1 | -5/+9 |
| 2021-06-03 | Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -16/+22 |
| 2021-05-27 | btrfs: fix deadlock when cloning inline extents and low on available space | Filipe Manana | 1 | -16/+22 |
| 2021-05-21 | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+5 |
| 2021-05-17 | btrfs: release path before starting transaction when cloning inline extent | Filipe Manana | 1 | -0/+5 |
| 2021-05-05 | btrfs: use memzero_page() instead of open coded kmap pattern | Ira Weiny | 1 | -5/+1 |
| 2021-04-19 | btrfs: make reflinks respect O_SYNC O_DSYNC and S_SYNC flags | Filipe Manana | 1 | -0/+25 |
| 2021-04-19 | btrfs: exclude mmaps while doing remap | Josef Bacik | 1 | -6/+24 |
| 2021-04-19 | btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers | Josef Bacik | 1 | -2/+2 |
| 2021-04-19 | btrfs: make btrfs_replace_file_extents take btrfs_inode | Nikolay Borisov | 1 | -5/+5 |
| 2021-03-01 | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -5/+1 |
| 2021-02-26 | btrfs: use memcpy_[to|from]_page() and kmap_local_page() | Ira Weiny | 1 | -5/+1 |
| 2021-02-22 | btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled | Filipe Manana | 1 | -0/+18 |
| 2021-02-08 | btrfs: introduce btrfs_subpage for data inodes | Qu Wenruo | 1 | -1/+4 |
| 2020-12-18 | btrfs: fix deadlock when cloning inline extent and low on free metadata space | Filipe Manana | 1 | -0/+15 |
| 2020-12-08 | btrfs: make btrfs_cont_expand take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
| 2020-12-08 | btrfs: make btrfs_update_inode take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
| 2020-12-08 | btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
| 2020-12-08 | btrfs: update the number of bytes used by an inode atomically | Filipe Manana | 1 | -1/+1 |
| 2020-12-08 | btrfs: refactor btrfs_drop_extents() to make it easier to extend | Filipe Manana | 1 | -1/+6 |
| 2020-12-08 | btrfs: locking: rip out path->leave_spinning | Josef Bacik | 1 | -3/+0 |
| 2020-10-07 | btrfs: reschedule when cloning lots of extents | Johannes Thumshirn | 1 | -0/+2 |
| 2020-10-07 | btrfs: rename btrfs_punch_hole_range() to a more generic name | Filipe Manana | 1 | -2/+2 |
| 2020-10-07 | btrfs: rename struct btrfs_clone_extent_info to a more generic name | Filipe Manana | 1 | -1/+1 |
| 2020-10-07 | btrfs: remove item_size member of struct btrfs_clone_extent_info | Filipe Manana | 1 | -1/+0 |
| 2020-10-07 | btrfs: fix metadata reservation for fallocate that leads to transaction aborts | Filipe Manana | 1 | -0/+1 |
| 2020-10-07 | btrfs: make copy_inline_to_page take btrfs_inode | Nikolay Borisov | 1 | -19/+19 |
| 2020-10-07 | btrfs: convert btrfs_inode_sectorsize to take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
| 2020-07-27 | btrfs: reduce contention on log trees when logging checksums | Filipe Manana | 1 | -0/+15 |
| 2020-07-27 | btrfs: make btrfs_delalloc_reserve_space take btrfs_inode | Nikolay Borisov | 1 | -2/+2 |
| 2020-07-27 | btrfs: make btrfs_delalloc_release_space take btrfs_inode | Nikolay Borisov | 1 | -2/+2 |
| 2020-07-27 | btrfs: make btrfs_set_extent_delalloc take btrfs_inode | Nikolay Borisov | 1 | -1/+2 |
| 2020-04-08 | btrfs: fix lost i_size update after cloning inline extent | Filipe Manana | 1 | -0/+1 |
| 2020-03-23 | Btrfs: implement full reflink support for inline extents | Filipe Manana | 1 | -87/+187 |
| 2020-03-23 | Btrfs: simplify inline extent handling when doing reflinks | Filipe Manana | 1 | -39/+14 |
| 2020-03-23 | Btrfs: move all reflink implementation code into its own file | Filipe Manana | 1 | -0/+729 |