add patch fix-compile-error-while-opening-the-macros-DOUBLE_CHECK
[ext4-patch-queue.git] / series
blob0a68cee142f792066f5ba0ea13aca2871beacbbb
1 # 74dae4278546
3 make-sure-to-revoke-all-the-freeable-blocks-in-ext4_free_blocks
4 iterate-over-buffer-heads-correctly-in-move_extent_per_page
6 reimplement-mbcache
7 ext4-convert-to-mbcache2
8 ext2-convert-to-mbcache2
9 remove-mbcache
10 mbcache2-limit-cache-size
11 mbcache2-use-referenced-bit-instead-of-LRU
12 mbcache2-rename-to-mbcache
13 kill-ext4_mballoc_ready
14 get-rid-of-e_hash_list_head
15 shortcut-setting-of-xattr-to-the-same-value
16 add-reusable-flag-to-cache-entries
18 trim-unused-params-from-convert_initialized_extent
19 # optimize-group-search-for-inode-allocation
21 remove-unnecessary-arguments-of-jbd2_journal_write_revoke_records
22 factor-out-common-descriptor-block-initialization
23 unify-revoke-and-tag-block-checksum-handling
24 save-some-atomic-ops-in-JI_COMMIT_RUNNING-handling
26 pack-ioend-structure-better
27 use-i_mutex-to-serialize-unaligned-AIO-DIO
28 rename-and-split-get-blocks-function
29 move-trans-handling-and-completion-deferal-out-of-_ext4_get_block
30 simplify-io_end-handling-for-AIO-DIO
31 remove-i_ioend_count
33 fix-setting-of-referenced-bit-in-ext4_es_lookup_extent
34 factor-out-determining-of-hole-size
35 return-hole-from-ext4_map_blocks
36 cleanup-handling-of-bh-b_state-in-DAX-mmap
37 more-efficient-SEEK_DATA-implementation
39 fix-jbd2_journal_destroy-for-umount-path
40 fix-misspellings-in-comments
41 drop-unneeded-BUFFER_TRACE-in-ext4_delete_inline_entry
42 fix-NULL-pointer-dereference-in-ext4_mark_inode_dirty
43 print-mountopt-data_err=abort-correctly
44 fix-compile-error-while-opening-the-macros-DOUBLE_CHECK
46 ##########################################
47 # unstable patches
48 ####################################################
50 stable-boundary
51 stable-boundary-undo.patch
53 #crypto-rename-ext4_get_encryption_info
55 crypto-add-ciphertext_access-mount-option
56 crypto-add-ioctls-to-backup-crypto-metadata
57   
58 add-encryption-debug-files
60 # not yet ready
61 #dont-use-io-end-if-not-needed
63 # not yet ready; patch series so ext4 has has full responsibility
64 # for ext4_readpage[s] and does not use mpage.
66 #move-read-page-functions-to-new-file
67 #include-mpage-functions-into-readpage.c
68 #inline-ext4_get_block-into-readpage
70 add-fallocate-mode-blocking-for-debugging
72 # use-discard-if-possible-in-blkdev_issue_zeroout
73 add-blkdiscard-ioctl
75 block-dio-during-truncate
77 delalloc-debug
79 # note: this may make things slower...
80 commit-as-soon-as-possible-after-log_start_commit
82 # Ted's squelch series, still needs work
83 add-sysfs-bool-support
84 add-squelch-errors-support
86 # Various disabled patches...
88 #auto-enable-journal_async_commit
89 #mballoc-allocate-larger-extents
91 # various debugging/benchmarking assists
92 dump-in-use-buffers
93 akpm-jbd2-locking-fix