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: ext4: Update documentation to remind users to update mke2fs.conf ext4: Fix small file fragmentation ext4: Initialize writeback_index to 0 when allocating a new inode ext4: make sure ext4_has_free_blocks returns 0 for ENOSPC ext4: journal credit fix for the delayed allocation's writepages() function ext4: Rework the ext4_da_writepages() function ext4: journal credits reservation fixes for DIO, fallocate ext4: journal credits reservation fixes for extent file writepage ext4: journal credits calulation cleanup and fix for non-extent writepage ext4: Fix bug where we return ENOSPC even though we have plenty of inodes ext4: don't try to resize if there are no reserved gdt blocks left ext4: Use ext4_discard_reservations instead of mballoc-specific call ext4: Fix ext4_dx_readdir hash collision handling ext4: Fix delalloc release block reservation for truncate ext4: Fix potential truncate BUG due to i_prealloc_list being non-empty ext4: Handle unwritten extent properly with delayed allocation
No related branches found
No related tags found
Showing
- Documentation/filesystems/ext4.txt 6 additions, 0 deletionsDocumentation/filesystems/ext4.txt
- fs/ext4/balloc.c 3 additions, 0 deletionsfs/ext4/balloc.c
- fs/ext4/dir.c 15 additions, 5 deletionsfs/ext4/dir.c
- fs/ext4/ext4.h 4 additions, 0 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_extents.h 3 additions, 1 deletionfs/ext4/ext4_extents.h
- fs/ext4/ext4_jbd2.h 8 additions, 0 deletionsfs/ext4/ext4_jbd2.h
- fs/ext4/extents.c 48 additions, 65 deletionsfs/ext4/extents.c
- fs/ext4/ialloc.c 1 addition, 1 deletionfs/ext4/ialloc.c
- fs/ext4/inode.c 321 additions, 157 deletionsfs/ext4/inode.c
- fs/ext4/mballoc.c 46 additions, 7 deletionsfs/ext4/mballoc.c
- fs/ext4/migrate.c 2 additions, 1 deletionfs/ext4/migrate.c
- fs/ext4/resize.c 2 additions, 1 deletionfs/ext4/resize.c
- fs/ext4/super.c 1 addition, 0 deletionsfs/ext4/super.c
Loading
Please register or sign in to comment