summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28btrfs: send: make fs_path_len() inline and constify its argumentFilipe Manana1-1/+1
2025-08-28btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana1-0/+33
2025-08-28btrfs: send: avoid path allocation for the current inode when issuing commandsFilipe Manana1-118/+97
2025-08-28btrfs: send: keep the current inode's path cachedFilipe Manana1-5/+48
2025-08-28btrfs: send: add and use helper to rename current inode when processing refsFilipe Manana1-8/+15
2025-08-28btrfs: send: only use boolean variables at process_recorded_refs()Filipe Manana1-6/+6
2025-08-28btrfs: send: factor out common logic when sending xattrsFilipe Manana1-26/+15
2025-05-29btrfs: send: return -ENAMETOOLONG when attempting a path that is too longFilipe Manana1-4/+2
2025-01-02btrfs: check folio mapping after unlock in put_file_data()Boris Burkov1-0/+6
2024-12-09btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill...David Sterba1-1/+1
2024-10-11btrfs: send: cleanup unneeded return variable in changed_verity()Christian Heusel1-3/+1
2024-10-01btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana1-1/+22
2024-10-01btrfs: send: fix buffer overflow detection when copying path to cache entryFilipe Manana1-3/+5
2024-09-10btrfs: send: fix grammar in commentsThorsten Blum1-2/+2
2024-08-15btrfs: send: annotate struct name_cache_entry with __counted_by()Thorsten Blum1-1/+1
2024-08-13btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana1-13/+39
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-07-11btrfs: pass a btrfs_inode to btrfs_ioctl_send()David Sterba1-2/+2
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana1-5/+4
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba1-1/+1
2024-07-11btrfs: send: get rid of the label and gotos at ensure_commit_roots_uptodate()Filipe Manana1-10/+2
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana1-9/+1
2024-07-11btrfs: send: avoid create/commit empty transaction at ensure_commit_roots_upt...Filipe Manana1-3/+6
2024-07-11btrfs: send: make ensure_commit_roots_uptodate() simpler and more efficientFilipe Manana1-18/+15
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba1-2/+2
2024-07-04readahead: drop index argument of page_cache_async_readahead()Jan Kara1-1/+1
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik1-15/+14
2024-05-07btrfs: convert put_file_data() to foliosGoldwyn Rodrigues1-22/+23
2024-03-04btrfs: open code trivial btrfs_lru_cache_size()David Sterba1-4/+3
2024-03-04btrfs: send: avoid duplicated search for last extent when sending holeFilipe Manana1-15/+12
2024-03-04btrfs: change BUG_ON to assertion in tree_move_down()David Sterba1-1/+1
2024-03-04btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba1-1/+9
2024-03-04btrfs: send: handle unexpected inode in header process_recorded_refs()David Sterba1-1/+7
2024-03-04btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba1-1/+6
2024-03-04btrfs: remove unused included headersDavid Sterba1-1/+0
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-1/+1
2024-02-22btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana1-4/+13
2024-01-31btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba1-1/+1
2024-01-12btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov1-2/+2
2023-11-24btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-10-12btrfs: remove btrfs_crc32c wrapperJosef Bacik1-3/+3
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie1-4/+2
2023-06-19btrfs: send: do not BUG_ON() on unexpected symlink data extentFilipe Manana1-2/+14
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang1-1/+1
2023-02-15btrfs: send: cache utimes operations for directories if possibleFilipe Manana1-5/+99
2023-02-15btrfs: send: update size of roots array for backref cache entriesFilipe Manana1-7/+8
2023-02-15btrfs: send: use the lru cache to implement the name cacheFilipe Manana1-141/+27
2023-02-13btrfs: allow a generation number to be associated with lru cache entriesFilipe Manana1-3/+5
2023-02-13btrfs: send: cache information about created directoriesFilipe Manana1-1/+40
2023-02-13btrfs: send: genericize the backref cache to allow it to be reusedFilipe Manana1-56/+24