summaryrefslogtreecommitdiff
path: root/fs/gfs2/lops.c
AgeCommit message (Expand)Author
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-25GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06buffer: set errors in mapping at the time that the error occursJeff Layton
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher
2017-06-20GFS2: Eliminate vestigial sd_log_flush_wrappedBob Peterson
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09gfs2: remove the unused sd_log_error fieldChristoph Hellwig
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-21GFS2: Fix gfs2_replay_incr_blk for multiple journal sizesBob Peterson
2016-06-07gfs2: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2015-09-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2014-04-28GFS2: lops.c: replace 0 by NULL for pointersFabian Frederick
2014-03-07GFS2: Move recovery variables to journal structure in memoryBob Peterson
2014-03-03GFS2: Clean up journal extent mappingSteven Whitehouse
2014-02-24GFS2: Move log buffer accounting to transactionSteven Whitehouse
2014-02-24GFS2: Move log buffer lists into transactionSteven Whitehouse
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-03GFS2: Use only a single address space for rgrpsSteven Whitehouse
2014-01-03GFS2: Implement a "rgrp has no extents longer than X" schemeBob Peterson
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-08-19GFS2: Move gfs2_sync_meta to lops.cSteven Whitehouse
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushBenjamin Marzinski
2013-06-05GFS2: Eliminate gfs2_rg_lopsBob Peterson
2013-06-05GFS2: Sort buffer lists by inplace block numberBenjamin Marzinski
2013-06-03GFS2: Set log descriptor type for jdata blocksBob Peterson
2013-05-24GFS2: Fix typo in gfs2_log_end_write loopSteven Whitehouse
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski
2013-03-23block: Add bio_end_sector()Kent Overstreet
2013-01-29GFS2: Copy gfs2_trans_add_bh into new data/meta functionsSteven Whitehouse
2013-01-29GFS2: Merge revoke adding functionsSteven Whitehouse
2012-11-07GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski
2012-11-07GFS2: Clean up some unused assignmentsAndrew Price
2012-06-06GFS2: Fix error handling when reading an invalid block from the journalSteven Whitehouse
2012-05-02GFS2: eliminate log elements and simplifyBob Peterson
2012-04-24GFS2: Log code fixesSteven Whitehouse
2012-04-24GFS2: Remove bd_list_trSteven Whitehouse
2012-04-24GFS2: Remove duplicate log codeSteven Whitehouse
2012-04-24GFS2: Clean up log write code pathSteven Whitehouse
2012-04-24GFS2: Make gfs2_log_fake_buf() write the buffer tooSteven Whitehouse
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-03-20gfs2: remove the second argument of k[un]map_atomic()Cong Wang