-
- Downloads
Merge tag 'xfs-4.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fixes from Darrick Wong: "Here are some bug fixes for -rc2 to clean up the copy on write handling and to remove a cause of hangs. - Fix various iomap bugs - Fix overly aggressive CoW preallocation garbage collection - Fixes to CoW endio error handling - Fix some incorrect geometry calculations - Remove a potential system hang in bulkstat - Try to allocate blocks more aggressively to reduce ENOSPC errors" * tag 'xfs-4.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: try any AG when allocating the first btree block when reflinking xfs: use iomap new flag for newly allocated delalloc blocks xfs: remove kmem_zalloc_greedy xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask xfs: fix and streamline error handling in xfs_end_io xfs: only reclaim unwritten COW extents periodically iomap: invalidate page caches should be after iomap_dio_complete() in direct write
No related branches found
No related tags found
Showing
- fs/iomap.c 10 additions, 7 deletionsfs/iomap.c
- fs/xfs/kmem.c 0 additions, 18 deletionsfs/xfs/kmem.c
- fs/xfs/kmem.h 0 additions, 2 deletionsfs/xfs/kmem.h
- fs/xfs/libxfs/xfs_bmap.c 21 additions, 13 deletionsfs/xfs/libxfs/xfs_bmap.c
- fs/xfs/libxfs/xfs_bmap_btree.c 3 additions, 3 deletionsfs/xfs/libxfs/xfs_bmap_btree.c
- fs/xfs/xfs_aops.c 27 additions, 32 deletionsfs/xfs/xfs_aops.c
- fs/xfs/xfs_icache.c 1 addition, 1 deletionfs/xfs/xfs_icache.c
- fs/xfs/xfs_inode.c 1 addition, 1 deletionfs/xfs/xfs_inode.c
- fs/xfs/xfs_iomap.c 18 additions, 7 deletionsfs/xfs/xfs_iomap.c
- fs/xfs/xfs_itable.c 2 additions, 4 deletionsfs/xfs/xfs_itable.c
- fs/xfs/xfs_mount.c 1 addition, 2 deletionsfs/xfs/xfs_mount.c
- fs/xfs/xfs_reflink.c 16 additions, 7 deletionsfs/xfs/xfs_reflink.c
- fs/xfs/xfs_reflink.h 2 additions, 2 deletionsfs/xfs/xfs_reflink.h
- fs/xfs/xfs_super.c 1 addition, 1 deletionfs/xfs/xfs_super.c
Loading
Please register or sign in to comment