-
- Downloads
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 bugfixes from Ted Ts'o: "Miscellaneous ext4 bug fixes for v4.5" * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: fix crashes in dioread_nolock mode ext4: fix bh->b_state corruption ext4: fix memleak in ext4_readdir() ext4: remove unused parameter "newblock" in convert_initialized_extent() ext4: don't read blocks from disk after extents being swapped ext4: fix potential integer overflow ext4: add a line break for proc mb_groups display ext4: ioctl: fix erroneous return value ext4: fix scheduling in atomic on group checksum failure ext4 crypto: move context consistency check to ext4_file_open() ext4 crypto: revalidate dentry after adding or removing the key
No related branches found
No related tags found
Showing
- fs/ext4/balloc.c 4 additions, 3 deletionsfs/ext4/balloc.c
- fs/ext4/crypto.c 56 additions, 0 deletionsfs/ext4/crypto.c
- fs/ext4/dir.c 11 additions, 2 deletionsfs/ext4/dir.c
- fs/ext4/ext4.h 1 addition, 0 deletionsfs/ext4/ext4.h
- fs/ext4/extents.c 2 additions, 2 deletionsfs/ext4/extents.c
- fs/ext4/file.c 9 additions, 0 deletionsfs/ext4/file.c
- fs/ext4/ialloc.c 4 additions, 2 deletionsfs/ext4/ialloc.c
- fs/ext4/inode.c 50 additions, 22 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 1 addition, 1 deletionfs/ext4/ioctl.c
- fs/ext4/mballoc.c 1 addition, 1 deletionfs/ext4/mballoc.c
- fs/ext4/move_extent.c 12 additions, 3 deletionsfs/ext4/move_extent.c
- fs/ext4/namei.c 24 additions, 2 deletionsfs/ext4/namei.c
- fs/ext4/resize.c 1 addition, 1 deletionfs/ext4/resize.c
Loading
Please register or sign in to comment