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
/
extent-tree.c
Age
Commit message (
Expand
)
Author
2022-05-24
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-05-16
btrfs: zoned: introduce btrfs_zoned_bg_is_full
Naohiro Aota
2022-05-16
btrfs: improve error reporting in lookup_inline_extent_backref
Nikolay Borisov
2022-05-16
btrfs: remove btrfs_delayed_extent_op::is_data
David Sterba
2022-05-16
btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
David Sterba
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
2022-05-16
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
2022-05-16
btrfs: remove search start argument from first_logical_byte()
Filipe Manana
2022-05-16
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-06
btrfs: zoned: activate block group only for extent allocation
Naohiro Aota
2022-03-14
btrfs: factor out do_free_extent_accounting helper
Josef Bacik
2022-03-14
btrfs: remove last_ref from the extent freeing code
Josef Bacik
2022-03-14
btrfs: add a alloc_reserved_extent helper
Josef Bacik
2022-03-14
btrfs: remove BUG_ON(ret) in alloc_reserved_tree_block
Josef Bacik
2022-03-14
btrfs: zoned: remove redundant initialization of to_add
Jiapeng Chong
2022-03-02
btrfs: do not start relocation until in progress drops are done
Josef Bacik
2022-01-07
btrfs: zoned: fix chunk allocation condition for zoned allocator
Naohiro Aota
2022-01-07
btrfs: add extent allocator hook to decide to allocate chunk or not
Naohiro Aota
2022-01-07
btrfs: zoned: unset dedicated block group on allocation failure
Naohiro Aota
2022-01-03
btrfs: track the csum, extent, and free space trees in a rb tree
Josef Bacik
2022-01-03
btrfs: stop accessing ->csum_root directly
Josef Bacik
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
2022-01-03
btrfs: use chunk_root in find_free_extent_update_loop
Josef Bacik
2022-01-03
btrfs: make remove_extent_backref pass the root
Josef Bacik
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
2021-12-15
btrfs: fix invalid delayed ref after subvolume creation failure
Filipe Manana
2021-12-08
btrfs: fail if fstrim_range->start == U64_MAX
Josef Bacik
2021-10-26
btrfs: reduce btrfs_update_block_group alloc argument to bool
Anand Jain
2021-10-26
btrfs: pull up qgroup checks from delayed-ref core to init time
Nikolay Borisov
2021-10-26
btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref
Nikolay Borisov
2021-10-26
btrfs: rename root fields in delayed refs structs
Nikolay Borisov
2021-10-26
btrfs: assert that extent buffers are write locked instead of only locked
Filipe Manana
2021-10-26
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
2021-10-26
btrfs: zoned: let the for_treelog test in the allocator stand out
Johannes Thumshirn
2021-10-26
btrfs: zoned: add a dedicated data relocation block group
Johannes Thumshirn
2021-10-26
btrfs: introduce btrfs_is_data_reloc_root
Johannes Thumshirn
2021-10-26
btrfs: zoned: avoid chunk allocation if active block group has enough space
Naohiro Aota
2021-10-26
btrfs: move ffe_ctl one level up
Naohiro Aota
2021-10-26
btrfs: zoned: activate block group on allocation
Naohiro Aota
2021-10-26
btrfs: zoned: calculate free space from zone capacity
Naohiro Aota
2021-10-07
btrfs: unlock newly allocated extent buffer after error
Qu Wenruo
2021-08-23
btrfs: pass NULL as trans to btrfs_search_slot if we only want to search
Marcos Paulo de Souza
2021-08-23
btrfs: cleanup fs_devices pointer usage in btrfs_trim_fs
Anand Jain
2021-07-22
btrfs: check for missing device in btrfs_trim_fs
Anand Jain
2021-06-22
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
2021-06-22
btrfs: fix typos in comments
David Sterba
2021-06-21
btrfs: always abort the transaction if we abort a trans handle
Josef Bacik
[next]