add patch speedup-jbd2_journal_get_write_undo_access
[ext4-patch-queue.git] / series
blob30d12cd4bcd75fa32be9e9e5dbc23c1eb5259775
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
32 fix-ext4_get_crypto_ctx-in-ext4_decrypt_one
34 BUG_ON-assertion-repeated-for-inode1-not-done-for-inode2
35 crypto-fix-sparse-warnings
37 simplify-code-flow-in-do_get_write_access
38 simplify-error-path-on-allocation-failure-in-do_get_write-access
39 more-simplifications-in-do_get_write_access
40 speedup-jbd2_journal_get_write_undo_access
42 ##########################################
43 # unstable patches
44 ####################################################
46 stable-boundary
47 stable-boundary-undo.patch
49 # not yet ready
50 #dont-use-io-end-if-not-needed
52 # not yet ready; patch series so ext4 has has full responsibility
53 # for ext4_readpage[s] and does not use mpage.
55 #move-read-page-functions-to-new-file
56 #include-mpage-functions-into-readpage.c
57 #inline-ext4_get_block-into-readpage
59 add-fallocate-mode-blocking-for-debugging
61 # use-discard-if-possible-in-blkdev_issue_zeroout
62 add-blkdiscard-ioctl
64 block-dio-during-truncate
66 delalloc-debug
68 # note: this may make things slower...
69 commit-as-soon-as-possible-after-log_start_commit
71 # Ted's squelch series, still needs work
72 add-sysfs-bool-support
73 add-squelch-errors-support
75 # Various disabled patches...
77 #auto-enable-journal_async_commit
78 #mballoc-allocate-larger-extents
80 # various debugging/benchmarking assists
81 dump-in-use-buffers
82 akpm-jbd2-locking-fix