Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Pull gfs2 updates from Andreas Gruenbacher: "Some relatively minor changes for gfs2: - An initial batch of obvious cleanups and fixes from Bob's recovery patch queue. - Two iomap conversion patches and some cleanups from Christoph Hellwig. - A cosmetic cleanup from Kefeng Wang (Huawei). - Another minor fix and cleanup by me" * tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: gfs2: Remove unused gfs2_iomap_alloc argument gfs2: don't use buffer_heads in gfs2_allocate_page_backing gfs2: use iomap_bmap instead of generic_block_bmap gfs2: mark stuffed_readpage static gfs2: merge gfs2_writepage_common into gfs2_writepage gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops gfs2: remove the unused gfs2_stuffed_write_end function gfs2: use page_offset in gfs2_page_mkwrite gfs2: replace more printk with calls to fs_info and friends gfs2: dump fsid when dumping glock problems gfs2: simplify gfs2_freeze by removing case gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN gfs2: Warn when a journal replay overwrites a rgrp with buffers gfs2: log which portion of the journal is replayed gfs2: eliminate tr_num_revoke_rm gfs2: kthread and remount improvements gfs2: Use IS_ERR_OR_NULL gfs2: Clean up freeing struct gfs2_sbd
Showing
- fs/gfs2/aops.c 13 additions, 97 deletionsfs/gfs2/aops.c
- fs/gfs2/aops.h 0 additions, 4 deletionsfs/gfs2/aops.h
- fs/gfs2/bmap.c 6 additions, 8 deletionsfs/gfs2/bmap.c
- fs/gfs2/dir.c 2 additions, 2 deletionsfs/gfs2/dir.c
- fs/gfs2/file.c 18 additions, 19 deletionsfs/gfs2/file.c
- fs/gfs2/glock.c 25 additions, 17 deletionsfs/gfs2/glock.c
- fs/gfs2/glock.h 7 additions, 4 deletionsfs/gfs2/glock.h
- fs/gfs2/glops.c 8 additions, 4 deletionsfs/gfs2/glops.c
- fs/gfs2/incore.h 3 additions, 3 deletionsfs/gfs2/incore.h
- fs/gfs2/inode.c 1 addition, 1 deletionfs/gfs2/inode.c
- fs/gfs2/log.c 1 addition, 2 deletionsfs/gfs2/log.c
- fs/gfs2/lops.c 20 additions, 2 deletionsfs/gfs2/lops.c
- fs/gfs2/meta_io.c 3 additions, 3 deletionsfs/gfs2/meta_io.c
- fs/gfs2/ops_fstype.c 16 additions, 11 deletionsfs/gfs2/ops_fstype.c
- fs/gfs2/quota.c 1 addition, 1 deletionfs/gfs2/quota.c
- fs/gfs2/recovery.c 2 additions, 1 deletionfs/gfs2/recovery.c
- fs/gfs2/rgrp.c 28 additions, 20 deletionsfs/gfs2/rgrp.c
- fs/gfs2/rgrp.h 2 additions, 1 deletionfs/gfs2/rgrp.h
- fs/gfs2/super.c 22 additions, 21 deletionsfs/gfs2/super.c
- fs/gfs2/super.h 2 additions, 0 deletionsfs/gfs2/super.h
Loading
Please register or sign in to comment