index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_map.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: drop extent map range more efficiently
Filipe Manana
2022-09-29
1
-45
/
+74
*
btrfs: remove unnecessary next extent map search
Filipe Manana
2022-09-29
1
-14
/
+17
*
btrfs: remove unnecessary NULL pointer checks when searching extent maps
Filipe Manana
2022-09-29
1
-14
/
+14
*
btrfs: assert tree is locked when clearing extent map from logging
Filipe Manana
2022-09-29
1
-0
/
+2
*
btrfs: remove unnecessary extent map initializations
Filipe Manana
2022-09-29
1
-2
/
+0
*
btrfs: remove the refcount warning/check at free_extent_map()
Filipe Manana
2022-09-29
1
-1
/
+0
*
btrfs: add helper to replace extent map range with a new extent map
Filipe Manana
2022-09-29
1
-0
/
+41
*
btrfs: move open coded extent map tree deletion out of inode eviction
Filipe Manana
2022-09-29
1
-0
/
+27
*
btrfs: use extent_map_end() at btrfs_drop_extent_map_range()
Filipe Manana
2022-09-29
1
-4
/
+6
*
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
2022-09-29
1
-0
/
+192
*
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: assert we have a write lock when removing and replacing extent maps
Filipe Manana
2022-03-14
1
-0
/
+4
*
btrfs: defrag: don't use merged extent map for their generation check
Qu Wenruo
2022-02-23
1
-0
/
+2
*
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
2021-10-26
1
-2
/
+2
*
btrfs: fix parameter description of btrfs_add_extent_mapping
Nikolay Borisov
2021-02-08
1
-6
/
+7
*
btrfs: document modified parameter of add_extent_mapping
Nikolay Borisov
2021-02-08
1
-1
/
+4
*
Btrfs: fix race between using extent maps and merging them
Filipe Manana
2020-02-12
1
-0
/
+11
*
btrfs: remove extent_map::bdev
David Sterba
2019-11-18
1
-3
/
+0
*
btrfs: assert extent_map bdevs and lookup_map and split
David Sterba
2019-11-18
1
-1
/
+8
*
btrfs: assert extent map tree lock in add_extent_mapping
David Sterba
2019-09-09
1
-0
/
+2
*
btrfs: Optimize unallocated chunks discard
Nikolay Borisov
2019-04-29
1
-1
/
+3
*
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
2019-04-29
1
-0
/
+36
*
btrfs: Remove impossible condition from mergable_maps
Nikolay Borisov
2019-02-25
1
-2
/
+3
*
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
1
-1
/
+2
*
Btrfs: extent_map: use rb_first_cached
Liu Bo
2018-10-15
1
-12
/
+15
*
btrfs: change remove_extent_mapping to return void
zhong jiang
2018-10-15
1
-4
/
+1
*
btrfs: use fs_info for btrfs_handle_em_exist tracepoint
David Sterba
2018-05-28
1
-2
/
+4
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-0
/
+1
*
btrfs: add more __cold annotations
David Sterba
2018-03-26
1
-1
/
+1
*
Btrfs: add tracepoint for em's EEXIST case
Liu Bo
2018-03-26
1
-0
/
+3
*
btrfs: remove unused hardirq.h
Yang Shi
2018-03-26
1
-1
/
+0
*
Btrfs: noinline merge_extent_mapping
Liu Bo
2018-01-22
1
-4
/
+4
*
Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mapping
Liu Bo
2018-01-22
1
-1
/
+8
*
Btrfs: move extent map specific code to extent_map.c
Liu Bo
2018-01-22
1
-0
/
+125
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
btrfs: convert extent_map.refs from atomic_t to refcount_t
Elena Reshetova
2017-04-18
1
-5
/
+5
*
btrfs: Fix slab accounting flags
Nikolay Borisov
2016-07-26
1
-1
/
+1
*
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
2016-05-25
1
-1
/
+1
*
btrfs: Fix misspellings in comments.
Adam Buchbinder
2016-03-14
1
-2
/
+2
*
btrfs: move btrfs_compression_type to compression.h
Anand Jain
2016-03-11
1
-0
/
+1
*
btrfs: drop null testing before destroy functions
Kinglong Mee
2016-02-18
1
-2
/
+1
*
btrfs: cleanup, stop casting for extent_map->lookup everywhere
Jeff Mahoney
2016-01-15
1
-1
/
+1
*
Btrfs: do not move em to modified list when unpinning
Josef Bacik
2014-11-21
1
-2
/
+0
*
Btrfs: fix NULL pointer crash when running balance and scrub concurrently
Wang Shilong
2014-06-19
1
-0
/
+2
*
Btrfs: more efficient btrfs_drop_extent_cache
Filipe Manana
2014-03-10
1
-9
/
+30
*
Btrfs: remove unneeded field / smaller extent_map structure
Filipe Manana
2014-03-10
1
-11
/
+6
*
Btrfs: fix extent_map block_len after merging
Filipe David Borba Manana
2014-01-28
1
-1
/
+1
*
Btrfs: faster and more efficient extent map insertion
Filipe David Borba Manana
2014-01-28
1
-31
/
+41
*
btrfs: make static code static & remove dead code
Eric Sandeen
2013-05-06
1
-2
/
+3
[next]