add patch fix-jbd2_journal_destroy-for-umount-path
[ext4-patch-queue.git] / series
blob6586829fb3732bdfd3e2cd69b142163362f17f6c
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
41 ##########################################
42 # unstable patches
43 ####################################################
45 stable-boundary
46 stable-boundary-undo.patch
48 #crypto-rename-ext4_get_encryption_info
50 crypto-add-ciphertext_access-mount-option
51 crypto-add-ioctls-to-backup-crypto-metadata
52   
53 add-encryption-debug-files
55 # not yet ready
56 #dont-use-io-end-if-not-needed
58 # not yet ready; patch series so ext4 has has full responsibility
59 # for ext4_readpage[s] and does not use mpage.
61 #move-read-page-functions-to-new-file
62 #include-mpage-functions-into-readpage.c
63 #inline-ext4_get_block-into-readpage
65 add-fallocate-mode-blocking-for-debugging
67 # use-discard-if-possible-in-blkdev_issue_zeroout
68 add-blkdiscard-ioctl
70 block-dio-during-truncate
72 delalloc-debug
74 # note: this may make things slower...
75 commit-as-soon-as-possible-after-log_start_commit
77 # Ted's squelch series, still needs work
78 add-sysfs-bool-support
79 add-squelch-errors-support
81 # Various disabled patches...
83 #auto-enable-journal_async_commit
84 #mballoc-allocate-larger-extents
86 # various debugging/benchmarking assists
87 dump-in-use-buffers
88 akpm-jbd2-locking-fix