aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lops.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20gfs2: Remove use of error flag in journal readsMatthew Wilcox (Oracle)1-14/+7
2023-09-05gfs2: Use mapping->gfp_mask for metadata inodesAndreas Gruenbacher1-4/+3
2023-07-03gfs2: Use memcpy_{from,to}_page where appropriateAndreas Gruenbacher1-7/+5
2023-07-03gfs2: Convert remaining kmap_atomic calls to kmap_local_pageAndreas Gruenbacher1-6/+7
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-14/+14
2022-08-02gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)1-14/+14
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche1-2/+2
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-1/+0
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-5/+3
2021-08-19gfs2: be more verbose replaying invalid rgrp blocksBob Peterson1-15/+29
2021-05-20gfs2: Clean up revokes on normal withdrawsBob Peterson1-1/+6
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-5/+8
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-5/+8
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher1-3/+7
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher1-1/+0
2021-02-17gfs2: Add local resource group lockingAndreas Gruenbacher1-1/+5
2021-02-17gfs2: Add per-reservation reserved block accountingAndreas Gruenbacher1-0/+1
2021-01-25gfs2: keep bios separate for each journalBob Peterson1-6/+8
2021-01-19gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher1-1/+1
2020-12-31gfs2: make gfs2_log_write_page staticBob Peterson1-1/+1
2020-10-29gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson1-26/+5
2020-10-23gfs2: Recover statfs info in journal headAbhi Das1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
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/gre...Linus 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/gfs...Linus 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/gi...Linus 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/...Linus 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/gi...Linus 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
2012-06-06GFS2: Fix error handling when reading an invalid block from the journalSteven Whitehouse1-2/+7
2012-05-02GFS2: eliminate log elements and simplifyBob Peterson1-22/+19
2012-04-24GFS2: Log code fixesSteven Whitehouse1-1/+1
2012-04-24GFS2: Remove bd_list_trSteven Whitehouse1-13/+1
2012-04-24GFS2: Remove duplicate log codeSteven Whitehouse1-116/+59
2012-04-24GFS2: Clean up log write code pathSteven Whitehouse1-109/+244
2012-04-24GFS2: Make gfs2_log_fake_buf() write the buffer tooSteven Whitehouse1-14/+11
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-1/+94
2012-03-20gfs2: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-08GFS2: Remove a __GFP_NOFAIL allocationSteven Whitehouse1-2/+3
2012-02-28GFS2: FITRIM ioctl supportSteven Whitehouse1-1/+1
2012-02-28GFS2: Move two functions from log.c to lops.cSteven Whitehouse1-0/+92
2011-10-21GFS2: Misc fixesSteven Whitehouse1-2/+0
2011-10-21GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count schemeBob Peterson1-38/+26
2011-04-20GFS2: Optimise glock lru and end of life inodesSteven Whitehouse1-5/+22
2011-04-20GFS2: Alter point of entry to glock lru list for glocks with an address_spaceSteven Whitehouse1-7/+5
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-6/+6
2011-03-14GFS2: Update to AIL list lockingSteven Whitehouse1-0/+2
2011-03-11GFS2: introduce AIL lockDave Chinner1-2/+3
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-6/+6
2011-01-21GFS2: Use RCU for glock hash tableSteven Whitehouse1-1/+2
2010-05-05GFS2: Various gfs2_logd improvementsBenjamin Marzinski1-0/+2
2010-03-01GFS2: ordered writes are backwardsDave Chinner1-2/+2
2009-12-03GFS2: Tag all metadata with jidSteven Whitehouse1-0/+4
2009-06-12GFS2: Add tracepointsSteven Whitehouse1-0/+3
2009-05-11GFS2: Update the rw flagsSteven Whitehouse1-6/+8
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse1-1/+0
2008-03-31[GFS2] Plug an unlikely leakBob Peterson1-1/+3
2008-03-31[GFS2] Only do lo_incore_commit onceBob Peterson1-17/+0
2008-01-25[GFS2] Don't add glocks to the journalSteven Whitehouse1-53/+5
2008-01-25[GFS2] Split gfs2_writepage into three casesSteven Whitehouse1-7/+10
2007-10-10[GFS2] Clean up journaled data writingSteven Whitehouse1-116/+126
2007-10-10[GFS2] Clean up gfs2_trans_add_revoke()Steven Whitehouse1-3/+0
2007-10-10[GFS2] Use slab operations for all gfs2_bufdata allocationsSteven Whitehouse1-1/+1
2007-10-10[GFS2] Replace revoke structure with bufdata structureSteven Whitehouse1-5/+5
2007-10-10[GFS2] Clean up ordered write codeSteven Whitehouse1-120/+40
2007-10-10[GFS2] Move pin/unpin into lops.c, clean up lockingSteven Whitehouse1-28/+89
2007-10-10[GFS2] Patch to protect sd_log_num_jdataBob Peterson1-1/+2
2007-10-10[GFS2] Move some code inside the log lockBob Peterson1-3/+14
2007-08-14[GFS2] soft lockup detected in databuf_lo_before_commitBob Peterson1-2/+4
2007-07-09[GFS2] Addendum to the journaled file/unmount patchRobert Peterson1-2/+4
2007-07-09[GFS2] assertion failure after writing to journaled file, umountRobert Peterson1-30/+23
2007-07-09[GFS2] Journaled file write/unstuff bugRobert Peterson1-1/+3
2007-07-09[GFS2] fix jdata issuesBenjamin Marzinski1-0/+2
2007-05-01[GFS2] Fix log entry list corruptionBenjamin Marzinski1-9/+11
2007-02-05[GFS2] Fix list corruption in lops.cSteven Whitehouse1-3/+11
2006-11-30[GFS2] Fix race in logging codeRussell Cattelan1-15/+21
2006-11-30[GFS2] split and annotate gfs2_log_headAl Viro1-2/+2
2006-10-12[GFS2] Pass the correct value to kunmap_atomicRussell Cattelan1-2/+2
2006-09-25[GFS2/DLM] Fix trailing whitespaceSteven Whitehouse1-1/+1
2006-09-21[GFS2] Tidy up meta_io codeSteven Whitehouse1-5/+4
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto1-1/+1
2006-09-05[GFS2] Style changes in logging codeSteven Whitehouse1-1/+1
2006-09-05[GFS2] Fix end of multi-line structuresSteven Whitehouse1-6/+6
2006-09-04[GFS2] More style changesSteven Whitehouse1-5/+4
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse1-9/+9
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse1-1/+1
2006-08-31[GFS2] Fix releasepage bug (fixes direct i/o writes)Steven Whitehouse1-0/+11
2006-08-22[GFS2] Another list_del bugSteven Whitehouse1-1/+1
2006-08-22[GFS2] Fix to list_del in lops.cSteven Whitehouse1-1/+1
2006-08-18[GFS2] Fix leak of gfs2_bufdataSteven Whitehouse1-3/+3
2006-06-19[GFS2] Always include glock in transactionSteven Whitehouse1-1/+1
2006-06-19[GFS2] Remove debugging printksSteven Whitehouse1-1/+1
2006-06-14[GFS2] Fix unlinked file handlingSteven Whitehouse1-17/+13
2006-05-18[GFS2] Update copyright date to 2006Steven Whitehouse1-1/+1
2006-05-18[GFS2] Remove semaphore.h from C filesSteven Whitehouse1-1/+0
2006-04-07[GFS2] Fix a ref count bug and other clean upsSteven Whitehouse1-6/+8
2006-03-30[GFS] Fix bug in endian conversion for metadata headerSteven Whitehouse1-8/+8
2006-03-01[GFS2] Fix some bugsSteven Whitehouse1-0/+1
2006-02-27[GFS2] Macros removal in gfs2.hSteven Whitehouse1-21/+35
2006-02-27[GFS2] 80 Column audit of GFS2Steven Whitehouse1-17/+37
2006-02-22[GFS2] Missed deletion of debugging codeSteven Whitehouse1-1/+0
2006-02-22[GFS2] Add list empty test to databuf_lo_addSteven Whitehouse1-25/+8
2006-02-21[GFS2] Use mutices rather than semaphoresSteven Whitehouse1-8/+28
2006-02-13[GFS2] Fix for root inode ref count bugSteven Whitehouse1-16/+14
2006-02-08[GFS2] Make journaled data files identical to normal files on diskSteven Whitehouse1-23/+257
2006-01-18[GFS2] Rename gfs2_meta_pin to gfs2_pinSteven Whitehouse1-2/+2
2006-01-18[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structureSteven Whitehouse1-10/+10
2006-01-16[GFS2] The core of GFS2David Teigland1-0/+534