add stripe width allocation fixes
[ext4-patch-queue.git] / series
blob9705c928ed147fff6ce0b15b46718826b581300e
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
31 ####################################################
32 # unstable patches
33 ####################################################
35 stable-boundary
36 stable-boundary-undo.patch
38 add-support-for-log-metadata-block-tracking-in-log
39 add-indirection-to-metadata-block-read-paths
40 cleaner
41 disable-writeback
43 only-call-ext4_truncate-if-there-is-data-to-truncate
45 #crypto-rename-ext4_get_encryption_info
47 crypto-add-ciphertext_access-mount-option
48 crypto-add-ioctls-to-backup-crypto-metadata
49   
50 add-encryption-debug-files
52 # not yet ready
53 #dont-use-io-end-if-not-needed
55 # not yet ready; patch series so ext4 has has full responsibility
56 # for ext4_readpage[s] and does not use mpage.
58 #move-read-page-functions-to-new-file
59 #include-mpage-functions-into-readpage.c
60 #inline-ext4_get_block-into-readpage
62 add-fallocate-mode-blocking-for-debugging
64 # use-discard-if-possible-in-blkdev_issue_zeroout
65 add-blkdiscard-ioctl
67 block-dio-during-truncate
69 delalloc-debug
71 # note: this may make things slower...
72 commit-as-soon-as-possible-after-log_start_commit
74 # Ted's squelch series, still needs work
75 add-sysfs-bool-support
76 add-squelch-errors-support
78 # Various disabled patches...
80 #auto-enable-journal_async_commit
81 #mballoc-allocate-larger-extents
83 # various debugging/benchmarking assists
84 dump-in-use-buffers
85 akpm-jbd2-locking-fix