Age | Commit message (Expand) | Author | Files | Lines |
2019-09-09 | btrfs: assert extent map tree lock in add_extent_mapping | David Sterba | 1 | -0/+2 |
2019-04-29 | btrfs: Optimize unallocated chunks discard | Nikolay Borisov | 1 | -1/+3 |
2019-04-29 | btrfs: replace pending/pinned chunks lists with io tree | Jeff Mahoney | 1 | -0/+36 |
2019-02-25 | btrfs: Remove impossible condition from mergable_maps | Nikolay Borisov | 1 | -2/+3 |
2018-12-17 | btrfs: Fix typos in comments and strings | Andrea Gelmini | 1 | -1/+2 |
2018-10-15 | Btrfs: extent_map: use rb_first_cached | Liu Bo | 1 | -12/+15 |
2018-10-15 | btrfs: change remove_extent_mapping to return void | zhong jiang | 1 | -4/+1 |
2018-05-28 | btrfs: use fs_info for btrfs_handle_em_exist tracepoint | David Sterba | 1 | -2/+4 |
2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 1 | -0/+1 |
2018-03-26 | btrfs: add more __cold annotations | David Sterba | 1 | -1/+1 |
2018-03-26 | Btrfs: add tracepoint for em's EEXIST case | Liu Bo | 1 | -0/+3 |
2018-03-26 | btrfs: remove unused hardirq.h | Yang Shi | 1 | -1/+0 |
2018-01-22 | Btrfs: noinline merge_extent_mapping | Liu Bo | 1 | -4/+4 |
2018-01-22 | Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mapping | Liu Bo | 1 | -1/+8 |
2018-01-22 | Btrfs: move extent map specific code to extent_map.c | Liu Bo | 1 | -0/+125 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-04-18 | btrfs: convert extent_map.refs from atomic_t to refcount_t | Elena Reshetova | 1 | -5/+5 |
2016-07-26 | btrfs: Fix slab accounting flags | Nikolay Borisov | 1 | -1/+1 |
2016-05-25 | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 1 | -1/+1 |
2016-03-14 | btrfs: Fix misspellings in comments. | Adam Buchbinder | 1 | -2/+2 |
2016-03-11 | btrfs: move btrfs_compression_type to compression.h | Anand Jain | 1 | -0/+1 |
2016-02-18 | btrfs: drop null testing before destroy functions | Kinglong Mee | 1 | -2/+1 |
2016-01-15 | btrfs: cleanup, stop casting for extent_map->lookup everywhere | Jeff Mahoney | 1 | -1/+1 |
2014-11-21 | Btrfs: do not move em to modified list when unpinning | Josef Bacik | 1 | -2/+0 |
2014-06-20 | Btrfs: fix NULL pointer crash when running balance and scrub concurrently | Wang Shilong | 1 | -0/+2 |
2014-03-10 | Btrfs: more efficient btrfs_drop_extent_cache | Filipe Manana | 1 | -9/+30 |
2014-03-10 | Btrfs: remove unneeded field / smaller extent_map structure | Filipe Manana | 1 | -11/+6 |
2014-01-29 | Btrfs: fix extent_map block_len after merging | Filipe David Borba Manana | 1 | -1/+1 |
2014-01-29 | Btrfs: faster and more efficient extent map insertion | Filipe David Borba Manana | 1 | -31/+41 |
2013-05-06 | btrfs: make static code static & remove dead code | Eric Sandeen | 1 | -2/+3 |
2013-05-06 | Btrfs: fix bad extent logging | Josef Bacik | 1 | -5/+13 |
2013-03-02 | btrfs: fixup/remove module.h usage as required | Paul Gortmaker | 1 | -1/+0 |
2013-02-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+2 |
2013-02-06 | Btrfs: do not merge logged extents if we've removed them from the tree | Josef Bacik | 1 | -1/+2 |
2013-01-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+12 |
2013-01-24 | Btrfs: do not allow logged extents to be merged or removed | Josef Bacik | 1 | -1/+12 |
2012-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -14/+10 |
2012-12-17 | Btrfs: log changed inodes based on the extent map tree | Josef Bacik | 1 | -12/+8 |
2012-12-17 | Btrfs: do not mark ems as prealloc if we are writing to them | Josef Bacik | 1 | -2/+2 |
2012-10-30 | btrfs: unpin_extent_cache: fix the typo and unnecessary arguements | Liu Bo | 1 | -2/+1 |
2012-10-04 | Btrfs: do not hold the write_lock on the extent tree while logging | Josef Bacik | 1 | -1/+2 |
2012-10-01 | btrfs: polish names of kmem caches | David Sterba | 1 | -1/+1 |
2012-10-01 | Btrfs: improve fsync by filtering extents that we want | Liu Bo | 1 | -0/+20 |
2012-10-01 | Btrfs: turbo charge fsync | Josef Bacik | 1 | -2/+32 |
2011-08-01 | Btrfs: clean up code for merging extent maps | Li Zefan | 1 | -38/+21 |
2011-08-01 | Btrfs: clean up code for extent_map lookup | Li Zefan | 1 | -56/+29 |
2011-08-01 | Btrfs: clean up search_extent_mapping() | Li Zefan | 1 | -14/+3 |
2011-05-02 | btrfs: drop gfp parameter from alloc_extent_map | David Sterba | 1 | -3/+2 |
2011-05-02 | btrfs: drop unused parameter from extent_map_tree_init | David Sterba | 1 | -2/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |