-
- 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: (43 commits) ext4: Rename ext4dev to ext4 ext4: Avoid double dirtying of super block in ext4_put_super() Update ext4 MAINTAINERS file Hook ext4 to the vfs fiemap interface. generic block based fiemap implementation ocfs2: fiemap support vfs: vfs-level fiemap interface ext4: fix xattr deadlock jbd2: Fix buffer head leak when writing the commit block ext4: Add debugging markers that can be used by systemtap jbd2: abort instead of waiting for nonexistent transaction ext4: fix initialization of UNINIT bitmap blocks ext4: Remove old legacy block allocator ext4: Use readahead when reading an inode from the inode table ext4: Improve the documentation for ext4's /proc tunables ext4: Combine proc file handling into a single set of functions ext4: move /proc setup and teardown out of mballoc.c ext4: Don't use 'struct dentry' for internal lookups ext4/jbd2: Avoid WARN() messages when failing to write to the superblock ext4: use percpu data structures for lg_prealloc_list ...
Showing
- Documentation/filesystems/ext4.txt 10 additions, 4 deletionsDocumentation/filesystems/ext4.txt
- Documentation/filesystems/fiemap.txt 228 additions, 0 deletionsDocumentation/filesystems/fiemap.txt
- Documentation/filesystems/proc.txt 36 additions, 37 deletionsDocumentation/filesystems/proc.txt
- MAINTAINERS 3 additions, 2 deletionsMAINTAINERS
- fs/Kconfig 51 additions, 37 deletionsfs/Kconfig
- fs/Makefile 1 addition, 1 deletionfs/Makefile
- fs/ext2/ext2.h 2 additions, 0 deletionsfs/ext2/ext2.h
- fs/ext2/file.c 1 addition, 0 deletionsfs/ext2/file.c
- fs/ext2/inode.c 8 additions, 0 deletionsfs/ext2/inode.c
- fs/ext3/file.c 1 addition, 0 deletionsfs/ext3/file.c
- fs/ext3/inode.c 8 additions, 0 deletionsfs/ext3/inode.c
- fs/ext4/Makefile 5 additions, 5 deletionsfs/ext4/Makefile
- fs/ext4/acl.h 6 additions, 6 deletionsfs/ext4/acl.h
- fs/ext4/balloc.c 90 additions, 1367 deletionsfs/ext4/balloc.c
- fs/ext4/bitmap.c 3 additions, 3 deletionsfs/ext4/bitmap.c
- fs/ext4/dir.c 35 additions, 29 deletionsfs/ext4/dir.c
- fs/ext4/ext4.h 85 additions, 46 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_extents.h 15 additions, 0 deletionsfs/ext4/ext4_extents.h
- fs/ext4/ext4_i.h 2 additions, 37 deletionsfs/ext4/ext4_i.h
- fs/ext4/ext4_sb.h 13 additions, 12 deletionsfs/ext4/ext4_sb.h
Loading
Please register or sign in to comment