Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: - when NR_CPUS is large, a SRCU structure can significantly inflate size of the main filesystem structure that would not be possible to allocate by kmalloc, so the kvalloc fallback is used - improved error handling - fix endiannes when printing some filesystem attributes via sysfs, this is could happen when a filesystem is moved between different endianity hosts - send fixes: the NO_HOLE mode should not send a write operation for a file hole - fix log replay for for special files followed by file hardlinks - fix log replay failure after unlink and link combination - fix max chunk size calculation for DUP allocation * tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: Btrfs: fix log replay failure after unlink and link combination Btrfs: fix log replay failure after linking special file and fsync Btrfs: send, fix issuing write op when processing hole in no data mode btrfs: use proper endianness accessors for super_copy btrfs: alloc_chunk: fix DUP stripe size handling btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster btrfs: handle failure of add_pending_csums btrfs: use kvzalloc to allocate btrfs_fs_info
No related branches found
No related tags found
Showing
- fs/btrfs/ctree.h 5 additions, 2 deletionsfs/btrfs/ctree.h
- fs/btrfs/inode-item.c 26 additions, 18 deletionsfs/btrfs/inode-item.c
- fs/btrfs/inode.c 9 additions, 2 deletionsfs/btrfs/inode.c
- fs/btrfs/relocation.c 16 additions, 2 deletionsfs/btrfs/relocation.c
- fs/btrfs/send.c 3 additions, 0 deletionsfs/btrfs/send.c
- fs/btrfs/super.c 1 addition, 1 deletionfs/btrfs/super.c
- fs/btrfs/sysfs.c 3 additions, 5 deletionsfs/btrfs/sysfs.c
- fs/btrfs/transaction.c 12 additions, 8 deletionsfs/btrfs/transaction.c
- fs/btrfs/tree-log.c 110 additions, 4 deletionsfs/btrfs/tree-log.c
- fs/btrfs/volumes.c 6 additions, 5 deletionsfs/btrfs/volumes.c
Loading
Please register or sign in to comment