summaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 '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/+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
|\
| * 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/+1
* 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/+3
| * gfs2: Remove misleading comments in gfs2_evict_inodeAndreas Gruenbacher2019-05-071-5/+0
| * 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/+25
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-083-5/+2
|\ \ | |/ |/|
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-302-4/+2
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-1/+0
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-2/+2
|\ \
| * | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-2/+2
| |/
* | Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-05-071-5/+10
|\ \
| * | iomap: Add a page_prepare callbackAndreas Gruenbacher2019-05-011-5/+10
| |/
* / gfs2: switch to ->free_inode()Al Viro2019-05-021-9/+3
|/
* Merge tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-03-095-69/+20
|\
| * gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher2019-03-081-1/+1
| * gfs2: Fix an incorrect gfs2_assert()Tim Smith2019-03-061-2/+2
| * gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-234-66/+17
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-083-3/+8
|\ \
| * | iomap: wire up the iopoll methodChristoph Hellwig2019-02-241-0/+2
| * | Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-151-1/+1
| |\ \
| * | | block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-152-4/+8
| | |/ | |/|
* | | Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson2019-02-148-192/+134
| |/ |/|
* | gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher2019-01-311-1/+1
|/