add patch short-cut-orphan-cleanup-on-error
[ext4-patch-queue.git] / series
blob60f6de9ee4479eec867b847816a57d8da5399943
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 fix-warn-on-once-in-ext4_commit_super
18 dont-call-ext4_should_journal_data-on-journal-inode
19 remove-unused-page_idx
20 validate-reserved_gdt_blocks-on-mount
21 fix-project-quota-accounting-without-limits-enabled
23 ext2-file-fs-deadlock-while-reading-corrupted-xattr-block
24 migrate-into-vfs-crypto-engine
25 maintainers-fs-crypto
27 fix-reference-counting-bug-on-block-allocation
28 short-cut-orphan-cleanup-on-error
30 ##########################################
31 # unstable patches
32 ####################################################
34 stable-boundary
35 stable-boundary-undo.patch
37 only-call-ext4_truncate-if-there-is-data-to-truncate
38 migrate-to-use-vfs-crypto-engine
40 #crypto-rename-ext4_get_encryption_info
42 crypto-add-ciphertext_access-mount-option
43 crypto-add-ioctls-to-backup-crypto-metadata
44   
45 add-encryption-debug-files
47 # not yet ready
48 #dont-use-io-end-if-not-needed
50 # not yet ready; patch series so ext4 has has full responsibility
51 # for ext4_readpage[s] and does not use mpage.
53 #move-read-page-functions-to-new-file
54 #include-mpage-functions-into-readpage.c
55 #inline-ext4_get_block-into-readpage
57 add-fallocate-mode-blocking-for-debugging
59 # use-discard-if-possible-in-blkdev_issue_zeroout
60 add-blkdiscard-ioctl
62 block-dio-during-truncate
64 delalloc-debug
66 # note: this may make things slower...
67 commit-as-soon-as-possible-after-log_start_commit
69 # Ted's squelch series, still needs work
70 add-sysfs-bool-support
71 add-squelch-errors-support
73 # Various disabled patches...
75 #auto-enable-journal_async_commit
76 #mballoc-allocate-larger-extents
78 # various debugging/benchmarking assists
79 dump-in-use-buffers
80 akpm-jbd2-locking-fix