Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fixes from Darrick Wong: - fix various problems with the copy-on-write extent maps getting freed at the wrong time - fix printk format specifier problems - report zeroing operation outcomes instead of dropping them on the floor - fix some crashes when dio operations partially fail - fix a race condition between unwritten extent conversion & dio read - fix some incorrect tests in the inode log item processing - correct the delayed allocation space reservations on rmap filesystems - fix some problems checking for dax support * tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: revert "xfs: factor rmap btree size into the indlen calculations" xfs: Capture state of the right inode in xfs_iflush_done xfs: perag initialization should only touch m_ag_max_usable for AG 0 xfs: update i_size after unwritten conversion in dio completion iomap_dio_rw: Allocate AIO completion queue before submitting dio xfs: validate bdev support for DAX inode flag xfs: remove redundant re-initialization of total_nr_pages xfs: Output warning message when discard option was enabled even though the device does not support discard xfs: report zeroed or not correctly in xfs_zero_range() xfs: kill meaningless variable 'zero' fs/xfs: Use %pS printk format for direct addresses xfs: evict CoW fork extents when performing finsert/fcollapse xfs: don't unconditionally clear the reflink flag on zero-block files
No related branches found
No related tags found
Showing
- fs/iomap.c 7 additions, 7 deletionsfs/iomap.c
- fs/xfs/libxfs/xfs_ag_resv.c 10 additions, 2 deletionsfs/xfs/libxfs/xfs_ag_resv.c
- fs/xfs/libxfs/xfs_bmap.c 2 additions, 15 deletionsfs/xfs/libxfs/xfs_bmap.c
- fs/xfs/xfs_aops.c 2 additions, 1 deletionfs/xfs/xfs_aops.c
- fs/xfs/xfs_bmap_util.c 13 additions, 1 deletionfs/xfs/xfs_bmap_util.c
- fs/xfs/xfs_buf.c 0 additions, 2 deletionsfs/xfs/xfs_buf.c
- fs/xfs/xfs_error.c 1 addition, 1 deletionfs/xfs/xfs_error.c
- fs/xfs/xfs_file.c 21 additions, 18 deletionsfs/xfs/xfs_file.c
- fs/xfs/xfs_inode.c 5 additions, 3 deletionsfs/xfs/xfs_inode.c
- fs/xfs/xfs_inode_item.c 1 addition, 1 deletionfs/xfs/xfs_inode_item.c
- fs/xfs/xfs_ioctl.c 2 additions, 1 deletionfs/xfs/xfs_ioctl.c
- fs/xfs/xfs_iomap.c 5 additions, 2 deletionsfs/xfs/xfs_iomap.c
- fs/xfs/xfs_iomap.h 1 addition, 1 deletionfs/xfs/xfs_iomap.h
- fs/xfs/xfs_pnfs.c 1 addition, 1 deletionfs/xfs/xfs_pnfs.c
- fs/xfs/xfs_super.c 10 additions, 0 deletionsfs/xfs/xfs_super.c
Loading
Please register or sign in to comment