add patch do-not-perform-data-journaling-when-encrypting
[ext4-patch-queue.git] / series
blob02129f8d11c3349d17c1002af59bfd3230987190
1 # 6da22013bb79
3 allow-ext4_truncate-to-return-an-error
4 allow-ext4_ext_truncate-to-return-an-error
5 dont-lock-buffer-head-in-ext4_commit_super-if-holding-spinlock
7 fix-mballoc-breakage-with-64k-block-size
8 fix-stack-corruption-with-64k-blocksize
9 use-current_time-for-inode-timestamps
10 allow-inode-expansion-for-nojournal-file-systems
11 remove-parameter-from-ext4_xattr_ibody_set
12 sanity-check-block-and-cluster-size
13 fix-sb-mount-options-processing
14 verify-inodes_per_group-during-mount
15 add-sanity-checking-in-count_overhead
17 factor-out-checks-from-ext4_file_write_iter
18 let-S_DAX-set-only-if-DAX-is-really-supported
19 convert-dax-reads-to-iomap-infrastructure
20 use-iomap-for-zeroing-blocks-in-DAX-mode
21 DAX-iomap-write-support
22 avoid-split-extents-for-DAX-writes
23 convert-DAX-faults-to-iomap-infrastructure
24 rip-out-DAX-handling-from-direct-IO-path
25 ext2-use-iomap_zero_range-for-zeroing-truncated-page-in-DAX-path
26 dax-rip-out-get_block-based-IO-support
27 remove-unused-function-ext4_aligned_io
29 avoid-lockdep-warning-when-inheriting-encryption-context
30 add-select-for-CONFIG_FS_IOMAP
31 fix-mmp-use-after-free-during-umount
33 fscrypt-recommend-linux-fsdevel-for-fscrypto-patches
34 fscrypt-remove-unneeded-Kconfig-dependencies
35 fscrypt-move-ioctl-processing-more-fully-into-common-code
36 rename-get_crypt_info
37 fscrypt-unexport-fscrypt_initialize
38 fscrypt-move-non-public-structures-to-private-header
39 fscrypt-move-constants-to-uapi-header
41 add-EXT4_JOURNAL_DATA_FL-and-EXT4_EXTENTS_FL-to-modifiable-mask
42 be-more-strict-when-verifying-flags-set-via-SETFLAGS-ioctls
43 warn-when-page-is-dirtied-without-buffers
44 fix-inode-checksum-calculation-if-i_extra_size-is-too-small
45 get-rid-of-ext4_sb_has_crypto
46 disable-pwsalt-ioctl-when-encryption-disabled-by-config
48 forbid-i_extra_isize-not-divisible-by-4
49 dont-read-out-of-bounds-when-checking-for-in-inode-xattrs
50 correct-detect-when-an-xattr-value-has-an-invalid-size
51 validate-s_first_meta_bg-at-mount-time
52 fix-reading-new-encrypted-symlinks-on-no-journal-file-systems
54 mbcache-correctly-handled-e_referenced-bit
55 mbache-dont-bug-if-entry-cache-cannot-be-allocated
56 mbcache-remove-unnecessary-module_get_put
57 mbcache-use-consistent-type-for-entry-count
58 mbcache-document-that-find-functions-only-return-reusable-entries
60 fix-checks-for-data-ordered-and-journal_async_commit-options
61 fix-block_validity-documentation
62 remove-another-test-in-ext4_alloc_file_blocks
63 reject-inodes-with-negative-size
64 return-enomem-instead-of-success
65 do-not-perform-data-journaling-when-encrypting
67 ####################################################
68 # unstable patches
69 ####################################################
71 stable-boundary
72 stable-boundary-undo.patch
74 add-support-for-log-metadata-block-tracking-in-log
75 add-indirection-to-metadata-block-read-paths
76 cleaner
77 disable-writeback
79 only-call-ext4_truncate-if-there-is-data-to-truncate
80 migrate-to-use-vfs-crypto-engine
82 #crypto-rename-ext4_get_encryption_info
84 crypto-add-ciphertext_access-mount-option
85 crypto-add-ioctls-to-backup-crypto-metadata
86   
87 add-encryption-debug-files
89 # not yet ready
90 #dont-use-io-end-if-not-needed
92 # not yet ready; patch series so ext4 has has full responsibility
93 # for ext4_readpage[s] and does not use mpage.
95 #move-read-page-functions-to-new-file
96 #include-mpage-functions-into-readpage.c
97 #inline-ext4_get_block-into-readpage
99 add-fallocate-mode-blocking-for-debugging
101 # use-discard-if-possible-in-blkdev_issue_zeroout
102 add-blkdiscard-ioctl
104 block-dio-during-truncate
106 delalloc-debug
108 # note: this may make things slower...
109 commit-as-soon-as-possible-after-log_start_commit
111 # Ted's squelch series, still needs work
112 add-sysfs-bool-support
113 add-squelch-errors-support
115 # Various disabled patches...
117 #auto-enable-journal_async_commit
118 #mballoc-allocate-larger-extents
120 # various debugging/benchmarking assists
121 dump-in-use-buffers
122 akpm-jbd2-locking-fix