add patch return-error-code-from-ext4_mb_good_group
[ext4-patch-queue.git] / series
blob4a4e5a10edec79eb0a3c819bf7fde4a9dae97fbc
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
30 try-to-initialize-all-groups-we-can-in-case-of-failure-on-ppc64
31 return-error-code-from-ext4_mb_good_group
33 ##########################################
34 # unstable patches
35 ####################################################
37 stable-boundary
38 stable-boundary-undo.patch
40 # not yet ready
41 #dont-use-io-end-if-not-needed
43 # not yet ready; patch series so ext4 has has full responsibility
44 # for ext4_readpage[s] and does not use mpage.
46 #move-read-page-functions-to-new-file
47 #include-mpage-functions-into-readpage.c
48 #inline-ext4_get_block-into-readpage
50 add-fallocate-mode-blocking-for-debugging
52 # use-discard-if-possible-in-blkdev_issue_zeroout
53 add-blkdiscard-ioctl
55 block-dio-during-truncate
57 delalloc-debug
59 # note: this may make things slower...
60 commit-as-soon-as-possible-after-log_start_commit
62 # Ted's squelch series, still needs work
63 add-sysfs-bool-support
64 add-squelch-errors-support
66 # Various disabled patches...
68 #auto-enable-journal_async_commit
69 #mballoc-allocate-larger-extents
71 # various debugging/benchmarking assists
72 dump-in-use-buffers
73 akpm-jbd2-locking-fix