Add patches to deal with maliciously crafted file systems.
[ext4-patch-queue.git] / series
blob706fd4ed2643f112cc0fd37ee7e92b4dcd4c4b7d
1 # 6da22013bb79
3 allow-ext4_truncate-to-return-an-error
4 allow-ext4_ext_truncate-to-return-an-error
5 dont-lock-buffer-head-in-ext4_commit_super-if-holding-spinlock
7 fix-mballoc-breakage-with-64k-block-size
8 fix-stack-corruption-with-64k-blocksize
9 use-current_time-for-inode-timestamps
10 allow-inode-expansion-for-nojournal-file-systems
11 remove-parameter-from-ext4_xattr_ibody_set
12 sanity-check-block-and-cluster-size
13 fix-sb-mount-options-processing
14 verify-inodes_per_group-during-mount
15 add-sanity-checking-in-count_overhead
17 ####################################################
18 # unstable patches
19 ####################################################
21 stable-boundary
22 stable-boundary-undo.patch
24 add-support-for-log-metadata-block-tracking-in-log
25 add-indirection-to-metadata-block-read-paths
26 cleaner
27 disable-writeback
29 only-call-ext4_truncate-if-there-is-data-to-truncate
30 migrate-to-use-vfs-crypto-engine
32 #crypto-rename-ext4_get_encryption_info
34 crypto-add-ciphertext_access-mount-option
35 crypto-add-ioctls-to-backup-crypto-metadata
36   
37 add-encryption-debug-files
39 # not yet ready
40 #dont-use-io-end-if-not-needed
42 # not yet ready; patch series so ext4 has has full responsibility
43 # for ext4_readpage[s] and does not use mpage.
45 #move-read-page-functions-to-new-file
46 #include-mpage-functions-into-readpage.c
47 #inline-ext4_get_block-into-readpage
49 add-fallocate-mode-blocking-for-debugging
51 # use-discard-if-possible-in-blkdev_issue_zeroout
52 add-blkdiscard-ioctl
54 block-dio-during-truncate
56 delalloc-debug
58 # note: this may make things slower...
59 commit-as-soon-as-possible-after-log_start_commit
61 # Ted's squelch series, still needs work
62 add-sysfs-bool-support
63 add-squelch-errors-support
65 # Various disabled patches...
67 #auto-enable-journal_async_commit
68 #mballoc-allocate-larger-extents
70 # various debugging/benchmarking assists
71 dump-in-use-buffers
72 akpm-jbd2-locking-fix