Merge tag 'gfs2-4.19.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Pull gfs2 updates from Andreas Gruenbacher: - iomap support for buffered writes and for direct I/O - two patches that reduce the size of struct gfs2_inode - lots of fixes and cleanups * tag 'gfs2-4.19.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: (25 commits) gfs2: eliminate update_rgrp_lvb_unlinked gfs2: Fix gfs2_testbit to use clone bitmaps gfs2: Get rid of gfs2_ea_strlen gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_out gfs2: Special-case rindex for gfs2_grow GFS2: rgrp free blocks used incorrectly gfs2: remove redundant variable 'moved' gfs2: use iomap_readpage for blocksize == PAGE_SIZE gfs2: Use iomap for stuffed direct I/O reads gfs2: fallocate_chunk: Always initialize struct iomap GFS2: Fix recovery issues for spectators fs: gfs2: Adding new return type vm_fault_t gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattr gfs2: Don't reject a supposedly full bitmap if we have blocks reserved gfs2: Eliminate redundant ip->i_rgd gfs2: Stop messing with ip->i_rgd in the rlist code gfs2: Remove gfs2_write_{begin,end} gfs2: iomap direct I/O support gfs2: gfs2_extent_length cleanup gfs2: iomap buffered write support ...
Showing
- fs/gfs2/acl.c 2 additions, 4 deletionsfs/gfs2/acl.c
- fs/gfs2/aops.c 17 additions, 320 deletionsfs/gfs2/aops.c
- fs/gfs2/aops.h 19 additions, 0 deletionsfs/gfs2/aops.h
- fs/gfs2/bmap.c 335 additions, 79 deletionsfs/gfs2/bmap.c
- fs/gfs2/dir.c 1 addition, 3 deletionsfs/gfs2/dir.c
- fs/gfs2/file.c 150 additions, 11 deletionsfs/gfs2/file.c
- fs/gfs2/incore.h 21 additions, 2 deletionsfs/gfs2/incore.h
- fs/gfs2/lock_dlm.c 17 additions, 3 deletionsfs/gfs2/lock_dlm.c
- fs/gfs2/log.c 20 additions, 8 deletionsfs/gfs2/log.c
- fs/gfs2/lops.c 1 addition, 1 deletionfs/gfs2/lops.c
- fs/gfs2/meta_io.c 2 additions, 2 deletionsfs/gfs2/meta_io.c
- fs/gfs2/recovery.c 4 additions, 3 deletionsfs/gfs2/recovery.c
- fs/gfs2/rgrp.c 99 additions, 70 deletionsfs/gfs2/rgrp.c
- fs/gfs2/super.c 0 additions, 1 deletionfs/gfs2/super.c
- fs/gfs2/sys.c 9 additions, 2 deletionsfs/gfs2/sys.c
- fs/gfs2/trace_gfs2.h 2 additions, 1 deletionfs/gfs2/trace_gfs2.h
- fs/gfs2/trans.h 4 additions, 2 deletionsfs/gfs2/trans.h
- fs/gfs2/util.c 20 additions, 18 deletionsfs/gfs2/util.c
- fs/gfs2/util.h 7 additions, 3 deletionsfs/gfs2/util.h
- fs/gfs2/xattr.c 22 additions, 37 deletionsfs/gfs2/xattr.c
Loading
Please register or sign in to comment