add patch disable-pwsalt-ioctl-when-encryption-disabled-by-config
[ext4-patch-queue.git] / series
blob1c83b99e81a66d2b3d4e38efe9ae6eac3b42a213
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 ####################################################
49 # unstable patches
50 ####################################################
52 stable-boundary
53 stable-boundary-undo.patch
55 add-support-for-log-metadata-block-tracking-in-log
56 add-indirection-to-metadata-block-read-paths
57 cleaner
58 disable-writeback
60 only-call-ext4_truncate-if-there-is-data-to-truncate
61 migrate-to-use-vfs-crypto-engine
63 #crypto-rename-ext4_get_encryption_info
65 crypto-add-ciphertext_access-mount-option
66 crypto-add-ioctls-to-backup-crypto-metadata
67   
68 add-encryption-debug-files
70 # not yet ready
71 #dont-use-io-end-if-not-needed
73 # not yet ready; patch series so ext4 has has full responsibility
74 # for ext4_readpage[s] and does not use mpage.
76 #move-read-page-functions-to-new-file
77 #include-mpage-functions-into-readpage.c
78 #inline-ext4_get_block-into-readpage
80 add-fallocate-mode-blocking-for-debugging
82 # use-discard-if-possible-in-blkdev_issue_zeroout
83 add-blkdiscard-ioctl
85 block-dio-during-truncate
87 delalloc-debug
89 # note: this may make things slower...
90 commit-as-soon-as-possible-after-log_start_commit
92 # Ted's squelch series, still needs work
93 add-sysfs-bool-support
94 add-squelch-errors-support
96 # Various disabled patches...
98 #auto-enable-journal_async_commit
99 #mballoc-allocate-larger-extents
101 # various debugging/benchmarking assists
102 dump-in-use-buffers
103 akpm-jbd2-locking-fix