Update make-the-bitmap-read-routines-return-real-errors-code to not
[ext4-patch-queue.git] / series
blobc3a7aa860b24a0786ccb7f4a9738ff866b43d57c
1 # be69e1c19f0e
3 move-sysfs-code-to-separate-file
4 refactor-sysfs-support
5 move-procfs-registration-to-sysfs.c
6 crypto-fix-memory-leak
7 optimize-ext4_writepage-for-4k-delalloc
8 ext4_page_crypto-doesnt-need-ctx
9 crypto-remove-bug-on
10 fix-bugs-in-ext4_encrypted_zeroout
11 use-private-version-of-zero_new_buffers-for-data-journal-mode
13 gate-checksum-calculations-on-crc-drive-presence
14 promote-ext4-over-ext2-in-the-default-probe-order
15 reserve-codepoints-for-project-quota
16 store-checksum-seed-in-superblock
17 call-out-crc-and-corruption-errors
18 clean-up-feature-test-macros-with-predicate-functions
19 jbd2-clean-up-feature-test-macros-with-predicate-functions
20 make-the-bitmap-read-routines-return-real-errors-code
22 fix-xfstest-generic-269-double-revoked-buffer-bug
23 fix-checkpoint-list-cleanup
24 fix-potential-use-after-free-in-ext4_journal-stop
25 fix-calculation-of-meta_bg-descriptor-backups
26 ensure-entering-into-panic-after-recording-an-error-in-superblock
28 explicit-mount-options-parsing-cleanup
29 do-not-allow-journal_opts-for-fs-wo-journal
30 fix-abs-usage-in-ext4_mb_check_group_pa
31 remove-unnecessary-new_valid_dev-check
33 ##########################################
34 # unstable patches
35 ####################################################
37 stable-boundary
38 stable-boundary-undo.patch
40 fix-races-between-page-faults-and-hole-punching
41 move-unlocked-dio-protection-from-ext4_alloc_file_blocks
42 fix-races-between-buffered-IO-and-collapse-insert-range
43 fix-races-of-writeback-with-punch-hole-and-zero-range
44 document-lock-ordering
45 get-rid-of-EXT4_GET_BLOCKS_NO_LOCK-flag
46 provide-ext4_issue_zeroout
47 implement-allocation-of-pre-zeroed-blocks
48 use-pre-zeroed-blocks-for-DAX-page-faults
50 add-encryption-debug-files
52 # not yet ready
53 #dont-use-io-end-if-not-needed
55 # not yet ready; patch series so ext4 has has full responsibility
56 # for ext4_readpage[s] and does not use mpage.
58 #move-read-page-functions-to-new-file
59 #include-mpage-functions-into-readpage.c
60 #inline-ext4_get_block-into-readpage
62 add-fallocate-mode-blocking-for-debugging
64 # use-discard-if-possible-in-blkdev_issue_zeroout
65 add-blkdiscard-ioctl
67 block-dio-during-truncate
69 delalloc-debug
71 # note: this may make things slower...
72 commit-as-soon-as-possible-after-log_start_commit
74 # Ted's squelch series, still needs work
75 add-sysfs-bool-support
76 add-squelch-errors-support
78 # Various disabled patches...
80 #auto-enable-journal_async_commit
81 #mballoc-allocate-larger-extents
83 # various debugging/benchmarking assists
84 dump-in-use-buffers
85 akpm-jbd2-locking-fix