add patch check-EA-value-offset-when-loading
[ext4-patch-queue.git] / series
blob3d7705690fa36bc08655f5fddd48975c68267dfd
1 # BASE d4f03186c8986ffde34d06fe74a99aab08f7ee0b
3 convert-ext4_dx_find_entry-to-use-the-ERR_PTR-convention
4 convert-ext4_getblk-to-use-the-ERR_PTR-convention
5 convert-ext4_bread-to-use-the-ERR_PTR-convention
6 convert-dx_probe-to-use-the-ERR_PTR-convention
7 convert-do_split-to-use-the-ERR_PTR-convention
9 remove-a-duplicate-call-in-ext4_init_new_dir
10 use-ext4_update_i_disksize-instead-of-opencoded-ones
11 use-ext4_ext_next_allocated_block-instead-of-mext_next_extent
12 refactor-ext4_move_extents-code-base
13 ext4_swap_extents-error-handling
14 fix-zero_range-hidden-bug
15 fix-flag-aliasing-in-ext4.h
16 teach-ext4_ext_find_extent-to-free-path-on-error
17 collapse-ext4_convert_initialized_extents-into-ext4_ext_convert_initialized_extent
18 drop-EXT4_EX_NOFREE_ON_ERR-in-convert_initialized_extent
19 drop-EXT4_EX_NOFREE_ON_ERR-from-rest-of-extents-code
20 call-ext4_ext_drop_refs-from-ext4_ext_find_extent
21 make-ext4_ext_drop_refs-allow-NULL-arguments
22 teach-ext4_ext_find_extent-to-realloc-path-if-necessary
23 reuse-path-object-in-ext4_ext_shift_extents
24 reuse-path-object-in-ext4_move_extents
25 rename-ext4_ext_find_extent
26 fold-__process_buffer-into_jbd2_log_do_checkpoint
27 fold-__wait_cp_io-into-jbd2_log_do_checkpoint
29 enable-block-validity-by-default
30 fix-comments-about-get_blocks
32 improve-extents-status-tree-trace-point
33 track-extent-status-tree-shrinker-delay-stats
34 pass-allocation_request-struct-to-ext4_alloc_branch
35 prepare-to-drop-state_dellaloc_reserved-flag
36 drop-ext4_state-delalloc-reserved
37 dont-elevate-b_count-before-calling-__jbd2_journal_remove_checkpoint
38 optimize-jbd2_log_do_checkpoint-a-bit
39 renumber-ext4_ex-flags
41 support-buffer-cache-allocations-with-gfp-modifiers
42 use-non-moveable-memory-for-the-ext4-superblock
43 use-non-moveable-memory-for-the-jbd-superblock
45 dont-use-MAXQUOTAS-value
46 add-sysfs-entry-showing-whether-the-fs-contains-errors
47 provide-separate-oeprations-for-sysfs-feature-files
49 fix-journal-checksum-feature-flag-handling
50 validate-external-journal-superblock-checksum
51 dont-keep-using-page-if-inline-conversion-fails
53 check-EA-value-offset-when-loading
55 ##########################################
56 # unstable patches
57 ####################################################
59 stable-boundary
60 stable-boundary-undo.patch
62 # not yet ready
63 #dont-use-io-end-if-not-needed
65 # not yet ready; patch series so ext4 has has full responsibility
66 # for ext4_readpage[s] and does not use mpage.
68 #move-read-page-functions-to-new-file
69 #include-mpage-functions-into-readpage.c
70 #inline-ext4_get_block-into-readpage
72 add-callback-support-for-bio-read-completion
73 add-ext4-encryption-facilities
74 implement-the-ext4-encryption-write-path
75 add-ext4-encryption-read-callback-support
76 disable-fallocate-for-encrypted-inodes
77 #crypto-debugging-sb-page-zero-check
78 crypto-trace-events
79 add-more-granular-errors-to-set-key-path
80 remove-extra-unlock-page
81 fix-crypto-warnings
82 add-dummy-key-mount-option
83 enable-delayed-allocation
85 cache-extent-hole-in-extent-status-tree-for-ext4_da_map_blocks
86 change-lru-to-round-rubin-in-extent-status-tree
87 use-a-list-to-track-all-reclaimable-objects-for-extent-status-tree
88 use-a-garbage-collection-algorithm-to-manage-objecgt
90 add-fallocate-mode-blocking-for-debugging
92 use-discard-if-possible-in-blkdev_issue_zeroout
93 add-blkdiscard-ioctl
95 block-dio-during-truncate
97 delalloc-debug
99 # note: this may make things slower...
100 commit-as-soon-as-possible-after-log_start_commit
102 # Ted's squelch series, still needs work
103 add-sysfs-bool-support
104 add-squelch-errors-support
106 # Various disabled patches...
108 #auto-enable-journal_async_commit
109 #mballoc-allocate-larger-extents
111 # various debugging/benchmarking assists
112 dump-in-use-buffers
113 akpm-jbd2-locking-fix