summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-244-459/+380
|\
| * gfs2: Convert gfs2 to fs_contextAndrew Price2019-09-184-459/+380
* | gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson2019-09-171-0/+1
* | gfs2: Improve mmap write vs. truncate consistencyAndreas Gruenbacher2019-09-061-1/+1
* | gfs2: Use async glocks for renameBob Peterson2019-09-045-13/+123
* | gfs2: create function gfs2_glock_update_hold_timeAndreas Gruenbacher2019-09-041-6/+13
* | gfs2: separate holder for rgrps in gfs2_renameBob Peterson2019-09-041-8/+21
* | gfs2: Delete an unnecessary check before brelse()Markus Elfring2019-09-042-4/+2
* | gfs2: Minor PAGE_SIZE arithmetic cleanupsAndreas Gruenbacher2019-09-043-4/+4
* | gfs2: Fix recovery slot bumpingAndreas Gruenbacher2019-09-031-4/+4
* | gfs2: Fix possible fs name overflowsBob Peterson2019-09-033-3/+3
* | gfs2: untangle the logic in gfs2_drevalidateBob Peterson2019-09-031-34/+11
* | gfs2: Always mark inode dirty in fallocateAndreas Gruenbacher2019-09-031-4/+3
* | gfs2: Minor gfs2_alloc_inode cleanupAndreas Gruenbacher2019-08-091-7/+7
* | gfs2: implement gfs2_block_zero_range using iomap_zero_rangeChristoph Hellwig2019-08-091-67/+1
* | gfs2: Add support for IOMAP_ZEROAndreas Gruenbacher2019-08-091-2/+10
* | gfs2: gfs2_iomap_begin cleanupAndreas Gruenbacher2019-08-091-52/+62
|/
* gfs2: gfs2_walk_metadata fixAndreas Gruenbacher2019-08-091-63/+101
* gfs2: Inode dirtying fixAndreas Gruenbacher2019-07-311-3/+12
* Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-13/+29
|\
| * vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-13/+29
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+2
|\ \
| * | gfs2: replace ktype default_attrs with default_groupsKimberly Brown2019-06-131-1/+2
* | | Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-07-1023-230/+190
|\ \ \
| * | | gfs2: Remove unused gfs2_iomap_alloc argumentAndreas Gruenbacher2019-07-041-5/+4
| * | | gfs2: don't use buffer_heads in gfs2_allocate_page_backingChristoph Hellwig2019-07-031-17/+16
| * | | gfs2: use iomap_bmap instead of generic_block_bmapChristoph Hellwig2019-07-031-1/+1
| * | | gfs2: mark stuffed_readpage staticChristoph Hellwig2019-07-032-3/+1
| * | | gfs2: merge gfs2_writepage_common into gfs2_writepageChristoph Hellwig2019-07-031-26/+6
| * | | gfs2: merge gfs2_writeback_aops and gfs2_ordered_aopsChristoph Hellwig2019-07-031-25/+3
| * | | gfs2: remove the unused gfs2_stuffed_write_end functionChristoph Hellwig2019-07-032-44/+0
| * | | gfs2: use page_offset in gfs2_page_mkwriteChristoph Hellwig2019-07-031-1/+1
| * | | gfs2: replace more printk with calls to fs_info and friendsBob Peterson2019-06-274-20/+21
| * | | gfs2: dump fsid when dumping glock problemsBob Peterson2019-06-278-30/+55
| * | | gfs2: simplify gfs2_freeze by removing caseBob Peterson2019-06-271-8/+2
| * | | gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson2019-06-2711-19/+19
| * | | gfs2: Warn when a journal replay overwrites a rgrp with buffersBob Peterson2019-06-271-2/+20
| * | | gfs2: log which portion of the journal is replayedBob Peterson2019-06-271-1/+2
| * | | gfs2: eliminate tr_num_revoke_rmBob Peterson2019-06-273-6/+4
| * | | gfs2: kthread and remount improvementsBob Peterson2019-06-271-7/+14
| * | | gfs2: Use IS_ERR_OR_NULLKefeng Wang2019-06-274-5/+5
| * | | gfs2: Clean up freeing struct gfs2_sbdAndreas Gruenbacher2019-06-273-11/+17
* | | | Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-101-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher2019-06-271-0/+2
| | |/ | |/|
* | | Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-141-1/+4
|\ \ \ | |/ / |/| |
| * | gfs2: Fix rounding error in gfs2_iomap_page_prepareAndreas Gruenbacher2019-06-141-1/+4
* | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-0843-172/+43
|\ \ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-0543-172/+43
| |/
* / Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson2019-06-066-31/+15
|/
* Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-221-4/+5
|\