| Age | Commit message (Expand) | Author | Files | Lines |
| 8 days | Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -65/+48 |
| 8 days | Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb... | Linus Torvalds | 1 | -19/+20 |
| 2025-11-25 | btrfs: send: do not allocate memory for xattr data when checking it exists | Filipe Manana | 1 | -4/+8 |
| 2025-11-25 | btrfs: send: add unlikely to all unexpected overflow checks | Filipe Manana | 1 | -9/+9 |
| 2025-11-24 | btrfs: use bool type for btrfs_path members used as booleans | Filipe Manana | 1 | -7/+7 |
| 2025-11-24 | btrfs: enable encoded read/write/send for bs > ps cases | Qu Wenruo | 1 | -8/+1 |
| 2025-11-24 | btrfs: apply the AUTO_K(V)FREE macros throughout the code | Miquel Sabaté Solà | 1 | -31/+19 |
| 2025-11-24 | btrfs: use the key format macros when printing keys | Filipe Manana | 1 | -6/+4 |
| 2025-11-08 | btrfs: send: make use of -fms-extensions for defining struct fs_path | Rasmus Villemoes | 1 | -19/+20 |
| 2025-10-17 | btrfs: send: fix duplicated rmdir operations when using extrefs | Ting-Chang Hou | 1 | -8/+48 |
| 2025-10-13 | btrfs: send: fix -Wflex-array-member-not-at-end warning in struct send_ctx | Gustavo A. R. Silva | 1 | -1/+3 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EIO | David Sterba | 1 | -5/+5 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EUCLEAN | David Sterba | 1 | -1/+1 |
| 2025-09-23 | btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions | Sun YangKai | 1 | -200/+114 |
| 2025-09-23 | btrfs: enable experimental bs > ps support | Qu Wenruo | 1 | -1/+8 |
| 2025-09-23 | btrfs: send: index backref cache by node number instead of by sector number | Filipe Manana | 1 | -2/+2 |
| 2025-09-23 | btrfs: fix typos in comments and strings | David Sterba | 1 | -3/+3 |
| 2025-09-22 | btrfs: convert several int parameters to bool | David Sterba | 1 | -15/+13 |
| 2025-07-22 | btrfs: send: use fallocate for hole punching with send stream v2 | Filipe Manana | 1 | -0/+33 |
| 2025-07-22 | btrfs: send: directly return strcmp() result when comparing recorded refs | Filipe Manana | 1 | -7/+1 |
| 2025-07-22 | btrfs: replace strcpy() with strscpy() | Brahmajit Das | 1 | -1/+1 |
| 2025-07-21 | btrfs: send: avoid extra calls to strlen() in gen_unique_name() | Dmitry Antipov | 1 | -2/+2 |
| 2025-05-15 | btrfs: send: remove btrfs_debug() calls | David Sterba | 1 | -50/+1 |
| 2025-05-15 | btrfs: use list_first_entry() everywhere | David Sterba | 1 | -3/+2 |
| 2025-05-15 | btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN() | David Sterba | 1 | -2/+2 |
| 2025-05-15 | btrfs: send: prepare put_file_data() for large data folios | Qu Wenruo | 1 | -14/+11 |
| 2025-05-15 | btrfs: send: remove the again label inside put_file_data() | Qu Wenruo | 1 | -2/+1 |
| 2025-03-18 | btrfs: make btrfs_iget() return a btrfs inode instead | Filipe Manana | 1 | -13/+12 |
| 2025-03-18 | btrfs: send: simplify return logic from send_encoded_extent() | Filipe Manana | 1 | -8/+5 |
| 2025-03-18 | btrfs: send: remove unnecessary inode lookup at send_encoded_inline_extent() | Filipe Manana | 1 | -8/+1 |
| 2025-03-18 | btrfs: pass btrfs_root pointers to send ioctl parameters | David Sterba | 1 | -2/+1 |
| 2025-03-18 | btrfs: send: simplify return logic from send_set_xattr() | Filipe Manana | 1 | -2/+1 |
| 2025-03-18 | btrfs: send: avoid path allocation for the current inode when issuing commands | Filipe Manana | 1 | -118/+97 |
| 2025-03-18 | btrfs: send: keep the current inode's path cached | Filipe Manana | 1 | -5/+48 |
| 2025-03-18 | btrfs: send: simplify return logic from send_rmdir() | Filipe Manana | 1 | -2/+1 |
| 2025-03-18 | btrfs: send: simplify return logic from send_unlink() | Filipe Manana | 1 | -2/+1 |
| 2025-03-18 | btrfs: send: simplify return logic from send_link() | Filipe Manana | 1 | -2/+1 |
| 2025-03-18 | btrfs: send: simplify return logic from send_rename() | Filipe Manana | 1 | -2/+1 |
| 2025-03-18 | btrfs: send: simplify return logic from send_verity() | Filipe Manana | 1 | -2/+1 |
| 2025-03-18 | btrfs: send: simplify return logic from process_changed_xattr() | Filipe Manana | 1 | -6/+4 |
| 2025-03-18 | btrfs: send: remove unnecessary return variable from process_new_xattr() | Filipe Manana | 1 | -6/+2 |
| 2025-03-18 | btrfs: send: simplify return logic from record_changed_ref() | Filipe Manana | 1 | -6/+4 |
| 2025-03-18 | btrfs: send: simplify return logic from record_deleted_ref() | Filipe Manana | 1 | -4/+2 |
| 2025-03-18 | btrfs: send: simplify return logic from record_new_ref() | Filipe Manana | 1 | -4/+2 |
| 2025-03-18 | btrfs: send: simplify return logic from record_deleted_ref_if_needed() | Filipe Manana | 1 | -3/+3 |
| 2025-03-18 | btrfs: send: simplify return logic from record_new_ref_if_needed() | Filipe Manana | 1 | -3/+3 |
| 2025-03-18 | btrfs: send: simplify return logic from send_remove_xattr() | Filipe Manana | 1 | -3/+2 |
| 2025-03-18 | btrfs: send: add and use helper to rename current inode when processing refs | Filipe Manana | 1 | -8/+15 |
| 2025-03-18 | btrfs: send: only use boolean variables at process_recorded_refs() | Filipe Manana | 1 | -6/+6 |
| 2025-03-18 | btrfs: send: factor out common logic when sending xattrs | Filipe Manana | 1 | -26/+15 |
| 2025-03-18 | btrfs: send: simplify return logic from get_cur_inode_state() | Filipe Manana | 1 | -3/+2 |
| 2025-03-18 | btrfs: send: simplify return logic from is_inode_existent() | Filipe Manana | 1 | -6/+3 |
| 2025-03-18 | btrfs: send: simplify return logic from __get_cur_name_and_parent() | Filipe Manana | 1 | -14/+10 |
| 2025-03-18 | btrfs: send: return -ENAMETOOLONG when attempting a path that is too long | Filipe Manana | 1 | -4/+2 |
| 2025-03-18 | btrfs: send: simplify return logic from fs_path_add_from_extent_buffer() | Filipe Manana | 1 | -3/+2 |
| 2025-03-18 | btrfs: send: implement fs_path_add_path() using fs_path_add() | Filipe Manana | 1 | -12/+2 |
| 2025-03-18 | btrfs: send: simplify return logic from fs_path_add() | Filipe Manana | 1 | -3/+2 |
| 2025-03-18 | btrfs: send: simplify return logic from fs_path_prepare_for_add() | Filipe Manana | 1 | -3/+2 |
| 2025-03-18 | btrfs: send: always use fs_path_len() to determine a path's length | Filipe Manana | 1 | -7/+8 |
| 2025-03-18 | btrfs: send: make fs_path_len() inline and constify its argument | Filipe Manana | 1 | -1/+1 |
| 2025-03-18 | btrfs: send: remove duplicated logic from fs_path_reset() | Filipe Manana | 1 | -7/+5 |
| 2025-03-18 | btrfs: update include and forward declarations in headers | David Sterba | 1 | -1/+0 |
| 2025-01-13 | btrfs: send: remove redundant assignments to variable ret | Colin Ian King | 1 | -2/+1 |
| 2024-12-23 | btrfs: check folio mapping after unlock in put_file_data() | Boris Burkov | 1 | -0/+6 |
| 2024-11-11 | btrfs: send: check for read-only send root under critical section | Filipe Manana | 1 | -10/+6 |
| 2024-11-11 | btrfs: send: check for dead send root under critical section | Filipe Manana | 1 | -9/+8 |
| 2024-11-11 | btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl) | Mark Harmstone | 1 | -1/+2 |
| 2024-11-11 | btrfs: drop unused parameter fs_info from btrfs_match_dir_item_name() | David Sterba | 1 | -2/+1 |
| 2024-11-11 | btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill... | David Sterba | 1 | -1/+1 |
| 2024-11-11 | btrfs: send: drop unused parameter index from iterate_inode_ref_t callbacks | David Sterba | 1 | -13/+5 |
| 2024-11-11 | btrfs: send: drop unused parameter num from iterate_inode_ref_t callbacks | David Sterba | 1 | -7/+5 |
| 2024-10-11 | btrfs: send: cleanup unneeded return variable in changed_verity() | Christian Heusel | 1 | -3/+1 |
| 2024-10-01 | btrfs: send: fix invalid clone operation for file that got its size decreased | Filipe Manana | 1 | -1/+22 |
| 2024-10-01 | btrfs: send: fix buffer overflow detection when copying path to cache entry | Filipe Manana | 1 | -3/+5 |
| 2024-09-10 | btrfs: send: fix grammar in comments | Thorsten Blum | 1 | -2/+2 |
| 2024-08-15 | btrfs: send: annotate struct name_cache_entry with __counted_by() | Thorsten Blum | 1 | -1/+1 |
| 2024-08-13 | btrfs: send: allow cloning non-aligned extent if it ends at i_size | Filipe Manana | 1 | -13/+39 |
| 2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-11 | btrfs: pass a btrfs_inode to btrfs_ioctl_send() | David Sterba | 1 | -2/+2 |
| 2024-07-11 | btrfs: remove super block argument from btrfs_iget() | Filipe Manana | 1 | -5/+4 |
| 2024-07-11 | btrfs: constify pointer parameters where applicable | David Sterba | 1 | -1/+1 |
| 2024-07-11 | btrfs: send: get rid of the label and gotos at ensure_commit_roots_uptodate() | Filipe Manana | 1 | -10/+2 |
| 2024-07-11 | btrfs: add and use helper to commit the current transaction | Filipe Manana | 1 | -9/+1 |
| 2024-07-11 | btrfs: send: avoid create/commit empty transaction at ensure_commit_roots_upt... | Filipe Manana | 1 | -3/+6 |
| 2024-07-11 | btrfs: send: make ensure_commit_roots_uptodate() simpler and more efficient | Filipe Manana | 1 | -18/+15 |
| 2024-07-11 | btrfs: simplify range parameters of btrfs_wait_ordered_roots() | David Sterba | 1 | -2/+2 |
| 2024-07-03 | readahead: drop index argument of page_cache_async_readahead() | Jan Kara | 1 | -1/+1 |
| 2024-05-07 | btrfs: change root->root_key.objectid to btrfs_root_id() | Josef Bacik | 1 | -15/+14 |
| 2024-05-07 | btrfs: convert put_file_data() to folios | Goldwyn Rodrigues | 1 | -22/+23 |
| 2024-03-04 | btrfs: open code trivial btrfs_lru_cache_size() | David Sterba | 1 | -4/+3 |
| 2024-03-04 | btrfs: send: avoid duplicated search for last extent when sending hole | Filipe Manana | 1 | -15/+12 |
| 2024-03-04 | btrfs: change BUG_ON to assertion in tree_move_down() | David Sterba | 1 | -1/+1 |
| 2024-03-04 | btrfs: send: handle path ref underflow in header iterate_inode_ref() | David Sterba | 1 | -1/+9 |
| 2024-03-04 | btrfs: send: handle unexpected inode in header process_recorded_refs() | David Sterba | 1 | -1/+7 |
| 2024-03-04 | btrfs: send: handle unexpected data in header buffer in begin_cmd() | David Sterba | 1 | -1/+6 |
| 2024-03-04 | btrfs: remove unused included headers | David Sterba | 1 | -1/+0 |
| 2024-03-04 | btrfs: replace sb::s_blocksize by fs_info::sectorsize | David Sterba | 1 | -1/+1 |
| 2024-02-22 | btrfs: send: don't issue unnecessary zero writes for trailing hole | Filipe Manana | 1 | -4/+13 |
| 2024-01-31 | btrfs: send: return EOPNOTSUPP on unknown flags | David Sterba | 1 | -1/+1 |
| 2024-01-12 | btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() | Dmitry Antipov | 1 | -2/+2 |
| 2023-11-24 | btrfs: send: ensure send_fd is writable | Jann Horn | 1 | -1/+1 |
| 2023-10-12 | btrfs: remove btrfs_crc32c wrapper | Josef Bacik | 1 | -3/+3 |
| 2023-08-21 | btrfs: use LIST_HEAD() to initialize the list_head | Ruan Jinjie | 1 | -4/+2 |
| 2023-06-19 | btrfs: send: do not BUG_ON() on unexpected symlink data extent | Filipe Manana | 1 | -2/+14 |
| 2023-04-17 | btrfs: fix uninitialized variable warnings | Genjian Zhang | 1 | -1/+1 |
| 2023-02-15 | btrfs: send: cache utimes operations for directories if possible | Filipe Manana | 1 | -5/+99 |
| 2023-02-15 | btrfs: send: update size of roots array for backref cache entries | Filipe Manana | 1 | -7/+8 |
| 2023-02-15 | btrfs: send: use the lru cache to implement the name cache | Filipe Manana | 1 | -141/+27 |
| 2023-02-13 | btrfs: allow a generation number to be associated with lru cache entries | Filipe Manana | 1 | -3/+5 |
| 2023-02-13 | btrfs: send: cache information about created directories | Filipe Manana | 1 | -1/+40 |
| 2023-02-13 | btrfs: send: genericize the backref cache to allow it to be reused | Filipe Manana | 1 | -56/+24 |
| 2023-02-13 | btrfs: send: initialize all the red black trees earlier | Filipe Manana | 1 | -6/+6 |
| 2023-02-13 | btrfs: send: iterate waiting dir move rbtree only once when processing refs | Filipe Manana | 1 | -5/+2 |
| 2023-02-13 | btrfs: send: reduce searches on parent root when checking if dir can be removed | Filipe Manana | 1 | -6/+59 |
| 2023-02-13 | btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir() | Filipe Manana | 1 | -4/+7 |
| 2023-02-13 | btrfs: send: avoid duplicated orphan dir allocation and initialization | Filipe Manana | 1 | -15/+12 |
| 2023-02-13 | btrfs: send: remove send_progress argument from can_rmdir() | Filipe Manana | 1 | -8/+5 |
| 2023-02-13 | btrfs: send: avoid extra b+tree searches when checking reference overrides | Filipe Manana | 1 | -32/+29 |
| 2023-02-13 | btrfs: send: directly return from will_overwrite_ref() and simplify it | Filipe Manana | 1 | -22/+16 |
| 2023-02-13 | btrfs: send: avoid unnecessary generation search at did_overwrite_ref() | Filipe Manana | 1 | -9/+22 |
| 2023-02-13 | btrfs: send: directly return from did_overwrite_ref() and simplify it | Filipe Manana | 1 | -25/+18 |
| 2023-02-13 | btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro | Yushan Zhou | 1 | -2/+2 |
| 2023-02-13 | btrfs: fix uninitialized variable warning in get_inode_gen | Josef Bacik | 1 | -5/+3 |
| 2023-02-06 | Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+3 |
| 2023-01-27 | btrfs: send: limit number of clones and allocated memory size | David Sterba | 1 | -3/+3 |
| 2022-12-14 | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+6 |
| 2022-12-05 | btrfs: send: bump the extent reference count limit for backref walking | Filipe Manana | 1 | -1/+1 |
| 2022-12-05 | btrfs: send: skip resolution of our own backref when finding clone source | Filipe Manana | 1 | -0/+33 |
| 2022-12-05 | btrfs: send: avoid double extent tree search when finding clone source | Filipe Manana | 1 | -56/+47 |
| 2022-12-05 | btrfs: send: skip unnecessary backref iterations | Filipe Manana | 1 | -40/+41 |
| 2022-12-05 | btrfs: send: cache leaf to roots mapping during backref walking | Filipe Manana | 1 | -0/+185 |
| 2022-12-05 | btrfs: use a structure to pass arguments to backref walking functions | Filipe Manana | 1 | -8/+7 |
| 2022-12-05 | btrfs: use a single argument for extent offset in backref walking functions | Filipe Manana | 1 | -1/+1 |
| 2022-12-05 | btrfs: send: optimize clone detection to increase extent sharing | Filipe Manana | 1 | -16/+33 |
| 2022-12-05 | btrfs: send: avoid unnecessary backref lookups when finding clone source | Filipe Manana | 1 | -1/+10 |
| 2022-12-05 | btrfs: send: drop unnecessary backref context field initializations | Filipe Manana | 1 | -3/+2 |
| 2022-12-05 | btrfs: send: update comment at find_extent_clone() | Filipe Manana | 1 | -7/+7 |
| 2022-12-05 | btrfs: send: avoid unnecessary path allocations when finding extent clone | Filipe Manana | 1 | -21/+16 |
| 2022-12-05 | btrfs: move verity prototypes into verity.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move ioctl prototypes into ioctl.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: move dir-item prototypes into dir-item.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: extend btrfs_dir_item type to store encryption status | Omar Sandoval | 1 | -1/+1 |
| 2022-12-05 | btrfs: use struct fscrypt_str instead of struct qstr | Sweet Tea Dorminy | 1 | -2/+2 |
| 2022-12-05 | btrfs: use struct qstr instead of name and namelen pairs | Sweet Tea Dorminy | 1 | -4/+8 |
| 2022-12-05 | btrfs: move accessor helpers into accessors.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: send add define for v2 buffer size | Wang Yugui | 1 | -1/+1 |
| 2022-11-21 | btrfs: send: avoid unaligned encoded writes when attempting to clone range | Filipe Manana | 1 | -1/+23 |
| 2022-11-01 | btrfs: send: Proactively round up to kmalloc bucket size | Kees Cook | 1 | -5/+6 |
| 2022-10-24 | btrfs: send: fix send failure of a subcase of orphan inodes | BingJing Chang | 1 | -11/+13 |
| 2022-10-11 | btrfs: send: update command for protocol version check | David Sterba | 1 | -1/+4 |
| 2022-10-11 | btrfs: send: allow protocol version 3 with CONFIG_BTRFS_DEBUG | Boris Burkov | 1 | -1/+1 |
| 2022-09-26 | btrfs: send: fix failures when processing inodes with no links | BingJing Chang | 1 | -129/+81 |
| 2022-09-26 | btrfs: send: refactor arguments of get_inode_info() | BingJing Chang | 1 | -75/+78 |
| 2022-09-26 | btrfs: send: add support for fs-verity | Boris Burkov | 1 | -0/+102 |
| 2022-07-25 | btrfs: send: always use the rbtree based inode ref management infrastructure | Filipe Manana | 1 | -181/+12 |
| 2022-07-25 | btrfs: send: fix sending link commands for existing file paths | BingJing Chang | 1 | -4/+152 |
| 2022-07-25 | btrfs: send: introduce recorded_ref_alloc and recorded_ref_free | BingJing Chang | 1 | -10/+24 |
| 2022-07-25 | btrfs: send: add new command FILEATTR for file attributes | David Sterba | 1 | -27/+77 |
| 2022-07-25 | btrfs: send: add OTIME as utimes attribute for proto 2+ by default | David Sterba | 1 | -1/+2 |
| 2022-07-25 | btrfs: send: use boolean types for current inode status | David Sterba | 1 | -16/+16 |
| 2022-07-25 | btrfs: send: remove old TODO regarding ERESTARTSYS | David Sterba | 1 | -6/+1 |
| 2022-07-25 | btrfs: send: simplify includes | David Sterba | 1 | -0/+1 |
| 2022-07-25 | btrfs: send: enable support for stream v2 and compressed writes | Omar Sandoval | 1 | -2/+5 |
| 2022-07-25 | btrfs: send: send compressed extents with encoded writes | Omar Sandoval | 1 | -17/+215 |
| 2022-07-25 | btrfs: send: get send buffer pages for protocol v2 | Omar Sandoval | 1 | -4/+25 |
| 2022-07-25 | btrfs: send: write larger chunks when using stream v2 | Omar Sandoval | 1 | -8/+35 |
| 2022-07-25 | btrfs: send: add stream v2 definitions | Omar Sandoval | 1 | -1/+1 |
| 2022-07-25 | btrfs: send: explicitly number commands and attributes | Omar Sandoval | 1 | -2/+2 |
| 2022-07-25 | btrfs: send: remove unused send_ctx::{total,cmd}_send_size | Omar Sandoval | 1 | -4/+0 |
| 2022-07-16 | Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -18/+22 |
| 2022-07-15 | Revert "btrfs: turn name_cache radix tree into XArray in send_ctx" | David Sterba | 1 | -18/+22 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -3/+3 |
| 2022-05-17 | btrfs: send: avoid trashing the page cache | Filipe Manana | 1 | -3/+82 |
| 2022-05-16 | btrfs: send: keep the current inode open while processing it | Filipe Manana | 1 | -19/+35 |
| 2022-05-16 | btrfs: turn name_cache radix tree into XArray in send_ctx | Gabriel Niebler | 1 | -22/+18 |
| 2022-05-16 | btrfs: use btrfs_for_each_slot in btrfs_unlink_all_paths | Gabriel Niebler | 1 | -23/+13 |
| 2022-05-16 | btrfs: use btrfs_for_each_slot in process_all_extents | Gabriel Niebler | 1 | -29/+8 |
| 2022-05-16 | btrfs: use btrfs_for_each_slot in process_all_new_xattrs | Gabriel Niebler | 1 | -27/+8 |
| 2022-05-16 | btrfs: use btrfs_for_each_slot in process_all_refs | Gabriel Niebler | 1 | -23/+8 |
| 2022-05-16 | btrfs: use btrfs_for_each_slot in is_ancestor | Gabriel Niebler | 1 | -18/+7 |
| 2022-05-16 | btrfs: use btrfs_for_each_slot in can_rmdir | Gabriel Niebler | 1 | -17/+6 |
| 2022-05-16 | btrfs: use btrfs_for_each_slot in did_create_dir | Gabriel Niebler | 1 | -29/+11 |
| 2022-05-09 | btrfs: Convert btrfs to read_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | mm/readahead: Convert page_cache_async_readahead to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+2 |
| 2022-03-14 | btrfs: send: remove redundant ret variable in fs_path_copy | Minghao Chi | 1 | -6/+1 |
| 2022-03-14 | btrfs: reuse existing inode from btrfs_ioctl | Sahil Kang | 1 | -2/+2 |
| 2022-02-09 | btrfs: send: in case of IO error log it | Dāvis Mosāns | 1 | -0/+4 |
| 2022-01-07 | btrfs: make send work with concurrent block group relocation | Filipe Manana | 1 | -49/+308 |
| 2022-01-03 | btrfs: send: remove unused type parameter to iterate_inode_ref_t | Omar Sandoval | 1 | -19/+13 |
| 2022-01-03 | btrfs: send: remove unused found_type parameter to lookup_dir_item_inode() | Omar Sandoval | 1 | -7/+3 |
| 2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik | 1 | -7/+7 |
| 2022-01-03 | btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere | Josef Bacik | 1 | -6/+2 |
| 2021-10-29 | btrfs: send: prepare for v2 protocol | David Sterba | 1 | -0/+23 |
| 2021-10-25 | btrfs: send: simplify send_create_inode_if_needed | Marcos Paulo de Souza | 1 | -11/+4 |
| 2021-08-23 | btrfs: allocate backref_ctx on stack in find_extent_clone | Goldwyn Rodrigues | 1 | -18/+11 |
| 2021-08-23 | btrfs: constify and cleanup variables in comparators | David Sterba | 1 | -3/+3 |
| 2021-06-22 | btrfs: send: fix crash when memory allocations trigger reclaim | Filipe Manana | 1 | -2/+0 |
| 2021-06-22 | btrfs: ensure relocation never runs while we have send operations running | Filipe Manana | 1 | -7/+7 |
| 2021-06-22 | btrfs: fix typos in comments | David Sterba | 1 | -1/+1 |