add patch fix-block_validity-documentation
[ext4-patch-queue.git] / series
blobbfa758607657ed82b25755c9525bce7b8608d132
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
63 ####################################################
64 # unstable patches
65 ####################################################
67 stable-boundary
68 stable-boundary-undo.patch
70 add-support-for-log-metadata-block-tracking-in-log
71 add-indirection-to-metadata-block-read-paths
72 cleaner
73 disable-writeback
75 only-call-ext4_truncate-if-there-is-data-to-truncate
76 migrate-to-use-vfs-crypto-engine
78 #crypto-rename-ext4_get_encryption_info
80 crypto-add-ciphertext_access-mount-option
81 crypto-add-ioctls-to-backup-crypto-metadata
82   
83 add-encryption-debug-files
85 # not yet ready
86 #dont-use-io-end-if-not-needed
88 # not yet ready; patch series so ext4 has has full responsibility
89 # for ext4_readpage[s] and does not use mpage.
91 #move-read-page-functions-to-new-file
92 #include-mpage-functions-into-readpage.c
93 #inline-ext4_get_block-into-readpage
95 add-fallocate-mode-blocking-for-debugging
97 # use-discard-if-possible-in-blkdev_issue_zeroout
98 add-blkdiscard-ioctl
100 block-dio-during-truncate
102 delalloc-debug
104 # note: this may make things slower...
105 commit-as-soon-as-possible-after-log_start_commit
107 # Ted's squelch series, still needs work
108 add-sysfs-bool-support
109 add-squelch-errors-support
111 # Various disabled patches...
113 #auto-enable-journal_async_commit
114 #mballoc-allocate-larger-extents
116 # various debugging/benchmarking assists
117 dump-in-use-buffers
118 akpm-jbd2-locking-fix