index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
send.c
Age
Commit message (
Expand
)
Author
2025-01-13
btrfs: send: remove redundant assignments to variable ret
Colin Ian King
2024-12-23
btrfs: check folio mapping after unlock in put_file_data()
Boris Burkov
2024-11-11
btrfs: send: check for read-only send root under critical section
Filipe Manana
2024-11-11
btrfs: send: check for dead send root under critical section
Filipe Manana
2024-11-11
btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)
Mark Harmstone
2024-11-11
btrfs: drop unused parameter fs_info from btrfs_match_dir_item_name()
David Sterba
2024-11-11
btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill...
David Sterba
2024-11-11
btrfs: send: drop unused parameter index from iterate_inode_ref_t callbacks
David Sterba
2024-11-11
btrfs: send: drop unused parameter num from iterate_inode_ref_t callbacks
David Sterba
2024-10-11
btrfs: send: cleanup unneeded return variable in changed_verity()
Christian Heusel
2024-10-01
btrfs: send: fix invalid clone operation for file that got its size decreased
Filipe Manana
2024-10-01
btrfs: send: fix buffer overflow detection when copying path to cache entry
Filipe Manana
2024-09-10
btrfs: send: fix grammar in comments
Thorsten Blum
2024-08-15
btrfs: send: annotate struct name_cache_entry with __counted_by()
Thorsten Blum
2024-08-13
btrfs: send: allow cloning non-aligned extent if it ends at i_size
Filipe Manana
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-11
btrfs: pass a btrfs_inode to btrfs_ioctl_send()
David Sterba
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
btrfs: send: get rid of the label and gotos at ensure_commit_roots_uptodate()
Filipe Manana
2024-07-11
btrfs: add and use helper to commit the current transaction
Filipe Manana
2024-07-11
btrfs: send: avoid create/commit empty transaction at ensure_commit_roots_upt...
Filipe Manana
2024-07-11
btrfs: send: make ensure_commit_roots_uptodate() simpler and more efficient
Filipe Manana
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-07-03
readahead: drop index argument of page_cache_async_readahead()
Jan Kara
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-05-07
btrfs: convert put_file_data() to folios
Goldwyn Rodrigues
2024-03-04
btrfs: open code trivial btrfs_lru_cache_size()
David Sterba
2024-03-04
btrfs: send: avoid duplicated search for last extent when sending hole
Filipe Manana
2024-03-04
btrfs: change BUG_ON to assertion in tree_move_down()
David Sterba
2024-03-04
btrfs: send: handle path ref underflow in header iterate_inode_ref()
David Sterba
2024-03-04
btrfs: send: handle unexpected inode in header process_recorded_refs()
David Sterba
2024-03-04
btrfs: send: handle unexpected data in header buffer in begin_cmd()
David Sterba
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-03-04
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
2024-02-22
btrfs: send: don't issue unnecessary zero writes for trailing hole
Filipe Manana
2024-01-31
btrfs: send: return EOPNOTSUPP on unknown flags
David Sterba
2024-01-12
btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()
Dmitry Antipov
2023-11-24
btrfs: send: ensure send_fd is writable
Jann Horn
2023-10-12
btrfs: remove btrfs_crc32c wrapper
Josef Bacik
2023-08-21
btrfs: use LIST_HEAD() to initialize the list_head
Ruan Jinjie
2023-06-19
btrfs: send: do not BUG_ON() on unexpected symlink data extent
Filipe Manana
2023-04-17
btrfs: fix uninitialized variable warnings
Genjian Zhang
2023-02-15
btrfs: send: cache utimes operations for directories if possible
Filipe Manana
2023-02-15
btrfs: send: update size of roots array for backref cache entries
Filipe Manana
2023-02-15
btrfs: send: use the lru cache to implement the name cache
Filipe Manana
2023-02-13
btrfs: allow a generation number to be associated with lru cache entries
Filipe Manana
2023-02-13
btrfs: send: cache information about created directories
Filipe Manana
2023-02-13
btrfs: send: genericize the backref cache to allow it to be reused
Filipe Manana
2023-02-13
btrfs: send: initialize all the red black trees earlier
Filipe Manana
[next]