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: (57 commits) jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs ext4: Remove "extents" mount option block: Add Kconfig help which notes that ext4 needs CONFIG_LBD ext4: Make printk's consistently prefixed with "EXT4-fs: " ext4: Add sanity checks for the superblock before mounting the filesystem ext4: Add mount option to set kjournald's I/O priority jbd2: Submit writes to the journal using WRITE_SYNC jbd2: Add pid and journal device name to the "kjournald2 starting" message ext4: Add markers for better debuggability ext4: Remove code to create the journal inode ext4: provide function to release metadata pages under memory pressure ext3: provide function to release metadata pages under memory pressure add releasepage hooks to block devices which can be used by file systems ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc ext4: Init the complete page while building buddy cache ext4: Don't allow new groups to be added during block allocation ext4: mark the blocks/inode bitmap beyond end of group as used ext4: Use new buffer_head flag to check uninit group bitmaps initialization ext4: Fix the race between read_inode_bitmap() and ext4_new_inode() ext4: code cleanup ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/ext4.txt 67 additions, 18 deletionsDocumentation/filesystems/ext4.txt
- block/Kconfig 6 additions, 0 deletionsblock/Kconfig
- fs/block_dev.c 15 additions, 0 deletionsfs/block_dev.c
- fs/ext3/hash.c 67 additions, 10 deletionsfs/ext3/hash.c
- fs/ext3/namei.c 9 additions, 2 deletionsfs/ext3/namei.c
- fs/ext3/super.c 33 additions, 0 deletionsfs/ext3/super.c
- fs/ext4/balloc.c 94 additions, 199 deletionsfs/ext4/balloc.c
- fs/ext4/bitmap.c 2 additions, 3 deletionsfs/ext4/bitmap.c
- fs/ext4/dir.c 5 additions, 5 deletionsfs/ext4/dir.c
- fs/ext4/ext4.h 119 additions, 33 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_extents.h 0 additions, 5 deletionsfs/ext4/ext4_extents.h
- fs/ext4/ext4_i.h 8 additions, 8 deletionsfs/ext4/ext4_i.h
- fs/ext4/ext4_jbd2.c 63 additions, 20 deletionsfs/ext4/ext4_jbd2.c
- fs/ext4/ext4_jbd2.h 70 additions, 17 deletionsfs/ext4/ext4_jbd2.h
- fs/ext4/ext4_sb.h 5 additions, 1 deletionfs/ext4/ext4_sb.h
- fs/ext4/extents.c 29 additions, 31 deletionsfs/ext4/extents.c
- fs/ext4/file.c 0 additions, 3 deletionsfs/ext4/file.c
- fs/ext4/hash.c 67 additions, 10 deletionsfs/ext4/hash.c
- fs/ext4/ialloc.c 195 additions, 129 deletionsfs/ext4/ialloc.c
- fs/ext4/inode.c 227 additions, 82 deletionsfs/ext4/inode.c
Loading
Please register or sign in to comment