aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04gfs2: separate holder for rgrps in gfs2_renameBob Peterson1-8/+21
2019-09-04gfs2: Delete an unnecessary check before brelse()Markus Elfring2-4/+2
2019-09-04gfs2: Minor PAGE_SIZE arithmetic cleanupsAndreas Gruenbacher3-4/+4
2019-09-03gfs2: Fix recovery slot bumpingAndreas Gruenbacher1-4/+4
2019-09-03gfs2: Fix possible fs name overflowsBob Peterson3-3/+3
2019-09-03gfs2: untangle the logic in gfs2_drevalidateBob Peterson1-34/+11
2019-09-03gfs2: Always mark inode dirty in fallocateAndreas Gruenbacher1-4/+3
2019-08-09gfs2: Minor gfs2_alloc_inode cleanupAndreas Gruenbacher1-7/+7
2019-08-09gfs2: implement gfs2_block_zero_range using iomap_zero_rangeChristoph Hellwig1-67/+1
2019-08-09gfs2: Add support for IOMAP_ZEROAndreas Gruenbacher1-2/+10
2019-08-09gfs2: gfs2_iomap_begin cleanupAndreas Gruenbacher1-52/+62
2019-08-09gfs2: gfs2_walk_metadata fixAndreas Gruenbacher1-63/+101
2019-07-31gfs2: Inode dirtying fixAndreas Gruenbacher1-3/+12
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-13/+29
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+2
2019-07-10Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds23-230/+190
2019-07-10Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+2
2019-07-04gfs2: Remove unused gfs2_iomap_alloc argumentAndreas Gruenbacher1-5/+4
2019-07-03gfs2: don't use buffer_heads in gfs2_allocate_page_backingChristoph Hellwig1-17/+16
2019-07-03gfs2: use iomap_bmap instead of generic_block_bmapChristoph Hellwig1-1/+1
2019-07-03gfs2: mark stuffed_readpage staticChristoph Hellwig2-3/+1
2019-07-03gfs2: merge gfs2_writepage_common into gfs2_writepageChristoph Hellwig1-26/+6
2019-07-03gfs2: merge gfs2_writeback_aops and gfs2_ordered_aopsChristoph Hellwig1-25/+3
2019-07-03gfs2: remove the unused gfs2_stuffed_write_end functionChristoph Hellwig2-44/+0
2019-07-03gfs2: use page_offset in gfs2_page_mkwriteChristoph Hellwig1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-13/+29
2019-06-27iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher1-0/+2
2019-06-27gfs2: replace more printk with calls to fs_info and friendsBob Peterson4-20/+21
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson8-30/+55
2019-06-27gfs2: simplify gfs2_freeze by removing caseBob Peterson1-8/+2
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson11-19/+19
2019-06-27gfs2: Warn when a journal replay overwrites a rgrp with buffersBob Peterson1-2/+20
2019-06-27gfs2: log which portion of the journal is replayedBob Peterson1-1/+2
2019-06-27gfs2: eliminate tr_num_revoke_rmBob Peterson3-6/+4
2019-06-27gfs2: kthread and remount improvementsBob Peterson1-7/+14
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang4-5/+5
2019-06-27gfs2: Clean up freeing struct gfs2_sbdAndreas Gruenbacher3-11/+17
2019-06-14Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+4
2019-06-14gfs2: Fix rounding error in gfs2_iomap_page_prepareAndreas Gruenbacher1-1/+4
2019-06-13gfs2: replace ktype default_attrs with default_groupsKimberly Brown1-1/+2
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds43-172/+43
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson6-31/+15
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner43-172/+43
2019-05-22Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-4/+5
2019-05-22gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher1-4/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-13gfs2: Fix error path kobject memory leakTobin C. Harding1-7/+1
2019-05-08Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds20-293/+437
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+2
2019-05-07gfs2: read journal in large chunksAbhi Das8-139/+219