Add stable@vger.kernel.org annotations
[ext4-patch-queue.git] / series
blobe079005aac6ecd10f6584ad19a66b58600ff4c52
1 # b8927721ae9d5
3 fixup-free-space-calculations-when-expanding-inodes
4 check-that-external-xattr-value-block-is-zero
5 remove-checks-for-e-value-block
6 replace-bogus-assertion-in-ext4_xattr_shift_entries
7 factor-out-xattr-moving
8 remove-unused-variables-from-ext4_expand_isize_ea
9 factor-out-loop-for-freeing-inode-xattr-space
11 enforce-online-defrag-restriction-for-encrypted-files
12 mbcache-fix-to-detect-failure-of-register_shrinker
13 reinforce-check-of-i_dtime-when-clearing-high-uid-gid-fields
14 enable-quota-enforcement-based-on-mount-options
15 remove-old-feature-helpers
16 cleanup-ext4_sync_parent
17 improve-ext4lazyinit-scalability
19 bugfix-for-mmaped-pages-in-mpage_release_unused_pages
20 fix-memory-leak-in-ext4_insert_range
21 remove-unneeded-test-in-ext4_alloc_file_blocks
22 create-EXT4_MAX_BLOCKS-macro
23 remove-unused-definition
24 move-more-common-code-into-journal_init_common
25 fix-memory-leak-when-symlink-decryption-fails
26 fscrypto-improved-validation-when-loading-inode-encryption-metadata
27 fscrypto-remove-unnecessary-includes
28 fscrypto-rename-completion-callbacks-to-reflect-usage
29 fscrypto-make-filename-crypto-functions-return-0-on-success
30 remove-debris-from-bgl_lock_ptr-conversion
31 simplify-definition-of-NR_BG_LOCKS
32 fix-lockdep-annotation-in-add_transaction_credits
33 allow-dax-writeback-for-hole-punch
34 optimize-dioread-locking
35 release-bh-in-make_indexed_dir
36 do-not-null-terminate-encrypted-symlink-data
37 use-standard-macros-to-compute-length-of-fname-ciphertext
38 require-encryption-feature-for-EXT4_IOC_SET_ENCRYPTION_POLICY
39 allow-unlocked-direct-IO-when-pages-are-cached
40 remove-plugging-from-ext4-file-write-iter
41 unmap-metadata-when-zeroing-blocks
43 create-function-to-read-journal-inode
44 use-journal-inode-to-determine-journal-overhead
45 remove-unused-variable
47 ####################################################
48 # unstable patches
49 ####################################################
51 stable-boundary
52 stable-boundary-undo.patch
54 only-call-ext4_truncate-if-there-is-data-to-truncate
55 migrate-to-use-vfs-crypto-engine
57 #crypto-rename-ext4_get_encryption_info
59 crypto-add-ciphertext_access-mount-option
60 crypto-add-ioctls-to-backup-crypto-metadata
61   
62 add-encryption-debug-files
64 # not yet ready
65 #dont-use-io-end-if-not-needed
67 # not yet ready; patch series so ext4 has has full responsibility
68 # for ext4_readpage[s] and does not use mpage.
70 #move-read-page-functions-to-new-file
71 #include-mpage-functions-into-readpage.c
72 #inline-ext4_get_block-into-readpage
74 add-fallocate-mode-blocking-for-debugging
76 # use-discard-if-possible-in-blkdev_issue_zeroout
77 add-blkdiscard-ioctl
79 block-dio-during-truncate
81 delalloc-debug
83 # note: this may make things slower...
84 commit-as-soon-as-possible-after-log_start_commit
86 # Ted's squelch series, still needs work
87 add-sysfs-bool-support
88 add-squelch-errors-support
90 # Various disabled patches...
92 #auto-enable-journal_async_commit
93 #mballoc-allocate-larger-extents
95 # various debugging/benchmarking assists
96 dump-in-use-buffers
97 akpm-jbd2-locking-fix