aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)Author
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
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-03-09Merge tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-08gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher
2019-03-06gfs2: Fix an incorrect gfs2_assert()Tim Smith
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson
2019-01-31gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher
2019-01-23gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2018-12-18gfs2: take jdata unstuff into account in do_growBob Peterson
2018-12-12gfs2: Dump nrpages for inodes and their glocksBob Peterson
2018-12-12gfs2: Fix loop in gfs2_rbm_findAndreas Gruenbacher
2018-12-11gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher
2018-12-11gfs2: Remove vestigial bd_opsBob Peterson
2018-12-11gfs2: read journal in large chunks to locate the headAbhi Das
2018-12-11gfs2: add a helper function to get_log_header that can be used elsewhereAbhi Das