-
- Downloads
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 updates from Ted Ts'o: - add GETFSMAP support - some performance improvements for very large file systems and for random write workloads into a preallocated file - bug fixes and cleanups. * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: jbd2: cleanup write flags handling from jbd2_write_superblock() ext4: mark superblock writes synchronous for nobarrier mounts ext4: inherit encryption xattr before other xattrs ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio() ext4: avoid unnecessary transaction stalls during writeback ext4: preload block group descriptors ext4: make ext4_shutdown() static ext4: support GETFSMAP ioctls vfs: add common GETFSMAP ioctl definitions ext4: evict inline data when writing to memory map ext4: remove ext4_xattr_check_entry() ext4: rename ext4_xattr_check_names() to ext4_xattr_check_entries() ext4: merge ext4_xattr_list() into ext4_listxattr() ext4: constify static data that is never modified ext4: trim return value and 'dir' argument from ext4_insert_dentry() jbd2: fix dbench4 performance regression for 'nobarrier' mounts jbd2: Fix lockdep splat with generic/270 test mm: retry writepages() on ENOMEM when doing an data integrity writeback
Showing
- fs/ext4/Makefile 5 additions, 5 deletionsfs/ext4/Makefile
- fs/ext4/ext4.h 6 additions, 7 deletionsfs/ext4/ext4.h
- fs/ext4/fsmap.c 722 additions, 0 deletionsfs/ext4/fsmap.c
- fs/ext4/fsmap.h 69 additions, 0 deletionsfs/ext4/fsmap.h
- fs/ext4/ialloc.c 11 additions, 6 deletionsfs/ext4/ialloc.c
- fs/ext4/inline.c 1 addition, 1 deletionfs/ext4/inline.c
- fs/ext4/inode.c 40 additions, 0 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 91 additions, 1 deletionfs/ext4/ioctl.c
- fs/ext4/mballoc.c 50 additions, 1 deletionfs/ext4/mballoc.c
- fs/ext4/mballoc.h 17 additions, 0 deletionsfs/ext4/mballoc.h
- fs/ext4/namei.c 6 additions, 11 deletionsfs/ext4/namei.c
- fs/ext4/page-io.c 10 additions, 1 deletionfs/ext4/page-io.c
- fs/ext4/super.c 11 additions, 3 deletionsfs/ext4/super.c
- fs/ext4/sysfs.c 4 additions, 4 deletionsfs/ext4/sysfs.c
- fs/ext4/xattr.c 17 additions, 46 deletionsfs/ext4/xattr.c
- fs/jbd2/journal.c 21 additions, 7 deletionsfs/jbd2/journal.c
- include/trace/events/ext4.h 74 additions, 0 deletionsinclude/trace/events/ext4.h
- mm/page-writeback.c 10 additions, 4 deletionsmm/page-writeback.c
Loading
Please register or sign in to comment