Fix follow-on patches so they apply correctly
[ext4-patch-queue.git] / series
blob05af6c89164a4e7ec7fe3c8861f7777273e2cfb7
1 # 5084fdf08173
3 #dont-allow-encrypted-rename-ops-without-key
4 include-forgotten-start-block-on-fallocate-insert-range
5 do-not-populate-extent-trees-with-outdated-offsets-while-shifting-extents
6 add-debug_want_extra_isize-mount-option
7 fix-deadlock-in-inline_data-and-ext4_expand_extra_isize_ea
8 avoid-calling-ext4_mark_inode_dirty-under-unneeded-locks
9 propagate-error-values-from-ext4_inline_data_truncate
10 replace-bug-on-with-warn-on-in-mb_find_extent
11 trim-allocation-requests-to-group-size
12 fix-data-corruption-in-data_journal-mode
13 fix-use-after-free-in-kjournald2
14 fix-use-after-iput-when-fscrypt-contexts-are-inconsistent
15 move-halfmd4-to-ext4
17 fix-write_inline_data_end-handling
18 dont-leak-modified-metadata-buffers-on-an-aborted-journal
19 preserve-needs_recovery-flag-when-journal-is-aborted
20 return-erofs-for-recovery-when-device-readonly
21 rename-s_resize_flags-to-s_ext4_flags
22 add_shutdown_flag
23 add-shutdown-ioctl
25 fix-dax-write-locking
26 dax-assert-that-i_rw_sem-is-held-exclusive-for-writes
28 fix-stripe-unaligned-allocations
29 do-not-use-stripe-width-if-it-is-not-set
30 dont-crash-when-truncating-encrypted-on-the-orphan-list
31 fix-fencepost-in-s_first_meta_bg-validation
33 ####################################################
34 # unstable patches
35 ####################################################
37 stable-boundary
38 stable-boundary-undo.patch
40 # Lazy journalling patches
41 jbd2-suppress-extra-newline-in-jbd2_debug
42 jbd2-dont-double-bump-transaction-number
43 add-journal-no-cleanup-option
44 add-support-for-log-metadata-block-tracking-in-log
45 add-ext4-journal-lazy-mount-option
46 add-indirection-to-metadata-block-read-paths
47 cleaner
48 disable-writeback
49 dont-wipe-log-on-unmount
50 #end lazy journal patches
52 only-call-ext4_truncate-if-there-is-data-to-truncate
54 #crypto-rename-ext4_get_encryption_info
56 crypto-add-ciphertext_access-mount-option
57 crypto-add-ioctls-to-backup-crypto-metadata
58   
59 add-encryption-debug-files
61 # not yet ready
62 #dont-use-io-end-if-not-needed
64 # not yet ready; patch series so ext4 has has full responsibility
65 # for ext4_readpage[s] and does not use mpage.
67 #move-read-page-functions-to-new-file
68 #include-mpage-functions-into-readpage.c
69 #inline-ext4_get_block-into-readpage
71 add-fallocate-mode-blocking-for-debugging
73 # use-discard-if-possible-in-blkdev_issue_zeroout
74 add-blkdiscard-ioctl
76 block-dio-during-truncate
78 delalloc-debug
80 # note: this may make things slower...
81 commit-as-soon-as-possible-after-log_start_commit
83 # Ted's squelch series, still needs work
84 add-sysfs-bool-support
85 add-squelch-errors-support
87 # Various disabled patches...
89 #auto-enable-journal_async_commit
90 #mballoc-allocate-larger-extents
92 # various debugging/benchmarking assists
93 dump-in-use-buffers
94 akpm-jbd2-locking-fix