add patch sync-before-invalidating-blockdev
[ext4-patch-queue.git] / series
blobac5ba234737a66b956eb78009680d19511d9c1dd
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
43 add-support-FALLOC_FL_INSERT_RANGE-for-fallocate
44 crypto-check-blocksize-eq-pagesize
45 fix-race-between-truncate-and-ext4_journalled_writepage
46 use-swap-in-memswap
47 use-swap-in-mext_page_double_lock
48 use_GFP_NOFS_in_jbd2_cleanup_journal_tail
49 recalculate-journal-credits-as-inode-depth-changes
50 wait-for-existing-dio-workers-in-ext4_alloc_file_blocks
51 mballoc-avoid-20-argument-function-call
52 fix-ocfs2-corrupt-when-updating-journal-superblock-fails
53 improve-warning-directory-handling-messages
54 jbd2-get-rid-of-open-coded-allocation-retry-loop
56 speedup-jbd2_journal_dirty_metadata
57 sync-before-invalidating-blockdev
59 ##########################################
60 # unstable patches
61 ####################################################
63 stable-boundary
64 stable-boundary-undo.patch
66 # not yet ready
67 #dont-use-io-end-if-not-needed
69 # not yet ready; patch series so ext4 has has full responsibility
70 # for ext4_readpage[s] and does not use mpage.
72 #move-read-page-functions-to-new-file
73 #include-mpage-functions-into-readpage.c
74 #inline-ext4_get_block-into-readpage
76 add-fallocate-mode-blocking-for-debugging
78 # use-discard-if-possible-in-blkdev_issue_zeroout
79 add-blkdiscard-ioctl
81 block-dio-during-truncate
83 delalloc-debug
85 # note: this may make things slower...
86 commit-as-soon-as-possible-after-log_start_commit
88 # Ted's squelch series, still needs work
89 add-sysfs-bool-support
90 add-squelch-errors-support
92 # Various disabled patches...
94 #auto-enable-journal_async_commit
95 #mballoc-allocate-larger-extents
97 # various debugging/benchmarking assists
98 dump-in-use-buffers
99 akpm-jbd2-locking-fix