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: Remove automatic enabling of the HUGE_FILE feature flag ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback ext4: Update Documentation/filesystems/ext4.txt ext4: Remove unused mount options: nomballoc, mballoc, nocheck ext4: Remove compile warnings when building w/o CONFIG_PROC_FS ext4: Add missing newlines to printk messages ext4: Fix file fragmentation during large file write. vfs: Add no_nrwrite_index_update writeback control flag vfs: Remove the range_cont writeback mode. ext4: Use tag dirty lookup during mpage_da_submit_io ext4: let the block device know when unused blocks can be discarded ext4: Don't reuse released data blocks until transaction commits ext4: Use an rbtree for tracking blocks freed during transaction. ext4: Do mballoc init before doing filesystem recovery ext4: Free ext4_prealloc_space using kmem_cache_free ext4: Fix Kconfig typo for ext4dev ext4: Remove an old reference to ext4dev in Makefile comment
Showing
- Documentation/filesystems/ext4.txt 15 additions, 17 deletionsDocumentation/filesystems/ext4.txt
- fs/Kconfig 1 addition, 1 deletionfs/Kconfig
- fs/Makefile 1 addition, 1 deletionfs/Makefile
- fs/ext4/balloc.c 10 additions, 2 deletionsfs/ext4/balloc.c
- fs/ext4/ext4.h 0 additions, 1 deletionfs/ext4/ext4.h
- fs/ext4/ext4_sb.h 0 additions, 3 deletionsfs/ext4/ext4_sb.h
- fs/ext4/inode.c 76 additions, 67 deletionsfs/ext4/inode.c
- fs/ext4/mballoc.c 135 additions, 128 deletionsfs/ext4/mballoc.c
- fs/ext4/mballoc.h 19 additions, 12 deletionsfs/ext4/mballoc.h
- fs/ext4/super.c 34 additions, 98 deletionsfs/ext4/super.c
- fs/jbd2/commit.c 3 additions, 0 deletionsfs/jbd2/commit.c
- fs/jbd2/transaction.c 1 addition, 0 deletionsfs/jbd2/transaction.c
- include/linux/jbd2.h 9 additions, 0 deletionsinclude/linux/jbd2.h
- include/linux/writeback.h 9 additions, 1 deletioninclude/linux/writeback.h
- mm/page-writeback.c 7 additions, 5 deletionsmm/page-writeback.c
Loading
Please register or sign in to comment