remove unnecessary iput checks
[ext4-patch-queue.git] / series
blob9bf61542cf84585e0988d2dc2eb562d5ec1cfb0e
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 split-update_time-into-update_time-and-write_time
12 vfs-add-lazytime-mount-option
13 dont-let-dirty-time-inodes-get-more-than-a-day-stale
14 add-lazytime-tracepoints
15 ext4-add-lazytime-mount-option
16 btrfs-drop-update_time
18 fix-block-reservation-for-bigalloc-filesystems
19 cache-extent-hole-in-extent-status-tree-for-ext4_da_map_blocks
20 change-lru-to-round-rubin-in-extent-status-tree
21 move-handling-of-list-of-shrinkable-inodes-into-extent-status-code
22 limit-number-of-scanned-extents-in-status-tree-shrinker
23 cleanup-flag-definitions-for-extent-status-tree
24 introduce-aging-to-extent-status-tree
26 cleanup-gfp-flags-inside-resize-path
27 fix-potential-use-after-free-during-resize
29 # note: causes generic/285 to loop forever in inline data mode
30 # fix-suboptimal-seek_datahole_extents_traversal
32 update-comments-regarding-ext4_delete_inode
33 create-nojournal_checksum-mount-option
34 remove-never-taken-branch-from-ext4_ext_shift_path_extents
35 dont-count-external-journal-blocks-as-overhead
36 remove-unneeded-code-in-ext4_unlink
37 use-the-shash-api-correctly-for-crc32c
38 deletion-of-an-unnecessary-check-before-the-function-call-iput
39 jbd2-remove-unnecessary-NULL-check-before-iput
41 ##########################################
42 # unstable patches
43 ####################################################
45 stable-boundary
46 stable-boundary-undo.patch
48 # not yet ready
49 #dont-use-io-end-if-not-needed
51 # not yet ready; patch series so ext4 has has full responsibility
52 # for ext4_readpage[s] and does not use mpage.
54 #move-read-page-functions-to-new-file
55 #include-mpage-functions-into-readpage.c
56 #inline-ext4_get_block-into-readpage
58 add-callback-support-for-bio-read-completion
59 add-ext4-encryption-facilities
60 implement-the-ext4-encryption-write-path
61 implement-the-ext4-decryption-read-path
63 add-fallocate-mode-blocking-for-debugging
65 use-discard-if-possible-in-blkdev_issue_zeroout
66 add-blkdiscard-ioctl
68 block-dio-during-truncate
70 delalloc-debug
72 # note: this may make things slower...
73 commit-as-soon-as-possible-after-log_start_commit
75 # Ted's squelch series, still needs work
76 add-sysfs-bool-support
77 add-squelch-errors-support
79 # Various disabled patches...
81 #auto-enable-journal_async_commit
82 #mballoc-allocate-larger-extents
84 # various debugging/benchmarking assists
85 dump-in-use-buffers
86 akpm-jbd2-locking-fix