add patch validate-external-journal-superblock-checksum
[ext4-patch-queue.git] / series
blobb937607af9470a0db5a5222f53656c4d81b10d8b
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
52 ##########################################
53 # unstable patches
54 ####################################################
56 stable-boundary
57 stable-boundary-undo.patch
59 # not yet ready
60 #dont-use-io-end-if-not-needed
62 # not yet ready; patch series so ext4 has has full responsibility
63 # for ext4_readpage[s] and does not use mpage.
65 #move-read-page-functions-to-new-file
66 #include-mpage-functions-into-readpage.c
67 #inline-ext4_get_block-into-readpage
69 add-callback-support-for-bio-read-completion
70 add-ext4-encryption-facilities
71 implement-the-ext4-encryption-write-path
72 add-ext4-encryption-read-callback-support
73 disable-fallocate-for-encrypted-inodes
74 #crypto-debugging-sb-page-zero-check
75 crypto-trace-events
76 add-more-granular-errors-to-set-key-path
77 remove-extra-unlock-page
78 fix-crypto-warnings
79 add-dummy-key-mount-option
81 cache-extent-hole-in-extent-status-tree-for-ext4_da_map_blocks
82 change-lru-to-round-rubin-in-extent-status-tree
83 use-a-list-to-track-all-reclaimable-objects-for-extent-status-tree
84 use-a-garbage-collection-algorithm-to-manage-object
86 add-fallocate-mode-blocking-for-debugging
88 use-discard-if-possible-in-blkdev_issue_zeroout
89 add-blkdiscard-ioctl
91 block-dio-during-truncate
93 delalloc-debug
95 # note: this may make things slower...
96 commit-as-soon-as-possible-after-log_start_commit
98 # Ted's squelch series, still needs work
99 add-sysfs-bool-support
100 add-squelch-errors-support
102 # Various disabled patches...
104 #auto-enable-journal_async_commit
105 #mballoc-allocate-larger-extents
107 # various debugging/benchmarking assists
108 dump-in-use-buffers
109 akpm-jbd2-locking-fix