4 optimize-ext4-encryption
6 separate-kernel-and-user-structure-for-encryption-key
7 reorganize-fname-crypto
8 clean-up-superblock-encryption-mode-fields
10 crypto-get-rid-of-ci_mode
11 crypto-shrink-ext4_crypto_ctx
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
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
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
58 ##########################################
60 ####################################################
63 stable-boundary-undo.patch
66 #dont-use-io-end-if-not-needed
68 # not yet ready; patch series so ext4 has has full responsibility
69 # for ext4_readpage[s] and does not use mpage.
71 #move-read-page-functions-to-new-file
72 #include-mpage-functions-into-readpage.c
73 #inline-ext4_get_block-into-readpage
75 add-fallocate-mode-blocking-for-debugging
77 # use-discard-if-possible-in-blkdev_issue_zeroout
80 block-dio-during-truncate
84 # note: this may make things slower...
85 commit-as-soon-as-possible-after-log_start_commit
87 # Ted's squelch series, still needs work
88 add-sysfs-bool-support
89 add-squelch-errors-support
91 # Various disabled patches...
93 #auto-enable-journal_async_commit
94 #mballoc-allocate-larger-extents
96 # various debugging/benchmarking assists