Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: jbd2: fix race between write_metadata_buffer and get_write_access ext4: Fix ext4_mb_initialize_context() to initialize all fields ext4: fix null handler of ioctls in no journal mode ext4: Fix buffer head reference leak in no-journal mode ext4: Move __ext4_journalled_writepage() to avoid forward declaration ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation ext4: Don't look at buffer_heads outside i_size. ext4: Fix goal inum check in the inode allocator ext4: fix no journal corruption with locale-gen ext4: Calculate required journal credits for inserting an extent properly ext4: Fix truncation of symlinks after failed write jbd2: Fix a race between checkpointing code and journal_get_write_access() ext4: Use rcu_barrier() on module unload. ext4: naturally align struct ext4_allocation_request ext4: mark several more functions in mballoc.c as noinline ext4: Fix potential reclaim deadlock when truncating partial block jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical region ext4: Fix type warning on 64-bit platforms in tracing events header
Showing
- fs/ext4/ext4.h 7 additions, 7 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_jbd2.c 4 additions, 0 deletionsfs/ext4/ext4_jbd2.c
- fs/ext4/ext4_jbd2.h 4 additions, 2 deletionsfs/ext4/ext4_jbd2.h
- fs/ext4/extents.c 1 addition, 0 deletionsfs/ext4/extents.c
- fs/ext4/ialloc.c 1 addition, 1 deletionfs/ext4/ialloc.c
- fs/ext4/inode.c 128 additions, 256 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 12 additions, 8 deletionsfs/ext4/ioctl.c
- fs/ext4/mballoc.c 23 additions, 27 deletionsfs/ext4/mballoc.c
- fs/jbd2/journal.c 17 additions, 14 deletionsfs/jbd2/journal.c
- fs/jbd2/transaction.c 35 additions, 33 deletionsfs/jbd2/transaction.c
- include/trace/events/ext4.h 3 additions, 45 deletionsinclude/trace/events/ext4.h
Loading
Please register or sign in to comment