Update patches based on review
[ext4-patch-queue.git] / series
blob7cd6badd449155133810709ea35c8eeba6c10534
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 add-fallocate-mode-blocking-for-debugging
23 fix-ext4_count_free_clusters-with-bigalloc
25 # ^^^ above are to be pushed to Linus for 3.15-rc1
27 git-rid-of-EXT4_MAP_UNINIT
28 rename-uninitialized-extents-to-unwritten
30 inline-generic_file_aio_write
31 move-ext4_file_dio_write-into-ext4_file_write
32 drop-aio_mutex-after-grabbing-i_mutex
33 factor-out-common-code-in-ext4_file_write
34 add-locking-for-O_APPEND-writes
35 add-i_raw_lock
36 remove-obsoleted-check
38 # temporary patch! do not push!
39 add-renameat-i386
41 ##########################################
42 # unstable patches
43 ####################################################
45 stable-boundary
46 stable-boundary-undo.patch
48 use-discard-if-possible-in-blkdev_issue_zeroout
49 add-blkdiscard-ioctl
51 block-dio-during-truncate
53 delalloc-debug
55 # note: this may make things slower...
56 commit-as-soon-as-possible-after-log_start_commit
58 # Ted's squelch series, still needs work
59 add-sysfs-bool-support
60 add-squelch-errors-support
62 # Various disabled patches...
64 #auto-enable-journal_async_commit
65 #mballoc-allocate-larger-extents
67 # various debugging/benchmarking assists
68 dump-in-use-buffers
69 akpm-jbd2-locking-fix