add patch try-to-initialize-all-groups-we-can-in-case-of-failure-on-ppc64
[ext4-patch-queue.git] / series
blob2a9315cefe6500ba9131e2225633dea5f556566f
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
32 ##########################################
33 # unstable patches
34 ####################################################
36 stable-boundary
37 stable-boundary-undo.patch
39 # not yet ready
40 #dont-use-io-end-if-not-needed
42 # not yet ready; patch series so ext4 has has full responsibility
43 # for ext4_readpage[s] and does not use mpage.
45 #move-read-page-functions-to-new-file
46 #include-mpage-functions-into-readpage.c
47 #inline-ext4_get_block-into-readpage
49 add-fallocate-mode-blocking-for-debugging
51 # use-discard-if-possible-in-blkdev_issue_zeroout
52 add-blkdiscard-ioctl
54 block-dio-during-truncate
56 delalloc-debug
58 # note: this may make things slower...
59 commit-as-soon-as-possible-after-log_start_commit
61 # Ted's squelch series, still needs work
62 add-sysfs-bool-support
63 add-squelch-errors-support
65 # Various disabled patches...
67 #auto-enable-journal_async_commit
68 #mballoc-allocate-larger-extents
70 # various debugging/benchmarking assists
71 dump-in-use-buffers
72 akpm-jbd2-locking-fix