summaryrefslogtreecommitdiff
path: root/fs/btrfs/reflink.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-07btrfs: use aligned range for locking in reflinkQu Wenruo1-2/+2
2026-08-07btrfs: convert reflink.c to use btrfs_inode as parametersQu Wenruo1-52/+49
2026-08-07btrfs: use correct type for sectorsize/nodesize/blocksizeQu Wenruo1-3/+3
2026-06-09btrfs: fix deadlock cloning inline extent when using flushoncommitFilipe Manana1-44/+57
2026-06-08btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo1-3/+1
2026-06-08btrfs: make more ASSERTs verbose, part 3David Sterba1-2/+3
2026-06-08btrfs: remove folio checked subpage bitmap trackingQu Wenruo1-1/+0
2026-04-07btrfs: fix deadlock between reflink and transaction commit when using flushon...Filipe Manana1-0/+45
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana1-2/+2
2026-02-03btrfs: update comment for delalloc flush and oe wait in btrfs_clone_files()Filipe Manana1-2/+7
2026-02-03btrfs: move unlikely checks around btrfs_is_shutdown() into the helperFilipe Manana1-1/+1
2026-01-12btrfs: invalidate pages instead of truncate after reflinkingFilipe Manana1-10/+13
2025-11-25btrfs: disable various operations on encrypted inodesOmar Sandoval1-0/+5
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà1-5/+2
2025-11-24btrfs: introduce a new shutdown stateQu Wenruo1-0/+3
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-4/+4
2025-09-23btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai1-2/+1
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-2/+2
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana1-2/+2
2025-07-21btrfs: unfold transaction abort at clone_copy_inline_extent()Filipe Manana1-5/+9
2025-07-21btrfs: remove pointless 'out' label from clone_finish_inode_update()Filipe Manana1-4/+2
2025-05-15btrfs: return real error from __filemap_get_folio() callsFilipe Manana1-1/+1
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana1-2/+2
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana1-4/+4
2025-05-15btrfs: use clear_extent_bits() instead of clear_extent_bit() where possibleFilipe Manana1-3/+2
2025-03-18btrfs: use struct btrfs_inode inside btrfs_remap_file_range_prep()David Sterba1-13/+11
2025-03-18btrfs: use struct btrfs_inode inside btrfs_remap_file_range()David Sterba1-9/+11
2025-03-18btrfs: pass struct btrfs_inode to btrfs_extent_same_range()David Sterba1-9/+11
2025-03-18btrfs: pass struct btrfs_inode to btrfs_double_mmap_unlock()David Sterba1-4/+4
2025-03-18btrfs: pass struct btrfs_inode to btrfs_double_mmap_lock()David Sterba1-4/+4
2025-03-18btrfs: pass struct btrfs_inode to clone_copy_inline_extent()David Sterba1-14/+14
2024-09-10btrfs: convert copy_inline_to_page() to use folioLi Zetao1-17/+18
2024-09-10btrfs: convert btrfs_decompress() to take a folioLi Zetao1-1/+1
2024-07-11btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()Filipe Manana1-4/+4
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik1-1/+1
2024-05-07btrfs: stop locking the source extent range during reflinkFilipe Manana1-37/+17
2024-03-04btrfs: add helper to get fs_info from struct inode pointerDavid Sterba1-3/+3
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-3/+3
2023-12-15btrfs: migrate subpage code to folio interfacesQu Wenruo1-3/+3
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-2/+1
2023-10-18btrfs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana1-2/+1
2023-07-13btrfs: convert to ctime accessor functionsJeff Layton1-2/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba1-1/+1
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik1-0/+1
2022-12-05btrfs: move file prototypes to file.hJosef Bacik1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik1-0/+1
2022-12-05btrfs: update function commentsDavid Sterba1-9/+9
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1