summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-051-2/+1
* Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-04-2923-243/+312
|\
| * gfs2: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-202-0/+3
| * gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-0917-113/+102
| * gfs2: Make gfs2_setattr_simple staticAndreas Gruenbacher2021-04-082-2/+1
| * gfs2: Add new sysfs file for gfs2 statusBob Peterson2021-04-081-0/+67
| * gfs2: Silence possible null pointer dereference warningAndreas Gruenbacher2021-04-031-1/+1
| * gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_bufferAndreas Gruenbacher2021-04-033-9/+8
| * gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extentAndreas Gruenbacher2021-04-033-26/+5
| * gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extentAndreas Gruenbacher2021-04-035-33/+53
| * gfs2: Add new gfs2_iomap_get helperAndreas Gruenbacher2021-04-033-35/+41
| * gfs2: Remove unused variable sb_formatAndreas Gruenbacher2021-04-032-2/+0
| * gfs2: Fix dir.c function parameter descriptionsBob Peterson2021-04-031-17/+22
| * gfs2: Eliminate gh parameter from go_xmote_bh funcBob Peterson2021-04-033-3/+3
| * gfs2: don't create empty buffers for NO_CREATEBob Peterson2021-04-031-3/+7
* | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-273-43/+27
|\ \
| * | gfs2: convert to fileattrMiklos Szeredi2021-04-123-43/+27
| |/
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-8/+14
|\ \
| * | gfs2: be careful with inode refreshAl Viro2021-03-121-8/+14
* | | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-083-3/+5
| |/ |/|
* | Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-031-5/+9
|\ \
| * | gfs2: report "already frozen/thawed" errorsBob Peterson2021-03-251-4/+6
| * | gfs2: Flag a withdraw if init_threads() failsAndrew Price2021-03-151-1/+3
* | | Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-121-1/+1
|\ \ \ | |/ / |/| |
| * | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
| |/
* | gfs2: bypass log flush if the journal is not liveBob Peterson2021-03-121-1/+1
* | gfs2: bypass signal_our_withdraw if no journalBob Peterson2021-03-121-5/+10
* | gfs2: fix use-after-free in trans_drainBob Peterson2021-03-072-0/+6
* | gfs2: make function gfs2_make_fs_ro() to void typeYang Li2021-03-074-13/+5
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-2/+2
|\
| * whack-a-mole: don't open-code iminor/imajorAl Viro2021-02-231-2/+2
* | Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-02-2325-660/+964
|\ \
| * | gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flushBob Peterson2021-02-231-2/+7
| | |
| | \
| *-. \ Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher2021-02-2319-549/+777
| |\ \ \
| | | * | gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher2021-02-227-42/+131
| | | * | gfs2: Rework the log space allocation logicAndreas Gruenbacher2021-02-223-69/+104
| | | * | gfs2: Minor calc_reserved cleanupAndreas Gruenbacher2021-02-221-8/+5
| | | * | gfs2: Move function gfs2_ail_empty_trAndreas Gruenbacher2021-02-031-17/+17
| | | * | gfs2: Get rid of current_tail()Andreas Gruenbacher2021-02-033-37/+44
| | | * | gfs2: Use a tighter bound in gfs2_trans_beginAndreas Gruenbacher2021-02-031-2/+8
| | | * | gfs2: Clean up gfs2_log_reserveAndreas Gruenbacher2021-02-032-35/+26
| | | * | gfs2: Don't wait for journal flush in clean_journalAndreas Gruenbacher2021-02-031-3/+2
| | | * | gfs2: Move lock flush locking to gfs2_trans_{begin,end}Andreas Gruenbacher2021-02-033-33/+16
| | | * | gfs2: Get rid of sd_reserving_logAndreas Gruenbacher2021-02-036-18/+19
| | | * | gfs2: Clean up on-stack transactionsAndreas Gruenbacher2021-02-035-42/+38
| | | * | gfs2: Use sb_start_intwrite in gfs2_ail_empty_glAndreas Gruenbacher2021-02-032-6/+7
| | | * | gfs2: Clean up ail2_emptyAndreas Gruenbacher2021-01-191-17/+21
| | | * | gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher2021-01-193-4/+4
| | | * | gfs2: Minor debugging improvementAndreas Gruenbacher2021-01-191-2/+2
| | | * | gfs2: Some documentation updatesAndreas Gruenbacher2021-01-191-13/+11