add patch fix-ocfs2-corrupt-when-updating-journal-superblock-fails
[ext4-patch-queue.git] / series
blobfc68d82ff718a6b9f424042116e01d9824090636
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 # causes generic/239 to fail with a 1k block size
27 # only-call-ext4_truncate-when-size-le-isize
28 revert-must-not-fail-allocation-loops-back-to-GFP_NOFAIL
30 verify-block-bitmap-even-after-fresh-initialization
31 try-to-initialize-all-groups-we-can-in-case-of-failure-on-ppc64
32 return-error-code-from-ext4_mb_good_group
33 fix-ext4_get_crypto_ctx-in-ext4_decrypt_one
35 BUG_ON-assertion-repeated-for-inode1-not-done-for-inode2
36 crypto-fix-sparse-warnings
38 simplify-code-flow-in-do_get_write_access
39 simplify-error-path-on-allocation-failure-in-do_get_write-access
40 more-simplifications-in-do_get_write_access
41 speedup-jbd2_journal_get_write_undo_access
42 # causes generic/011 to fail
43 #speedup-jbd2_journal_dirty_metadata
45 add-support-FALLOC_FL_INSERT_RANGE-for-fallocate
46 crypto-check-blocksize-eq-pagesize
47 fix-race-between-truncate-and-ext4_journalled_writepage
48 use-swap-in-memswap
49 use-swap-in-mext_page_double_lock
50 use_GFP_NOFS_in_jbd2_cleanup_journal_tail
51 recalculate-journal-credits-as-inode-depth-changes
52 wait-for-existing-dio-workers-in-ext4_alloc_file_blocks
53 mballoc-avoid-20-argument-function-call
54 fix-ocfs2-corrupt-when-updating-journal-superblock-fails
56 ##########################################
57 # unstable patches
58 ####################################################
60 stable-boundary
61 stable-boundary-undo.patch
63 # not yet ready
64 #dont-use-io-end-if-not-needed
66 # not yet ready; patch series so ext4 has has full responsibility
67 # for ext4_readpage[s] and does not use mpage.
69 #move-read-page-functions-to-new-file
70 #include-mpage-functions-into-readpage.c
71 #inline-ext4_get_block-into-readpage
73 add-fallocate-mode-blocking-for-debugging
75 # use-discard-if-possible-in-blkdev_issue_zeroout
76 add-blkdiscard-ioctl
78 block-dio-during-truncate
80 delalloc-debug
82 # note: this may make things slower...
83 commit-as-soon-as-possible-after-log_start_commit
85 # Ted's squelch series, still needs work
86 add-sysfs-bool-support
87 add-squelch-errors-support
89 # Various disabled patches...
91 #auto-enable-journal_async_commit
92 #mballoc-allocate-larger-extents
94 # various debugging/benchmarking assists
95 dump-in-use-buffers
96 akpm-jbd2-locking-fix