add patch fix-deadlock-during-page-writeback
[ext4-patch-queue.git] / series
blob011ffd1959a5942d92369f672091cd6131780e07
1 # v4.7-rc1
3 optimize-ext4_should_retry_alloc-to-improve-ENOSPC-performance
4 respect-nobarrier-mount-option-in-nojournal-mode
6 move-lockdep-instrumentation-for-jbd2-handles
7 move-lockdep-tracking-to-journal_s
8 track-more-dependencies-on-transaction-commit
10 make-journal-y2038-safe
11 check-for-extents-that-wrap-around
12 avoid-modifying-checksum-fields-directly-during-checksum-verification
13 correct-error-value-of-function-verifying-dx-checksum
15 fix-deadlock-during-page-writeback
17 ##########################################
18 # unstable patches
19 ####################################################
21 stable-boundary
22 stable-boundary-undo.patch
24 only-call-ext4_truncate-if-there-is-data-to-truncate
25 migrate-to-use-vfs-crypto-engine
27 #crypto-rename-ext4_get_encryption_info
29 crypto-add-ciphertext_access-mount-option
30 crypto-add-ioctls-to-backup-crypto-metadata
31   
32 add-encryption-debug-files
34 # not yet ready
35 #dont-use-io-end-if-not-needed
37 # not yet ready; patch series so ext4 has has full responsibility
38 # for ext4_readpage[s] and does not use mpage.
40 #move-read-page-functions-to-new-file
41 #include-mpage-functions-into-readpage.c
42 #inline-ext4_get_block-into-readpage
44 add-fallocate-mode-blocking-for-debugging
46 # use-discard-if-possible-in-blkdev_issue_zeroout
47 add-blkdiscard-ioctl
49 block-dio-during-truncate
51 delalloc-debug
53 # note: this may make things slower...
54 commit-as-soon-as-possible-after-log_start_commit
56 # Ted's squelch series, still needs work
57 add-sysfs-bool-support
58 add-squelch-errors-support
60 # Various disabled patches...
62 #auto-enable-journal_async_commit
63 #mballoc-allocate-larger-extents
65 # various debugging/benchmarking assists
66 dump-in-use-buffers
67 akpm-jbd2-locking-fix