-
- Downloads
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: Fix time encoding with extra epoch bits ext4: Add a stub for mpage_da_data in the trace header jbd2: Use tracepoints for history file ext4: Use tracepoints for mb_history trace file ext4, jbd2: Drop unneeded printks at mount and unmount time ext4: Handle nested ext4_journal_start/stop calls without a journal ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode ext4: Avoid updating the inode table bh twice in no journal mode ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first ext4: async direct IO for holes and fallocate support ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O ext4: Split uninitialized extents for direct I/O ext4: release reserved quota when block reservation for delalloc retry ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks ext4: Fix hueristic which avoids group preallocation for closed files ext4: Use ext4_msg() for ext4_da_writepage() errors ext4: Update documentation about quota mount options
No related branches found
No related tags found
Showing
- Documentation/filesystems/ext4.txt 10 additions, 3 deletionsDocumentation/filesystems/ext4.txt
- Documentation/filesystems/proc.txt 0 additions, 1 deletionDocumentation/filesystems/proc.txt
- fs/ext4/ext4.h 41 additions, 13 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_extents.h 6 additions, 1 deletionfs/ext4/ext4_extents.h
- fs/ext4/ext4_jbd2.h 4 additions, 2 deletionsfs/ext4/ext4_jbd2.h
- fs/ext4/extents.c 406 additions, 38 deletionsfs/ext4/extents.c
- fs/ext4/fsync.c 5 additions, 0 deletionsfs/ext4/fsync.c
- fs/ext4/inode.c 499 additions, 75 deletionsfs/ext4/inode.c
- fs/ext4/mballoc.c 13 additions, 292 deletionsfs/ext4/mballoc.c
- fs/ext4/mballoc.h 1 addition, 34 deletionsfs/ext4/mballoc.h
- fs/ext4/migrate.c 1 addition, 1 deletionfs/ext4/migrate.c
- fs/ext4/move_extent.c 10 additions, 10 deletionsfs/ext4/move_extent.c
- fs/ext4/namei.c 2 additions, 1 deletionfs/ext4/namei.c
- fs/ext4/super.c 57 additions, 42 deletionsfs/ext4/super.c
- fs/jbd2/checkpoint.c 7 additions, 0 deletionsfs/jbd2/checkpoint.c
- fs/jbd2/commit.c 28 additions, 31 deletionsfs/jbd2/commit.c
- fs/jbd2/journal.c 13 additions, 183 deletionsfs/jbd2/journal.c
- include/linux/jbd2.h 7 additions, 20 deletionsinclude/linux/jbd2.h
- include/trace/events/ext4.h 174 additions, 4 deletionsinclude/trace/events/ext4.h
- include/trace/events/jbd2.h 78 additions, 0 deletionsinclude/trace/events/jbd2.h
Loading
Please register or sign in to comment