add patch enforce-regular-file-in-ext4_zero_range
[ext4-patch-queue.git] / series
blobd2db74c238fce326c6e3658569574c7855bae52c
1 # BASE d15e031
3 fix-64bit-number-truncation-warning
4 FIBMAP-ioctl-causes-BUG_ON-due-to-handle-EXT_MAX_BLOCKS
5 initialize-multi-block-allocator-before-checking-block-descriptors
6 note-the-error-in-ext4_end_bio
7 fix-jbd2-warning-under-heavy-xattr-load
8 update-PF_MEMALLOC-handling-in-ext4_write_inode
9 fix-collapse-range-patches-in-data-journalling-mode
10 return-ENOMEM-rather-than-EIO
11 move-ext4_update_i_disksize-into-mpage_map_and_submit_extent
12 remove-unnecessary-check-for-APPEND-and-IMMUTABLE
13 prevent-doing-ZERO-RANGE-on-append-only-file
14 remove-i_size-check-from-do_fallocate
15 disallow-all-fallocate-operation-on-active-swapfile
16 use-i_size_read-in-ext4_unaligned_aio
17 fix-byte-order-problems-in-collapse_range
18 fix-collapse-range-only-works-on-extent-based-files
19 silence-sparse-check-warning-for-function-ext4_trim_extent
20 fix-error-handling-in-ext4_ext_shift_extents
21 always-check-ext4_ext_find_extent-result
22 fix-ext4_count_free_clusters-with-bigalloc
23 remove-COLLAPSE_RANGE-and-ZERO-RANGE-shim
24 use-truncate_pagecache-in-collapse_range
25 use-filemap_write_and_wait_range-correctly-in-collapse_range
26 fix-removing-status-extents-in-ext4_collapse-range
27 no-need-to-truncate-pagecache-twice-in-collapse-range
28 discard-preallocations-after-removing-space
29 fix-extent-merging-in-ext4_shift_path_extents
30 enforce-regular-file-in-ext4_zero_range
32 # ^^^ above are to be pushed to Linus for 3.15-rc1
34 git-rid-of-EXT4_MAP_UNINIT
35 rename-uninitialized-extents-to-unwritten
37 inline-generic_file_aio_write
38 move-ext4_file_dio_write-into-ext4_file_write
39 factor-out-common-code-in-ext4_file_write
40 add-locking-for-O_APPEND-writes
41 add-i_raw_lock
42 remove-obsoleted-check
44 # temporary patches do not push!
45 add-renameat-i386
46 add-fallocate-mode-blocking-for-debugging
48 ##########################################
49 # unstable patches
50 ####################################################
52 stable-boundary
53 stable-boundary-undo.patch
55 use-discard-if-possible-in-blkdev_issue_zeroout
56 add-blkdiscard-ioctl
58 block-dio-during-truncate
60 delalloc-debug
62 # note: this may make things slower...
63 commit-as-soon-as-possible-after-log_start_commit
65 # Ted's squelch series, still needs work
66 add-sysfs-bool-support
67 add-squelch-errors-support
69 # Various disabled patches...
71 #auto-enable-journal_async_commit
72 #mballoc-allocate-larger-extents
74 # various debugging/benchmarking assists
75 dump-in-use-buffers
76 akpm-jbd2-locking-fix