-
- Downloads
Merge tag 'xfs-iomap-for-linus-4.8-rc3' of...
Merge tag 'xfs-iomap-for-linus-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs Pull xfs and iomap fixes from Dave Chinner: "Changes in this update: Regression fixes for XFS changes introduce in 4.8-rc1: - buffer IO accounting assert failure - ENOSPC block accounting reservation issue - DAX IO path page cache invalidation fix - rmapbt on-disk block count in agf - correct classification of rmap block type when updating AGFL. - iomap support for attribute fork mapping Regression fixes for iomap infrastructure in 4.8-rc1: - fiemap: honor FIEMAP_FLAG_SYNC - fiemap: implement FIEMAP_FLAG_XATTR support to fix XFS regression - make mark_page_accessed and pagefault_disable usage consistent with other IO paths" * tag 'xfs-iomap-for-linus-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs: xfs: remove OWN_AG rmap when allocating a block from the AGFL xfs: (re-)implement FIEMAP_FLAG_XATTR xfs: simplify xfs_file_iomap_begin iomap: mark ->iomap_end as optional iomap: prepare iomap_fiemap for attribute mappings iomap: fiemap should honor the FIEMAP_FLAG_SYNC flag iomap: remove superflous pagefault_disable from iomap_write_actor iomap: remove superflous mark_page_accessed from iomap_write_actor xfs: store rmapbt block count in the AGF xfs: don't invalidate whole file on DAX read/write xfs: fix bogus space reservation in xfs_iomap_write_allocate xfs: don't assert fail on non-async buffers on ioacct decrement
Showing
- fs/iomap.c 13 additions, 8 deletionsfs/iomap.c
- fs/xfs/libxfs/xfs_alloc.c 14 additions, 0 deletionsfs/xfs/libxfs/xfs_alloc.c
- fs/xfs/libxfs/xfs_format.h 8 additions, 3 deletionsfs/xfs/libxfs/xfs_format.h
- fs/xfs/libxfs/xfs_rmap_btree.c 6 additions, 0 deletionsfs/xfs/libxfs/xfs_rmap_btree.c
- fs/xfs/xfs_buf.c 0 additions, 1 deletionfs/xfs/xfs_buf.c
- fs/xfs/xfs_file.c 12 additions, 1 deletionfs/xfs/xfs_file.c
- fs/xfs/xfs_fsops.c 1 addition, 0 deletionsfs/xfs/xfs_fsops.c
- fs/xfs/xfs_iomap.c 56 additions, 13 deletionsfs/xfs/xfs_iomap.c
- fs/xfs/xfs_iomap.h 1 addition, 0 deletionsfs/xfs/xfs_iomap.h
- fs/xfs/xfs_iops.c 8 additions, 1 deletionfs/xfs/xfs_iops.c
- fs/xfs/xfs_trace.h 0 additions, 1 deletionfs/xfs/xfs_trace.h
Loading
Please register or sign in to comment