-
- 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: "Clean ups and miscellaneous bug fixes, in particular for the new collapse_range and zero_range fallocate functions. In addition, improve the scalability of adding and remove inodes from the orphan list" * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (25 commits) ext4: handle symlink properly with inline_data ext4: fix wrong assert in ext4_mb_normalize_request() ext4: fix zeroing of page during writeback ext4: remove unused local variable "stored" from ext4_readdir(...) ext4: fix ZERO_RANGE test failure in data journalling ext4: reduce contention on s_orphan_lock ext4: use sbi in ext4_orphan_{add|del}() ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged() ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access ext4: remove unnecessary double parentheses ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() fails ext4: make local functions static ext4: fix block bitmap validation when bigalloc, ^flex_bg ext4: fix block bitmap initialization under sparse_super2 ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem ext4: avoid unneeded lookup when xattr name is invalid ext4: fix data integrity sync in ordered mode ext4: remove obsoleted check ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode ext4: fix locking for O_APPEND writes ...
No related branches found
No related tags found
Showing
- fs/ext4/balloc.c 37 additions, 29 deletionsfs/ext4/balloc.c
- fs/ext4/dir.c 1 addition, 2 deletionsfs/ext4/dir.c
- fs/ext4/ext4.h 18 additions, 41 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_extents.h 11 additions, 11 deletionsfs/ext4/ext4_extents.h
- fs/ext4/ext4_jbd2.c 4 additions, 3 deletionsfs/ext4/ext4_jbd2.c
- fs/ext4/ext4_jbd2.h 0 additions, 4 deletionsfs/ext4/ext4_jbd2.h
- fs/ext4/extents.c 120 additions, 116 deletionsfs/ext4/extents.c
- fs/ext4/extents_status.c 8 additions, 2 deletionsfs/ext4/extents_status.c
- fs/ext4/file.c 77 additions, 76 deletionsfs/ext4/file.c
- fs/ext4/inline.c 10 additions, 5 deletionsfs/ext4/inline.c
- fs/ext4/inode.c 51 additions, 39 deletionsfs/ext4/inode.c
- fs/ext4/mballoc.c 4 additions, 4 deletionsfs/ext4/mballoc.c
- fs/ext4/migrate.c 1 addition, 1 deletionfs/ext4/migrate.c
- fs/ext4/mmp.c 2 additions, 2 deletionsfs/ext4/mmp.c
- fs/ext4/move_extent.c 20 additions, 19 deletionsfs/ext4/move_extent.c
- fs/ext4/namei.c 76 additions, 55 deletionsfs/ext4/namei.c
- fs/ext4/page-io.c 17 additions, 15 deletionsfs/ext4/page-io.c
- fs/ext4/resize.c 13 additions, 0 deletionsfs/ext4/resize.c
- fs/ext4/super.c 16 additions, 4 deletionsfs/ext4/super.c
- fs/ext4/xattr.c 8 additions, 1 deletionfs/ext4/xattr.c
Loading
Please register or sign in to comment