aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/lops.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-08-25GFS2: Withdraw for IO errors writing to the journal or statfsGravatar Bob Peterson 1-2/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-07-06buffer: set errors in mapping at the time that the error occursGravatar Jeff Layton 1-1/+1
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+2
2017-07-05gfs2: Protect gl->gl_object by spin lockGravatar Andreas Gruenbacher 1-1/+1
2017-06-20GFS2: Eliminate vestigial sd_log_flush_wrappedGravatar Bob Peterson 1-3/+1
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-4/+4
2017-06-09gfs2: remove the unused sd_log_error fieldGravatar Christoph Hellwig 1-3/+1
2016-10-28block: better op and flags encodingGravatar Christoph Hellwig 1-1/+1
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+7
2016-07-21GFS2: Fix gfs2_replay_incr_blk for multiple journal sizesGravatar Bob Peterson 1-6/+5
2016-06-07gfs2: use bio op accessorsGravatar Mike Christie 1-5/+6
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-1/+2
2015-09-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2015-09-03GFS2: Move glock superblock pointer to field gl_nameGravatar Bob Peterson 1-3/+3
2015-08-13block: remove bio_get_nr_vecs()Gravatar Kent Overstreet 1-8/+1
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-5/+5
2014-04-28GFS2: lops.c: replace 0 by NULL for pointersGravatar Fabian Frederick 1-1/+1
2014-03-07GFS2: Move recovery variables to journal structure in memoryGravatar Bob Peterson 1-21/+17
2014-03-03GFS2: Clean up journal extent mappingGravatar Steven Whitehouse 1-2/+2
2014-02-24GFS2: Move log buffer accounting to transactionGravatar Steven Whitehouse 1-8/+7
2014-02-24GFS2: Move log buffer lists into transactionGravatar Steven Whitehouse 1-17/+15
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2014-01-03GFS2: Use only a single address space for rgrpsGravatar Steven Whitehouse 1-0/+4
2014-01-03GFS2: Implement a "rgrp has no extents longer than X" schemeGravatar Bob Peterson 1-0/+1
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-1/+1
2013-08-19GFS2: Move gfs2_sync_meta to lops.cGravatar Steven Whitehouse 1-0/+18
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushGravatar Benjamin Marzinski 1-0/+1
2013-06-05GFS2: Eliminate gfs2_rg_lopsGravatar Bob Peterson 1-5/+0
2013-06-05GFS2: Sort buffer lists by inplace block numberGravatar Benjamin Marzinski 1-0/+16
2013-06-03GFS2: Set log descriptor type for jdata blocksGravatar Bob Peterson 1-1/+3
2013-05-24GFS2: Fix typo in gfs2_log_end_write loopGravatar Steven Whitehouse 1-1/+1
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transGravatar Benjamin Marzinski 1-11/+21
2013-03-23block: Add bio_end_sector()Gravatar Kent Overstreet 1-1/+1
2013-01-29GFS2: Copy gfs2_trans_add_bh into new data/meta functionsGravatar Steven Whitehouse 1-67/+1
2013-01-29GFS2: Merge revoke adding functionsGravatar Steven Whitehouse 1-15/+0
2012-11-07GFS2: Test bufdata with buffer locked and gfs2_log_lock heldGravatar Benjamin Marzinski 1-12/+2
2012-11-07GFS2: Clean up some unused assignmentsGravatar Andrew Price 1-2/+0
2012-06-06GFS2: Fix error handling when reading an invalid block from the journalGravatar Steven Whitehouse 1-2/+7
2012-05-02GFS2: eliminate log elements and simplifyGravatar Bob Peterson 1-22/+19
2012-04-24GFS2: Log code fixesGravatar Steven Whitehouse 1-1/+1
2012-04-24GFS2: Remove bd_list_trGravatar Steven Whitehouse 1-13/+1
2012-04-24GFS2: Remove duplicate log codeGravatar Steven Whitehouse 1-116/+59
2012-04-24GFS2: Clean up log write code pathGravatar Steven Whitehouse 1-109/+244
2012-04-24GFS2: Make gfs2_log_fake_buf() write the buffer tooGravatar Steven Whitehouse 1-14/+11
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwGravatar Linus Torvalds 1-1/+94
2012-03-20gfs2: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-4/+4