summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: send: cleanup unneeded return variable in changed_verity()Christian Heusel2024-10-111-3/+1
* btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana2024-10-011-1/+22
* btrfs: send: fix buffer overflow detection when copying path to cache entryFilipe Manana2024-10-011-3/+5
* btrfs: send: fix grammar in commentsThorsten Blum2024-09-101-2/+2
* btrfs: send: annotate struct name_cache_entry with __counted_by()Thorsten Blum2024-08-151-1/+1
* btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana2024-08-131-13/+39
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-1/+1
|\
| * readahead: drop index argument of page_cache_async_readahead()Jan Kara2024-07-041-1/+1
* | btrfs: pass a btrfs_inode to btrfs_ioctl_send()David Sterba2024-07-111-2/+2
* | btrfs: remove super block argument from btrfs_iget()Filipe Manana2024-07-111-5/+4
* | btrfs: constify pointer parameters where applicableDavid Sterba2024-07-111-1/+1
* | btrfs: send: get rid of the label and gotos at ensure_commit_roots_uptodate()Filipe Manana2024-07-111-10/+2
* | btrfs: add and use helper to commit the current transactionFilipe Manana2024-07-111-9/+1
* | btrfs: send: avoid create/commit empty transaction at ensure_commit_roots_upt...Filipe Manana2024-07-111-3/+6
* | btrfs: send: make ensure_commit_roots_uptodate() simpler and more efficientFilipe Manana2024-07-111-18/+15
* | btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba2024-07-111-2/+2
|/
* btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik2024-05-071-15/+14
* btrfs: convert put_file_data() to foliosGoldwyn Rodrigues2024-05-071-22/+23
* btrfs: open code trivial btrfs_lru_cache_size()David Sterba2024-03-041-4/+3
* btrfs: send: avoid duplicated search for last extent when sending holeFilipe Manana2024-03-041-15/+12
* btrfs: change BUG_ON to assertion in tree_move_down()David Sterba2024-03-041-1/+1
* btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba2024-03-041-1/+9
* btrfs: send: handle unexpected inode in header process_recorded_refs()David Sterba2024-03-041-1/+7
* btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba2024-03-041-1/+6
* btrfs: remove unused included headersDavid Sterba2024-03-041-1/+0
* btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba2024-03-041-1/+1
* btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana2024-02-221-4/+13
* btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba2024-01-311-1/+1
* btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov2024-01-121-2/+2
* btrfs: send: ensure send_fd is writableJann Horn2023-11-241-1/+1
* btrfs: remove btrfs_crc32c wrapperJosef Bacik2023-10-121-3/+3
* btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie2023-08-211-4/+2
* btrfs: send: do not BUG_ON() on unexpected symlink data extentFilipe Manana2023-06-191-2/+14
* btrfs: fix uninitialized variable warningsGenjian Zhang2023-04-171-1/+1
* btrfs: send: cache utimes operations for directories if possibleFilipe Manana2023-02-151-5/+99
* btrfs: send: update size of roots array for backref cache entriesFilipe Manana2023-02-151-7/+8
* btrfs: send: use the lru cache to implement the name cacheFilipe Manana2023-02-151-141/+27
* btrfs: allow a generation number to be associated with lru cache entriesFilipe Manana2023-02-131-3/+5
* btrfs: send: cache information about created directoriesFilipe Manana2023-02-131-1/+40
* btrfs: send: genericize the backref cache to allow it to be reusedFilipe Manana2023-02-131-56/+24
* btrfs: send: initialize all the red black trees earlierFilipe Manana2023-02-131-6/+6
* btrfs: send: iterate waiting dir move rbtree only once when processing refsFilipe Manana2023-02-131-5/+2
* btrfs: send: reduce searches on parent root when checking if dir can be removedFilipe Manana2023-02-131-6/+59
* btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir()Filipe Manana2023-02-131-4/+7
* btrfs: send: avoid duplicated orphan dir allocation and initializationFilipe Manana2023-02-131-15/+12
* btrfs: send: remove send_progress argument from can_rmdir()Filipe Manana2023-02-131-8/+5
* btrfs: send: avoid extra b+tree searches when checking reference overridesFilipe Manana2023-02-131-32/+29
* btrfs: send: directly return from will_overwrite_ref() and simplify itFilipe Manana2023-02-131-22/+16
* btrfs: send: avoid unnecessary generation search at did_overwrite_ref()Filipe Manana2023-02-131-9/+22
* btrfs: send: directly return from did_overwrite_ref() and simplify itFilipe Manana2023-02-131-25/+18