add patch verify-block-bitmap-even-after-fresh-initialization
[ext4-patch-queue.git] / series
blobb242ed19e6b4b77024ff9bb3e698ff7f48306d5e
1 # BASE v4.1-rc4
3 # for 4.2
4 optimize-ext4-encryption
5 stop-allocating-pages
6 separate-kernel-and-user-structure-for-encryption-key
7 reorganize-fname-crypto
8 clean-up-superblock-encryption-mode-fields
9 crypto-use-slab-caches
10 crypto-get-rid-of-ci_mode
11 crypto-shrink-ext4_crypto_ctx
12 require-ctr-mode
13 crypto-use-per-inode-tfm
14 fix-memory-leaks-in-ext4_encrypted_zeroout
15 setup_encryption_info_after_inheritance
16 set-up-crypt-info-on-opendir
17 encrypt-tmpdir-files
18 enforce-policy-checks-on-cross-rename
19 policies-may-only-be-set-on-directories
20 clean-up-error-handling-in-ext4_fname_setup_filename
21 allocate-the-right-size-for-on-disk-symlink
22 crypto-handle-unexpected-missing-keys
23 release-crypto-resource-on-module-exit
24 allocate-bounce-pages-using-gfp-nowait
26 only-call-ext4_truncate-when-size-le-isize
27 revert-must-not-fail-allocation-loops-back-to-GFP_NOFAIL
29 verify-block-bitmap-even-after-fresh-initialization
31 ##########################################
32 # unstable patches
33 ####################################################
35 stable-boundary
36 stable-boundary-undo.patch
38 # not yet ready
39 #dont-use-io-end-if-not-needed
41 # not yet ready; patch series so ext4 has has full responsibility
42 # for ext4_readpage[s] and does not use mpage.
44 #move-read-page-functions-to-new-file
45 #include-mpage-functions-into-readpage.c
46 #inline-ext4_get_block-into-readpage
48 add-fallocate-mode-blocking-for-debugging
50 # use-discard-if-possible-in-blkdev_issue_zeroout
51 add-blkdiscard-ioctl
53 block-dio-during-truncate
55 delalloc-debug
57 # note: this may make things slower...
58 commit-as-soon-as-possible-after-log_start_commit
60 # Ted's squelch series, still needs work
61 add-sysfs-bool-support
62 add-squelch-errors-support
64 # Various disabled patches...
66 #auto-enable-journal_async_commit
67 #mballoc-allocate-larger-extents
69 # various debugging/benchmarking assists
70 dump-in-use-buffers
71 akpm-jbd2-locking-fix