Additional changes to the patch series
[ext4-patch-queue.git] / series
blob7c8a1c14dbdec286038ae8bd5e5d623f9a7f3475
1 # BASE v3.18-rc3
3 move_extent-improve-bh-vanishing-success-factor
4 kill-ext4_kvfree
6 fix-partial-cluster-initialization
7 fix-end-of-leaf-partial-cluster-handling
8 miscellaneous-partial-cluster-cleanups
9 fix-end-of-region-partial-cluster-handling
11 fix-block-reservation-for-bigalloc-filesystems
12 cache-extent-hole-in-extent-status-tree-for-ext4_da_map_blocks
13 change-lru-to-round-rubin-in-extent-status-tree
14 move-handling-of-list-of-shrinkable-inodes-into-extent-status-code
15 limit-number-of-scanned-extents-in-status-tree-shrinker
16 cleanup-flag-definitions-for-extent-status-tree
17 introduce-aging-to-extent-status-tree
19 cleanup-gfp-flags-inside-resize-path
20 fix-potential-use-after-free-during-resize
22 # note: causes generic/285 to loop forever in inline data mode
23 # fix-suboptimal-seek_datahole_extents_traversal
25 update-comments-regarding-ext4_delete_inode
26 create-nojournal_checksum-mount-option
27 remove-never-taken-branch-from-ext4_ext_shift_path_extents
28 dont-count-external-journal-blocks-as-overhead
29 remove-unneeded-code-in-ext4_unlink
30 use-the-shash-api-correctly-for-crc32c
31 deletion-of-an-unnecessary-check-before-the-function-call-iput
32 jbd2-remove-unnecessary-NULL-check-before-iput
33 forbid-journal_async_commit-in-data-ordered-mode
35 btrfs-drop-update_time
36 split-update_time-into-update_time-and-write_time
37 vfs-add-lazytime-mount-option
38 dont-let-dirty-time-inodes-get-more-than-a-day-stale
39 add-lazytime-tracepoints
40 add-find-active-inode-nowait
41 ext4-add-lazytime-mount-option
43 ##########################################
44 # unstable patches
45 ####################################################
47 stable-boundary
48 stable-boundary-undo.patch
50 # not yet ready
51 #dont-use-io-end-if-not-needed
53 # not yet ready; patch series so ext4 has has full responsibility
54 # for ext4_readpage[s] and does not use mpage.
56 #move-read-page-functions-to-new-file
57 #include-mpage-functions-into-readpage.c
58 #inline-ext4_get_block-into-readpage
60 add-callback-support-for-bio-read-completion
61 add-ext4-encryption-facilities
62 implement-the-ext4-encryption-write-path
63 implement-the-ext4-decryption-read-path
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