aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextGravatar Qu Wenruo 1-2/+2
2021-02-08btrfs: fix parameter description of btrfs_add_extent_mappingGravatar Nikolay Borisov 1-6/+7
2021-02-08btrfs: document modified parameter of add_extent_mappingGravatar Nikolay Borisov 1-1/+4
2020-02-12Btrfs: fix race between using extent maps and merging themGravatar Filipe Manana 1-0/+11
2019-11-18btrfs: remove extent_map::bdevGravatar David Sterba 1-3/+0
2019-11-18btrfs: assert extent_map bdevs and lookup_map and splitGravatar David Sterba 1-1/+8
2019-09-09btrfs: assert extent map tree lock in add_extent_mappingGravatar David Sterba 1-0/+2
2019-04-29btrfs: Optimize unallocated chunks discardGravatar Nikolay Borisov 1-1/+3
2019-04-29btrfs: replace pending/pinned chunks lists with io treeGravatar Jeff Mahoney 1-0/+36
2019-02-25btrfs: Remove impossible condition from mergable_mapsGravatar Nikolay Borisov 1-2/+3
2018-12-17btrfs: Fix typos in comments and stringsGravatar Andrea Gelmini 1-1/+2
2018-10-15Btrfs: extent_map: use rb_first_cachedGravatar Liu Bo 1-12/+15
2018-10-15btrfs: change remove_extent_mapping to return voidGravatar zhong jiang 1-4/+1
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointGravatar David Sterba 1-2/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-0/+1
2018-03-26btrfs: add more __cold annotationsGravatar David Sterba 1-1/+1
2018-03-26Btrfs: add tracepoint for em's EEXIST caseGravatar Liu Bo 1-0/+3
2018-03-26btrfs: remove unused hardirq.hGravatar Yang Shi 1-1/+0
2018-01-22Btrfs: noinline merge_extent_mappingGravatar Liu Bo 1-4/+4
2018-01-22Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mappingGravatar Liu Bo 1-1/+8
2018-01-22Btrfs: move extent map specific code to extent_map.cGravatar Liu Bo 1-0/+125
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-5/+5
2016-07-26btrfs: Fix slab accounting flagsGravatar Nikolay Borisov 1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-1/+1
2016-03-14btrfs: Fix misspellings in comments.Gravatar Adam Buchbinder 1-2/+2
2016-03-11btrfs: move btrfs_compression_type to compression.hGravatar Anand Jain 1-0/+1
2016-02-18btrfs: drop null testing before destroy functionsGravatar Kinglong Mee 1-2/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereGravatar Jeff Mahoney 1-1/+1
2014-11-21Btrfs: do not move em to modified list when unpinningGravatar Josef Bacik 1-2/+0
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyGravatar Wang Shilong 1-0/+2
2014-03-10Btrfs: more efficient btrfs_drop_extent_cacheGravatar Filipe Manana 1-9/+30
2014-03-10Btrfs: remove unneeded field / smaller extent_map structureGravatar Filipe Manana 1-11/+6
2014-01-28Btrfs: fix extent_map block_len after mergingGravatar Filipe David Borba Manana 1-1/+1
2014-01-28Btrfs: faster and more efficient extent map insertionGravatar Filipe David Borba Manana 1-31/+41
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-2/+3
2013-05-06Btrfs: fix bad extent loggingGravatar Josef Bacik 1-5/+13
2013-03-01btrfs: fixup/remove module.h usage as requiredGravatar Paul Gortmaker 1-1/+0
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+2
2013-02-05Btrfs: do not merge logged extents if we've removed them from the treeGravatar Josef Bacik 1-1/+2
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+12
2013-01-24Btrfs: do not allow logged extents to be merged or removedGravatar Josef Bacik 1-1/+12
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-14/+10
2012-12-16Btrfs: log changed inodes based on the extent map treeGravatar Josef Bacik 1-12/+8
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themGravatar Josef Bacik 1-2/+2
2012-10-30btrfs: unpin_extent_cache: fix the typo and unnecessary arguementsGravatar Liu Bo 1-2/+1
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingGravatar Josef Bacik 1-1/+2
2012-10-01btrfs: polish names of kmem cachesGravatar David Sterba 1-1/+1
2012-10-01Btrfs: improve fsync by filtering extents that we wantGravatar Liu Bo 1-0/+20
2012-10-01Btrfs: turbo charge fsyncGravatar Josef Bacik 1-2/+32