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
2019-07-04
btrfs: move the subvolume reservation stuff out of extent-tree.c
Josef Bacik
2019-07-04
btrfs: migrate the delalloc space stuff to it's own home
Josef Bacik
2019-07-04
btrfs: migrate btrfs_trans_release_chunk_metadata
Josef Bacik
2019-07-04
btrfs: migrate the delayed refs rsv code
Josef Bacik
2019-07-02
btrfs: migrate the global_block_rsv helpers to block-rsv.c
Josef Bacik
2019-07-02
btrfs: migrate the block-rsv code to block-rsv.c
Josef Bacik
2019-07-02
btrfs: stop using block_rsv_release_bytes everywhere
Josef Bacik
2019-07-02
btrfs: cleanup the target logic in __btrfs_block_rsv_release
Josef Bacik
2019-07-02
btrfs: export __btrfs_block_rsv_release
Josef Bacik
2019-07-02
btrfs: export btrfs_block_rsv_add_bytes
Josef Bacik
2019-07-02
btrfs: move btrfs_block_rsv definitions into it's own header
Josef Bacik
2019-07-02
btrfs: move reserve_metadata_bytes and supporting code to space-info.c
Josef Bacik
2019-07-02
btrfs: move dump_space_info to space-info.c
Josef Bacik
2019-07-02
btrfs: export block_rsv_use_bytes
Josef Bacik
2019-07-02
btrfs: move btrfs_space_info_add_*_bytes to space-info.c
Josef Bacik
2019-07-02
btrfs: move the space info update macro to space-info.h
Josef Bacik
2019-07-02
btrfs: move and export can_overcommit
Josef Bacik
2019-07-02
btrfs: move the space_info handling code to space-info.c
Josef Bacik
2019-07-02
btrfs: export space_info_add_*_bytes
Josef Bacik
2019-07-02
btrfs: rename do_chunk_alloc to btrfs_chunk_alloc
Josef Bacik
2019-07-02
btrfs: move space_info to space-info.h
Josef Bacik
2019-07-02
btrfs: drop default value assignments in enums
David Sterba
2019-07-02
btrfs: use mask for RAID56 profiles
David Sterba
2019-07-02
btrfs: add mask for all RAID1 types
David Sterba
2019-07-02
btrfs: raid56: clear incompat block group flags after removing the last one
David Sterba
2019-07-01
btrfs: trim: make reserved device area adjustments more explicit
Nikolay Borisov
2019-07-01
btrfs: resurrect btrfs_crc32c()
Johannes Thumshirn
2019-07-01
btrfs: extent-tree: Add trace events for space info numbers update
Qu Wenruo
2019-07-01
btrfs: extent-tree: Add lockdep assert when updating space info
Qu Wenruo
2019-07-01
btrfs: refactor helper for bg flags to name conversion
David Sterba
2019-07-01
btrfs: use raid_attr table in get_profile_num_devs
David Sterba
2019-07-01
btrfs: remove mapping tree structures indirection
David Sterba
2019-07-01
btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()
Qu Wenruo
2019-06-12
Btrfs: fix race between block group removal and block group allocation
Filipe Manana
2019-06-07
btrfs: Always trim all unallocated space in btrfs_trim_free_extents
Nikolay Borisov
2019-05-16
btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytes
Qu Wenruo
2019-05-16
btrfs: sysfs: Fix error path kobject memory leak
Tobin C. Harding
2019-05-02
btrfs: reserve delalloc metadata differently
Josef Bacik
2019-04-29
btrfs: track DIO bytes in flight
Josef Bacik
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flags
David Sterba
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_add_delayed_extent_op
David Sterba
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_extend_item
David Sterba
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_truncate_item
David Sterba
2019-04-29
btrfs: qgroup: Don't scan leaf if we're modifying reloc tree
Qu Wenruo
2019-04-29
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()
Qu Wenruo
2019-04-29
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()
Qu Wenruo
2019-04-29
btrfs: extent-tree: Use btrfs_ref to refactor add_pinned_bytes()
Qu Wenruo
2019-04-29
btrfs: ref-verify: Use btrfs_ref to refactor btrfs_ref_tree_mod()
Qu Wenruo
2019-04-29
btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_data_ref()
Qu Wenruo
2019-04-29
btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()
Qu Wenruo
[next]