save the extent_status patches in the unstable portion of the tree
[ext4-patch-queue.git] / series
blob5b846e4590b847e6391548c003c010c77a64c912
1 # BASE d4f03186c8986ffde34d06fe74a99aab08f7ee0b
3 convert-ext4_dx_find_entry-to-use-the-ERR_PTR-convention
4 convert-ext4_getblk-to-use-the-ERR_PTR-convention
5 convert-ext4_bread-to-use-the-ERR_PTR-convention
6 convert-dx_probe-to-use-the-ERR_PTR-convention
7 convert-do_split-to-use-the-ERR_PTR-convention
9 remove-a-duplicate-call-in-ext4_init_new_dir
10 use-ext4_update_i_disksize-instead-of-opencoded-ones
11 use-ext4_ext_next_allocated_block-instead-of-mext_next_extent
12 refactor-ext4_move_extents-code-base
13 ext4_swap_extents-error-handling
14 fix-zero_range-hidden-bug
15 fix-flag-aliasing-in-ext4.h
16 teach-ext4_ext_find_extent-to-free-path-on-error
17 collapse-ext4_convert_initialized_extents-into-ext4_ext_convert_initialized_extent
18 drop-EXT4_EX_NOFREE_ON_ERR-in-convert_initialized_extent
19 drop-EXT4_EX_NOFREE_ON_ERR-from-rest-of-extents-code
20 call-ext4_ext_drop_refs-from-ext4_ext_find_extent
21 make-ext4_ext_drop_refs-allow-NULL-arguments
22 teach-ext4_ext_find_extent-to-realloc-path-if-necessary
23 reuse-path-object-in-ext4_ext_shift_extents
24 reuse-path-object-in-ext4_move_extents
25 rename-ext4_ext_find_extent
26 fold-__process_buffer-into_jbd2_log_do_checkpoint
27 fold-__wait_cp_io-into-jbd2_log_do_checkpoint
29 enable-block-validity-by-default
30 fix-comments-about-get_blocks
32 improve-extents-status-tree-trace-point
33 track-extent-status-tree-shrinker-delay-stats
34 pass-allocation_request-struct-to-ext4_alloc_branch
35 prepare-to-drop-state_dellaloc_reserved-flag
36 drop-ext4_state-delalloc-reserved
37 dont-elevate-b_count-before-calling-__jbd2_journal_remove_checkpoint
38 optimize-jbd2_log_do_checkpoint-a-bit
39 renumber-ext4_ex-flags
41 ##########################################
42 # unstable patches
43 ####################################################
45 stable-boundary
46 stable-boundary-undo.patch
48 cache-extent-hole-in-extent-status-tree-for-ext4_da_map_blocks
49 change-lru-to-round-rubin-in-extent-status-tree
50 use-a-list-to-track-all-reclaimable-objects-for-extent-status-tree
51 use-a-garbage-collection-algorithm-to-manage-object
53 add-fallocate-mode-blocking-for-debugging
55 use-discard-if-possible-in-blkdev_issue_zeroout
56 add-blkdiscard-ioctl
58 block-dio-during-truncate
60 delalloc-debug
62 # note: this may make things slower...
63 commit-as-soon-as-possible-after-log_start_commit
65 # Ted's squelch series, still needs work
66 add-sysfs-bool-support
67 add-squelch-errors-support
69 # Various disabled patches...
71 #auto-enable-journal_async_commit
72 #mballoc-allocate-larger-extents
74 # various debugging/benchmarking assists
75 dump-in-use-buffers
76 akpm-jbd2-locking-fix