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