summaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Change inode qa_data to allow multiple usersBob Peterson2020-03-2710-58/+101
* gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson2020-03-278-27/+17
* gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher2020-03-277-19/+19
* gfs2: Clean up inode initialization and teardownAndreas Gruenbacher2020-03-272-27/+19
* gfs2: Additional information when gfs2_ail1_flush withdrawsBob Peterson2020-03-061-1/+4
* gfs2: leaf_dealloc needs to allocate one more revokeBob Peterson2020-02-271-1/+2
* gfs2: allow journal replay to hold sd_log_flush_lockBob Peterson2020-02-271-0/+5
* gfs2: don't allow releasepage to free bd still used for revokesBob Peterson2020-02-271-3/+8
* gfs2: flesh out delayed withdraw for gfs2_log_flushBob Peterson2020-02-273-12/+41
* gfs2: Do proper error checking for go_sync family of glops functionsBob Peterson2020-02-273-14/+34
* gfs2: Don't demote a glock until its revokes are writtenBob Peterson2020-02-271-0/+3
* gfs2: drain the ail2 list after io errorsBob Peterson2020-02-272-10/+65
* gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages failsBob Peterson2020-02-271-7/+13
* gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson2020-02-273-2/+28
* gfs2: Check for log write errors before telling dlm to unlockBob Peterson2020-02-271-3/+28
* gfs2: Prepare to withdraw as soon as an IO error occurs in log writeBob Peterson2020-02-271-0/+3
* gfs2: Issue revokes more intelligentlyBob Peterson2020-02-271-38/+36
* gfs2: Add verbose option to check_journal_cleanBob Peterson2020-02-273-9/+20
* gfs2: fix infinite loop when checking ail item count before go_invalBob Peterson2020-02-272-5/+15
* gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson2020-02-2711-31/+390
* gfs2: Allow some glocks to be used during withdrawBob Peterson2020-02-204-10/+45
* gfs2: move check_journal_clean to util.c for future useBob Peterson2020-02-103-42/+46
* gfs2: Ignore dlm recovery requests if gfs2 is withdrawnBob Peterson2020-02-102-0/+23
* gfs2: Only complain the first time an io error occurs in quota or logBob Peterson2020-02-102-4/+5
* gfs2: log error reformBob Peterson2020-02-103-9/+16
* gfs2: Rework how rgrp buffer_heads are managedBob Peterson2020-02-105-36/+6
* gfs2: clear ail1 list when gfs2 withdrawsBob Peterson2020-02-101-4/+13
* gfs2: Introduce concept of a pending withdrawBob Peterson2020-02-104-21/+27
* gfs2: Return bool from gfs2_assert functionsAndreas Gruenbacher2020-02-102-25/+24
* gfs2: Turn gfs2_consist into void functionsAndreas Gruenbacher2020-02-102-21/+15
* gfs2: Remove usused cluster_wide arguments of gfs2_consist functionsAndreas Gruenbacher2020-02-102-9/+9
* gfs2: Report errors before withdrawAndreas Gruenbacher2020-02-101-25/+23
* gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher2020-02-105-70/+82
* gfs2: fix O_SYNC write handlingAndreas Gruenbacher2020-02-061-30/+21
* gfs2: move setting current->backing_dev_infoChristoph Hellwig2020-02-061-11/+10
* gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das2020-02-061-1/+1
* Revert "gfs2: eliminate tr_num_revoke_rm"Bob Peterson2020-01-283-4/+6
* gfs2: remove unused LBIT macrosAlex Shi2020-01-211-10/+0
* fs/gfs2: remove unused IS_DINODE and IS_LEAF macrosAlex Shi2020-01-211-3/+0
* gfs2: Remove GFS2_MIN_LVB_SIZE defineAndreas Gruenbacher2020-01-202-3/+1
* gfs2: Fix incorrect variable nameAndreas Gruenbacher2020-01-202-6/+6
* gfs2: Avoid access time thrashing in gfs2_inode_lookupAndreas Gruenbacher2020-01-151-5/+5
* gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepageBob Peterson2020-01-081-3/+1
* gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson2020-01-077-14/+12
* gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher2020-01-071-24/+44
* Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-12-0519-92/+152
|\
| * gfs2: Don't write log headers after file system withdrawBob Peterson2019-11-211-1/+6
| * gfs2: Remove duplicate call from gfs2_create_inodeAndreas Gruenbacher2019-11-211-1/+0
| * gfs2: clean up iopen glock mess in gfs2_create_inodeBob Peterson2019-11-191-6/+7
| * gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESSBob Peterson2019-11-151-1/+8