aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/gfs2/lops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-05-08gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher1-7/+12
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher1-3/+3
2020-02-27gfs2: Prepare to withdraw as soon as an IO error occurs in log writeBob Peterson1-0/+3
2020-02-10gfs2: Only complain the first time an io error occurs in quota or logBob Peterson1-2/+3
2020-02-06gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das1-1/+1
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson1-1/+1
2020-01-07gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher1-24/+44
2019-11-14gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson1-4/+1
2019-11-12gfs2: Remove active journal side effect from gfs2_write_log_headerAndreas Gruenbacher1-14/+15
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson1-1/+1
2019-06-27gfs2: Warn when a journal replay overwrites a rgrp with buffersBob Peterson1-2/+20
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson1-24/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-08Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-22/+238
2019-05-07gfs2: read journal in large chunksAbhi Das1-6/+206
2019-05-07gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher1-2/+2
2019-05-07gfs2: Remove unnecessary extern declarationsAndreas Gruenbacher1-3/+3
2019-05-07gfs2: Replace gl_revokes with a GLF flagBob Peterson1-9/+24
2019-05-07gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher1-2/+4
2019-05-07gfs2: clean_journal improperly set sd_log_flush_headBob Peterson1-3/+3
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-3/+6
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson1-184/+6
2018-12-11gfs2: read journal in large chunks to locate the headAbhi Das1-6/+184
2018-12-11gfs2: changes to gfs2_log_XXX_bioAbhi Das1-34/+39
2018-10-12gfs2: Rename bitmap.bi_{len => bytes}Andreas Gruenbacher1-1/+1
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher1-1/+1
2018-01-25GFS2: Fix minor comment typoBob Peterson1-1/+1
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson1-7/+9
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-25GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson1-2/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-07-06buffer: set errors in mapping at the time that the error occursJeff Layton1-1/+1
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-4/+2
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher1-1/+1
2017-06-20GFS2: Eliminate vestigial sd_log_flush_wrappedBob Peterson1-3/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-4/+4
2017-06-09gfs2: remove the unused sd_log_error fieldChristoph Hellwig1-3/+1
2016-10-28block: better op and flags encodingChristoph Hellwig1-1/+1
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+7
2016-07-21GFS2: Fix gfs2_replay_incr_blk for multiple journal sizesBob Peterson1-6/+5
2016-06-07gfs2: use bio op accessorsMike Christie1-5/+6
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2015-09-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-3/+3
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson1-3/+3
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-8/+1