summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
* | | | | | | | | Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-03-3161-3525/+4398
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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-231-24/+1
| * | | | | | | | | 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