summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-03-3165-3536/+4462
|\ \ \
| * | | btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko2020-03-251-0/+1
| * | | btrfs: use nofs allocations for running delayed itemsJosef Bacik2020-03-251-0/+13
| * | | btrfs: sysfs: Use scnprintf() instead of snprintf()Takashi Iwai2020-03-231-29/+28
| * | | btrfs: do not resolve backrefs for roots that are being deletedJosef Bacik2020-03-231-0/+6
| * | | btrfs: track reloc roots based on their commit root bytenrJosef Bacik2020-03-231-10/+7
| * | | btrfs: restart relocate_tree_blocks properlyJosef Bacik2020-03-231-9/+2
| * | | btrfs: reloc: reorder reservation before root selectionJosef Bacik2020-03-231-6/+8
| * | | btrfs: do not readahead in build_backref_treeJosef Bacik2020-03-231-2/+0
| * | | btrfs: do not use readahead for running delayed refsJosef Bacik2020-03-231-4/+0
| * | | btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotNikolay Borisov2020-03-231-27/+10
| * | | btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidNikolay Borisov2020-03-231-10/+8
| * | | btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportNikolay Borisov2020-03-232-29/+9
| * | | btrfs: kill the subvol_srcuJosef Bacik2020-03-238-88/+14
| * | | btrfs: make btrfs_cleanup_fs_roots use the radix tree lockJosef Bacik2020-03-231-4/+3
| * | | btrfs: don't take an extra root ref at allocation timeJosef Bacik2020-03-232-14/+8
| * | | btrfs: hold a ref on the root on the dead roots listJosef Bacik2020-03-232-3/+5
| * | | btrfs: make inodes hold a ref on their rootsJosef Bacik2020-03-232-4/+6
| * | | btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-239-76/+50
| * | | btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik2020-03-232-1/+8
| * | | btrfs: make the extent buffer leak check per fs infoJosef Bacik2020-03-234-22/+36
| * | | btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik2020-03-231-1/+15
| * | | btrfs: hold a ref on the root->reloc_rootJosef Bacik2020-03-231-10/+48
| * | | btrfs: clear DEAD_RELOC_TREE before dropping the reloc rootJosef Bacik2020-03-231-6/+6
| * | | btrfs: free the reloc_control in a consistent wayJosef Bacik2020-03-231-2/+14