Sync ext4 encryption as of commit dffd334e4d7134
[ext4-patch-queue.git] / series
blob6325b83fadba99ff627f18a28d01fa37cfafc8b5
1 # BASE 1efff914afac
3 fix-bh-leak-on-error-paths
4 fix-transposition-typo-in-format-string
5 fix-comments-in-ext4_can_extents_be_merged
6 remove-unused-header-files
7 remove-useless-condition-in-if-statement
8 remove-block_device_ejected
9 remove-unnecessary-lock-unlock-of-i_block_reservation_lock
10 allocate-entire-range-in-zero-range
11 fix-loss-of-delalloc-extent-info-in-ext4_zero_range
12 dont-release-reserved-space-for-previously-allocated-cluster
13 make-fsync-to-sync-parent-dir-in-no-journal-for-real-this-time
15 # crypto patches
17 add-readpage-file
18 reserve-codepoints-used-by-the-ext4-encryption-feature
19 add-ext4-encryption-Kconfig
20 export-ext4_empty_dir
21 add-encryption-xattr-support
22 encryption-policy-and-context
23 add-ext4-encryption-facilities
24 add-encryption-key-management-facilities
25 encryption-validate-context-consistency
26 inherit-encryption-policies-on-inode-and-directory-create
27 implement-the-ext4-encryption-write-path
28 implement-the-ext4-decryption-read-path
29 filename-encryption-facilities
30 teach-ext4_htree_store_dirent-to-store-decrypted-filenames
31 insert-encrypted-filename-into-directory-leaf-block
32 partial-update-to-namei.c-for-fname-crypto
33 filename-encryption-modifications-1
34 enable-filename-encryption
35 add-symlink-encryption
36 enable-encryption-feature
38 ##########################################
39 # unstable patches
40 ####################################################
42 stable-boundary
43 stable-boundary-undo.patch
45 # not yet ready
46 #dont-use-io-end-if-not-needed
48 # not yet ready; patch series so ext4 has has full responsibility
49 # for ext4_readpage[s] and does not use mpage.
51 #move-read-page-functions-to-new-file
52 #include-mpage-functions-into-readpage.c
53 #inline-ext4_get_block-into-readpage
55 add-fallocate-mode-blocking-for-debugging
57 # use-discard-if-possible-in-blkdev_issue_zeroout
58 add-blkdiscard-ioctl
60 block-dio-during-truncate
62 delalloc-debug
64 # note: this may make things slower...
65 commit-as-soon-as-possible-after-log_start_commit
67 # Ted's squelch series, still needs work
68 add-sysfs-bool-support
69 add-squelch-errors-support
71 # Various disabled patches...
73 #auto-enable-journal_async_commit
74 #mballoc-allocate-larger-extents
76 # various debugging/benchmarking assists
77 dump-in-use-buffers
78 akpm-jbd2-locking-fix