summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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-1123-230/+190Star
|\ \ \
| * | | gfs2: Remove unused gfs2_iomap_alloc argumentAndreas Gruenbacher2019-07-041-5/+4Star
| * | | gfs2: don't use buffer_heads in gfs2_allocate_page_backingChristoph Hellwig2019-07-031-17/+16Star
| * | | gfs2: use iomap_bmap instead of generic_block_bmapChristoph Hellwig2019-07-031-1/+1
| * | | gfs2: mark stuffed_readpage staticChristoph Hellwig2019-07-032-3/+1Star
| * | | gfs2: merge gfs2_writepage_common into gfs2_writepageChristoph Hellwig2019-07-031-26/+6Star
| * | | gfs2: merge gfs2_writeback_aops and gfs2_ordered_aopsChristoph Hellwig2019-07-031-25/+3Star
| * | | gfs2: remove the unused gfs2_stuffed_write_end functionChristoph Hellwig2019-07-032-44/+0Star
| * | | 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/+2Star
| * | | 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/+4Star
| * | | 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-111-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher2019-06-281-0/+2
| | |/ | |/|
* | | Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-151-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/+43Star
|\ \ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-0543-172/+43Star
| |/
* / Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson2019-06-066-31/+15Star
|/
* Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-221-4/+5
|\
| * gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher2019-05-221-4/+5
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* gfs2: Fix error path kobject memory leakTobin C. Harding2019-05-141-7/+1Star
* Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-05-0820-293/+437
|\
| * gfs2: read journal in large chunksAbhi Das2019-05-078-139/+219
| * gfs2: Fix iomap write page reclaim deadlockAndreas Gruenbacher2019-05-072-44/+58
| * gfs2: fix race between gfs2_freeze_func and unmountAbhi Das2019-05-072-3/+6
| * gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher2019-05-076-9/+9
| * gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher2019-05-076-15/+15
| * gfs2: Remove unnecessary extern declarationsAndreas Gruenbacher2019-05-072-8/+3Star
| * gfs2: Remove misleading comments in gfs2_evict_inodeAndreas Gruenbacher2019-05-071-5/+0Star
| * gfs2: Replace gl_revokes with a GLF flagBob Peterson2019-05-076-15/+31
| * gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-073-3/+7
| * gfs2: clean_journal improperly set sd_log_flush_headBob Peterson2019-05-079-19/+57
| * gfs2: Fix lru_count going negativeRoss Lagerwall2019-05-071-9/+13
| * gfs2: Fix loop in gfs2_rbm_find (v2)Andreas Gruenbacher2019-05-071-29/+25Star
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-083-5/+2Star
|\ \ | |/ |/|