add patch simplify-calling-convention-around-jbd2_journal_clean_checkpoint_list
[ext4-patch-queue.git] / series
blob6669c6df8ed2c0903b8e8e9276698912de075ca7
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 support-buffer-cache-allocations-with-gfp-modifiers
42 use-non-moveable-memory-for-the-ext4-superblock
43 use-non-moveable-memory-for-the-jbd-superblock
45 dont-use-MAXQUOTAS-value
46 add-sysfs-entry-showing-whether-the-fs-contains-errors
47 provide-separate-oeprations-for-sysfs-feature-files
49 fix-journal-checksum-feature-flag-handling
50 validate-external-journal-superblock-checksum
51 dont-keep-using-page-if-inline-conversion-fails
53 check-EA-value-offset-when-loading
54 free-bh-when-descriptor-block-checksum-fails
55 jbd2_log_wait_for_space-improve-error-detection
56 explicit-inform-user-about-orphan-list-cleanup
58 avoid-pointless-scanning-of-checkpoint-lists
59 simplify-calling-convention-around-jbd2_journal_clean_checkpoint_list
61 ##########################################
62 # unstable patches
63 ####################################################
65 stable-boundary
66 stable-boundary-undo.patch
68 # not yet ready
69 #dont-use-io-end-if-not-needed
71 # not yet ready; patch series so ext4 has has full responsibility
72 # for ext4_readpage[s] and does not use mpage.
74 #move-read-page-functions-to-new-file
75 #include-mpage-functions-into-readpage.c
76 #inline-ext4_get_block-into-readpage
78 add-callback-support-for-bio-read-completion
79 add-ext4-encryption-facilities
80 implement-the-ext4-encryption-write-path
81 add-ext4-encryption-read-callback-support
82 disable-fallocate-for-encrypted-inodes
83 #crypto-debugging-sb-page-zero-check
84 crypto-trace-events
85 add-more-granular-errors-to-set-key-path
86 remove-extra-unlock-page
87 fix-crypto-warnings
88 add-dummy-key-mount-option
89 enable-delayed-allocation
91 cache-extent-hole-in-extent-status-tree-for-ext4_da_map_blocks
92 change-lru-to-round-rubin-in-extent-status-tree
93 use-a-list-to-track-all-reclaimable-objects-for-extent-status-tree
94 use-a-garbage-collection-algorithm-to-manage-object
96 add-fallocate-mode-blocking-for-debugging
98 use-discard-if-possible-in-blkdev_issue_zeroout
99 add-blkdiscard-ioctl
101 block-dio-during-truncate
103 delalloc-debug
105 # note: this may make things slower...
106 commit-as-soon-as-possible-after-log_start_commit
108 # Ted's squelch series, still needs work
109 add-sysfs-bool-support
110 add-squelch-errors-support
112 # Various disabled patches...
114 #auto-enable-journal_async_commit
115 #mballoc-allocate-larger-extents
117 # various debugging/benchmarking assists
118 dump-in-use-buffers
119 akpm-jbd2-locking-fix