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
Age
Commit message (
Expand
)
Author
2022-05-16
btrfs: wait between incomplete batch memory allocations
Sweet Tea Dorminy
2022-05-16
btrfs: allocate page arrays using bulk page allocator
Sweet Tea Dorminy
2022-05-16
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
btrfs: expand subpage support to any PAGE_SIZE > 4K
Qu Wenruo
2022-05-16
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
2022-05-16
btrfs: use dummy extent buffer for super block sys chunk array read
Qu Wenruo
2022-05-16
btrfs: assert that relocation is protected with sb_start_write()
Naohiro Aota
2022-05-16
btrfs: simplify code flow in btrfs_ioctl_balance
Nikolay Borisov
2022-05-16
btrfs: remove checks for arg argument in btrfs_ioctl_balance
Nikolay Borisov
2022-05-16
btrfs: replace memset with memzero_page in data checksum verification
Qu Wenruo
2022-05-16
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
2022-05-16
btrfs: avoid blocking when allocating context for nowait dio read/write
Filipe Manana
2022-05-16
btrfs: release path earlier at can_nocow_extent()
Filipe Manana
2022-05-16
btrfs: free path at can_nocow_extent() before checking for checksum items
Filipe Manana
2022-05-16
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
2022-05-16
btrfs: avoid double nocow check when doing nowait dio writes
Filipe Manana
2022-05-16
btrfs: avoid blocking nowait dio when locking file range
Filipe Manana
2022-05-16
btrfs: avoid blocking on page locks with nowait dio on compressed range
Filipe Manana
2022-05-16
btrfs: add messages to printk index
Jonathan Lassoff
2022-05-16
btrfs: tree-checker: check extent buffer owner against owner rootid
Qu Wenruo
2022-05-16
btrfs: add and use helper to assert an inode range is clean
Filipe Manana
2022-05-16
btrfs: remove ordered extent check and wait during hole punching and zero range
Filipe Manana
2022-05-16
btrfs: lock the inode first before flushing range when punching hole
Filipe Manana
2022-05-16
btrfs: remove ordered extent check and wait during fallocate
Filipe Manana
2022-05-16
btrfs: remove inode_dio_wait() calls when starting reflink operations
Filipe Manana
2022-05-16
btrfs: remove useless dio wait call when doing fallocate zero range
Filipe Manana
2022-05-16
btrfs: only reserve the needed data space amount during fallocate
Filipe Manana
2022-05-16
btrfs: restore inode creation before xattr setting
Sweet Tea Dorminy
2022-05-16
btrfs: move common inode creation code into btrfs_create_new_inode()
Omar Sandoval
2022-05-16
btrfs: reserve correct number of items for inode creation
Omar Sandoval
2022-05-16
btrfs: factor out common part of btrfs_{mknod,create,mkdir}()
Omar Sandoval
2022-05-16
btrfs: allocate inode outside of btrfs_new_inode()
Omar Sandoval
2022-05-16
btrfs: warn when extent buffer leak test fails
Qu Wenruo
2022-05-16
btrfs: use a local variable for fs_devices pointer in btrfs_dev_replace_finis...
Anand Jain
2022-05-16
btrfs: use btrfs_for_each_slot in btrfs_listxattr
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in btrfs_read_chunk_tree
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in btrfs_unlink_all_paths
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in process_all_extents
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in process_all_new_xattrs
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in process_all_refs
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in is_ancestor
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in can_rmdir
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in did_create_dir
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in btrfs_real_readdir
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in btrfs_search_dir_index_item
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in mark_block_group_to_copy
Gabriel Niebler
2022-05-16
btrfs: use btrfs_for_each_slot in find_first_block_group
Gabriel Niebler
2022-05-16
btrfs: introduce btrfs_for_each_slot iterator macro
Gabriel Niebler
2022-05-16
btrfs: scrub: rename scrub_bio::pagev and related members
Qu Wenruo
[prev]
[next]