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
2024-03-04
btrfs: add forward declarations and headers, part 1
David Sterba
2024-03-04
btrfs: hoist fs_info out of loops in end_bbio_data_write and end_bbio_data_read
David Sterba
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
2024-03-04
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
2024-03-04
btrfs: add helpers to get inode from page/folio pointers
David Sterba
2024-03-04
btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
David Sterba
2024-03-04
btrfs: mark __btrfs_add_free_space static
Lijuan Li
2024-03-04
btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()
David Sterba
2024-03-04
btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...
David Sterba
2024-03-04
btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...
David Sterba
2024-03-04
btrfs: unify handling of return values of btrfs_insert_empty_items()
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion in reset_balance_state()
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion when verifying lockdep class setup
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion in btrfs_read_roots()
David Sterba
2024-03-04
btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion when checking for delayed_node root
David Sterba
2024-03-04
btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()
David Sterba
2024-03-04
btrfs: export: handle invalid inode or root reference in btrfs_get_parent()
David Sterba
2024-03-04
btrfs: handle invalid extent item reference found in check_committed_ref()
David Sterba
2024-03-04
btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()
David Sterba
2024-03-04
btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()
David Sterba
2024-03-04
btrfs: handle invalid root reference found in btrfs_find_root()
David Sterba
2024-03-04
btrfs: handle root deletion lookup error in btrfs_del_root()
David Sterba
2024-03-04
btrfs: handle block group lookup error when it's being removed
David Sterba
2024-03-04
btrfs: handle invalid range and start in merge_extent_mapping()
David Sterba
2024-03-04
btrfs: handle directory and dentry mismatch in btrfs_may_delete()
David Sterba
2024-03-04
btrfs: use READ/WRITE_ONCE for fs_devices->read_policy
Naohiro Aota
2024-03-04
btrfs: preallocate temporary extent buffer for inode logging when needed
Filipe Manana
2024-03-04
btrfs: add comment about list_is_singular() use at btrfs_delete_unused_bgs()
Filipe Manana
2024-03-04
btrfs: document what the spinlock unused_bgs_lock protects
Filipe Manana
2024-03-04
btrfs: make btrfs_error_unpin_extent_range() return void
David Sterba
2024-03-04
btrfs: return errors from unpin_extent_range()
David Sterba
2024-03-04
btrfs: handle errors returned from unpin_extent_cache()
David Sterba
2024-03-04
btrfs: zlib: Fix spelling mistake "infalte" -> "inflate"
Colin Ian King
2024-03-04
btrfs: zstd: fix and simplify the inline extent decompression (v2)
Qu Wenruo
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-03-04
btrfs: replace i_blocksize by fs_info::sectorsize
David Sterba
2024-03-04
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
2024-03-04
btrfs: remove duplicate recording of physical address
Johannes Thumshirn
2024-03-04
btrfs: page to folio conversion in btrfs_truncate_block()
Goldwyn Rodrigues
2024-03-04
btrfs: use a folio array throughout the defrag process
Matthew Wilcox (Oracle)
2024-03-04
btrfs: convert defrag_prepare_one_page() to use a folio
Matthew Wilcox (Oracle)
2024-03-04
btrfs: add set_folio_extent_mapped() helper
Matthew Wilcox (Oracle)
2024-03-04
btrfs: WARN_ON_ONCE() in our leak detection code
Josef Bacik
2024-03-04
btrfs: remove extent_map_tree forward declaration at extent_io.h
Filipe Manana
2024-03-04
btrfs: cache folio size and shift in extent_buffer
Qu Wenruo
2024-03-04
btrfs: remove unused variable bio_offset from end_bbio_data_read()
Qu Wenruo
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
2024-03-01
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]