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_map.c
Age
Commit message (
Expand
)
Author
2023-08-18
btrfs: fix incorrect splitting in btrfs_drop_extent_map_range
Josef Bacik
2023-06-19
btrfs: pass the new logical address to split_extent_map
Christoph Hellwig
2023-06-19
btrfs: move split_extent_map to extent_map.c
Christoph Hellwig
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
btrfs: pass NOWAIT for set/clear extent bits as another bit
David Sterba
2023-06-19
btrfs: open code set_extent_bits_nowait
David Sterba
2023-03-06
btrfs: fix extent map logging bit not cleared for split maps after dropping r...
Filipe Manana
2022-12-05
btrfs: remove no longer used btrfs_next_extent_map()
Filipe Manana
2022-12-05
btrfs: selftests: remove impossible inline extent at non-zero file offset
Qu Wenruo
2022-12-05
btrfs: update function comments
David Sterba
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: get the next extent map during fiemap/lseek more efficiently
Filipe Manana
2022-09-29
btrfs: drop extent map range more efficiently
Filipe Manana
2022-09-29
btrfs: remove unnecessary next extent map search
Filipe Manana
2022-09-29
btrfs: remove unnecessary NULL pointer checks when searching extent maps
Filipe Manana
2022-09-29
btrfs: assert tree is locked when clearing extent map from logging
Filipe Manana
2022-09-29
btrfs: remove unnecessary extent map initializations
Filipe Manana
2022-09-29
btrfs: remove the refcount warning/check at free_extent_map()
Filipe Manana
2022-09-29
btrfs: add helper to replace extent map range with a new extent map
Filipe Manana
2022-09-29
btrfs: move open coded extent map tree deletion out of inode eviction
Filipe Manana
2022-09-29
btrfs: use extent_map_end() at btrfs_drop_extent_map_range()
Filipe Manana
2022-09-29
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
2022-03-14
btrfs: assert we have a write lock when removing and replacing extent maps
Filipe Manana
2022-02-23
btrfs: defrag: don't use merged extent map for their generation check
Qu Wenruo
2021-10-26
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
2021-02-08
btrfs: fix parameter description of btrfs_add_extent_mapping
Nikolay Borisov
2021-02-08
btrfs: document modified parameter of add_extent_mapping
Nikolay Borisov
2020-02-12
Btrfs: fix race between using extent maps and merging them
Filipe Manana
2019-11-18
btrfs: remove extent_map::bdev
David Sterba
2019-11-18
btrfs: assert extent_map bdevs and lookup_map and split
David Sterba
2019-09-09
btrfs: assert extent map tree lock in add_extent_mapping
David Sterba
2019-04-29
btrfs: Optimize unallocated chunks discard
Nikolay Borisov
2019-04-29
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
2019-02-25
btrfs: Remove impossible condition from mergable_maps
Nikolay Borisov
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-10-15
Btrfs: extent_map: use rb_first_cached
Liu Bo
2018-10-15
btrfs: change remove_extent_mapping to return void
zhong jiang
2018-05-28
btrfs: use fs_info for btrfs_handle_em_exist tracepoint
David Sterba
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-03-26
btrfs: add more __cold annotations
David Sterba
2018-03-26
Btrfs: add tracepoint for em's EEXIST case
Liu Bo
2018-03-26
btrfs: remove unused hardirq.h
Yang Shi
2018-01-22
Btrfs: noinline merge_extent_mapping
Liu Bo
2018-01-22
Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mapping
Liu Bo
2018-01-22
Btrfs: move extent map specific code to extent_map.c
Liu Bo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-18
btrfs: convert extent_map.refs from atomic_t to refcount_t
Elena Reshetova
2016-07-26
btrfs: Fix slab accounting flags
Nikolay Borisov
[next]