summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix race between using extent maps and merging themFilipe Manana2020-02-121-0/+11
* btrfs: remove extent_map::bdevDavid Sterba2019-11-181-3/+0
* btrfs: assert extent_map bdevs and lookup_map and splitDavid Sterba2019-11-181-1/+8
* btrfs: assert extent map tree lock in add_extent_mappingDavid Sterba2019-09-091-0/+2
* btrfs: Optimize unallocated chunks discardNikolay Borisov2019-04-291-1/+3
* btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney2019-04-291-0/+36
* btrfs: Remove impossible condition from mergable_mapsNikolay Borisov2019-02-251-2/+3
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-1/+2
* Btrfs: extent_map: use rb_first_cachedLiu Bo2018-10-151-12/+15
* btrfs: change remove_extent_mapping to return voidzhong jiang2018-10-151-4/+1
* btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba2018-05-281-2/+4
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-0/+1
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* Btrfs: add tracepoint for em's EEXIST caseLiu Bo2018-03-261-0/+3
* btrfs: remove unused hardirq.hYang Shi2018-03-261-1/+0
* Btrfs: noinline merge_extent_mappingLiu Bo2018-01-221-4/+4
* Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mappingLiu Bo2018-01-221-1/+8
* Btrfs: move extent map specific code to extent_map.cLiu Bo2018-01-221-0/+125
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova2017-04-181-5/+5
* btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-1/+1
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-2/+2
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-2/+1
* btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney2016-01-151-1/+1
* Btrfs: do not move em to modified list when unpinningJosef Bacik2014-11-211-2/+0
* Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-191-0/+2
* Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana2014-03-101-9/+30
* Btrfs: remove unneeded field / smaller extent_map structureFilipe Manana2014-03-101-11/+6
* Btrfs: fix extent_map block_len after mergingFilipe David Borba Manana2014-01-281-1/+1
* Btrfs: faster and more efficient extent map insertionFilipe David Borba Manana2014-01-281-31/+41
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-2/+3
* Btrfs: fix bad extent loggingJosef Bacik2013-05-061-5/+13
* btrfs: fixup/remove module.h usage as requiredPaul Gortmaker2013-03-011-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-02-081-1/+2
|\
| * Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik2013-02-051-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-01-251-1/+12
|\ \ | |/
| * Btrfs: do not allow logged extents to be merged or removedJosef Bacik2013-01-241-1/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-12-181-14/+10
|\ \ | |/
| * Btrfs: log changed inodes based on the extent map treeJosef Bacik2012-12-161-12/+8
| * Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik2012-12-161-2/+2
* | btrfs: unpin_extent_cache: fix the typo and unnecessary arguementsLiu Bo2012-10-301-2/+1
|/
* Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik2012-10-041-1/+2
* btrfs: polish names of kmem cachesDavid Sterba2012-10-011-1/+1
* Btrfs: improve fsync by filtering extents that we wantLiu Bo2012-10-011-0/+20
* Btrfs: turbo charge fsyncJosef Bacik2012-10-011-2/+32
* Btrfs: clean up code for merging extent mapsLi Zefan2011-08-011-38/+21
* Btrfs: clean up code for extent_map lookupLi Zefan2011-08-011-56/+29
* Btrfs: clean up search_extent_mapping()Li Zefan2011-08-011-14/+3
OpenPOWER on IntegriCloud