add patch fix-project-quota-accounting-without-limits-enabled
[ext4-patch-queue.git] / series
blob1faad939d3a2d50450af562836875bc3085e065e
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 ##########################################
24 # unstable patches
25 ####################################################
27 stable-boundary
28 stable-boundary-undo.patch
30 only-call-ext4_truncate-if-there-is-data-to-truncate
31 migrate-to-use-vfs-crypto-engine
33 #crypto-rename-ext4_get_encryption_info
35 crypto-add-ciphertext_access-mount-option
36 crypto-add-ioctls-to-backup-crypto-metadata
37   
38 add-encryption-debug-files
40 # not yet ready
41 #dont-use-io-end-if-not-needed
43 # not yet ready; patch series so ext4 has has full responsibility
44 # for ext4_readpage[s] and does not use mpage.
46 #move-read-page-functions-to-new-file
47 #include-mpage-functions-into-readpage.c
48 #inline-ext4_get_block-into-readpage
50 add-fallocate-mode-blocking-for-debugging
52 # use-discard-if-possible-in-blkdev_issue_zeroout
53 add-blkdiscard-ioctl
55 block-dio-during-truncate
57 delalloc-debug
59 # note: this may make things slower...
60 commit-as-soon-as-possible-after-log_start_commit
62 # Ted's squelch series, still needs work
63 add-sysfs-bool-support
64 add-squelch-errors-support
66 # Various disabled patches...
68 #auto-enable-journal_async_commit
69 #mballoc-allocate-larger-extents
71 # various debugging/benchmarking assists
72 dump-in-use-buffers
73 akpm-jbd2-locking-fix