| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-30 | Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -11/+11 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EIO | David Sterba | 1 | -1/+1 |
| 2025-09-22 | btrfs: convert several int parameters to bool | David Sterba | 1 | -10/+10 |
| 2025-09-19 | fs: replace use of system_unbound_wq with system_dfl_wq | Marco Crivellari | 1 | -1/+1 |
| 2025-07-21 | btrfs: add btrfs prefix to is_fstree() and make it return bool | Filipe Manana | 1 | -3/+3 |
| 2025-05-15 | btrfs: rename __tree_search() to remove double underscore prefix | Filipe Manana | 1 | -3/+3 |
| 2025-05-15 | btrfs: rename __lookup_extent_mapping() to remove double underscore prefix | Filipe Manana | 1 | -5/+4 |
| 2025-05-15 | btrfs: rename remaining exported extent map functions | Filipe Manana | 1 | -19/+19 |
| 2025-05-15 | btrfs: rename functions to allocate and free extent maps | Filipe Manana | 1 | -24/+24 |
| 2025-05-15 | btrfs: rename extent map functions to get block start, end and check if in tree | Filipe Manana | 1 | -24/+24 |
| 2025-05-15 | btrfs: rename exported extent map compression functions | Filipe Manana | 1 | -7/+7 |
| 2025-05-15 | btrfs: add btrfs prefix to main lock, try lock and unlock extent functions | Filipe Manana | 1 | -2/+2 |
| 2025-05-15 | btrfs: use rb_entry_safe() where possible to simplify code | David Sterba | 1 | -4/+4 |
| 2025-02-21 | btrfs: do regular iput instead of delayed iput during extent map shrinking | Filipe Manana | 1 | -1/+1 |
| 2025-02-21 | btrfs: skip inodes without loaded extent maps when shrinking extent maps | Filipe Manana | 1 | -21/+57 |
| 2025-02-21 | btrfs: fix use-after-free on inode when scanning root during em shrinking | Filipe Manana | 1 | -2/+1 |
| 2024-11-11 | btrfs: rename extent map shrinker members from struct btrfs_fs_info | Filipe Manana | 1 | -16/+16 |
| 2024-11-11 | btrfs: simplify tracking progress for the extent map shrinker | Filipe Manana | 1 | -43/+12 |
| 2024-11-11 | btrfs: make the extent map shrinker run asynchronously as a work queue job | Filipe Manana | 1 | -8/+43 |
| 2024-11-11 | btrfs: add and use helper to remove extent map from its inode's tree | Filipe Manana | 1 | -11/+7 |
| 2024-11-11 | btrfs: correct typos in multiple comments across various files | Shen Lichuan | 1 | -2/+2 |
| 2024-10-31 | btrfs: fix extent map merging not happening for adjacent extents | Filipe Manana | 1 | -1/+6 |
| 2024-10-22 | btrfs: fix read corruption due to race with extent map merging | Boris Burkov | 1 | -15/+16 |
| 2024-09-10 | btrfs: reduce size and overhead of extent_map_block_end() | Filipe Manana | 1 | -3/+6 |
| 2024-08-13 | btrfs: only run the extent map shrinker from kswapd tasks | Filipe Manana | 1 | -16/+6 |
| 2024-07-30 | Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-25 | btrfs: fix corrupt read due to bad offset of a compressed extent map | Filipe Manana | 1 | -1/+1 |
| 2024-07-17 | Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -80/+163 |
| 2024-07-11 | btrfs: avoid races when tracking progress for extent map shrinking | Filipe Manana | 1 | -21/+63 |
| 2024-07-11 | btrfs: stop extent map shrinker if reschedule is needed | Filipe Manana | 1 | -8/+31 |
| 2024-07-11 | btrfs: use delayed iput during extent map shrinking | Filipe Manana | 1 | -1/+1 |
| 2024-07-11 | btrfs: make validate_extent_map() catch ram_bytes mismatch | Qu Wenruo | 1 | -0/+5 |
| 2024-07-11 | btrfs: remove extent_map::block_start member | Qu Wenruo | 1 | -39/+14 |
| 2024-07-11 | btrfs: remove extent_map::block_len member | Qu Wenruo | 1 | -27/+14 |
| 2024-07-11 | btrfs: remove extent_map::orig_start member | Qu Wenruo | 1 | -19/+2 |
| 2024-07-11 | btrfs: introduce extra sanity checks for extent maps | Qu Wenruo | 1 | -0/+59 |
| 2024-07-11 | btrfs: introduce new members for extent_map | Qu Wenruo | 1 | -4/+75 |
| 2024-07-11 | btrfs: rename extent_map::orig_block_len to disk_num_bytes | Qu Wenruo | 1 | -8/+8 |
| 2024-07-11 | btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree | Filipe Manana | 1 | -22/+26 |
| 2024-07-11 | btrfs: rename rb_root member of extent_map_tree from map to root | Filipe Manana | 1 | -11/+11 |
| 2024-05-07 | btrfs: add tracepoints for extent map shrinker events | Filipe Manana | 1 | -0/+13 |
| 2024-05-07 | btrfs: add a shrinker for extent maps | Filipe Manana | 1 | -0/+160 |
| 2024-05-07 | btrfs: add a global per cpu counter to track number of used extent maps | Filipe Manana | 1 | -0/+17 |
| 2024-05-07 | btrfs: pass the extent map tree's inode to try_merge_map() | Filipe Manana | 1 | -7/+6 |
| 2024-05-07 | btrfs: pass the extent map tree's inode to setup_extent_mapping() | Filipe Manana | 1 | -5/+5 |
| 2024-05-07 | btrfs: pass the extent map tree's inode to replace_extent_mapping() | Filipe Manana | 1 | -5/+6 |
| 2024-05-07 | btrfs: pass the extent map tree's inode to remove_extent_mapping() | Filipe Manana | 1 | -9/+13 |
| 2024-05-07 | btrfs: pass the extent map tree's inode to clear_em_logging() | Filipe Manana | 1 | -1/+3 |
| 2024-05-07 | btrfs: pass the extent map tree's inode to add_extent_mapping() | Filipe Manana | 1 | -18/+16 |
| 2024-05-07 | btrfs: simplify add_extent_mapping() by removing pointless label | Filipe Manana | 1 | -4/+4 |
| 2024-05-07 | btrfs: pass an inode to btrfs_add_extent_mapping() | Filipe Manana | 1 | -7/+7 |
| 2024-05-07 | btrfs: remove not needed mod_start and mod_len from struct extent_map | Filipe Manana | 1 | -18/+0 |
| 2024-04-18 | btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() | Qu Wenruo | 1 | -1/+1 |
| 2024-03-26 | btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping() | Filipe Manana | 1 | -5/+5 |
| 2024-03-26 | btrfs: fix message not properly printing interval when adding extent map | Filipe Manana | 1 | -2/+2 |
| 2024-03-26 | btrfs: fix warning messages not printing interval at unpin_extent_range() | Filipe Manana | 1 | -2/+2 |
| 2024-03-26 | btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache() | Filipe Manana | 1 | -1/+1 |
| 2024-03-05 | btrfs: remove SLAB_MEM_SPREAD flag use | Chengming Zhou | 1 | -2/+1 |
| 2024-03-04 | btrfs: handle invalid range and start in merge_extent_mapping() | David Sterba | 1 | -4/+5 |
| 2024-03-04 | btrfs: handle errors returned from unpin_extent_cache() | David Sterba | 1 | -1/+9 |
| 2024-03-04 | btrfs: remove unused included headers | David Sterba | 1 | -1/+0 |
| 2023-12-15 | btrfs: use the flags of an extent map to identify the compression type | Filipe Manana | 1 | -29/+22 |
| 2023-12-15 | btrfs: refactor mergable_maps() for more readability | Filipe Manana | 1 | -14/+14 |
| 2023-12-15 | btrfs: avoid useless rbtree iterations when attempting to merge extent map | Filipe Manana | 1 | -17/+21 |
| 2023-12-15 | btrfs: log messages at unpin_extent_range() during unexpected cases | Filipe Manana | 1 | -6/+16 |
| 2023-12-15 | btrfs: remove redundant value assignment at btrfs_add_extent_mapping() | Filipe Manana | 1 | -2/+0 |
| 2023-12-15 | btrfs: unexport add_extent_mapping() | Filipe Manana | 1 | -2/+2 |
| 2023-12-15 | btrfs: assert extent map is not in a list when setting it up | Filipe Manana | 1 | -1/+3 |
| 2023-12-15 | btrfs: remove no longer used EXTENT_MAP_DELALLOC block start value | Filipe Manana | 1 | -3/+0 |
| 2023-12-15 | btrfs: use a dedicated data structure for chunk maps | Filipe Manana | 1 | -46/+0 |
| 2023-12-15 | btrfs: unexport extent_map_block_end() | Filipe Manana | 1 | -0/+7 |
| 2023-08-18 | btrfs: fix incorrect splitting in btrfs_drop_extent_map_range | Josef Bacik | 1 | -4/+2 |
| 2023-06-19 | btrfs: pass the new logical address to split_extent_map | Christoph Hellwig | 1 | -3/+5 |
| 2023-06-19 | btrfs: move split_extent_map to extent_map.c | Christoph Hellwig | 1 | -4/+94 |
| 2023-06-19 | btrfs: drop gfp from parameter extent state helpers | David Sterba | 1 | -2/+2 |
| 2023-06-19 | btrfs: pass NOWAIT for set/clear extent bits as another bit | David Sterba | 1 | -3/+4 |
| 2023-06-19 | btrfs: open code set_extent_bits_nowait | David Sterba | 1 | -2/+3 |
| 2023-03-06 | btrfs: fix extent map logging bit not cleared for split maps after dropping r... | Filipe Manana | 1 | -1/+6 |
| 2022-12-05 | btrfs: remove no longer used btrfs_next_extent_map() | Filipe Manana | 1 | -29/+0 |
| 2022-12-05 | btrfs: selftests: remove impossible inline extent at non-zero file offset | Qu Wenruo | 1 | -0/+7 |
| 2022-12-05 | btrfs: update function comments | David Sterba | 1 | -35/+30 |
| 2022-12-05 | btrfs: move the printk helpers out of ctree.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: get the next extent map during fiemap/lseek more efficiently | Filipe Manana | 1 | -1/+30 |
| 2022-09-29 | btrfs: drop extent map range more efficiently | Filipe Manana | 1 | -45/+74 |
| 2022-09-29 | btrfs: remove unnecessary next extent map search | Filipe Manana | 1 | -14/+17 |
| 2022-09-29 | btrfs: remove unnecessary NULL pointer checks when searching extent maps | Filipe Manana | 1 | -14/+14 |
| 2022-09-29 | btrfs: assert tree is locked when clearing extent map from logging | Filipe Manana | 1 | -0/+2 |
| 2022-09-29 | btrfs: remove unnecessary extent map initializations | Filipe Manana | 1 | -2/+0 |
| 2022-09-29 | btrfs: remove the refcount warning/check at free_extent_map() | Filipe Manana | 1 | -1/+0 |
| 2022-09-29 | btrfs: add helper to replace extent map range with a new extent map | Filipe Manana | 1 | -0/+41 |
| 2022-09-29 | btrfs: move open coded extent map tree deletion out of inode eviction | Filipe Manana | 1 | -0/+27 |
| 2022-09-29 | btrfs: use extent_map_end() at btrfs_drop_extent_map_range() | Filipe Manana | 1 | -4/+6 |
| 2022-09-29 | btrfs: move btrfs_drop_extent_cache() to extent_map.c | Filipe Manana | 1 | -0/+192 |
| 2022-09-26 | btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS | Josef Bacik | 1 | -1/+1 |
| 2022-09-26 | btrfs: remove the wake argument from clear_extent_bits | Josef Bacik | 1 | -1/+1 |
| 2022-03-14 | btrfs: assert we have a write lock when removing and replacing extent maps | Filipe Manana | 1 | -0/+4 |
| 2022-02-23 | btrfs: defrag: don't use merged extent map for their generation check | Qu Wenruo | 1 | -0/+2 |
| 2021-10-26 | btrfs: rename btrfs_bio to btrfs_io_context | Qu Wenruo | 1 | -2/+2 |
| 2021-02-08 | btrfs: fix parameter description of btrfs_add_extent_mapping | Nikolay Borisov | 1 | -6/+7 |
| 2021-02-08 | btrfs: document modified parameter of add_extent_mapping | Nikolay Borisov | 1 | -1/+4 |
| 2020-02-12 | Btrfs: fix race between using extent maps and merging them | Filipe Manana | 1 | -0/+11 |
| 2019-11-18 | btrfs: remove extent_map::bdev | David Sterba | 1 | -3/+0 |
| 2019-11-18 | btrfs: assert extent_map bdevs and lookup_map and split | David Sterba | 1 | -1/+8 |
| 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-19 | 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-28 | Btrfs: fix extent_map block_len after merging | Filipe David Borba Manana | 1 | -1/+1 |
| 2014-01-28 | 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-01 | 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-05 | 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-16 | Btrfs: log changed inodes based on the extent map tree | Josef Bacik | 1 | -12/+8 |
| 2012-12-16 | 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 |
| 2011-02-14 | Btrfs: check return value of alloc_extent_map() | Tsutomu Itoh | 1 | -2/+2 |
| 2010-12-22 | btrfs: Allow to add new compression algorithm | Li Zefan | 1 | -0/+2 |
| 2010-10-29 | Btrfs: Use ERR_CAST helpers | Julia Lawall | 1 | -2/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
| 2010-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -1/+1 |
| 2010-03-08 | Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL | Eric Paris | 1 | -1/+1 |
| 2010-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -14/+0 |
| 2010-01-28 | Btrfs: remove tree_search() in extent_map.c | Miao Xie | 1 | -14/+0 |
| 2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
| 2009-11-11 | Btrfs: avoid null deref in unpin_extent_cache() | Dan Carpenter | 1 | -1/+1 |
| 2009-09-18 | Btrfs: search for an allocation hint while filling file COW | Chris Mason | 1 | -0/+48 |
| 2009-09-11 | Btrfs: Fix extent replacment race | Chris Mason | 1 | -0/+50 |
| 2009-09-11 | Btrfs: switch extent_map to a rw lock | Chris Mason | 1 | -4/+1 |
| 2009-04-24 | Btrfs: kill btrfs_cache_create | Christoph Hellwig | 1 | -8/+3 |
| 2009-04-24 | Btrfs: don't export symbols | Christoph Hellwig | 1 | -6/+0 |
| 2009-04-02 | Btrfs: remove dead code | Dan Carpenter | 1 | -1/+0 |
| 2009-01-21 | Btrfs: removed unused #include <version.h>'s | Huang Weiyi | 1 | -1/+0 |
| 2009-01-05 | Btrfs: Fix checkpatch.pl warnings | Chris Mason | 1 | -7/+7 |
| 2008-10-29 | Btrfs: Add zlib compression support | Chris Mason | 1 | -0/+9 |
| 2008-09-29 | Btrfs: add and improve comments | Chris Mason | 1 | -0/+10 |
| 2008-09-25 | Btrfs: Fix add_extent_mapping to check for duplicates across the whole range | Chris Mason | 1 | -0/+7 |
| 2008-09-25 | Btrfs: Use assert_spin_locked instead of spin_trylock | David Woodhouse | 1 | -3/+3 |
| 2008-09-25 | Btrfs: Fix some data=ordered related data corruptions | Chris Mason | 1 | -9/+0 |
| 2008-09-25 | Btrfs: Keep extent mappings in ram until pending ordered extents are done | Chris Mason | 1 | -0/+4 |
| 2008-09-25 | Btrfs: New data=ordered implementation | Chris Mason | 1 | -1/+4 |
| 2008-09-25 | Btrfs: kerneldoc comments for extent_map.c | Christoph Hellwig | 1 | -12/+49 |
| 2008-09-25 | btrfs: fix strange indentation in lookup_extent_mapping | Christoph Hellwig | 1 | -1/+7 |
| 2008-09-25 | Btrfs: Split the extent_map code into two parts | Chris Mason | 1 | -3035/+84 |
| 2008-09-25 | Btrfs: Fix hole insertion corner cases | Chris Mason | 1 | -9/+36 |
| 2008-09-25 | Btrfs: Fix for test_range_bit | Yan | 1 | -0/+5 |
| 2008-09-25 | Btrfs: Remove verbose WARN_ON | Chris Mason | 1 | -2/+0 |
| 2008-09-25 | Btrfs: Fix extent_buffer usage when nodesize != leafsize | Chris Mason | 1 | -9/+21 |
| 2008-09-25 | Btrfs: Remove extent_map debugging message | Chris Mason | 1 | -1/+0 |
| 2008-09-25 | Btrfs: Fix an off by one in the extent_map prepare write code | Chris Mason | 1 | -2/+2 |
| 2008-09-25 | Btrfs: Implement basic support for -ENOSPC | Chris Mason | 1 | -6/+14 |
| 2008-09-25 | Btrfs: Fix delayed allocation to avoid missing delalloc extents | Chris Mason | 1 | -2/+7 |
| 2008-09-25 | Btrfs: Back port to 2.6.18-el kernels | Chris Mason | 1 | -8/+160 |
| 2008-09-25 | Btrfs: section mismatch warnings | Christian Hesse | 1 | -1/+1 |
| 2008-09-25 | Btrfs: Add efficient dirty accounting to the extent_map tree | Chris Mason | 1 | -3/+29 |
| 2008-09-25 | Btrfs: Limit btree writeback to prevent seeks | Chris Mason | 1 | -0/+39 |
| 2008-09-25 | Btrfs: Handle writeback under high memory pressure better | Chris Mason | 1 | -0/+12 |
| 2008-09-25 | Btrfs: Make sure page mapping dirty tag is properly cleared | Chris Mason | 1 | -2/+20 |
| 2008-09-25 | Btrfs: Avoid fragmentation from parallel delalloc filling | Chris Mason | 1 | -34/+49 |
| 2008-09-25 | Btrfs: Return value checking in module init | Wyatt Banks | 1 | -2/+14 |
| 2008-09-25 | Btrfs: Fix extent bit range testing | Chris Mason | 1 | -7/+17 |
| 2008-09-25 | Btrfs: Add readpages support | Chris Mason | 1 | -7/+63 |