summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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-131-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-073-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-081-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-011-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
|/
* Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-12-271-5/+5
|\
| * gfs2: properly initial file_lock used for unlock.NeilBrown2018-11-301-5/+5
* | gfs2: take jdata unstuff into account in do_growBob Peterson2018-12-181-0/+2
* | gfs2: Dump nrpages for inodes and their glocksBob Peterson2018-12-126-9/+17
* | gfs2: Fix loop in gfs2_rbm_findAndreas Gruenbacher2018-12-121-1/+1
* | gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher2018-12-111-9/+9
* | gfs2: Remove vestigial bd_opsBob Peterson2018-12-113-7/+3
* | gfs2: read journal in large chunks to locate the headAbhi Das2018-12-118-134/+192
* | gfs2: add a helper function to get_log_header that can be used elsewhereAbhi Das2018-12-112-21/+35
* | gfs2: changes to gfs2_log_XXX_bioAbhi Das2018-12-113-37/+42