aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+5
2014-04-28GFS2: lops.c: replace 0 by NULL for pointersFabian Frederick1-1/+1
2014-03-07GFS2: Move recovery variables to journal structure in memoryBob Peterson1-21/+17
2014-03-03GFS2: Clean up journal extent mappingSteven Whitehouse1-2/+2
2014-02-24GFS2: Move log buffer accounting to transactionSteven Whitehouse1-8/+7
2014-02-24GFS2: Move log buffer lists into transactionSteven Whitehouse1-17/+15
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-01-03GFS2: Use only a single address space for rgrpsSteven Whitehouse1-0/+4
2014-01-03GFS2: Implement a "rgrp has no extents longer than X" schemeBob Peterson1-0/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-08-19GFS2: Move gfs2_sync_meta to lops.cSteven Whitehouse1-0/+18
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushBenjamin Marzinski1-0/+1
2013-06-05GFS2: Eliminate gfs2_rg_lopsBob Peterson1-5/+0
2013-06-05GFS2: Sort buffer lists by inplace block numberBenjamin Marzinski1-0/+16
2013-06-03GFS2: Set log descriptor type for jdata blocksBob Peterson1-1/+3
2013-05-24GFS2: Fix typo in gfs2_log_end_write loopSteven Whitehouse1-1/+1
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski1-11/+21
2013-03-23block: Add bio_end_sector()Kent Overstreet1-1/+1
2013-01-29GFS2: Copy gfs2_trans_add_bh into new data/meta functionsSteven Whitehouse1-67/+1
2013-01-29GFS2: Merge revoke adding functionsSteven Whitehouse1-15/+0
2012-11-07GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski1-12/+2
2012-11-07GFS2: Clean up some unused assignmentsAndrew Price1-2/+0