aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-09btrfs: assert extent map tree lock in add_extent_mappingDavid Sterba1-0/+2
2019-04-29btrfs: Optimize unallocated chunks discardNikolay Borisov1-1/+3
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney1-0/+36
2019-02-25btrfs: Remove impossible condition from mergable_mapsNikolay Borisov1-2/+3
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-1/+2
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo1-12/+15
2018-10-15btrfs: change remove_extent_mapping to return voidzhong jiang1-4/+1
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba1-2/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-0/+1
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-03-26Btrfs: add tracepoint for em's EEXIST caseLiu Bo1-0/+3
2018-03-26btrfs: remove unused hardirq.hYang Shi1-1/+0
2018-01-22Btrfs: noinline merge_extent_mappingLiu Bo1-4/+4
2018-01-22Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mappingLiu Bo1-1/+8
2018-01-22Btrfs: move extent map specific code to extent_map.cLiu Bo1-0/+125
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova1-5/+5
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-2/+2
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee1-2/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney1-1/+1
2014-11-21Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong1-0/+2
2014-03-10Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana1-9/+30
2014-03-10Btrfs: remove unneeded field / smaller extent_map structureFilipe Manana1-11/+6
2014-01-28Btrfs: fix extent_map block_len after mergingFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: faster and more efficient extent map insertionFilipe David Borba Manana1-31/+41
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-2/+3
2013-05-06Btrfs: fix bad extent loggingJosef Bacik1-5/+13
2013-03-01btrfs: fixup/remove module.h usage as requiredPaul Gortmaker1-1/+0
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+2
2013-02-05Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik1-1/+2
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+12
2013-01-24Btrfs: do not allow logged extents to be merged or removedJosef Bacik1-1/+12
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-14/+10
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik1-12/+8
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik1-2/+2
2012-10-30btrfs: unpin_extent_cache: fix the typo and unnecessary arguementsLiu Bo1-2/+1
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik1-1/+2
2012-10-01btrfs: polish names of kmem cachesDavid Sterba1-1/+1
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo1-0/+20
2012-10-01Btrfs: turbo charge fsyncJosef Bacik1-2/+32
2011-08-01Btrfs: clean up code for merging extent mapsLi Zefan1-38/+21
2011-08-01Btrfs: clean up code for extent_map lookupLi Zefan1-56/+29
2011-08-01Btrfs: clean up search_extent_mapping()Li Zefan1-14/+3
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba1-3/+2
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1