add patch refactor-direct-IO-code
[ext4-patch-queue.git] / series
blobf75b590f7db3652fe0536095d5e289f1b36f00af
1 # v4.6-rc4
3 allow-resched-and-interruption-of-large-empty-directories
5 fix-data-exposure-after-a-crash
6 remove-EXT4_STATE_ORDERED_MODE
7 add-support-for-avoiding-data-writes-during-transaction-commits
8 do-not-ask-jbd2-to-write-data-for-delalloc-buffers
10 fix-jbd2-txn-extension-in-ext4_ext_truncate_extend_restart
12 handle-unwritten-or-delalloc-buffers-before-enabling-per-file-data-journaling
13 fix-races-between-changing-journal-mode-and-ext4_writepages
14 #reenable-per-file-data-journalling-and-delalloc
16 remove-trailing-newlines
17 fix-hang-when-processing-orphaned-inode-list
18 clean-up-error-handling-for-orphan-list-problems
20 fix-check-of-dqget-return-value-in-ext4_ioctl_setproject
21 fix-oops-on-corrupted-filesystem
22 silence-ubsan-in-mb_find_order_for_block
23 silence-UBSAN-in-ext4_mb_init
25 remove-unnecessary-bio-get-put
26 remove-excess-descriptions-for-handle_s
27 remove-unmeetable-inconsistency-check
29 handle-transient-enospc-properly-for-DAX
30 fix-race-in-transient-ENOSPC-detection
31 refactor-direct-IO-code
33 ##########################################
34 # unstable patches
35 ####################################################
37 stable-boundary
38 stable-boundary-undo.patch
40 migrate-to-use-vfs-crypto-engine
42 #crypto-rename-ext4_get_encryption_info
44 crypto-add-ciphertext_access-mount-option
45 crypto-add-ioctls-to-backup-crypto-metadata
46   
47 add-encryption-debug-files
49 # not yet ready
50 #dont-use-io-end-if-not-needed
52 # not yet ready; patch series so ext4 has has full responsibility
53 # for ext4_readpage[s] and does not use mpage.
55 #move-read-page-functions-to-new-file
56 #include-mpage-functions-into-readpage.c
57 #inline-ext4_get_block-into-readpage
59 add-fallocate-mode-blocking-for-debugging
61 # use-discard-if-possible-in-blkdev_issue_zeroout
62 add-blkdiscard-ioctl
64 block-dio-during-truncate
66 delalloc-debug
68 # note: this may make things slower...
69 commit-as-soon-as-possible-after-log_start_commit
71 # Ted's squelch series, still needs work
72 add-sysfs-bool-support
73 add-squelch-errors-support
75 # Various disabled patches...
77 #auto-enable-journal_async_commit
78 #mballoc-allocate-larger-extents
80 # various debugging/benchmarking assists
81 dump-in-use-buffers
82 akpm-jbd2-locking-fix