summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)Author
2020-08-13gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson
2020-07-13gfs2: fix use-after-free on transaction ail listsBob Peterson
2020-07-13gfs2: Allow lock_nolock mount to specify jid=XBob Peterson
2020-07-07gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher
2020-06-24gfs2: Inode dirtying fixAndreas Gruenbacher
2020-06-24iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher
2020-06-08gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher
2020-06-08gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson
2020-06-08Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson
2020-06-08gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher
2020-06-01gfs2: Don't demote a glock until its revokes are writtenBob Peterson
2020-06-01gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson
2020-05-21gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher
2020-05-21gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro
2020-05-04gfs2: fix O_SYNC write handlingAndreas Gruenbacher
2020-05-04gfs2: move setting current->backing_dev_infoChristoph Hellwig
2020-05-04gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das
2020-04-16gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher
2020-03-30gfs2: add compat_ioctl supportArnd Bergmann
2020-02-11gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson
2019-10-05gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson
2019-08-16gfs2: gfs2_walk_metadata fixAndreas Gruenbacher
2019-06-14Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-14gfs2: Fix rounding error in gfs2_iomap_page_prepareAndreas Gruenbacher
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-05-22Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-22gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-13gfs2: Fix error path kobject memory leakTobin C. Harding
2019-05-08Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-07gfs2: read journal in large chunksAbhi Das
2019-05-07gfs2: Fix iomap write page reclaim deadlockAndreas Gruenbacher
2019-05-07gfs2: fix race between gfs2_freeze_func and unmountAbhi Das
2019-05-07gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher
2019-05-07gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher
2019-05-07gfs2: Remove unnecessary extern declarationsAndreas Gruenbacher
2019-05-07gfs2: Remove misleading comments in gfs2_evict_inodeAndreas Gruenbacher
2019-05-07gfs2: Replace gl_revokes with a GLF flagBob Peterson
2019-05-07gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher
2019-05-07gfs2: clean_journal improperly set sd_log_flush_headBob Peterson
2019-05-07gfs2: Fix lru_count going negativeRoss Lagerwall
2019-05-07gfs2: Fix loop in gfs2_rbm_find (v2)Andreas Gruenbacher
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-07Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-05-01gfs2: switch to ->free_inode()Al Viro
2019-05-01iomap: Add a page_prepare callbackAndreas Gruenbacher
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig