Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 updates from Ted Ts'o: "Some locking and page fault bug fixes from Jan Kara, some ext4 encryption fixes from me, and Li Xi's Project Quota commits" * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: fs: clean up the flags definition in uapi/linux/fs.h ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support ext4: add project quota support ext4: adds project ID support ext4 crypto: simplify interfaces to directory entry insert functions ext4 crypto: add missing locking for keyring_key access ext4: use pre-zeroed blocks for DAX page faults ext4: implement allocation of pre-zeroed blocks ext4: provide ext4_issue_zeroout() ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flag ext4: document lock ordering ext4: fix races of writeback with punch hole and zero range ext4: fix races between buffered IO and collapse / insert range ext4: move unlocked dio protection from ext4_alloc_file_blocks() ext4: fix races between page faults and hole punching
Showing
- fs/ext4/crypto.c 2 additions, 4 deletionsfs/ext4/crypto.c
- fs/ext4/crypto_key.c 4 additions, 0 deletionsfs/ext4/crypto_key.c
- fs/ext4/ext4.h 86 additions, 13 deletionsfs/ext4/ext4.h
- fs/ext4/extents.c 83 additions, 70 deletionsfs/ext4/extents.c
- fs/ext4/file.c 58 additions, 24 deletionsfs/ext4/file.c
- fs/ext4/ialloc.c 7 additions, 0 deletionsfs/ext4/ialloc.c
- fs/ext4/inline.c 4 additions, 6 deletionsfs/ext4/inline.c
- fs/ext4/inode.c 215 additions, 53 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 289 additions, 87 deletionsfs/ext4/ioctl.c
- fs/ext4/namei.c 25 additions, 9 deletionsfs/ext4/namei.c
- fs/ext4/super.c 92 additions, 5 deletionsfs/ext4/super.c
- fs/ext4/truncate.h 2 additions, 0 deletionsfs/ext4/truncate.h
- include/trace/events/ext4.h 1 addition, 1 deletioninclude/trace/events/ext4.h
- include/uapi/linux/fs.h 27 additions, 4 deletionsinclude/uapi/linux/fs.h
Loading
Please register or sign in to comment